/********** Template CSS **********/
:root {
    --primary: #32C36C;
    --light: #F6F7F8;
    --dark: #1A2A36;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

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


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


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

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    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 ***/
/*

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

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

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

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    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;
}

@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;
        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 ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

@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: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    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;
    border-radius: 45px;
    transition: .5s;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

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


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--dark);
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 51%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    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 {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    color: #9B9B9B;
    border: 1px solid #9B9B9B;
    border-radius: 38px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #ffffff;
    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 {
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
}

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

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

.footer .copyright a:hover {
    color: var(--primary);
}
/*-------------------------------------------*/
.project-overview {
  padding: 40px 0;
  background-color: #fff;
  font-family: Arial, sans-serif;
}

.overview-box {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.overview-box h3 {
  font-size: 25px;
  
  padding-left: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  justify-content: center;
}

.overview-item .label {
  font-size: 12px;
  color: #888;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.overview-item h4 {
  font-size: 16px;
  margin: 0;
}

.button-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-callback {
  background-color: #ffc107;
  color: #000;
  padding: 12px 18px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
}

.contact-box {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.contact-item img {
  width: 20px;
  height: 20px;
}

.description {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
/*------------------------------------*/
.key-metrics {
  padding: 40px 0;
  background-color: #fff;
  font-family: Arial, sans-serif;
}

.key-metrics h3 {
  font-size: 25px;

  padding-left: 10px;
  margin-bottom: 30px;
}

.progress-bars {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}

.progress-item {
  flex: 1;
  min-width: 250px;
}

.progress-item p {
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}

.progress {
  background: #e0e0e0;
  border-radius: 30px;
  height: 25px;
  position: relative;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  width: 200%;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  
}

.progress-bar.orange {
  background-color: #f4b400;
}

.progress-bar.green {
  background-color: #28a745;
  justify-content: flex-end;
}

.progress-bar span {
  margin-left: 10px;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px 30px;
}

.metric .label {
  font-size: 13px;
  color: #777;
  text-transform: uppercase;
  margin-bottom: 5px;
}



.progress {
  width: 350px;           /* Reduce width here */
  height: 20px; 
            /* Reduce thickness here */
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}

.progress-bar.green {
  background-color: #28a745; /* Or your desired green */
  height: 20px;
  
  font-size: 12px;
  line-height: 10px;
}

/*--------------------------------------*/
/* BUTTON STYLE */
.theme-btn-2 {
  background-color: #f4b400;
  color: #000;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: all 0.3s ease;
}

.theme-btn-2:hover {
  background-color: #d99f00;
  color: #fff;
}

.theme-btn-2 i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.theme-btn-2:hover i {
  transform: translateX(4px);
}

/* MOBILE RESPONSIVE (≤ 768px) */
@media (max-width: 768px) {
  .floor-plans {
    padding: 40px 15px;
  }

  

  .news-card-items {
    padding: 20px 15px;
  }

  .theme-btn-2 {
    width: 100%;
    font-size: 16px;
    padding: 12px 20px;
    justify-content: center;
  }

  .new-image img {
    max-width: 100% !important;
    height: auto;
  }
}
/*-------------------------------------------*/
.amenities-section {
  background: #fffefe;
  border-radius: 12px;

  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.section-title {
  font-weight: 500;
  color: #1a1a1a;
  
  padding-left: 10px;
}


.amenity-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.download-btn {
  background-color: #f4b400;
  color: #000;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px 24px;
  text-transform: uppercase;
}

.download-btn:hover {
  background-color: #d99f00;
  color: #fff;
}
/*------------------------------------*/
.specifications {
  padding: 50px 0;
  background-color: #fff;
}
.about{
  text-align: center;
}

.specifications h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
  color: #000000;
  position: relative;
}

.specifications h3 .line {
  display: inline-block;
  width: 4px;
  height: 30px;
  background: #1b2a41;
  margin-right: 10px;
  vertical-align: middle;
}

.spec-item {
  margin-bottom: 20px;
}

.spec-item small {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #666;
}

.spec-item p {
  margin: 0;
  font-weight: bold;
  color: #111;
}

.download-btn {
  display: inline-block;
  background-color: #fccc63;
  color: #1b2a41;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 20px;
  transition: all 0.3s;
}

.download-btn:hover {
  background-color: #e5b945;
  color: #000;
}

/*-------------------------------------------*/
.location-advantages {
  max-width: 800px;
  margin: auto;
  font-family: Arial, sans-serif;
  padding: 5px;
}

.accordion-header {
  background: #f5f5f5;
  border: none;
  padding: 15px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  transition: background 0.3s ease;
}

.accordion-header:hover {
  background-color: #eaeaea;
}

.accordion-body {
  display: none;
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.accordion-body.show {
  display: block;
}

.accordion-header.active {
  background-color: #e0f7fa;
}

.accordion-body ul {
  padding: 0;
  list-style: none;
}

.accordion-body li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
/*-----------------------------------------*/

.contact-section .section-title {
  font-size: 25px;
  font-weight: bold;
  color: #1b2a41;
}

.specifications h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
  color: #000000;
  position: relative;
}

.contact-section .section-title .line {
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #1b2a41;
  margin-right: 10px;
  vertical-align: middle;
}

.contact-form-wrap {
  background: #fff;
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 8px;
}

.info-wrap {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
}

.info-item i {
  font-size: 20px;
  vertical-align: middle;
}

.info-item p, .info-item a {
  margin-bottom: 0;
  font-size: 14px;
  color: #333;
}
/*-------------------------------------------------*/
/* Logo image size */
/* Base navbar styles */
.navbar {
  box-shadow: 0 4px 6px rgba(87, 83, 83, 0.05); /* subtle shadow */
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

/* Logo image */
.logo {
  height: 55px;
  width: auto;
}

/* Navigation links */
.navbar-nav .nav-link {
  font-weight: 500;
  padding: 12px 18px;
  font-size: 16px;
  color: white;
  transition: all 0.3s ease;
}
.navbar-nav .nav-link {
  
  margin-right: 12px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #0066cc; /* change this to your primary color */
  text-decoration: underline;
}


.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #ffffff; /* white color */
}


/* Toggle button for mobile */
.navbar-toggler {
  border: none;
  outline: none;
}

/* Collapse nav background (mobile view) */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #fff;
  }

  .navbar-nav .nav-link {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    text-align: center;
    
  }
}

/*------------------------------------------------*/

/* Set all topbar icons to white */
.bg-dark .fa,
.bg-dark .fab,
.bg-dark .far {
  color: #ffffff !important;
}

/*--------------------------------------------------*/

.back-to-top {
  background-color: #084875 !important;
  border-color: #7bc0bd !important;
  color: #fff !important; /* Make sure the icon stays visible */
}

.back-to-top:hover {
  background-color: #063d3a !important; /* Optional darker hover */
  border-color: #86b4b2 !important;
}

/*---------------------------------------*/

.btn-primary {
  background-color: #084875 !important;
  border-color: #69a5a2 !important;
  color: #fff !important;
}

.btn-primary:hover {
  background-color: #063d3a !important; /* Slightly darker on hover */
  border-color: #69b8b4 !important;
  color: #fff !important;
}
/*-------------------------------------------------*/


/* Fullscreen Popup Overlay */
.offer-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
}

/* Popup Inner Box */
.offer-content {
  background: #fff;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  max-width: 400px;
  width: 100%;
  position: relative;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 26px;
  font-weight: bold;
  color: #444;
  cursor: pointer;
  z-index: 1;
}

/* Headline and Text */
.offer-content h2 {
  color: #084845;
  font-size: 22px;
  margin-bottom: 10px;
}
.offer-content p {
  font-size: 15px;
  margin-bottom: 20px;
  color: #555;
}

/* Form Fields */
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}
.form-group label span {
  color: red;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"] {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* Checkbox */
.form-group.checkbox {
  display: flex;
  align-items: center;
}
.form-group.checkbox input[type="checkbox"] {
  margin-right: 8px;
}

/* Submit Button */
.offer-content button[type="submit"] {
  background-color: #084875;
  color: white;
  padding: 10px 15px;
  font-size: 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.offer-content button[type="submit"]:hover {
  background-color: #084875;
}



/*------------------------------------------*/


/*--------------------------------------------*/


/*.nav-link.active {
  font-weight: bold;
  color: #084875 !important; /* change color as needed */
 /* border-bottom: 2px solid #084875;
}*/
/*---------------------------------------------*/
.whatsapp-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  text-align: center;
  text-decoration: none;
}

.whatsapp-button img {
  display: block;
  margin: 0 auto;
}

.whatsapp-label {
  font-size: 12px;
  color: #000000;
  margin-top: 5px;
  font-weight: 600;
}

/*----------------------------------------*/
.call-button {
  position: fixed;
  bottom: 20px;
  /* Adjust to float above other buttons */
  left: 30px;
  z-index: 1000;
  text-align: center;
  text-decoration: none;
}

.circular-call-button {
  width: 50px;
  height: 50px;
  background-color: #0a1a2f;
  /* dark background */
  border: 2px solid red;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s;

  /* Animation for pulsing border */
  animation: pulse-border 1.5s infinite ease-in-out;
}

.circular-call-button:hover {
  transform: scale(1.1);
}

.circular-call-button img {
  width: 24px;
  height: 24px;
}

.call-label {
  margin-top: 5px;
  font-size: 12px;
  color: red;
  font-weight: 600;
}

/* Keyframes for pulsing border */
@keyframes pulse-border {
  0% {
    border-width: 2px;
    box-shadow: 0 0 0 rgba(255, 0, 0, 0.5);
  }

  50% {
    border-width: 6px;
    /* Thicker border at peak */
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.7);
  }

  100% {
    border-width: 2px;
    box-shadow: 0 0 0 rgba(255, 0, 0, 0.5);
  }
}
/*----------------------------------------------------*/

