/********** Template CSS **********/
:root {
    --primary: #028152 ;
    --light: #F8F8F8;
    --dark: #028152 ;
}
.bg-light {
    background-color: #e3f5ef !important;
}
.text-body {
    color: #fffdfd !important;
}
.text-primary {
    color: #123647 !important;
}

.border-bottom {
    border-bottom: 1px solid #ffffff !important;
    /* margin-top: 31px; */
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
    font-family: Arial, Helvetica, sans-serif;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
    font-family: Arial, Helvetica, sans-serif;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
    font-family: none;
    font-family: Arial, Helvetica, sans-serif;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.text-justify{
    text-align: justify;
}

/*** 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;
}

.bg-dark {
    background-color:#028152 !important;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
        color: #fbfbfb;
    background-color: #028152 ;
        border: #028152 ;
}

.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;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 30px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 14, 0, 0.5);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    /* background: var(--dark); */
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/banners/breacrums.png) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}


/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}


/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
    border-left: 6px solid #184e5c;; /* Change color here */
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
    
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/
.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);
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #777777;
    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;
    color: #fff;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.scpl-text{
    color: #1c524c;
}
/* ====================new css============================== */
.owl-carousel-item {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.owl-carousel-inner {
    position: relative;
    z-index: 2;
}

/* Optional dark overlay for better text visibility */
.owl-carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,0.8); */
    z-index: 1;
}
@media (max-width: 768px) {
    .owl-carousel-item {
        height: 550px;
    }
}
/* ===============idea===================0 */
.illusion-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
     background: linear-gradient(350deg, #14503a, #068354);
}

.card-body {
    position: relative;
    z-index: 1;
    color: #fff;
}

.card-title {
    color: #fff;
}

.card-subtitle {
    color: rgba(255, 255, 255, 0.8);
}
/* ======================synmpo================================ */
  .theme-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    border-left: 6px solid #028152; /* Change color here */
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: 0.3s ease;
    /* height: 100%; */
}

.theme-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}

.theme-card h5 {
    font-weight: 600;
    margin-bottom: 15px;
}
/* ====================report-card========================= */
.report-card {
    text-align: center;
    background: #028152;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: 0.3s ease;
    height: 100%;
}

.report-card:hover {
    transform: translateY(-5px);
    background: #61b964;
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}

.report-card h5 {
    font-weight: 600;
    margin-bottom: 15px;
}
/* ====================joinus============================ */
.info-card{
    background:#fff;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
    transition:0.4s;
}

.info-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,0.2);
}

