/********** Template CSS **********/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amita:wght@400;700&family=Bangers&family=Courgette&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Grechen+Fuemen&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
 
:root {
    --primary: #0073aa;
    --secondary: #247a4d;
    --light: #EDF1FC;
    --dark: #0073aa;
    --black:#000000;
    --beige:#e3f2fd;
    --orange:#71b942;
}
.fs-small{
    font-size: small;
}
.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.bg-primary{
    background-color: var(--primary) !important;
}

h1,h2,h3,h4,h5,h6,p{
    font-family: "Plus Jakarta Sans", sans-serif;
 
}
.bg-orange{
    background-color: var(--orange);
}
.txt-orange{
    color: var(--orange);
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.para p{
    color:#fff;
}

/************Text********************/
.text-black{
    color: var(--black);
    
}
.text-justify{
    text-align: justify;
}
/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.top-bar {
    height: 75px;
    padding: 0 4rem;
}

.nav-bar {
    position: relative;
    padding: 0 4.75rem;
    transition: .5s;
    
}


/* changed */
.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
   z-index: 9; 
} 
.service-items {
    text-align: center;
    padding: 10px;
}
.service-items img {
    border-radius: 10px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.navbar .dropdown-menu  a:hover{
    background-color: var(--primary);
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}
.logo-img{
max-height: 75px;
}
.logo-green{
    color: #037a44;
}
.logo-font{
    font-family: math;
    font-weight: bold;

}
.logo-orange{
    color: #ff8000;
    font-size: 10px;
    font-weight: 600;

}
.header-carousel .owl-carousel-item {
    height: 80vh;
}
.bg-img{
    background-size: contain;
    background-size: cover;
 
    
}
@media (max-width: 991.98px) {
    .nav-bar {
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
    border-left: 15px solid #FFFFFF;
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 15px;
    background: #FFFFFF;
}

.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        height: 350px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}


/*** Service ***/
.service-item-top img {
    transition: .5s;
}

.service-item-top:hover img {
    transform: scale(1.1);
}

.service-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.service-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    transition: .5s;
}

.service-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}

/* Gallery Section CSS Starts */
#lightgallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px; /* zero gap if you want tight grid */
}

#lightgallery a {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1; /* makes square boxes */
  overflow: hidden;
  display: block; /* important to be a block container */
}

#lightgallery img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fills the box and crops nicely */
  display: block;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px,
              rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}



  /* Center Modal Image */
  .lg-backdrop {
    background-color: rgba(0, 0, 0, 0.8) !important; /* Darker background */
}

.lg-outer {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.lg-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100vh !important; /* Full viewport height */
}
 /* Gallery Section CSS Ends */

/*** Booking ***/
.video {
    position: relative;
    padding: 8rem 0 12rem 0;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/7504770.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.video .btn-play {
    position: relative;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
    margin-bottom: 4rem;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--primary);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-text {
    height: 90px;
    overflow: hidden;
}

.team-item .team-text .bg-light,
.team-item .team-text .bg-primary {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s;
}

.team-item .team-text .bg-primary {
    flex-direction: row;
}

.team-item:hover .team-text .bg-light {
    margin-top: -90px;
}

.team-item .team-text .bg-primary .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-text .bg-primary .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}

 .testimonial-sec{
    background-image: url(../img/testibg-img.jpg);
    background-size: cover;
}
/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-item .testimonial-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    border: 15px solid;
    border-color: var(--light) transparent transparent transparent;
    transition: .5s;

}

.testimonial-carousel .owl-item.center .testimonial-text::after {
    border-color: var(--primary) transparent transparent transparent;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    font-size: 30px;
    color: var(--primary);
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}
/* Career CSS */
.career-bg {
  position: relative; /* required for overlay positioning */
  background-image: url("../img/CAREERS_BG.jpg");
  background-position: center;
  background-size: cover;
}

.career-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3d373770; /* light white overlay */
  z-index: 1;
}
.career-bg  .career-sec{
 backdrop-filter: blur(1px) saturate(200%);
    -webkit-backdrop-filter: blur(1px) saturate(200%);
    background-color: rgba(241, 241, 241, 0.67);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}
.career-bg > * {
  position: relative;
  z-index: 2; /* keep text above overlay */
}

/*************Custom Css**********************/