.custom-footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}

.custom-footer .disclaimer {
  max-width: 900px;
  margin: 0 auto 20px;
}

.custom-footer .footer-link {
  color: #fff;
  text-decoration: underline;
}

.custom-footer .footer-contact {
  margin-top: 10px;
}
/*---------------------------------*/

.navbar {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 10px 0;
  
  
}


.nav-link {
  padding: 8px 16px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-radius: 2px;
  transition: background-color 0.3s ease;
}

.nav-link:hover {
  background-color: #ddd;
  text-decoration: none;
}

.nav-link.active {
  background-color: black;
  color: white;
  
}
/*----------------------------------------------*/


.contact-section .form-label {
  font-weight: 500;
  font-size: 15px;
}

.contact-section input,
.contact-section textarea,
.contact-section select {
  border-radius: 4px;
  border: 1px solid #ccc;
}

.contact-section h5 {
  font-weight: 600;
  font-size: 16px;
}

.contact-section a {
  color: #084875;
  text-decoration: underline;
}
/*------------------------------------------*/


footer.custom-footer {
  background-color: #000;  /* Pure black */
  color: white;
  padding:20px;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

footer a {
  color: white;
  text-decoration: underline;
}

footer a:hover {
  color: #ccc;
}
/*-----------------------------*/

.cta-buttons {
  background-color: #000; /* black background */
}

.cta-btn {
  display: inline-block;
  padding: 5px 5px;
  border: 1px solid white;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 2px;
  transition: 0.3s ease;
}

.cta-btn:hover {
  background-color: white;
  color: black;
}



.cta-btn i {
  color: white;
}

.cta-btn:hover i {
  color: black;
}
/*---------------------------------*/

.progress-bars {
  text-align: center;
  margin-bottom: 30px;
}

.progress-item p {
  font-weight: bold;
  margin-bottom: 5px;
}

.progress {
  width: 30%;
  height: 25px;
  background-color: #e0e0e0;
  margin: 0 auto; /* centers the bar */
  border-radius: 4px;
  overflow: hidden;
}

.progress-bar.green {
  height: 100%;
  background-color: #28a745; /* green */
  color: white;
  line-height: 25px;
  text-align: center;
  white-space: nowrap;
}

.metrics-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

.metric {
  flex: 0 1 250px;
  padding: 10px;
  
  border-radius: 6px;
}

.metric .label {
  font-weight: bold;
  color: #555;
}





/*--------------------------------------------------*/
.navbar-nav .nav-link {
  text-decoration: none !important; /* Removes underline in normal state */
}

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  text-decoration: none !important; /* Removes underline in active/hover/focus state */
  outline: none; /* Removes focus outline */
}
/*--------------------------------------*/


