:root{
    /* --primary-color:#0A245C; */
    --primary-color:#000;
    --secondary-color:#333;
    --white-color:#ffffff;

}


body {
    padding: 0;
    margin: 0;
    position: relative;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden !important;
    box-sizing: border-box;
}

 p{
line-height: 28px;
color:#434343;
font-size: 17px;
}
a{
    text-decoration: none;
    color:var(--primary-color)
}

a:hover{
    color:var(--secondary-color)
}

.navbar-brand img{
   height:92px
}
.navbar-custom{
    background-color: var(--white-color) !important;
    border-radius: 80px;
    position: absolute;
    width: 100%;
    top:20px;
    right: 0;
    padding: 0px 16px;
    z-index: 1000; 
    transition: all 0.3s ease; 
}

.navbar-custom.sticky {
    border-bottom: 1px solid #f4f4f4; 
    border-radius: 0; 
     
}
.navbar-custom .nav-item .nav-link{
    font-weight: 500;
    color:#000;
margin-right: 30px;
}

.synt-heading{
    font-family: "Playfair Display", serif;
  }

.navbar-custom .nav-item .nav-link.active, 
.navbar-custom .nav-item .nav-link:hover{
    color:var(--secondary-color)
}
.btn-primary {
    background: var(--primary-color) none repeat scroll 0 0;
    color: #fff;
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 14px;
    border-color:var(--primary-color);
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    width: fit-content;

}

.btn-primary:hover{
    background-color: var(--secondary-color);
    border-color: #BCAB10;
    color:var(--primary-color)
}
.btn-primary img {
    filter: grayscale(100%) brightness(100%);
    transition: filter 0.3s ease;
}

 
.btn-primary:hover img {
    filter: grayscale(0%) brightness(0%) sepia(1) hue-rotate(180deg) saturate(1000%) brightness(0.8);
}
.btn-secondary {
    background: var(--secondary-color) none repeat scroll 0 0;
    color: var(--primary-color);
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 14px;
    border-color:var(--secondary-color);
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    display: flex;
    width: fit-content;
    z-index: 1;

}