.tracking-in-contract-bck {
	-webkit-animation: tracking-in-contract-bck 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.5s both;
	        animation: tracking-in-contract-bck 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.5s both;
}
/* ----------------------------------------------
 * Generated by Animista on 2025-2-5 23:39:6
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-contract-bck
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
            transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
            transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

.cursive-txt{
    /* font-family: "Amita", serif; */
    /* font-family: "Grechen Fuemen", serif; */
    font-family: "Righteous", sans-serif;
}  

 .founders{
    /* background: rgb(113,185,66);
    background: linear-gradient(146deg, rgba(113,185,66,1) 0%, rgba(240,248,255,1) 50%, rgba(0,115,170,1) 100%); */
    background: url(../img/newbg.jpg);
 
    background-position: center;
    background-size: cover;
 }
.foundertxt::first-letter{
    font-size: 30px;
    color: var(--secondary);
}
.founder-img-modal{
    height: auto;
    width: 100%;
}
.blog-sec img{
    height: 200px;
    
    object-fit: cover;

}

.blog-sec >.row{
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.partner-carousel .partner {
    padding: 20 10px;
    text-align: center;
    
  }
  
  .partner-carousel .partner img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    
  }
  .abt-contact{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .abt-imgs {
   display: grid;
   grid-template-columns: repeat(2,1fr);
   gap: 20px;
   
  }
  .abt-imgs >.abt-box{
    background-color: var(--beige);
    padding: 20px;
    display: grid;
    grid-template-columns: 20% 80%;
 align-items: center;
    
 box-shadow: 0px 0px 0px 2px var(--orange), 8px 8px 0px 0px var(--orange);
    border-radius: 15px;
  }
  .abt-imgs  img{
 height: 40px;
 
 
 max-width: 50px;
 

  }
 
  #ab2{
    /*background-image: url('../img/ab-bg.jpg');*/
    background-position: center;
    background-size: cover;
  }
.team-item  .founder-bg{
    background-image: url('../img/founer-bg2.jpg');
    height: 300px;
    border-radius: 50%;
    background-size: cover;
    width: 300px;
}
.team-item >div:nth-child(1) img{
    margin-top: -50px;
    z-index: 99;
    max-height: 100px;
}
.founder-card{
    background-color: #fafafa;
    border-radius: 20px;
    
}
.founder-img{
   max-height: 200px;
   object-fit: cover;
   width: auto;

}
 
  .side-txt {
    /* right: 22px; */
    position: absolute;
     
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    /* left: 0px; */
    right: -25px;
    top: 20%;
    background-color: var(--orange);
    border-radius: 25px;
  }
  .side-txt > h5{
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 15px;
    text-orientation: sideways-right;
    color: var(--light);
    margin: 0;
  }

 .service-sec{
    background-image: url(../img/services-bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;

  }
  .service-content{
    padding: 20px;
  }
  .service-card {
     background-color: white;
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
     
    border: 1px solid var(--light);
    border-radius: 40px;
    margin: 10px;

    
    box-shadow: rgba(108, 11, 255, 0.02) 0px 1px 3px 0px, rgba(14, 0, 217, 0.15) 0px 0px 0px 1px;
     
  }
  .service-card:hover{
    box-shadow: rgba(36, 122, 77, 0.4) 0px 5px, 
            rgba(36, 122, 77, 0.3) 0px 10px, 
            rgba(36, 122, 77, 0.2) 0px 15px, 
            rgba(36, 122, 77, 0.1) 0px 20px, 
            rgba(36, 122, 77, 0.05) 0px 25px;

  }
  .service-card a:hover{
    color: #71b942;
  }
  
  .service-card > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
 
       
     box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px;
    margin-bottom: 15px;
     /* Apply the fade-out effect */
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0));
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0));

  /* Fallback for older browsers */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, white 100%);
  }
  .service-card .service-logo {
    border-radius: 50%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100px;
    height: 100px;
    left: 50px;
    border: 10px solid white;
    /* top: -45px; */
    margin-top: -90px;
    background-color: var(--primary);
}
  .service-card .service-logo img{
     height: 50px;
     width: 50px;

  }
  
  .service-card h3 {
    font-size: 22px;
    color: var(--primary);
    margin-bottom: 10px;
  }
  
  .service-card p {
    font-size: 16px;
    color: #666;
  }
  .service-card button{
    border-radius: 20px;
    font-weight: 300;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
 .service-sec .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 15px; /* Adjust as needed */
  }
  
 .service-sec .owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px; /* Space between dots */
  }
  
