/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}
p{
    line-height: 26px;
}
ol,
ul,a {
    list-style: none;
    text-decoration:none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* home */
:root {
    --blue: #08c4f1;
    --dark-dlue: #0d3986;
}

body {
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /*font-family: 'Archivo', sans-serif;*/
     font-family: "Roboto", sans-serif !important;
}

.banner {
    background-image: url('../images/banner-bg.jpg');
        background-size: contain;
    background-position-x: -70%;
    background-repeat: no-repeat;
    height: 100vh;
}

.banner .container {
    padding-top: 75px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.navbar {
    background-color: transparent;
}

.navbar-brand {
    font-family: serif;
    font-weight: 900;
    font-size: 50px;
    color: #fff;
    transition-duration: 0.3s;
}

.navbar-brand:hover {
    font-family: serif;
    font-weight: 900;
    font-size: 50px;
    color: #eeeeee;
    transition-duration: 0.3s;
}

.nav-item {
    margin: 0px 10px;
}


.link-s {
    display: flex;
}

.icon-warp {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-left: 30px;
}

.icon-warp a {
    color: var(--blue);
    text-decoration: none;
    margin-right: 10px;
    margin-top: 5px;
    margin-left: 10px;

}

.icon-warp a i {
    font-size: 25px;
}

.carousel-item {
    height: 85vh !important;
}
.bannertext h5{
    color: #FFC107;
    font-size: 40px;
    margin-bottom: 11px;
    font-weight:600;
}
.bannertext {
    width: 100%;
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 99;
}
.dtsc-carousel-overlay {
    position: absolute;
    inset: 0;
   background: #00000073;
    z-index: 1;
}
.banner-list{
    display:flex;
}
.banner-list p{
    margin-right:15px;
    color:#fff;
    margin-top:0 !important;
}
.banner-list{
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}
.banner-list span{
    margin-right:15px;
    color:#fff;
}

.bannertext h1 {
    font-size: 30px;
    font-family: serif;
    color: #fff;
    text-transform: uppercase;
    margin-bottom:22px;
    line-height: 43px;
}

.bannertext h1 span {
    font-size: 80px;
    font-family: serif;
    font-weight: 900;
    color: var(--dark-dlue);
}

.bannertext h1 span::after {
    content: "";
    border-bottom: 5px solid var(--dark-dlue);
    width: 150px;
    position: absolute;
    top: 120px;
    left: 220px;
    display: block;
    float: right;
}
.banner p{
    font-size:22px;
}

.banner .banner-list p {
     font-size:18px;
    margin-top: 22px;
    font-weight: 400;
}
.b-con p {
    font-size: 20px;
    margin: 30px 0;
    color: #fff;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 1px;
}
.two-col-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 31px 30px;
  padding-left: 0;
  list-style: none;
}
.b-adress{
    display:flex;
    margin-top: 35px;
}
.b-adress p{
    font-size:21px;
    margin-bottom: 33px;
    margin-right:20px;
    color:#fff;
    font-weight: 200;
    letter-spacing: 1px;
}
.b-adress p a{
    color:#fff;
}
.b-adress p a:hover{
    color:#f79b3d;
}
.appointment{
    margin-top:20px;
}
.appointment a{
    padding: 14px 20px;
    background:#FFC107;
    color: #000;
    border-radius: 7px;
    color: #fff;
}
.appointment a:hover{
    background-color:#fff;
    color:#000;
}
.two-col-list li {
  position: relative;
  padding-left: 22px;
  font-size:18px;
  color:#fff;
  font-weight: 300;
  letter-spacing: 1px;
    line-height: 26px;
}

.two-col-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #2ecc71;
  font-weight: bold;
}
.two-col-list{
    margin-bottom:20px;
}
.tile {
    margin-top: 50;
}
/* WHY CHOOSE DTSC SECTION */
.why-choose-dtsc {
    background-color: #f9f9f9; /* Light gray background */
    color: #333; /* Text color */
    padding: 60px 0;
    font-family: 'Arial', sans-serif;
}

.why-choose-dtsc h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0d3c83; /* Accent color */
}

.why-choose-dtsc h5 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #555;
    font-weight: 500;
}

.why-choose-dtsc p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.why-choose-dtsc ul {
    font-size: 16px;
    line-height: 2;
    padding-left: 0;
}

.why-choose-dtsc ul li {
    font-size: 18px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

/* Optional: custom checkmark style */
.why-choose-dtsc ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #0d3c83; /* Accent color */
    font-weight: bold;
}

/* Image styling */
.why-choose-dtsc .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