.icon-box{
    width:80px;
    height:80px;
    margin:auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:35px;
    color:#fff;
    background:linear-gradient(45deg, #154e78, #21674f);
}

.info-card h4{
    font-weight:600;
}
/* =====================impdate====================================== */
 .keydates-section{
background:#F4F9FB;
}

.timeline{
position:relative;
margin-left:20px;
}

.timeline:before{
content:'';
position:absolute;
left:20px;
top:0;
width:3px;
height:100%;
background:#00A896;
}

.timeline-item{
display:flex;
align-items:flex-start;
margin-bottom:30px;
position:relative;
}

.timeline-icon{
width:40px;
height:40px;
background:linear-gradient(135deg,#0F4C81,#00A896);
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin-right:20px;
font-size:16px;
z-index:2;
}

.timeline-content{
background:#fff;
padding:15px 20px;
border-radius:8px;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
width:100%;
}

.timeline-content h5{
margin-bottom:5px;
color:#0F4C81;
}

/* ==================legacy===================== */
  .logo-slider{
    overflow: hidden;
    position: relative;
}
.legacy{
        background: linear-gradient(101deg, rgb(2 129 82) 41%, rgb(136 163 25) 87%);
}
.logo-track{
    display: flex;
    width: calc(250px * 12);
    animation: scroll 30s linear infinite;
}

.logo-track img{
    width:280px;
    height:200px;
    object-fit:cover;
    margin:10px;
    border-radius:10px;
    transition: transform .3s;
}

.logo-track img:hover{
    transform:scale(1.1);
}

@keyframes scroll{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(-50%);
    }
}
.logo-slider:hover .logo-track{
animation-play-state: paused;
}
/* =========================================== */
/* ====================testimo================================= */
   
.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    /* background: url(../img/banners/testimono-bg.jpg); */
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
background: 
  linear-gradient(rgba(36, 64, 43, 0.7), rgba(38, 67, 47, 0.7)),
  url("../img/banners/breacrums.png");
background-position: center;
background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

/* Tablet */
@media (max-width: 992px) {
  .testimonial4_slide{
      width: 85%;
      padding: 15px;
  }
  .testimonial4_slide p{
      font-size: 18px;
  }
  .testimonial4_slide img{
      width: 110px;
      height: 110px;
  }
  .testimonial4_control_button .carousel-control.left{
      left: 3%;
  }
  .testimonial4_control_button .carousel-control.right{
      right: 3%;
  }
}

/* Mobile */
@media (max-width: 576px) {

  .testimonial{
      padding-top: 30px;
      padding-bottom: 30px;
  }

  .testimonial4_slide{
      width: 95%;
      padding: 10px;
  }

  .testimonial4_slide img{
      width: 80px;
      height: 80px;
      box-shadow: none;
  }

  .testimonial4_slide p{
      font-size: 15px;
      line-height: 1.6;
      margin: 20px 0 15px 0;
  }

  .testimonial4_slide h4{
      font-size: 18px;
  }

  /* Move arrows below for mobile */
  .testimonial4_control_button .carousel-control{
      top: auto;
      bottom: -10px;
      transform: none;
      width: 32px;
      height: 32px;
      line-height: 28px;
  }

  .testimonial4_control_button .carousel-control.left{
      left: 40%;
  }
  .testimonial4_control_button .carousel-control.right{
      right: 40%;
  }

  /* Reduce heading */
  .heading.white-heading{
      font-size: 24px;
      margin-bottom: 20px;
  }
}
/* =============gallery=================== */
 .gallery-card{
        position:relative;
        overflow:hidden;
        border-radius:12px;
        box-shadow:0 10px 25px rgba(0,0,0,0.15);
        cursor:pointer;
        }

        .gallery-img{
        width:100%;
        height: 177px;
        /* object-fit:cover; */
        transition:transform 0.4s ease;
        }

        .gallery-card:hover .gallery-img{
        transform:scale(1.1);
        }

        .gallery-card:hover .overlay{
        opacity:1;
        }

        .neighborhood-card{
transition: all 0.3s ease;
border-radius:12px;
}

.neighborhood-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}
/* ===================================== */
.home-page-bg{
     /* background-image: linear-gradient(rgb(255 255 255 / 4%), rgb(255 255 255 / 89%), rgb(255 255 255 / 82%)), url(../img/banners/home-bg.png); */
   /* background-size: cover; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    padding:0;
}
/* ===============what do ============================= */
 .action-card{
background:white;
border-radius:12px;
transition:0.4s;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
}

.action-card:hover{
transform:translateY(-10px);
box-shadow:0 18px 40px rgba(0,0,0,0.15);
}

.icon-box{
width:70px;
height:70px;
margin:auto;
background:linear-gradient(135deg, #184e5c, #028152);
color:white;
font-size:30px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
}

.action-card p{
font-size:15px;
line-height:1.6;
color:#555;
}
/* ============================== */
.whyimg{
       height: 501px;
    /* margin-left: -11px; */
}
.partimg{
        height: 522px;
    /* margin-left: 13px */
}
/* =============hero mobile view================= */
@media (max-width:576px){

.padding{
    padding: 0;
 }
 .display-1 {
        font-size: 36px !important;
    }
 .accociat{
    display: flex;
    text-align: center;
 }
 .accociatimg{
    width: 140px;
 }
 .accociatimg2{
    width: 140px;
    height: 100px;
    margin-left: 14px;
 }
 .hero-cont{
    font-size: 10px;
 }
 .hero-date{
    font-size: 15px;
 }
 .collob-btn{
    height: 15px;
 }
 .whyimg{
       height: 100%;
    
}
.partimg{
        height: 100%;
   
}
.banner-date{
    font-size: 13px;
}
.annual{
    font-size: 18px;
}
}

/* ======================================= */
.my-div {
   
    background: 
        linear-gradient(90deg, rgb(13 102 69 / 90%), rgb(5 130 83 / 35%)),
        url("../img/banners/bg-img.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}