.ripped-bg-top{
    position: relative;
    background-image: url(../img/overlay-top.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 60px;
    bottom: 0px;
     background-color: var(--orange);
}
.ripped-bg-bottom{
    position: relative;
    background-image: url(../img/overlay-bottom.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 60px;
    bottom: 0px;
    background-color: var(--orange);
 
}
 footer{
    /* background-image: url(../img/footerbg.png);
    background-size: cover; */
    background-color: #05121b;
 }
 
/* Content wrapper adjustments to prevent overlapping */
.content-wrapper {
    position: relative;
    z-index: 1;
    padding: 100px 0; /* Adjust as needed for spacing */
}
.pr-sec{
    display: grid;
    grid-template-columns: 30% 70%;
    position: relative;
    place-items: center;
}


 
.pr-sec img{
    height: 75px;
    width: 75px;
    position: relative;
    background-color: var(--primary);
    padding: 10px;
    border-radius: 50%;
    z-index: 1; /* Ensures the image is above the circle */
   
}

/* Process css starts */
#process-sec{
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
 
#process-sec >div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.step-circle{
    height: 125px;
    background-color: var(--dark);
    width: 125px;
    border-radius: 50%;
    border: 2px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
     
}
.step-circle> i{
    font-size: 50px;

}
.step-circle img{
    padding: 10px;
    height: 100px;
    background: transparent;
    border-radius: 30%;

}
 .step-number{
    height: 50px;
    width: 50px;
    position: absolute;
    background-color: var(--orange);
    border-radius: 50%;
    border: 3px solid white;
    right: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    
 }
 .aboutus-sec img{
    max-height: 400px;
     
 }

 /* Projects css starts */
 

 .project-card {
    position: relative;
    display: grid;
 
    padding: 15px;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 20px;
    overflow: hidden;
}
 .project-content{
   padding-left: 30px;
 }

/* Left edge cut for odd cards */
.project-card:nth-child(odd) {
    border-radius: 0 20px 20px 20px;
    clip-path: polygon(70px 0, 100% 0, 100% 100%, 0 100%, 0 70px);
}

/* Right edge cut for even cards */
.project-card:nth-child(even) {
    border-radius: 20px 0 20px 20px;
    clip-path: polygon(0 0, calc(100% - 70px) 0, 100% 70px, 100% 100%, 0 100%);
}

/* Image styles */
.project-img > img {
    object-fit: cover;
    height: 400px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

/* Left edge cut for images in odd cards */
.project-card:nth-child(odd) .project-img > img {
    border-radius: 0 20px 20px 20px;
    clip-path: polygon(70px 0, 100% 0, 100% 100%, 0 100%, 0 70px);
}

/* Right edge cut for images in even cards */
.project-card:nth-child(even) .project-img > img {
    border-radius: 20px 0 20px 20px;
    clip-path: polygon(0 0, calc(100% - 70px) 0, 100% 70px, 100% 100%, 0 100%);
}

  .project-icon{
    height: 30px;
    width: 30px;
    background-color: var(--orange);
    border-radius: 50%;
    padding: 20px;
  }
  .project-icon img{
    height: 20px;
    width: 20px;
  }

  /* Blog css starts */
 .blog-card img{
    height: 300px;
    object-fit: cover;
    width: 100%;
    border-radius: 0 20px 20px 20px;
    clip-path: polygon(70px 0, 100% 0, 100% 100%, 0 100%, 0 70px);

 }
 .blog-img{
  max-height: 400px;
 }
 /* Faq css */
 .faq-box >button{
    border-radius: 10px;
    padding: 20px;
    background-color: white;
    outline: none;
 }
 .faq-box > button:focus {
    outline: none;
    box-shadow: none;
}
 .faq-answer{
    border-radius: 0 0 10px 10px;
    background-color: white;
    padding: 10px;
 }
 .left-curve{
    border-radius: 0 20px 20px 20px;
    clip-path: polygon(70px 0, 100% 0, 100% 100%, 0 100%, 0 70px);
 }
 .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
 /* Choose us section */
 .chooseus-cont img{
    height: 80px;
    border-radius: 20px;
  
 }
 

  .counter-card {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 5px 30px;
    text-align: center;
    box-shadow: 0px 0px 0px 2px var(--orange), 8px 8px 0px 0px var(--orange);
    transition: transform 0.3s;
  }

  .counter-card:hover {
    transform: scale(1.1);
  }

  .counter {
    font-size: 1.5rem;
    font-weight: bold;
 
    position: relative;
  }

  .counter:before {
    content: "+";
    position: absolute;
    top: 0;
    right: -20px;
    font-size: 1.5rem;
    color: #ffcd3c;
    animation: bounce 1s infinite;
  }

  @keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }


  .blog-header {
    background: url('../img/blog-bg.jpg') no-repeat center center;
    background-size: cover;
    height: 400px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.blog-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.blog-header h1 {
    position: relative;
    font-size: 3rem;
    z-index: 1;
}

.blog-header p {
    position: relative;
    z-index: 1;
}

.content img {
    max-width: 100%;
    margin: 20px 0;
}

.sidebar {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sidebar h4 {
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar ul li {
    margin-bottom: 10px;
}

.sidebar ul li a {
    color: #007bff;
    text-decoration: none;
}

.sidebar ul li a:hover {
    text-decoration: underline;
}
  
 

/* Projects carousel css */

.swiper {
    width: 100%;
    
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 400px;
    display: block;
    border-radius: 20px;
}

.swiper-pagination-bullet {
    background-color: var(--light); /* Default bullets */
    opacity: 0.6;
 
}

.swiper-pagination-bullet-active {
    background-color: var(--orange)!important ;/* Active bullet */
    opacity: 1;
}


/* Projects carousel css ends*/

/* === Enquiry Modal Styling === */
#enquiry-modal .hystmodal__window{
    background-size: 100% 100%;
background-position: 0px 0px;
background-image: linear-gradient(13deg, #71B942E8 2%, #FFFFFFFF 100%);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border-radius: 10px;
    
}
#enquiry-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.form-logo{
  
 
     max-height: 75px;
     border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

/* === Form Container === */
#enquiry-modal .form {
   
    width: 100%;
    background: transparent;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* === Title === */
#enquiry-modal .title {
    font-size: 24px;
    font-weight: bold;
    color: royalblue;
    text-align: center;
    position: relative;
}

 

/* === Message === */
#enquiry-modal .message {
    font-size: 14px;
    color: #666;
    text-align: center;
}

/* === Input Fields & Labels === */
#enquiry-modal label {
    position: relative;
    display: block;
}

#enquiry-modal .input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    transition: border 0.3s ease;
    background: #f9f9f9;
}