/* Image hover effect */
.service-box{
    text-decoration: none;
    color:#fff;
    display: block;
    height: 100%;
    padding: 32px 33px;
    background-color: #071935;
    border-radius: 22px;
    font-size:18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.service-box h3{
        font-size: 30px;
        margin-bottom:25px;
        color: #f69948;
       }
.core-services h2{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0d3c83;
    margin-bottom:20px;
}
.service-box ul{
   list-style-type: disc;
   padding-left: 21px;
}
.service-box ul li{
    padding-bottom:20px;
}
.service-box a:hover h5 {
    color: #f79b3d;
}
.core-services P{
    font-size: 20px;
    margin-bottom: 20px;
    color: #f69948;
    font-weight: 500;
}
.btn.learn-more-btn{
    padding: 10px 20px;
    background: #f79b3d;
    color: #000;
    border-radius: 10px;
}

/* Responsive tweaks */
@media (max-width: 767px) {
    .why-choose-dtsc h2 {
        font-size: 28px;
    }
    .why-choose-dtsc h5 {
        font-size: 18px;
    }
    .why-choose-dtsc p, .why-choose-dtsc ul li {
        font-size: 15px;
    }
    .why-choose-dtsc ul li {
        padding-left: 20px;
    }
    
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    background-color: #2196F3;
}

.grid-container .item1 {
    grid-column: span 2;
    width: 100%;
}

.grid-container>div {
    padding: 10px;
}

.tile {
    margin-top: 50px;
}

.item1 {
    background-image: url("../images/15years.jpg");
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.item1 p {
    color: var(--blue);
    border-bottom: 3px solid var(--dark-dlue);
    width: fit-content;
    line-height: 100%;
    font-size: 25px;
    padding: 15px;
    margin: 0 auto;
}

.item4 {
    background-image: url("https://onqanet.net/dev_rakesh01/dtsc/wp-content/uploads/2026/02/1000057980.png");
}

.item5 {
    background-image: url("https://onqanet.net/dev_rakesh01/dtsc/wp-content/uploads/2026/02/1000057974.png");
}

.item7 {
    background-image: url("https://onqanet.net/dev_rakesh01/dtsc/wp-content/uploads/2026/02/1000057978.png");
}

.item4,
.item5,
.item7 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.item1 .expr {
    font-size: 15vh;
    font-weight: bold;
    margin-bottom: 0px;

}

.item1 .sub-expr {
    font-size: 18px;
    border-bottom: 0px;
    color: var(--dark-dlue);
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
}

.item3 {
    background-image: url("../images/Rectangle\ 5.jpg");
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.item3 p {
    color: #fff;
    margin-top: 10px;
    line-height: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    width: fit-content;
    margin-bottom: 10px;

}

.item6 {
    background-image: url("../images/Rectangle 5 copy 2.jpg");
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px;
}

.item6 p {
    color: #fff;
    margin-top: 10px;
    line-height: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    width: fit-content;
    margin-bottom: 10px;

}

.item8 {
    background-image: url("../images/Rectangle 5 copy.png");
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px;
}

.item8 p {
    color: #fff;
    margin-top: 10px;
    line-height: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    width: fit-content;
    margin-bottom: 10px;

}

.item4 {
    height: 300px;
}

.navbar-brand.dark {
    color: var(--dark-dlue);
}

.btn-toggle {
    display: none;
}

.theme-btn {
    color: #fff;
    background-color: var(--blue);
    width: fit-content;
    border-radius: 0px;
}

.theme-btn:hover {
    color: #fff;
    background-color: var(--dark-dlue);
    width: fit-content;
    border-radius: 0px;
}


/* about section */
.about {
    margin-top: 3rem;
    position: relative;
}

.about-text-warp {
    position: absolute;
    top: 12%;
    left: 0;
    z-index: 1;
    width: 100%;
}

.about-text-warp h2 {
    color: var(--dark-dlue);
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 20px;

}

.about-text {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*height: 80vh;*/
}

.about-text p {
   font-size: 17px;
   line-height: 25px;
   letter-spacing: 1px;
}

.item3 img,
.item6 img,
.item8 img {
    margin: 0;
    width: 100px;
}

.swiper-banner-container,
.serviceSwiper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.serviceSwiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.serviceSwiper .swiper-slide {
    font-size: 12px;
    background: #fff;
}

.serviceSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*.home-services {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    float: left;*/
/*    display: block;*/
/*}*/

.home-services .bg {
    height: 100%;
    position: relative;
}

.home-services .bg img {
    min-width: 100%;
    width: 100%;
    height: 570px;
	object-position: top;
}

/*.bg img {*/
/*    min-width: 100%;*/
/*    width: 100%;*/
/*    height: 90%;*/
/*}*/

.home-services .serviceSwiper {
    width: 80%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -0%);
}

.head-wrap {
    position: absolute;
    top: 10%;
    left: 0%;
    z-index: 3;
    text-align: center;
    width: 100%;
    transform: translate(-0%, -50%);
}

.head-wrap p {
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
}

.head-wrap h3 {
    color: var(--blue);
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 10px;
}

.service-grid_img {
    /*height: 60%;*/
    vertical-align: middle;
}

.service-grid_img img {
    width: 100% !important;
    height: 172px !important;
    object-fit: cover !important;
    
}

.head-wrap p::after {
    position: absolute;
    content: '';
    background-color: var(--theme-color);
    left: 0px;
    height: 2px;
    width: 50px;
    top: auto;
    bottom: 7px;
}

.head-wrap1 {
    text-align: center;
    margin-top: 2rem;
}

.head-wrap1 p {
    font-size: 18px !important;
}

.head-wrap1 h3 {
    margin-top: 0 !important;
    font-size: 30px !important;
    font-weight: 800 !important;
}

.service-grid_img {
    overflow: hidden;
}

.service-carousel .swiper-slide:hover img {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
    transition: transform .2s;
}

.home-services .text-warp {
    padding: 0px 20px 20px;
}

.text-warp {
    padding: 0px 20px 20px;
}

.home-services .text-warp h6 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--dark-dlue);
    line-height: 26px;
}

.text-warp h6 {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--dark-dlue);
    line-height: 150%;
    margin-top: 1rem;
    
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.service-heading h3{
     font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
   
    color: var(--dark-dlue);
    
}

.home-services .text-warp p {
    line-height:25px;
    font-size:16px;
}



.home-services .text-warp button {
    margin-top: 20px;
}

.contact-us h3 {
    color: var(--dark-dlue);
    font-size: 30px;
    font-weight: 800;
}


.contact-f h3 {
    color: var(--dark-dlue);
    font-size: 30px;
    font-weight: 800;
}

.contactus-btn {
    color: #f25743;
    text-decoration: none;
    padding-bottom: 5px;
    display: block;
    float: right;
    border-bottom: 1px dotted #f25743;
}

.input-group-text {
    background-color: none !important;
    color: #dadada;
    background-color: transparent;
    border-left: none;
}

.form-control {
    border-right: none;
}

.text-area {
    width: 100%;
    border-radius: 10px;
}

.theme-btn {
    margin-top: 100px;
}

.swiper-wrapper {
    height: 100%;
}

.home-services .serviceSwiper {
    height: 65% !important;
    padding-bottom: 25px;
}

.serviceSwiper {
    height: 65% !important;
    padding-bottom: 25px;
}

.contact-us {
    position: relative;
    margin-top: 20px;

}

.microscop {
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0%;
    width: 150px;
}

.formaliment {
    display: block;
    position: absolute;
    bottom: -30px;
    right: 0%;
    width: 150px;
}

.footer-logo {
    width: 100%;
    text-align: center;
    margin: 60px 0px 20px 0px;
    display: block;
}

.footer-text {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    line-height: 150%;
}


.footer-social-wrap {
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 20px;
}

.footer-social-wrap a {
    margin-right: 10px;
    color: var(--blue);
    text-decoration: none;
}

.footer-social-wrap a i {
    font-size: 20px;
}

footer {
    width: 100%;
    padding: 20px;
    background-color: var(--dark-dlue);
    color: #fff;
    text-align: center;
    margin-top: 30px;
}



/* about page */
.page-banner {
    margin-top: -20px;
}

.banner-img {
    width: 100%;
    /*height: 40vh;*/
    /*float: left;*/
    /*overflow: hidden;*/
    /*position: relative;*/
    background-color: #ffffff;

}

.banner-img img {
    width: 100%;
    height:290px;
    object-fit:cover;
    /*height: auto;*/
    /*display: inline-block;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    opacity: 50%;
}

.main-content {
    width: 100%;
    float: left;
    margin: 50px 0px;
}

.main-content h3 {
    font-weight: 600;
    color: var(--dark-dlue);
    margin: 20px 0px;
    font-size: 26px;
}

.main-content p {
    /*line-height: 25px;*/
    font-size: 18px;
    line-height: 31px;
}

.main-content {
    float: left;
    width: 100%;
}

.contact-us {
    float: left;
    width: 100%;

}

footer {
    float: left;
}

.services-page .swiper-slide .text-warp {
    padding: 30px 20px;
    
}

.services-page .serviceSwiper {
    width: 100%;
    position: static;
    transform: none;
    padding-bottom: 20px;
    
}

.services-page .service-carousel {
    margin-top: 20px;
}

.services-page .swiper-slide {
    height: auto;
}

.services-page .head-wrap {
    position: static;
    text-align: center;
    width: 100%;
    transform: none;
    margin-top: 50px;
}

.services-page .head-wrap p {
    color: #333;
    font-size: 18px;
}

.services-page .head-wrap h3 {
    font-size: 30px;
    font-weight: 800;
    margin-top: 0px;
}

.services-page .service-grid_img {
    overflow: hidden;
    height: 350px;
}

.text-warp p {
    font-size:16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height:20px;
      display: -webkit-box;
    -webkit-line-clamp: 2;   /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.contact-us .table .fas {
    color: var(--blue);
    background-color: var(--dark-dlue);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    padding: 13px 0px;
}

.table .fas {
    color: var(--blue);
    background-color: var(--dark-dlue);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    padding: 13px 0px;
}

.home-services .swiper-button-next,
.home-services .swiper-button-prev {}


/*new css*/

.wright-text{
    height:105px !important;
}

   

/*  =============================================
                      responcive 
==================================================*/

@media screen and (min-width:1800px) {
    


}

@media screen and (max-width:1799px) {
   
    
}

@media screen and (max-width:1400px) {
    
/*      .banner {*/
/*    background-image: url(../images/banner-bg.jpg);*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    height: 700px;*/
/*}*/
   .about-text-warp {
    position: absolute;
    top: 6%;
    left: 0;
    z-index: 1;
    width: 100%;
}
.about-text-warp h2 {
    color: var(--dark-dlue);
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 16px;
}
.about-text p {
     font-size: 17px;
   line-height: 25px;
   letter-spacing: 1px;
}
.about-text h3{
    line-height: 32px;
}

    .d-lg-block {
        display: block !important;
        height: 580px;
        width: 100%;
        object-fit: cover;
    }
    
    .main-content p {
    line-height: 28px;
    font-size: 18px;
}

.main-content h3{
    font-size:23px;
}

  .nav-links {
    display: flex;
    align-items: center;
    gap: 1.4rem !important;
}

.nav-links li a {
    color: black;
  text-decoration: none;
  font-size:15px !important;
}
    
}

@media screen and (max-width:1200px) {
    .nav-links {
    display: flex;
    align-items: center;
    gap: 1rem !important;
}

.nav-links li a {
    color: black;
  text-decoration: none;
  font-size:14px !important;
}


    
    .banner {
    background-image: url(../images/banner-bg.jpg);
    background-size: cover;
    background-position-x: 150%;
    background-repeat: no-repeat;
    height: 700px;
}
   .about-text-warp {
    position: absolute;
    top: 6%;
    left: 0;
    z-index: 1;
    width: 100%;
}
.about-text-warp h2 {
    color: var(--dark-dlue);
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 16px;
}
.about-text p {
    font-size: 15px;
    line-height: 20px;
}

    .d-lg-block {
        display: block !important;
        height: 580px;
        width: 100%;
        object-fit: cover;
    }
    
       .main-content p {
    line-height: 25px;
    font-size: 15px;
}

.main-content h3{
    font-size:23px;
}

 .inner-content p{
        line-height:20px;
        font-size:14px;
    }

}

@media screen and (max-width:992px) {
    

    
     #desktopmenu {
        display: none;
    }

    #mobilemenu {
        display: block;
    }

  
    .mobilemenu {
        background-color: var(--dark-dlue);
        position: fixed;
        top: 0;
        left: -250px;
        z-index: 9999;
        height: 100%;
        color: #fff;
        padding: 30px;
        width: 250px;
        padding-top: 150px;
        transition-duration: 0.3s;
    }

    .mobilemenu.active {
        left: 0;
        transition-duration: 0.3s;
    }

    .mobilemenu .nav-link {
        padding: 15px 10px;
    }

    .mobilemenu .nav-link.active {
        background-color: var(--blue);
    }

    .mobilemenu .icon-warp {
        margin-top: 100px;
        justify-content: space-between;
        margin-left: 0px;
    }

    .btn-toggle {
        display: block;
        background-color: var(--dark-dlue);
        color: #fff;
        border-radius: 50%;
        width: 50px;
        height: 50px;
    }

    .btn-toggle:active,
    .btn-toggle:hover,
    .btn-toggle:focus {
        display: block;
        background: var(--dark-dlue);
        color: #fff;
        border-radius: 50%;
    }

    .banner {
        background-image: none;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: auto;
    }

      .carousel-item {
        height: 91vh !important;
    }
    .carousel-item img {
        height: 91vh !important;
        width: auto !important;
    }

   

    .bannertext {
        width: 100%;
        top: 10vh;
        left: 0;
        z-index: 99;
        padding: 0px 15px;
    }

    .bannertext h1 span::after {
        display: none;
    }

    .bannertext h1 {
        font-size: 40px;
        font-family: serif;
/*         color: var(--dark-dlue); */
        text-transform: uppercase;
    }

    .bannertext h1 span {
        font-size: 60px;
        font-family: serif;
        font-weight: 900;
        color: var(--dark-dlue);
    }

    .bannertext p {
        margin-top: 30px;
        line-height: 150%;
    }

    .navbar-brand {
        font-family: serif;
        font-weight: 900;
        font-size: 50px;
        color: var(--dark-dlue);
        transition-duration: 0.3s;
    }

    .navbar-brand:hover {
        font-family: serif;
        font-weight: 900;
        font-size: 50px;
        color: var(--dark-dlue);
        transition-duration: 0.3s;
    }

    .grid-container {
        display: grid;
        grid-template-columns: none;
        grid-row-gap: 0px;
        grid-column-gap: 0px;
        background-color: #2196F3;
    }

    .grid-container .item1 {
        grid-column: span 1;
        width: 100%;
    }

    .grid-container .item4,
    .grid-container .item5,
    .grid-container .item7 {
        height: 300px;
    }

    .item3 img,
    .item5 img,
    .item7 img {
        display: block;
        margin: 0 auto;
        width: 60px;
    }

    .item3 p,
    .item6 p,
    .item8 p {
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }
    
 
    .about-text {
        /*display:none;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: auto;
        margin-top:2rem;
    }
    
    .swiper-next{
        display:none;
    }
    
    .swiper-prev{
        display:none;
    }

    .bg img {
        height: auto;
    }

    .swiper-slide {}

    .about-text-warp {
       position: absolute;
        top: 0;
        bottom: 0;
        margin-bottom: 30px;
    }
    
    
    .about-text-warp h2 {
    color: var(--dark-dlue);
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
}

    .bg-img {
        display: none;
    }

    .head-wrap {
        position: static;
    }

    .home-services .serviceSwiper {
        position: static;
        transform: none;
        margin: 0 auto;
    }

    .head-wrap p {
        color: var(--dark-dlue);
        margin-top: 2rem;
    }

    .theme-btn {
        margin-top: 10px;
    }

    .microscop {
        display: none;
    }

    .formaliment {
        display: none;
    }

    .contactus-btn {
        display: none;
    }

    .contact-us h3 {
        margin-top: 50px;
        text-align: center;
    }
    
    .home-services{
        padding-top:1rem;
    }
    
      .d-lg-block {
        display: block !important;
        height: 620px;
        width: 100%;
        object-fit: cover;
    }
    
    
 .inner-content p{
        line-height:20px;
        font-size:14px;
    }
    
}

.payclassbutton {
  background-color: #ffd733;     /* Bright yellow */
  color: black;                  /* Text color */
  border: none;                  /* No border */
  padding: 12px 30px;            /* Padding inside the button */
  font-size: 16px;               /* Text size */
  font-weight: bold;             /* Bold font */
  border-radius: 999px;          /* Pill-shaped button */
  cursor: pointer;               /* Pointer on hover */
  transition: background-color 0.3s ease;
}

.payclassbutton:hover {
  background-color: #f4c400;     /* Slightly darker yellow on hover */
}
/*-------*/
.dtsc-about-section {
    padding: 80px 20px;
}

.dtsc-about-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
}