.metrics-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* Desktop default */
  gap: 15px;
}

.metric {
  background: #ffffff;
  padding: 15px;

  border-radius: 6px;
  text-align: center;
}

.metric .label {
  font-weight: bold;
  font-size: 14px;
  color: #555;
}



/* Tablet and below: fewer columns */
@media (max-width: 992px) {
  .metrics-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile view: 2 columns */
@media (max-width: 576px) {
  .metrics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*------------------------------------*/

@media (min-width: 992px) { /* Desktop view and above */
  .navbar-nav .nav-link {
    color: #333; /* Text color */
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px; /* Space inside each link */
    transition: color 0.3s ease;
  }

  .navbar-nav .nav-link:hover {
    color: #007bff; /* Hover color */
  }

  .navbar-nav .nav-link.active {
    color: #007bff; /* Active link color */
  }

  /* Space between menu items */
  .navbar-nav .nav-item {
    margin-right: 40px; /* Adjust spacing between tabs */
  }

  /* Remove last item's extra margin */
  .navbar-nav .nav-item:last-child {
    margin-right: 50px;
  }
}
.title-underline.under {
    width: 150px;
    height: 24px; /* keep height same as viewBox for correct proportions */
}
/*-----------------------------------------------------*/
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* responsive grid */
  gap: 20px;
  margin: 40px 0;
}

.metric {
  background: #f9f9f9;       /* light background */        
  border: 1px solid #e0e0e0; /* soft border */
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  min-height: 120px;         /* keeps equal height look */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.metric:hover {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.metric .label {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.metric .metric-value {
  font-size: 18px;
  font-weight: 700;
  color: #000;              /* black text */
  margin: 6px 0 0;
  line-height: 1.4;
  text-align: center;
}

/*-----------------------------------------------*/

.contact-section i {
  color: #084875 !important;
  font-size: 20px; /* optional: keep icons slightly bigger */
}
.contact-section .bi-telephone,
.contact-section .bi-link-45deg,
.contact-section .bi-envelope {
  color: #084875 !important;
}
.project-description {
  text-align: center;
  justify-content: center;
}


/* by me  */

.navbar {
  width: 101%;
}

/*--------------------------------------*/