#enquiry-modal .input:focus {
    border-color: royalblue;
    background: #fff;
}

/* === Floating Label Effect === */
#enquiry-modal label span {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #777;
    transition: 0.3s ease;
    pointer-events: none;
}

#enquiry-modal .input:focus + span,
#enquiry-modal .input:valid + span {
    top: 5px;
    font-size: 12px;
    font-weight: 600;
    color: royalblue;
}

/* === Select Dropdown === */
#enquiry-modal select.input {
    appearance: none;
    cursor: pointer;
    background-color: #f9f9f9;
}

/* === Textarea === */
#enquiry-modal textarea.input {
    resize: none;
    height: 100px;
}

/* === Submit Button === */
#enquiry-modal .submit {
    background: royalblue;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

#enquiry-modal .submit:hover {
    background: #3a68c8;
}

/* === Contact Link === */
#enquiry-modal .signin {
    text-align: center;
    font-size: 14px;
    color: #666;
}

#enquiry-modal .signin a {
    color: royalblue;
    text-decoration: none;
}

#enquiry-modal .signin a:hover {
    text-decoration: underline;
}

/* === Pulse Animation === */
@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

#founder-modal .founder-modal-window {
    width: auto;
    max-width: 80%;
    border-radius: 10px;
}
 .founder-modal-content{
    height: 350px;
    overflow-y: scroll;
 }
 


  
 
  @media (max-width: 768px) {
    
    
  
    .partner-carousel .partner {
      padding: 10px;
    }
    .abt-imgs {
        
        grid-template-columns: repeat(1,1fr);
    }
    .team-item >div:nth-child(1){
        height: 50vh;
    }
    #process-sec{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    /* .service-card {
        width: 100%;
    } */
.pr-sec{
    display: flex;
    gap: 20px;
    margin: 20px 0px;
}
    .project-card{
        display: flex;
        flex-direction: column;
        grid-template-columns: 1fr; /* One column layout */
    }
    .project-card:nth-child(even) {
        flex-direction: column-reverse;
    }
    .project-img >img{
        object-fit: cover;
         height: auto;
         width: 100%;
       
      }
      .project-content{
        padding: 10px;
      }
      .yt-vd{
        width: 100%;
      }
#founder-modal .founder-modal-window {
    width: auto;
    max-width: 100%;
    border-radius: 10px;
}

 
.swiper-slide img {
    width: auto;
    height: 250px;
    object-fit: cover;
}
.navbar .dropdown:hover .dropdown-menu {
    display: block;
  }
    
  }
  
  @media (max-width: 480px) {
    .partner-carousel .partner {
      padding: 5px;
    }
  }
 