.dtsc-about-tag {
    display: inline-block;
    color: #0c4a6e;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.dtsc-about-title {
    font-size: 26px;
    font-weight:600;
    color:#0d3986;
    margin-bottom: 20px;
}

.dtsc-about-text {
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 15px;
}

.dtsc-about-highlight {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.ul-style li{
    font-size:17px;
    line-height:33px;
    
}
.dtsc-highlight-box {
    background: #ffffff;
    padding: 30px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.dtsc-highlight-box h3 {
    font-size: 36px;
    color: #0284c7;
    margin-bottom: 5px;
}

.dtsc-highlight-box p {
    color: #334155;
    font-weight: 500;
}
.dtsc-expertise-section {
    padding: 90px 20px;
    background: #ffffff;
}


.dtsc-expertise-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 50px;
}

.dtsc-expertise-header h2 {
    font-size: 34px;
    color: #0f172a;
    margin-bottom: 15px;
}

.dtsc-expertise-header p {
    font-size: 16px;
    color: #475569;
    line-height: 1.7;
}

.dtsc-expertise-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.dtsc-expertise-card {
    background: #f8fafc;
    padding: 22px;
    border-radius: 10px;
    font-weight: 500;
    color: #0f172a;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transition: transform 0.3s ease;
}

.dtsc-expertise-card:hover {
    transform: translateY(-5px);
}

.dtsc-expertise-note {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 70px;
}

.dtsc-expertise-note p {
    font-size: 16px;
    color: #334155;
    line-height: 1.7;
}

/* TRUST SECTION */
.dtsc-trust-section {
    background: #f1f5f9;
    padding: 60px 40px;
    border-radius: 16px;
}

.dtsc-trust-section h2 {
    text-align: center;
    font-size: 32px;
    color: #0f172a;
    margin-bottom: 35px;
}

.dtsc-trust-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    padding: 0;
    margin-bottom: 30px;
}