.btn-secondary:hover{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.btn-secondary img {
    filter: grayscale(0%) brightness(0%) sepia(1) hue-rotate(180deg) saturate(1000%) brightness(0.8);
    transition: filter 0.3s ease;
}

 
.btn-secondary:hover img {
    filter: grayscale(100%) brightness(100%);
}
 
.banner-content-details{
    padding-left: 290px;
}

.banner-area{
    background-image: url(../img/banner.png);
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    height: 780px;
    padding: 120px 0px;
}

.banner-area .banner-content{
    
    font-weight: 600;
    line-height: 46px;
    font-size: 40px;
}

.counter-area{
    display: flex;
    justify-content: start;
    padding: 25px 0px;
}

.counter-area .counter-item{
    padding: 0px 30px;
    text-align: center;
    border-right: 1px solid #000;
}
.counter-area .counter-item:first-child{
    padding-left: 0px;
}

.counter-area .counter-item h2{
    font-weight: 500;
}

.counter-area .counter-item p{
    margin-bottom: 0px;
}
.counter-area .counter-item:last-child{
    border-right: 0px;
}


/* Add space between slides */
.slider-item {
    width: 500px;     
    margin-right: 20px;   
}

/* Adjust the image size to fit within the slider item */
.slider-item img {
    width: 100%;
    display: block;
}

 
.slick-dots li button:before {
     content:none !important;
}
.slick-dots li.slick-active button{
    opacity: .75;
    background-color: var(--secondary-color) !important;
    width:30px !important;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 20px;
}

.slick-dots{
    bottom: -35px !important;
}
.slick-dots li{
    margin-right: 10px !important;
}

.slick-dots li button {
     
    line-height: 0;
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    padding: 5px;
    cursor: pointer;
    color: var(--primary-color);
    border: 1px solid var(--secondary-color) !important;
    border-radius: 50%;
    outline: none;
    background: var(--primary-color) !important;
    opacity: .25;
    
}
.section-t-space{
    padding-top: 120px;
}

.section-b-space{
    padding-bottom: 120px;
}
 
.about-area{
    position: relative;
    background-image: url(../img/about-bg-2.png);
    width:100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.why-choose-details{
    background-color: #FFFBF6;
    padding: 90px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.why-choose-img {
    height: 100%;
}
.why-choose-img img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}
.main-title{
    margin-bottom: 20px;
    font-size: 40px;
    color:var(--primary-color);
    font-weight: 600;
    line-height: 1.2;
}
.service-area{
    position: relative;
}

.service-area:before {
    content: '';
    position: absolute;
    bottom: -260px;
    right: 0px;
    background-image: url(../img/service-bg.png);
    /* background-size: contain; */
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 672px;
    /* overflow: hidden; */
    z-index: -1;
}

.services__tab-wrap {
    display: flex;
    gap: 30px;
}


.services__tab-wrap .nav-tabs {
    border-bottom: none;
    margin-bottom: 0;
    flex-direction: column;
    width: 330px;
}
.services__tab-wrap .nav-item {
    margin-bottom: 12px;
}

.services__tab-wrap .nav-link {
    border: 1px solid #C1C1C1;
    background: var(--white-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin: 0;
    gap: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #C1C1C1;
    padding: 15px 55px 15px 25px;
    position: relative;
    width: 330px;
    transition: all 0.3s ease-out 0s;
}
.services__tab-wrap .nav-link.active, .services__tab-wrap .nav-link:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.services__tab-wrap .nav-link::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 0;
}

.services-grid{
    background: url(../img/service-grid-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -40px;
    padding-bottom: 150px;
}

.services-grid .card{
    height: 100%;
}

.services-grid .card img{
    width: 100%;
    height: 300px;
}

.vision-area{
    position: relative;
}

.vision-area:before{
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    z-index: -1;
    background-image: url(../img/mission-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 500px;
    width: 100%;
    background-position: right bottom;
}
.mission-area{
    position: relative;
}

.mission-area:before{
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    background-image: url(../img/vision-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 500px;
    width: 100%;
    background-position: left bottom;
}


.cta-area{
    background-image: url(../img/cta.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0px;
    height: auto;
    width: 100%;
}

.cta-heading h2{
    margin-bottom: 20px;
    font-size: 40px;
    color: var(--white-color);
    font-weight: 600;
    line-height: 1.2;

}
.cta-heading {
    display: flex;      
    align-items: center;     
    justify-content: center;
    gap: 15px;          
    position: relative;      
}

.cta-heading::before,
.cta-heading::after {
    content: '';             
    /* flex: 1; */
    width:80px;                 
    height: 2px;              
    background-color: #fff;   
}

.cta-heading::before {
    margin-right: 10px;     
}


.contact-area{
    width: 100%; 
     
    background-image: url('../img/c-bg-1.png'), url('../img/c-bg-2.png'); 
    background-position: top left, bottom right; 
    background-repeat: no-repeat, no-repeat; 
    background-size: 216px, auto; 
}
.cta-heading::after {
    margin-left: 10px;       
}

.contact-info{
    background: url(../img/contact-us.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 10px;
}

.contact-info a:hover{
    color: var(--secondary-color) !important;
}

.tx-main{
    color:var(--primary-color)
}

.tx-12{
    font-size: 12px;
}


.footer-area{
    padding-top: 50px;    
    width: 100%;  
    height: 100%;  
    background: url(../img/footer-bg.jpg);  
    background-size: cover;  
    background-position: center;  
    background-repeat: no-repeat;  
     }


.footer-social .list-wrap {
    display: flex;
    align-items: center;
    margin: 15px auto;
    justify-content: center;
    gap: 10px;
    padding-bottom: 30px;
    padding-left: 0px;

}
.footer-social .list-wrap li{
    list-style: none;
}

.footer-social .list-wrap li a {
    width: 40px;
    height: 40px;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    background: #DDE9FF;
    border-radius: 5px;
    font-size: 20px;
    color: var(--primary-color);
}


.footer-social .list-wrap li a:hover{
    color:#fff;
    background-color: var(--primary-color);
}

.copy-right-content{
    text-align: center;
    padding: 25px 0px;
    color: var(--primary-color);
    font-size: 13px;
    border-top: 1px solid #D6DCC1;
}

.form-control::placeholder {
    font-size: 14px; /* Adjust this value as needed */
    color: #6c757d;  /* Optional: change the color of the placeholder text */
}
.bg-sec{
    background-color: #FFFBF6;
}

.pr-45{
    padding-right: 45px;
}

.pl-45{
    padding-left: 45px;
}
/* .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background: url('../img/cross.png') no-repeat center center;
    background-size: contain;
}
.navbar-toggler-icon {
display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
} */



/* Responsive Start  */

@media (max-width: 767.98px) {
    .main-title{
        font-size: 35px;
    }
    p{
        font-size: 15px;
    }
    .banner-area .banner-content{
        font-size: 35px;
    }
    .services__tab-wrap {
        flex-wrap: wrap;
    }

    .services__tab-wrap .nav-tabs {
        width: auto;
        justify-content: center;
        flex-direction: row;
    }
    .banner-content-details {
        padding-left: 20px;
        padding: 20px;
    }
    .banner-area {
        height: 100%;
        overflow-x: hidden;
        padding: 70px 0px;
    }

    .navbar-custom {
        position: fixed;  
        top: 0;  
        left: 0; 
        right: 0;  
        border-radius: 0;  
        padding: 0px 8px;
    }

    .slider-item{
        margin: 10px;
    }

    .pr-45{
        padding-right: 10px;
    }

    .pl-45{
        padding-left: 10px;
    }
    .why-choose-img img {
        width: 100%;
        height: auto;
         
    }

    .why-choose-details {
        padding: 12px;
    }

    .service-area:before {
        content: none;
    }

    .services-grid {
        background-image: none;
        padding-bottom: 50px;
    }

    .contact-area {
        background-image: none;
    }

    .footer-social .list-wrap{
        margin: 20px auto;
    }

    .cta-heading h2{
        font-size: 32px;
    }
     
}



@media (min-width: 1024px) and (max-width: 1280px) {
   
    .banner-area{
        overflow-x: hidden;
    }
    .banner-content-details {
        padding-left: 75px;
    }
    .why-choose-details {
        padding: 45px;
    }
    .services-grid {
        padding-bottom: 60px;
    }
  }

  .set-font{
    white-space: pre-line;
  }