.dtsc-trust-list li {
    font-size: 16px;
    color: #334155;
    font-weight: 500;
    position: relative;
    padding-left: 28px;
}

.dtsc-trust-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #0284c7;
    font-weight: bold;
}

.dtsc-trust-footer {
    text-align: center;
    font-size: 16px;
    color: #475569;
    font-weight: 500;
}
.dtsc-compliance-section {
    padding: 90px 20px;
    background: #f8fafc;
}

.dtsc-container {
    max-width: 1200px;
    margin: auto;
}

.dtsc-block {
    margin-bottom: 70px;
}

.dtsc-block h2 {
    font-size: 34px;
    color: #0f172a;
    margin-bottom: 18px;
}

.dtsc-block p {
    font-size: 16px;
    color: #475569;
    line-height: 1.7;
    max-width: 900px;
}

.dtsc-block-note {
    margin-top: 15px;
    font-weight: 500;
    color: #334155;
}

/* Compliance List */
.dtsc-compliance-list {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.dtsc-compliance-list li {
    font-size: 16px;
    color: #334155;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 26px;
    position: relative;
}

.dtsc-compliance-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #0284c7;
}

/* Our Approach */
.dtsc-approach-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.dtsc-approach-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.dtsc-approach-card h4 {
    color: #0284c7;
    margin-bottom: 8px;
    font-size: 23px;
}

.dtsc-approach-card p {
    font-size: 15px;
    color: #475569;
}

/* Community */
.dtsc-location-list {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.dtsc-location-list li {
    font-size: 16px;
    font-weight: 500;
    color: #334155;
    margin-bottom: 8px;
}

/* CTA */
.dtsc-cta-box {
    background: linear-gradient(135deg, #0284c7, #0369a1);
    padding: 70px 30px;
    border-radius: 20px;
    text-align: center;
    color: #ffffff;
}

.dtsc-cta-box h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.dtsc-cta-box p {
    font-size: 17px;
    max-width: 700px;
    margin: 0 auto 30px;
}

.dtsc-cta-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.dtsc-cta-btn {
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.dtsc-cta-btn.primary {
    background: #ffffff;
    color: #0369a1;
}

.dtsc-cta-btn.secondary {
    border: 2px solid #ffffff;
    color: #ffffff;
}

.dtsc-cta-btn:hover {
    transform: translateY(-3px);
}

.dtsc-cta-footer {
    display: block;
    margin-top: 25px;
    font-weight: 500;
    opacity: 0.9;
}
.header .nav-links {
	gap: 1rem !important;
}

/* Responsive */
@media (max-width: 992px) {
    .dtsc-approach-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .dtsc-approach-grid {
        grid-template-columns: 1fr;
    }
}
.dtsc-services-section {
    padding: 90px 20px;
    background: #f8fafc;
}

.dtsc-container {
    max-width: 1300px;
    margin: auto;
}

.dtsc-services-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
}

.dtsc-services-header h1 {
    font-size: 38px;
    color: #0f172a;
}

.dtsc-tagline {
    display: block;
    font-weight: 600;
    color: #0284c7;
    margin: 10px 0;
}

.dtsc-services-header p {
    font-size: 16px;
    color: #475569;
    line-height: 1.7;
}

/* Grid */
.dtsc-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Card */
.dtsc-service-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
}

.dtsc-service-card h3 {
    color: #0369a1;
    margin-bottom: 26px;
    font-size: 20px;
    line-height: 20px;
}

.dtsc-service-card p {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.dtsc-service-card ul {
    padding-left: 18px;
    margin-bottom: 15px;
    list-style-type: disc;
}

.dtsc-service-card ul li {
      font-size: 16px;
    margin-bottom: 6px;
    color: #334155;
    line-height: 22px;
}

.dtsc-service-checks span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #0f172a;
    line-height: 32px;
}
.dtsc-service-checks{
    margin-bottom:20px;
}

.dtsc-service-note {
    font-weight: 500;
    color: #334155;
}

/* Button */
.dtsc-service-btn {
    margin-top: auto;
    text-align: center;
    padding: 12px 20px;
    border-radius: 50px;
    background: #0284c7;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.dtsc-service-btn:hover {
    background: #0369a1;
}
.dtsc-locations-section {
    padding: 80px 20px;
    background: #ffffff;
}

.dtsc-container {
    max-width: 1200px;
    margin: auto;
}

.dtsc-locations-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.dtsc-locations-header h2 {
    font-size: 34px;
    color: #0f172a;
    margin-bottom: 10px;
}

.dtsc-locations-header p {
    font-size: 16px;
    color: #475569;
    line-height: 1.6;
}

.dtsc-locations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.dtsc-location-card {
    background: #f8fafc;
    padding: 35px 20px;
    text-align: center;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
    transition: transform 0.3s ease;
}

.dtsc-location-card:hover {
    transform: translateY(-5px);
}

.dtsc-location-icon {
    font-size: 34px;
    display: block;
    margin-bottom: 12px;
}

.dtsc-location-card h4 {
    font-size: 20px;
    color: #0369a1;
}

.dtsc-location-card p {
    font-size: 15px;
    color: #475569;
    margin-top: 6px;
}

.service-card {
    height: 390px !important;
    position: relative;
    border-radius: 22px;
}
.service-card img{
     border-radius: 22px;
}

.s-card-learn {
    position: absolute;
    bottom: 34px;
    left: 10px;
}
.dtsc-dot-hero {
    background: linear-gradient(135deg, #0369a1, #0284c7);
    padding: 70px 20px;
    color: #fff;
    text-align: center;
}

.dtsc-dot-hero h1 {
    font-size: 40px;
    padding-bottom: 16px;
}

.dtsc-dot-subtitle {
    font-weight: 500;
    opacity: 0.95;
}

.dtsc-dot-block {
    margin: 22px 0;
}

.dtsc-dot-light {
    background: #f8fafc;
    padding: 50px;
    border-radius: 16px;
}

.dtsc-dot-block h2 {
    font-size: 32px;
    color: #0f172a;
    margin-bottom: 20px;
}

.dtsc-dot-block p {
    font-size: 16px;
    color: #475569;
    line-height: 1.7;
}

.dtsc-dot-checklist,
.dtsc-dot-list,
.dtsc-dot-location {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.dtsc-dot-checklist li {
    padding-left: 28px;
    position: relative;
    margin-bottom: 15px;
    font-weight: 500;
}

.dtsc-dot-checklist li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #0284c7;
}

.dtsc-dot-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.dtsc-dot-card {
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.dtsc-dot-card h4 {
    color: #0369a1;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight:700;
}

.dtsc-dot-badge {
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    color: #0284c7;
}

.dtsc-dot-cta {
    background: #0f172a;
    color: #fff;
    padding: 70px 30px;
    text-align: center;
    border-radius: 20px;
}

.dtsc-dot-cta-btns {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.dtsc-dot-cta h2{
    padding-bottom:13px;
} 

.dtsc-btn {
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
}

.dtsc-btn.primary {
    background: #0284c7;
    color: #fff;
}

.dtsc-btn.outline {
    border: 2px solid #fff;
    color: #fff;
}
.dtsc-dot-card ul li{
    line-height: 21px;
    margin-bottom: 10px;
}
.dtsc-dot-location li{
   line-height: 38px; 
}
.service-grid_img.style1{
        border-radius: 20px;
}
.swiper-slide.shadow{
   border-radius: 20px;
}
/* ================= HERO ================= */
        .dtsc-contact-hero {
            background: linear-gradient(135deg, #0b2c4d, #1e5aa8);
            color: #fff;
            padding: 70px 20px;
            text-align: center;
        }

        .dtsc-contact-hero h1 {
            font-size: 38px;
            margin-bottom: 10px;
        }

        .dtsc-contact-hero p {
            margin: auto;
            font-size: 16px;
            opacity: 0.95;
            line-height: 25px;
        }

        /* ================= CONTAINER ================= */
        .dtsc-contact-container {
            max-width: 1200px;
            margin: 60px auto;
            padding: 0 20px;
        }

        /* ================= INFO CARDS ================= */
        .dtsc-contact-info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            margin-bottom: 60px;
        }

        .dtsc-contact-info-card {
            background: #fff;
            padding: 25px;
            border-radius: 18px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
        }

        .dtsc-contact-info-card h3 {
            font-size: 23px;
            color: #1e5aa8;
            margin-bottom: 15px;
        }

        .dtsc-contact-info-card p {
            font-size: 17px;
            margin-bottom: 10px;
        }

        /* ================= SERVICES ================= */
        .dtsc-contact-services {
            background: #fff;
            padding: 30px;
            border-radius: 18px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
            margin-bottom: 60px;
        }

        .dtsc-contact-services ul {
            list-style: none;
            padding: 0;
        }

        .dtsc-contact-services li {
            padding-left: 26px;
            margin-bottom: 10px;
            position: relative;
        }

        .dtsc-contact-services li::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: #1e5aa8;
            font-weight: bold;
        }

        /* ================= FORM ================= */
        .dtsc-contact-form-section {
            background: #fff;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
            margin-bottom: 70px;
        }

        .dtsc-contact-form-section h2 {
            color: #1e5aa8;
            margin-bottom: 25px;
        }

        .dtsc-contact-form-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 20px;
        }

        .dtsc-contact-form-group {
            display: flex;
            flex-direction: column;
        }

        .dtsc-contact-form-group label {
            font-weight: 600;
            margin-bottom: 6px;
        }

        .dtsc-contact-form-group input,
        .dtsc-contact-form-group select,
        .dtsc-contact-form-group textarea {
            padding: 12px 14px;
            border-radius: 8px;
            border: 1px solid #cfd8e3;
            font-size: 15px;
			width:100%;
        }

        .dtsc-contact-form-group textarea {
            resize: vertical;
        }

        .dtsc-contact-form-btn {
            margin-top: 25px;
        }

        .dtsc-contact-form-btn button {
            background: linear-gradient(135deg, #0b2c4d, #1e5aa8);
            color: #fff;
            border: none;
            padding: 14px 28px;
            font-size: 16px;
            border-radius: 30px;
            cursor: pointer;
            transition: 0.3s;
        }

        .dtsc-contact-form-btn button:hover {
            opacity: 0.9;
        }

        /* ================= MAPS ================= */
        .dtsc-contact-map-section {
            margin-bottom: 70px;
        }

        .dtsc-contact-map-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 25px;
        }

        .dtsc-contact-map-card {
            background: #fff;
            border-radius: 18px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
            overflow: hidden;
        }

        .dtsc-contact-map-card h3 {
            padding: 16px;
            background: linear-gradient(135deg, #0b2c4d, #1e5aa8);
            color: #fff;
            text-align: center;
        }

        .dtsc-contact-map-card iframe {
            width: 100%;
            height: 320px;
            border: none;
        }

        /* ================= FOOTER ================= */
        .dtsc-contact-footer {
            background: #0b2c4d;
            color: #fff;
            padding: 35px 20px;
            text-align: center;
        }

        .dtsc-contact-footer p {
            margin: 6px 0;
            font-size: 14px;
        }
        .dtsc-contact-info-card span svg{
            width:20px;
        }
        .dtsc-contact-services h3{
                font-size: 24px;
                margin-bottom: 14px;
                color: #1f78c5;
        }
        .dtsc-contact-info-card a:hover{
            color:#FFC107;
        }
        /* ================= FIXED ORDER BUTTON ================= */
.dtsc-fixed-order-btn {
    position: fixed;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 9999;

    background: linear-gradient(135deg, #0b2c4d, #1e5aa8);
    color: #fff;
    padding: 14px 18px;
    border-radius: 8px 0 0 8px;

    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.8px;
    text-decoration: none;

    writing-mode: vertical-rl;
    text-orientation: mixed;

    box-shadow: -4px 8px 20px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

/* Hover effect */
.dtsc-fixed-order-btn:hover {
    right: 4px;
    background: linear-gradient(135deg, #1e5aa8, #0b2c4d);
}
.btn.learn-more-btn:hover{
    background-color:#fff;
    color:#000;
}
/* ================= WRAPPER ================= */
.dtsc-wrapper{
    max-width:1100px;
    margin:60px auto;
    padding:40px 25px;
    background:#fff;
    border-radius:16px;
    box-shadow:0 12px 35px rgba(0,0,0,0.1);
}

/* ================= HEADINGS ================= */
.dtsc-title{
    text-align:center;
    font-size:34px;
    color:#0b2c4d;
    margin-bottom: 10px;
}
.dtsc-subtitle{
    text-align:center;
    color:#1e5aa8;
    margin-bottom:30px;
    font-weight:400;
}
.dtsc-heading{
    margin: 30px 0 30px;
    font-size: 20px;
    color: #0b2c4d;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 13px;
}

/* ================= FORM ELEMENTS ================= */
.dtsc-form input,
.dtsc-form select,
.dtsc-form textarea{
    width:100%;
    padding:13px;
    margin-bottom:16px;
    border-radius:8px;
    border:1px solid #cfd9e5;
    font-size:15px;
}
.dtsc-option-grid label input{
    margin-bottom:0;
}

.dtsc-form input:focus,
.dtsc-form select:focus,
.dtsc-form textarea:focus{
    outline:none;
    border-color:#1e5aa8;
    box-shadow:0 0 0 2px rgba(30,90,168,0.15);
}

.dtsc-form textarea{
    min-height:110px;
    resize:vertical;
}

/* ================= OPTION GRID ================= */
.dtsc-option-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:12px;
    margin-bottom:15px;
}

.dtsc-option-grid label{
    background:#f7f9fc;
    padding:10px 14px;
    border-radius:8px;
    border:1px solid #d6e0ec;
    cursor:pointer;
    font-weight:500;
    display:flex;
    align-items:center;
    gap:10px;
}

.dtsc-option-grid input{
    width:auto;
}

/* ================= CONDITIONAL ================= */
.dtsc-conditional{
    display:none;
    background:#f9fbfe;
    padding:20px;
    border-radius:12px;
    border:1px dashed #cfd9e5;
    margin-top:15px;
}

/* ================= DISCLAIMER ================= */
.dtsc-disclaimer{
    background:#fff4f4;
    padding:15px;
    border-radius:8px;
    border-left:5px solid #b30000;
    margin:25px 0;
    font-size:14px;
}

.dtsc-disclaimer input{
    width:auto;
    margin-right:8px;
     margin-bottom:0px;
}

/* ================= BUTTON ================= */
.dtsc-submit-btn{
    width:100%;
    padding:16px;
    font-size:18px;
    font-weight:bold;
    background:linear-gradient(135deg,#1e5aa8,#0b2c4d);
    color:#fff;
    border:none;
    border-radius:40px;
    cursor:pointer;
    transition:0.3s;
}
.dtsc-submit-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 25px rgba(0,0,0,0.2);
}
.inner-img img{
	 object-position: top;
}
/* ================= EMERGENCY ================= */
.dtsc-emergency input{
    width:auto;
}

/* ================= FOOTER ================= */
.dtsc-footer{
    text-align:center;
    padding:40px 20px;
    background:#0b2c4d;
    color:#fff;
    margin-top:70px;
}

/* ================= MOBILE ================= */
@media(max-width:1400px){
.banner {
    background-image: url(../images/banner-bg.jpg);
    background-size: cover;
    background-position-x: 170%;
    background-repeat: no-repeat;
    height: 100vh;
}
}

@media(max-width:768px){
    .dtsc-title{font-size:28px;}
}

/* Mobile friendly */
@media (max-width: 768px) {
    .dtsc-fixed-order-btn {
        writing-mode: horizontal-tb;
        right: 15px;
        bottom: 20px;
        top: auto;
        transform: none;
        border-radius: 30px;
        padding: 14px 22px;
    }
}

/* Responsive */
@media (max-width: 992px) {
    .dtsc-dot-services {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .dtsc-dot-services {
        grid-template-columns: 1fr;
    }
}


/* Responsive */
@media (max-width: 768px) {
    .dtsc-locations-grid {
        grid-template-columns: 1fr;
    }
}


/* Responsive */
@media (max-width: 1100px) {
    .dtsc-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .dtsc-services-grid {
        grid-template-columns: 1fr;
    }
}

/* Responsive */
@media (max-width: 992px) {
    .dtsc-expertise-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dtsc-trust-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .dtsc-expertise-grid {
        grid-template-columns: 1fr;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .dtsc-about-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }
}


@media screen and (max-width:768px) {
    .bannertext h1 {
        font-size: 16px;
        line-height: 25px;
        text-align: left;
        
    }
    .banner .banner-list p {
    font-size: 11px;
    }
    .b-con p {
    font-size: 11px;
    }
    .bannertext p {
        margin-top: 10px;
    }
    .bannertext {
    top: 5%;
     }
     .two-col-list li {
    font-size: 11px;
    line-height: 15px;
}
.two-col-list {
    gap: 9px 30px;
}
.b-adress {
    display: flex;
    margin-top: 6px;
}
    .b-adress p {
    font-size: 11px;
    }
    .appointment{
    margin-top: 0;
}
    .carousel-item {
        height:75vh !important;
    }
    .carousel-item img {
        height: 75vh !important;
        width: auto !important;
    }
    .appointment a {
    padding: 11px 16px;
    }
    .dtsc-trust-section {
    background: #f1f5f9;
    padding: 34px 21px;
    border-radius: 16px;
}
  .dtsc-trust-section h2 {
    font-size: 24px;
  }
  .dtsc-about-title {
    font-size: 21px;
    color: #0f172a;
    margin-bottom: 20px;
    line-height: 26px;
}
.dtsc-expertise-header h2 {
    font-size: 26px;
    color: #0f172a;
    margin-bottom: 15px;
}
.dtsc-about-section {
    padding: 12px 20px;
}
 .dtsc-expertise-section {
    padding: 45px 20px;
    background: #ffffff;
}
.dtsc-expertise-card {
    line-height: 25px;
}
.dtsc-block h2 {
    font-size: 25px;
    color: #0f172a;
    margin-bottom: 18px;
}
    .main-content h3 {
        font-size: 21px;
        line-height: 25px;
    }
    .dtsc-cta-box h2 {
    font-size: 25px;
    margin-bottom: 15px;
}
.dtsc-cta-box {
    padding: 35px 17px;
}
.dtsc-cta-btn {
    font-size: 12px;
}
.dtsc-cta-box p {
    font-size: 14px;
}
    .main-content p {
        line-height: 25px;
        font-size: 15px;
        margin-bottom: 16px;
    }
    .dtsc-trust-list li {
    font-size: 15px;
    line-height: 19px;
}
.service-box h3 {
    font-size: 24px;
    line-height: 33px;
}
.dtsc-services-section {
    padding: 50px 20px;
    background: #f8fafc;
}
.dtsc-services-header h1 {
    font-size: 24px;
    color: #0f172a;
}
.dtsc-tagline {
    display: block;
    font-weight: 400;
    color: #0284c7;
    margin: 10px 0;
}
.dtsc-services-header p {
    font-size: 15px;
    color: #475569;
    line-height: 1.7;
}
.dtsc-service-card p {
    line-height: 26px;
}
.dtsc-service-card h3 {
    line-height: 29px;
}
.dtsc-service-btn{
    margin-top: 20px;
}
.text-warp p {
    line-height: 23px;
}
.dtsc-contact-hero p {
    font-size: 13px;
    line-height: 20px;
}
.dtsc-contact-info-card p {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 23px;
}
}

@media screen and (max-width: 575px) {
    .why-choose-dtsc {
        margin-top:105px;
    }
    .core-services h2 {
    font-size: 24px;
}
.service-box li{
    line-height: 27px;
}
.service-box {
    padding: 23px 21px;
}
.dtsc-dot-hero h1 {
    font-size: 25px;
    padding-bottom: 16px;
}
.dtsc-dot-subtitle {
    font-weight: 500;
    opacity: 0.95;
    font-size: 13px;
}
.dtsc-dot-hero {
    padding: 28px 20px;
}
.dtsc-dot-light {
    padding: 14px;
}
.dtsc-dot-block h2 {
    font-size: 25px;
    color: #0f172a;
    margin-bottom: 20px;
}
.bannertext h5 {
    color: #FFC107;
    font-size: 22px;
}

}

@media screen and (max-width: 500px) {
    
}

@media screen and (max-width: 400px) {
   
}
/*@media screen and (max-width: 1550px) {*/
/*    .contact-us {}*/
/*}*/

/*@media only screen and (max-width: 992px) {*/
  
/*  .about-text{*/
/*        display:none!important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 768px) {*/
/*    .banner-img {*/
        /*height: 18vh;*/

/*    }*/

/*    .main-content {*/
/*        margin: 20px 0px;*/
/*    }*/
/*        .about-text {*/
/*       display: none; */
        
/*    }*/
/*}*/

/*@media screen and (max-width: 1199px) {*/
/*    #desktopmenu {*/
/*        display: none;*/
/*    }*/

/*    #mobilemenu {*/
/*        display: block;*/
/*    }*/

  
/*    .mobilemenu {*/
/*        background-color: var(--dark-dlue);*/
/*        position: fixed;*/
/*        top: 0;*/
/*        left: -250px;*/
/*        z-index: 9999;*/
/*        height: 100%;*/
/*        color: #fff;*/
/*        padding: 30px;*/
/*        width: 250px;*/
/*        padding-top: 150px;*/
/*        transition-duration: 0.3s;*/
/*    }*/

/*    .mobilemenu.active {*/
/*        left: 0;*/
/*        transition-duration: 0.3s;*/
/*    }*/

/*    .mobilemenu .nav-link {*/
/*        padding: 15px 10px;*/
/*    }*/

/*    .mobilemenu .nav-link.active {*/
/*        background-color: var(--blue);*/
/*    }*/

/*    .mobilemenu .icon-warp {*/
/*        margin-top: 100px;*/
/*        justify-content: space-between;*/
/*        margin-left: 0px;*/
/*    }*/

/*    .btn-toggle {*/
/*        display: block;*/
/*        background-color: var(--dark-dlue);*/
/*        color: #fff;*/
/*        border-radius: 50%;*/
/*        width: 50px;*/
/*        height: 50px;*/
/*    }*/

/*    .btn-toggle:active,*/
/*    .btn-toggle:hover,*/
/*    .btn-toggle:focus {*/
/*        display: block;*/
/*        background: var(--dark-dlue);*/
/*        color: #fff;*/
/*        border-radius: 50%;*/
/*    }*/

/*    .banner {*/
/*        background-image: none;*/
/*        background-size: cover;*/
/*        background-position: center;*/
/*        background-repeat: no-repeat;*/
/*        height: auto;*/
/*    }*/

/*    .carousel-item {*/
/*        height: 50vh !important;*/
/*    }*/

/*    .carousel-item img {*/
/*        height: 50vh !important;*/
/*        width: auto !important;*/
/*    }*/

/*    .bannertext {*/
/*        width: 100%;*/
/*        top: 10vh;*/
/*        left: 0;*/
/*        z-index: 99;*/
/*        padding: 0px 15px;*/
/*    }*/

/*    .bannertext h1 span::after {*/
/*        display: none;*/
/*    }*/

/*    .bannertext h1 {*/
/*        font-size: 40px;*/
/*        font-family: serif;*/
/*        color: var(--dark-dlue);*/
/*        text-transform: uppercase;*/
/*        text-align: center;*/
/*    }*/

/*    .bannertext h1 span {*/
/*        font-size: 60px;*/
/*        font-family: serif;*/
/*        font-weight: 900;*/
/*        color: var(--dark-dlue);*/
/*    }*/

/*    .bannertext p {*/
/*        margin-top: 30px;*/
/*        line-height: 150%;*/
/*        text-align: center;*/
/*    }*/

/*    .navbar-brand {*/
/*        font-family: serif;*/
/*        font-weight: 900;*/
/*        font-size: 50px;*/
/*        color: var(--dark-dlue);*/
/*        transition-duration: 0.3s;*/
/*    }*/

/*    .navbar-brand:hover {*/
/*        font-family: serif;*/
/*        font-weight: 900;*/
/*        font-size: 50px;*/
/*        color: var(--dark-dlue);*/
/*        transition-duration: 0.3s;*/
/*    }*/

/*    .grid-container {*/
/*        display: grid;*/
/*        grid-template-columns: none;*/
/*        grid-row-gap: 0px;*/
/*        grid-column-gap: 0px;*/
/*        background-color: #2196F3;*/
/*    }*/

/*    .grid-container .item1 {*/
/*        grid-column: span 1;*/
/*        width: 100%;*/
/*    }*/

/*    .grid-container .item4,*/
/*    .grid-container .item5,*/
/*    .grid-container .item7 {*/
/*        height: 300px;*/
/*    }*/

/*    .item3 img,*/
/*    .item5 img,*/
/*    .item7 img {*/
/*        display: block;*/
/*        margin: 0 auto;*/
/*        width: 60px;*/
/*    }*/

/*    .item3 p,*/
/*    .item6 p,*/
/*    .item8 p {*/
/*        text-align: center;*/
/*        margin: 0 auto;*/
/*        margin-top: 20px;*/
/*    }*/

/*    .about-text {*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        justify-content: center;*/
/*        height: auto;*/
/*    }*/

/*    .bg img {*/
/*        height: auto;*/
/*    }*/

/*    .swiper-slide {}*/

/*    .about-text-warp {*/
/*       position: absolute;*/
/*        top: 0;*/
/*        bottom: 0;*/
/*        margin-bottom: 30px;*/
/*    }*/
    
    
/*    .about-text-warp h2 {*/
/*    color: var(--dark-dlue);*/
/*    font-size: 20px;*/
/*    font-weight: 900;*/
/*    margin-bottom: 20px;*/
/*}*/

/*    .bg-img {*/
/*        display: none;*/
/*    }*/

/*    .head-wrap {*/
/*        position: static;*/
/*    }*/

/*    .home-services .serviceSwiper {*/
/*        position: static;*/
/*        transform: none;*/
/*        margin: 0 auto;*/
/*    }*/

/*    .head-wrap p {*/
/*        color: var(--dark-dlue);*/
/*        margin-top: 20px;*/
/*    }*/

/*    .theme-btn {*/
/*        margin-top: 10px;*/
/*    }*/

/*    .microscop {*/
/*        display: none;*/
/*    }*/

/*    .formaliment {*/
/*        display: none;*/
/*    }*/

/*    .contactus-btn {*/
/*        display: none;*/
/*    }*/

/*    .contact-us h3 {*/
/*        margin-top: 50px;*/
/*        text-align: center;*/
/*    }*/
/*}*/

/*@media screen and (max-width:1537px) {*/
/*    .home-services .serviceSwiper {*/
/*        height: 75% !important;*/
/*        padding-bottom: 25px;*/
/*    }*/
/*}*/

/*@media screen and (max-width:1400px) {*/
/*    .home-services .serviceSwiper {*/
/*        height: 80% !important;*/
/*        padding-bottom: 25px;*/
/*    }*/
/*}*/

/*@media screen and (max-width:1366px) {*/
/*    .home-services .serviceSwiper {*/
/*        height: 75% !important;*/
/*        padding-bottom: 25px;*/
/*    }*/
/*}*/


/*textarea.wpcf7-form-control.wpcf7-textarea.form-control {*/
/*    height: 100px !important;*/
/*}*/