html{
    scroll-behavior: smooth;
}
body {
    background: #F1F2F4;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden;
    background-image: repeating-linear-gradient(
        90deg,
        transparent 0,
        transparent calc(8.333% - 1px),
        rgba(0, 0, 0, 0.02) calc(8.333% - 1px),
        rgba(0, 0, 0, 0.02) 8.333%
    );
    background-size: 100% 100vh;
    background-attachment: fixed;
}
strong {
    font-weight: 600;
}
a { text-decoration: none; color: #476f66; }
.bg-lightgray {
    background: #F7FAFF;
    display: block;
    min-height: 200px;
}
.bg-blue {
    background: #001837;
    display: block;
    min-height: 230px;
    color: #fff;
}
.bg-blue hr { background: rgba(255, 255, 255, 0.4) !important;}
.bg-map {
    background: #F7FAFF url('../images/map.png') no-repeat center;
    display: block;
    min-height: 460px;
    background-size: contain;
}
.bg-green {
    background: rgba(14,164,164,1) !important;
    display: block;
    min-height: 280px;
    color: #000;
}
.bg-darkgreen {
    background: #2c4b44;
    display: block;
    color: #fff;
    font-weight: 300 !important;
}
.bg-green a, .bg-darkgreen a {
    color: #fff;
}

.bg-green ul {
    list-style: none; padding: 0; margin: 0;
}

.bg-green ul li {
    margin: 15px 0; 
}
.logo { width: 150px;}
.logo-text {
    color: #001837;
    font-size: 28px;
    font-weight: 700;
}
.text-gray {
    color: #8E8E8E;
}

.text-green {
    color: #04bb93;
}

.text-red {
    color: #ff0000;
}
.display-block {
    display: block;
}
.topbar{
    background: #084F9D;
    padding: 15px;
    border-radius: 0px;
    display: flex; justify-content: space-between;
    align-items: center;
    box-shadow: none !important;
    color: #FFF;
}

.socials {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    justify-content: end;
}
.socials li {
    display: inline;
}
.socials li a {
    width: 40px; height: 40px; padding: 0px 10px; font-size: 14px; margin: 3px; color: #fff;
    border-radius: 50%; display: flex; justify-content: center; align-items: center; border: 1px solid #dddddd6d; transition: all .2s;
}
.socials li a:hover {
    background: #fff; color: #2A5677; 
}
.cont {
    display: inline-block;
    background: #476f66;
    color: #fff;
    padding: 3px 15px;
    border-radius: 14px;
}
.soft-nav{
    background: #EEEEEE;
    padding: 10px 0;
    padding-bottom: 5px;
    border-radius: 0px;
    display: flex; justify-content: space-between;
    align-items: center;
    box-shadow: none !important;
    border-bottom: 1px solid #e2e2e2;
}

.w-auto {
    width: auto !important;
}

.pendulum-nav{ background: #fff !important; padding: 0px; font-size: 13.5px; font-weight: 600; border:none; border-radius: 0px; box-shadow: 0px 0px 20px rgba(100,100,100,0.03); }
.pendulum-nav h4{ font-weight: bold; color: #476f66; }
.pendulum-nav .nav-link{ color: #001837 !important; letter-spacing: 1px; margin: 0px 20px; transition: all .3s; text-transform: uppercase; position: relative; }
.pendulum-nav .nav-link:hover{ color: #001837 !important; background: none; border-radius: 10px; }

.btn-success { background: #476f66; color: #fff !important; border: none !important; padding: 8px 25px !important; border-radius: 50px; }
.btn-success-transparent { background: #70c0af52 !important; color: #223f3c !important; border: none !important; padding: 2px 8px !important; border-radius: 20px; }

.btn-primary { background: #001837 !important; color: #fff !important; border: none !important; padding: 18px 45px !important; border-radius: 0px !important; font-size: 18px;  }
.btn-primary-transparent { background: #00183746 !important; color: #001837 !important; border: none !important; padding: 2px 8px !important; border-radius: 20px; }

.pendulum-nav .btn-primary, .btn-blue { background: #001837 !important; transition: all .2s; color: #fff !important; border: none !important; padding: 10px 25px !important; border-radius: 10px; font-size: 13px; }
.pendulum-nav .btn-primary:hover { background: #3e7ae2 !important; color: #fff !important;  }
.pendulum-nav .btn-primary:hover, .pendulum-hero .btn-primary:hover, .btn-green:hover { background: #3e7ae2 !important;  }

.pendulum-nav .navbar-nav {
    min-height: 100px; display: flex; align-items: center;
}

.pendulum-nav .extreme-btn {
    background: #001837 !important; color: #fff !important; border: none !important; padding: 20px 35px !important; border-radius: 35px !important; 
    display: flex; justify-content: center; align-items: center; font-weight: 600; letter-spacing: 1.5px;transition: all 0.3s ease;
}

.pendulum-nav .extreme-btn:hover {
    border-radius: 0px; background: #033181 !important; color: #fff !important;
}

.pendulum-nav .nav-link::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color: #70CA63;
    transform: translateX(0%) translateY(-50%);
    border-radius: 50%;
}

/* Show dropdown on hover */
.pendulum-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* removes gap */
    z-index: 1000000000;
}

.pendulum-nav .dropdown-toggle::after {
    border: none;
    content: '';
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 50%;
    background: transparent;

    /* Triangle */
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #70CA63; /* triangle color */
    border-radius: 0;
}

/* Optional: smooth fade effect */
.dropdown-menu {
    transition: all 0.2s ease;
    background: #fff;
    border: 0px;
    padding: 30px 10px 20px 10px;
    min-width: 200px;
    border-radius: 0px;
}
.dropdown-menu .dropdown-item {
    padding: 10px;
}

/* .pendulum-nav .nav-link:last-child::after {
    display: none;
} */
/* ============================================
   STICKY NAVBAR STYLES
   ============================================ */

.pendulum-nav {
    position: sticky;
    top: 0;
    z-index: 1020;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

/* Shrink effect when scrolled */
.pendulum-nav.scrolled {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.98);
    height: 80px; border-top-left-radius: 0px; border-top-right-radius: 0px; 
}

/* Logo transition */
.pendulum-nav .logo {
    transition: all 0.3s ease;
}

.pendulum-nav.scrolled .logo {
    width: 150px;
}



.offcanvas-toggler {
    position: relative;
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

/* Middle line - SHORTER */
.offcanvas-toggler span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 70%;          /* Shorter than 100% */
    height: 2px;
    background-color: #333;
    transform: translateY(-50%);
    transition: background-color 0.3s ease 0.2s, width 0.3s ease;
    overflow: visible;
}

/* Top line - FULL WIDTH */
.offcanvas-toggler span::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    width: 30px;         /* Full width */
    height: 2px;
    background-color: #333;
    transition: top 0.3s ease 0.3s, transform 0.3s ease, width 0.3s ease;
}

/* Bottom line - FULL WIDTH */
.offcanvas-toggler span::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 30px;         /* Full width */
    height: 2px;
    background-color: #333;
    transition: top 0.3s ease 0.3s, transform 0.3s ease;
}

/* ============================================
   ACTIVE STATE - TRANSFORMS TO X
   ============================================ */

.offcanvas-toggler.active span {
    background-color: transparent;
    width: 100%;         /* Expand to full width for X */
    transition-delay: 0s;
}

.offcanvas-toggler.active span::before {
    top: 0;
    width: 100%;
    transform: rotate(45deg);
    transition: top 0.3s ease, transform 0.3s ease 0.3s, width 0.3s ease;
}

.offcanvas-toggler.active span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.3s ease, transform 0.3s ease 0.3s;
}

/* ============================================
   OFFCANVAS MENU (for demo)
   ============================================ */

.offcanvas-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    max-width: 100%;
    height: 100vh;
    background: #001837;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    z-index: 1050;
    padding: 80px 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.offcanvas-menu.active {
    transform: translateX(0);
}
.offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1040;
}
.offcanvas-overlay.active {
    opacity: 1;
    visibility: visible;
}
.offcanvas-nav {
    list-style: none;
}
.offcanvas-nav li {
    margin-bottom: 20px;
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.3s ease;
}
.offcanvas-menu.active .offcanvas-nav li {
    opacity: 1;
    transform: translateX(0);
}
.offcanvas-menu.active .offcanvas-nav li:nth-child(1) { transition-delay: 0.1s; }
.offcanvas-menu.active .offcanvas-nav li:nth-child(2) { transition-delay: 0.2s; }
.offcanvas-menu.active .offcanvas-nav li:nth-child(3) { transition-delay: 0.3s; }
.offcanvas-menu.active .offcanvas-nav li:nth-child(4) { transition-delay: 0.4s; }
.offcanvas-menu.active .offcanvas-nav li:nth-child(5) { transition-delay: 0.5s; }
.offcanvas-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 300;
}


/* ============================================
   HERO CAROUSEL STYLES
   ============================================ */


.hero-carousel {
    position: relative;
    height: 75vh;
    min-height: 700px;
    padding: 0px 0px;
    margin-bottom: 0px;
}

.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
    height: 100%;
}

.hero-slide {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    background: #001837;
    overflow: hidden;
    justify-content: end;
    border-radius: 0px;
}

/* Background vertical lines overlay */
.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent calc(16.66% - 1px),
        rgba(0, 0, 0, 0.01) calc(16.66% - 1px),
        rgba(0, 0, 0, 0.01) 16.66%
    );
    pointer-events: none;
    z-index: 1;
}

/* Content Layout */
.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 5%;
    background: #02243d9e
}

.hero-row {
    display: flex;
    align-items: center;
    min-height: 100vh;
}

/* Left Side - Text */
.hero-text {
    padding: 50px 0;
    text-align: center
}

.hero-label {
    font-size: 17px;
    text-transform: capitalize;
    color: #70CA63;;
    margin-bottom: 20px;
    display: block;
    font-weight: bold;
    padding-left: 25px;
    border-left: 2px solid #2A5677;
}

.hero-title {
    font-size: clamp(30px, 6vw, 70px);
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #fff;
}

.hero-title strong {
    font-weight: 900;
    color: #70CA63;;
}

.hero-description {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    max-width: 700px;
    margin: 30px auto;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    background: transparent;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    border: none;
    font-weight: 600;
}

.hero-btn i {
    font-size: 18px;
    transition: transform 0.3s ease;
    width: 48px; height: 48px; display: flex; justify-content: center; align-items: center;
    border: 1px solid #70CA63;; border-radius: 50%;
    color: #0f2c41;
    padding: 10px;
    background: #70CA63;;
}

.hero-btn:hover i {
    transform: translateX(5px);
    background: #2A5677;
    color: #fff;
    border: none;
}

/* Right Side - Image */
.hero-image-wrap {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* The drone image */
.hero-image {
    max-width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
    animation: droneFloat 3s ease-in-out infinite;
    position: relative;
    z-index: 2;
    border-radius: 35px;
}

/* Animated shadow beneath drone */
.hero-image-wrap::after {
    content: '';
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 50px;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.7) 0%, transparent 70%);
    border-radius: 50%;
    animation: shadowScale 3s ease-in-out infinite;
    z-index: 1;
}

/* Drone floating animation */
@keyframes droneFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    33% {
        transform: translateY(-20px) rotate(0.3deg);
    }
    66% {
        transform: translateY(-12px) rotate(-0.2deg);
    }
}

/* Shadow scales inversely to create depth illusion */
@keyframes shadowScale {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.3;
    }
    33% {
        transform: translateX(-50%) scale(0.9);
        opacity: 0.2;
    }
    66% {
        transform: translateX(-50%) scale(0.95);
        opacity: 0.25;
    }
}

/* Carousel Controls */
.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
    width: 80px;
    opacity: 1;
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
    width: 50px;
    height: 50px;
    background-size: 20px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 50%;
    filter: invert(1);
}

/* Indicators */
.hero-carousel .carousel-indicators {
    position: absolute;
    left: 88%;
    top: 40%;
    transform: rotate(90deg) !important;
    gap: 20px;
    height: 100px;
    width: 200px;
    margin: 0;
}

.hero-carousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: 0px solid #2A5677;
    background: #2A5677;
    opacity: 0.3;
    z-index: 3;
}

.hero-carousel .carousel-indicators button.active {
    background-color: #042c70;
    opacity: 1;
}

/* Slide Animations */
.carousel-item .hero-label,
.carousel-item .hero-title,
.carousel-item .hero-description,
.carousel-item .hero-btn {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.carousel-item .hero-image {
    opacity: 0;
    transform: scale(0.9);
    transition: all 1s ease 0.2s;
}

.carousel-item.active .hero-label { transition-delay: 0.3s; opacity: 1; transform: translateY(0); }
.carousel-item.active .hero-title { transition-delay: 0.4s; opacity: 1; transform: translateY(0); }
.carousel-item.active .hero-description { transition-delay: 0.5s; opacity: 1; transform: translateY(0); }
.carousel-item.active .hero-btn { transition-delay: 0.6s; opacity: 1; transform: translateY(0); }
.carousel-item.active .hero-image { opacity: 1; transform: scale(1); }

/* Responsive */
@media (max-width: 991px) {
    .hero-row {
        flex-direction: column-reverse;
        text-align: center;
        padding: 100px 0;
    }
    
    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-image {
        max-height: 40vh;
        margin-bottom: 40px;
    }
}

.gap-10 {
    gap: 100px;
}

.blue-bar {
    background: #2A5677;
    min-height: 200px;
    width: 80%;
    border-radius: 0px;
    position: relative;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 100px;
    color: #fff;
}

.blue-bar2 {
    background: #001837 url('../images/map.png') no-repeat center;
    background-size: contain;
    min-height: 200px;
    width: 100%;
    border-radius: 0px;
    position: relative;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: end;
    color: #fff;
}

.home-services {
    border: 1px solid rgba(0, 0, 17, 0.154); border-radius: 30px; background: #fff;
    transition: all .2s ease-in;
}
.home-services:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}
.home-services img { border-radius: 30px; margin-bottom: 20px; height: 320px; width: 100%; object-fit: cover;}
.home-services .inner-text {
    padding: 40px;
}
.home-services .inner-text h3 {
    font-weight: 700; font-size: 18px; margin-bottom: 25px; color: #001837;
}

.service-box {  
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
    min-height: 180px;
    margin-bottom: 40px;
}
.service-box .icon {
    width: 80px;
    height: 80px;
    display: block;
    margin-right: 20px;
    display: flex; justify-content: center; align-items: center;
    position: relative;
    z-index: 2;
}
.service-box .icon img {
    width: 40px;
}
.service-box .bg {
    background: #fff;
    border: 1px solid #2a567728;
    border-top: 4px solid #2A5677;
    padding: 20px;
    display: block;
    width: 100%;
    min-height: 200px;
    color: #000;
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: all .3s;
}
.service-box:hover .bg {
    border-top: 15px solid #2A5677;
}
.service-box .text {
    font-size: 14px;
    font-weight: 500;
        color: #1a1a1a;
        position: relative;
        z-index: 2;
        width: 70%;
}
.service-box .text h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2A5677;
}
.service-box .text h2 {
    font-size: 16px;
    color: #1a1a1a; font-weight: 700; margin-bottom: 20px;
}

.relative { position: relative; }



.marquee {
  overflow: hidden;
  white-space: nowrap;
  background: #084F9D;
  padding: 30px 0;
}

.marquee-track {
  display: inline-flex;
  gap: 60px;
  animation: scroll 25s linear infinite;
}

.marquee-track span {
  font-size: 44px;
  font-weight: 700;
  color: transparent;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Star styling */
.marquee-track span::before {
  content: "✦";
  color: #70CA63; /* orange */
  font-size: 38px;
  border: none;
  outline: none;
}

/* Animation */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.text-con {
    position: absolute;
    top: 10%; left: 0%;
    width: 80%;
}
.text-green { color: #476f66 }
.price {
    color:  #000; font-weight:600; margin-top: 30px;
}
.price h5 { font-size: 13px; }
.price small { font-weight: 300; font-size: 13px;}

.vision {
    background: #fff;
    border-radius: 15px;
    padding: 18px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    min-height: 180px;
    color: #222;
}


.shadow-sm:hover {
    transform: translateY(-5px);
    transition: all 0.2s ease;
}

.vision .number-container  {
    width: 60px;
    height: 60px;
    background: #2A5677;
    display: block;
    margin-right: 20px;
    border-radius: 50%;
    color: #fff;
}

.vision .number {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    font-weight: 800;
    padding: 20px;
    padding: 0px; margin: 0px;
}

.pendulum-hero .carousel-item img{
object-fit: cover !important;
}

.ficon {
    width: 120px;
}

.form-control {
    background: #fff !important;
    min-height: 52px; padding: 10px 15px !important;  border: 1px solid #dbdbdb;
    color: #ddd !important; font-size: 13px; border-radius: 8px; margin-top: 10px;
}
.loading, .hidden { display: none; }
.picture-upload {
    border-radius: 10px; padding: 6px; position: relative; display: flex; text-align: center; min-height: 143px; font-size: 12px;
}
.picture-upload small { font-size: 11.5px; margin-top: 6px; }
.upload-inner {
    background: #F4F3F3; padding: 10px; display: flex; justify-content: center; border-radius: 12px; position: relative; min-height: 100% !important; width: 100%;
    align-items: center; flex-direction: column; transition: all .2s;
}
.upload-inner .preview-area {
    display: flex; justify-content: center; align-items: center; flex-direction: column;
}
.upload-inner:hover {
    background: #f1f1f1;
}
.upload-inner input[type=file] {
    width: 100%;
    height: 100%; position: absolute; top: 0; left: 0;
    opacity: 0;
}
.upload-icon {
    font-size: 18px; color: #afafaf; margin-bottom: 8px;
}
.upload-xl {
    min-height: 300px; font-size: 14px;
}
.upload-xl .upload-icon {
    font-size: 36px;
}

.upload-input {
    display: block;
}
.upload-input::-webkit-file-upload-button {
    border: 0px; border-radius: 5px; padding: 10px;
}


.min-h-100vh {
    min-height: 100vh;
}
.title-icon img{ width: 32px; }
.title-icon { position: relative; display: inline; text-align: center; justify-content: center; align-items: center; width: auto; }
.title-icon::before { width: 60px; height: 2px; background: #ddd; display: block; position: absolute; top: 45%; left: -70px; content: " ";}
.title-icon::after { width: 60px; height: 2px; background: #ddd; display: block; position: absolute; top: 45%; left: 40px; content: " ";}
.sub-title { font-size: 20px; font-weight: 400px; display: flex; align-items: center; gap: 15px; color: #028f70; }
.sub-title .line { width: 30px; height: 2px; background: #001837; display: block;  }
.title {
    color: #0c201c;
}

.title-xl {
    font-size: 45px;
    color: black;
    font-weight: 700;
}
mark {
    color: #04bb93; background: transparent;
}
.title-2xl {
    font-size: 50px;
    color: black;
}
.title-md {
    font-size: 44px;
}
.title-bold {
    font-weight: 500;
}

.blue-color {
    color: rgb(5, 80, 82) !important;
}

.btn-success {
    background: rgb(5, 80, 82) !important; border: none;
}
.btn-success.active { background: rgb(2, 44, 46) !important; }
.more-details {
    background: rgba(5, 80, 82, 0.2) !important; border: none; padding: 4px 8px; border-radius: 4px; display: inline-block;
}

.more-details:hover { color: rgba(5, 80, 82, 1); }

.auth-card {
    width: 90%; 
    margin: 30px auto;
    border-radius: 20px;
    background: #fff;
    padding: 50px;
    border: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    color: #000;
}

.auth-card .input-group{
    border-radius: 31px;
    margin: 7px 0;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.05);
}

.auth-card .input-group-text{
    background: #fff; border: none;
    border-top-left-radius: 31px;
    border-bottom-left-radius: 31px;
    padding: 10px;
    min-height: 51px;
}

.status{
    list-style: none;
    margin: 0; padding: 0;
    position: relative;
}
.status li{
    border-left: 3px solid hotpink; padding: 15px; margin: 0; position: relative;
}
.status li::before {
    width: 12px; height: 12px; background: hotpink; border-radius: 50%; position: absolute; top: 40%; left: -7px; z-index: 2;
    content: " ";
}
.status li small{
    font-size: 12px; color: #888; display: block;
}
.status-comment{
    background: #f0f0f0; border-radius: 6px; color: #444; padding:8px; font-size: 13px; height: auto; margin-top: 10px; position: relative;
}
.status-comment::before {
    width: 8px; height: 8px; position: absolute; top: -8px; left: 20px; z-index: 2;
    content: " "; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #f0f0f0;
}


.achievement {
    background: #fff; padding: 20px; position: relative; display: block; min-height: 200px;
     margin-top: 30px; padding-top: 40px; margin-bottom: 50px; border-radius: 30px;
}
.achievement h4 {
    font-size: 18px; color: #2A5677; margin-bottom: 10px;
}

.achievement p {
    font-size: 14px; color: #666; width: 75%; 
}

.achievement h1 {
    font-size: 66px; color: #000; font-weight: 800; padding: 0px; margin: 0px; margin-bottom: 15px;
}
.achievement h1 sub {
    font-size: 24px; color: #1a1a1a; font-weight: 600; margin: 0px; padding: 0px; position: relative; top: -5px; left: -5px;
}


.testimony {
    background: #fff; border-radius: 26px; padding: 30px; position: relative; display: block; min-height: 100px;
    box-shadow: 1px 1px 3px rgba(100, 100, 100, 0.1); margin-top: 30px; padding-top: 40px; margin-bottom: 50px;
}
.testimony h5 { color: #026550; margin-bottom: 20px; font-weight: 600; }
/* .testimony::before {
    position: absolute; width: 60px; height: 60px; top: -25px; left: 50px; background: url('../images/quote.png') no-repeat; background-size: contain;
    content: " ";
} */
.testimony::before {
    position: absolute; width: 30px; height: 30px; top:-30px; left: 50px;
    content: " "; border-right: 15px solid transparent; border-left: 15px solid transparent; border-bottom: 15px solid orange;
}
.testimony .lead { font-size: 16px; color: #333; }
.testimony small { font-size: 14px; color: #2A5677; display: block; margin-top: 10px; font-weight: 600; }

.inner-hero {
    background: #001837;
    background-size: cover;
    min-height: 350px;
    display: flex; justify-content: center; align-items: center; flex-direction: column;
    color: #fff; text-align: center;
    position: relative;
}
.inner-hero .overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(42, 86, 119, 0.077);
    color: #fff;
    display: flex; justify-content: center; align-items: center; 
}

.inner-hero .title-box {
    padding: 0px 20px; display: flex; justify-content: start; align-items: center; flex-direction: row; position: relative; z-index: 1;
}
.inner-hero .title-box h1 {
    font-size: 58px; font-weight: 800; color: #fff; text-align: left; padding-left: 0px; margin-left: 0px;
}
.inner-hero .title-box h4 {
    font-size: 14px; text-transform: uppercase; letter-spacing: 2px; font-weight: 600; color: #fff;  padding-left: 0px; margin-left: 0px; margin-top: 10px; text-align: left;
}
.inner-hero .title-box::before { 
    width: 200px; height: 200px; background: #028f70; position: absolute; left: -50px; content: " "; z-index: -1; border-radius: 50%;
}

.mt-200 { margin-top: 200px }

.text-blue { color: #04a7e7 }
.btn-jov {background: #001837 !important; color: #fff !important; border: none !important; padding: 20px 35px !important; border-radius: 35px !important; display: inline-flex; justify-content: center; align-items: center; 
    font-weight: 600; letter-spacing: 1.5px;transition: all 0.3s ease; width: auto !important;}
.btn-primary { border:none; background: #0F75BC; }
.btn-secondary { border:none; background: #222; }
.btn-white { border:none; background: #fff; color: #000; }
.btn-danger { border:none; background: #fd0909; }
.inline-block { display: inline-block; }

.btn-default{
    background: #ececec;
    color: #000;
}
.btn-default:hover {
    background: #efefef;
}

.request {
    border-bottom: 1px solid #ddd; margin-bottom: 15px;
    padding: 20px 0px;
}

.request:last-child {
    border: none;
}

.btn-secondary-outline {
    border: 1px solid #000 !important;
}

.assessment-form {
    background: #001837; padding: 40px; border-radius: 35px; border: none; color: #fff;
}

.assessment-form .form-control { background-color: transparent !important; border: 1px solid #ffffff4c; border-radius: 30px; }

.faq{
    background: #fff; color: #333; padding: 25px 35px; cursor: pointer; margin: 0px 0px; text-align: left; margin-bottom: 10px; border: none; transition: all .2s;
    border-radius: 20px;
}
.faq-open {
    background: #fff; border: 2px solid #001837; padding: 22px 32px; cursor: pointer; margin: 0px 0px; text-align: left; margin-bottom: 10px; transition: all .2s;
}
.faq .faq-question {
    font-weight: 500; border-radius: 6px; font-size: 20px;
}
.faq-question p{ display: block; margin: 0; padding: 0;}
.faq .faq-answer {
    font-size: 16px; margin-top: 10px; padding: 10px 5px; display: none; color: #555;
}

.faq .faq-icon img{ width: 32px;}

.faq .faq-question:hover {
    color: #161954;
}
.rounded-md { border-radius: 8px; }
.rounded-lg { border-radius: 20px; }
.rounded-l-lg { border-radius:0px; border-bottom-left-radius: 20px; border-top-left-radius: 20px; }
.rounded-2xl { border-radius: 50px; }

.bg-gray {
    background: #F1F2F4;
    padding: 30px;
}

.bg-orange { background: #ffa200 !important; }

.red-color { color: red; }
.line { height: 1px; background: #dddddd7c; width: 80px; margin: 0px 6px; }

.bg-gray {
    background: #e5e8ea;
}
.bg-white {
    background: #ffffff;
}
.whitebox {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 28px;
    box-sizing: border-box;
    padding: 30px;
    min-height: 300px;
    position: relative;
}
.btn-ddmenu li a {
    color: #333;
    font-size: 13px;
    padding: 8px 15px;
}
.t-heading {
    padding: 5px 15px; border-bottom: 1px solid #dedede;
}

.t-content {
    padding: 5px 15px;
}

.t-heading .btn-success {
    padding: 3px 10px !important;
}

.img-icon {
    width: 48px; height: 48px; object-fit: cover; border-radius: 50%; margin: 0px; margin-right: 10px; border: 1px solid #dedede;
}

.blackbox {
    background: #000; color: #fff; border: none; min-height: auto;
}

.who-we-are {
  display: flex;
  justify-content: space-between;
  padding: 60px 20px;
  background: transparent;
}

.stat {
  display: flex;
  align-items: center;
  gap: 25px;
}

/* FIXED CIRCLE */
.circle {
  --size: 120px;
  --stroke: 6px; /* 👈 thinner ring */
  --percent: 0;

  width: var(--size);
  height: var(--size);
  min-width: var(--size); /* 👈 prevents squishing in flex */
  aspect-ratio: 1 / 1; /* 👈 guarantees perfect circle */
  border-radius: 50%;
  position: relative;
  flex-shrink: 0; /* 👈 stops flex from shrinking it */

  background: conic-gradient(
    #f59e0b calc(var(--percent) * 1%),
    #e5e7eb 0
  );

  display: flex;
  align-items: center;
  justify-content: center;
}

/* INNER CIRCLE (controls thickness) */
.circle::before {
  content: "";
  position: absolute;
  inset: var(--stroke); /* 👈 cleaner than calc */
  background: #f5f5f5;
  border-radius: 50%;
}

.circle span {
  position: relative;
  font-weight: bold;
  font-size: 26px;
  color: #0f172a;
}

/* TEXT */
.text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.text p {
  margin: 5px 0 0;
  color: #3d4047;
}
/* ============================================
   BOOTSTRAP GALLERY WITH PULSE
   ============================================ */

.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0;
    aspect-ratio: 4/3;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    border: 10px solid #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* Pulse rings */
.gallery-item .pulse-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    z-index: 2;
    pointer-events: none;
}

/* Center icon */
.gallery-item .gallery-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #1a1a1a;
    z-index: 3;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover effects */
.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-item:hover .pulse-ring {
    animation: gallery-pulse 1.5s ease-out infinite;
}

.gallery-item:hover .pulse-ring:nth-child(2) {
    animation-delay: 0.75s;
}

.gallery-item:hover .gallery-icon {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    transition-delay: 0.1s;
}

/* Pulse animation */
@keyframes gallery-pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0.8;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

.core-values {
    width: 80%;
}

.core-values li {
    margin-bottom: 25px;
}

.welcome-image {
    width: 100%;
    max-height: 680px;
    object-fit: cover;
}

.footer {
    background: #084F9D;
}

.footer a { color: #fff; }

.footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
    font-size: 13px;
}

.attribution {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nl-form{ 
    padding: 5px; margin: 0px; background: #fff; border-radius: 15px; display: flex; justify-content: center; align-items: center;
}
.nl-form .form-control { 
    min-height: 42px; margin: 0px; color: #333; border: none !important; background: transparent;
}

.p-m {
    padding: 10px;
}
.border-bottom {
    border-bottom: 1px solid #ddd;
}
.visible-mobile { display: none; }

.font-bold {
    font-weight: 700;
}

.btn-class {
    font-size: 11px; min-height: auto; padding: 5px 10px !important;
}
.btn-class:hover {
    background: #000;
}

.text-normal {
    font-weight: normal;
}

.text-sm {
    font-size: 12px;
}
.text-md {
    font-size: 17px;
}
.btn-round {
    border-radius: 90px;
}
.btn-default {
    background: #D2D2D2;
}
.slick-center {
    margin-top: -20px;
}

.slick-center .package .package-body .price {
    background: #476f66; color: #fff; 
}
.green-border { border: 1px solid #476f66 !important; }

.medium-image {
    max-width: 80%;
}
.box {
    border: 1px solid #D8D8D8;
    border-radius: 9px;
    padding: 30px 25px !important;
    font-weight: 400 !important;
    text-align: left !important;
}
.box strong {
    font-weight: 600;
}

.box-sm {
    border: none;
    border-radius: 15px;
    padding: 20px !important;
    font-weight: 300 !important;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(100, 100, 100, 0.1);
    font-size: 14px;
}

.gray-badge {
    background: #eeeeee;
    padding: 3px 14px;
    border-radius: 15px;
    display: inline-block; 
    margin: 3px 5px;
    color: #464646;
    font-size: 12px;
}


.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: left !important;
    -webkit-tap-highlight-color: transparent; 
    display: flex;
    margin-left: 0px !important;
}


.owl-theme .owl-nav [class*='owl-']:hover {
    background: blue;
    color: #FFF;
    text-decoration: none;
}

.owl-prev, .owl-next {
    width: 32px;
    height: 32px;
    background: #0f74bc3f !important;
    color: #024a7e !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0px !important;
    margin-left: 0px !important;
    transition: all .2s;
}

.owl-prev:hover, .owl-next:hover {
    background: #0f74bc94 !important;
}

.service-item {
    height: 320px;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    display: block;
}
.service-item img { width: 100%; height: 100%; object-fit: cover;}
.service-item .overlay {
    background: rgb(4,36,54);
    background: linear-gradient(0deg, rgba(4,36,54,0.8) 0%, rgba(32,165,200,0.1) 100%); 
    position: absolute; width: 100%; height: 100%; padding: 15px; font-size: 13px; color: #fff;
    display: flex; flex-direction: column; justify-content: end; }
.service-item h3 {
    font-size: 16px; font-weight: bold;
}
.service-item a{ color: #fff; }
.service-item a:hover{ color: #e97a30; }
.service-item .content {
    transition: all .2s ease-in-out;
    position: relative;
    bottom: -135px;
}

.service-item:hover .content {
    bottom: 0px; 
}




.not-sure { text-align: left; }
.error-field {
    border: 1px solid #ff0000;
}
@media (max-width: 768px) {

    html, body {
        overflow-x: hidden !important;
    }
    .topbar {
        font-size: 12px;
    }
    .visible-mobile { display: inline-block; }
    .hidden-mobile { display: none !important; }

    .title-xl {
        font-size: 28px;
    }
    
    .title-2xl {
        font-size: 34px;
    }
    
    .hidden-mobile {
        display: none;
    }

    .logo { width: 120px; margin: 20px }

    .pendulum-nav .nav-item {
        margin: 10px 0; border-bottom: 1px dashed #f0efef;
    }
    .pendulum-nav .nav-link:hover { font-weight: 400;}
    .pendulum-hero{ min-height: 700px;}
    .pendulum-hero h1{ font-size: 40px !important; margin: 20px auto; }
    .pendulum-hero .subtext{ font-size: 14px !important; }
    .text-con { width: 100%; padding: 5%; }
    .pendulum-hero-image {
        margin: 40px 0; margin-bottom: 80px;
    }
    .not-sure {
        text-align: center;
    }

    .about-hero{ min-height: 200px;}

    .socials {
        justify-content: center;
    }
    .offcanvas-contact {
        width: 100%;
    }
    .offcanvas-contact p {
        font-size: 14px;
        text-wrap: wrap;
    }
    .hero-row {
        margin-top: 50px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px 15px;
        width: 100%;
        align-items: start;
        justify-content: start;
    }
    .hero-slide::before {
        background: repeating-linear-gradient(
            90deg,
            transparent,
            transparent calc(33.33% - 1px),
            rgba(0, 0, 0, 0.01) calc(33.33% - 1px),
            rgba(0, 0, 0, 0.01) 33.33%
        );
        padding-left: 0px;
    }
    .hero-content {
        padding: 0px 0px;
        width: 100%;
        justify-content: start;
        align-items: center;
        padding-top: 50px;
    }
    .hero-carousel {
        height: 100vh; 
    }
    .hero-label {
        padding: 0px; border: none; margin-bottom: 20px; font-weight: 400; font-size: 14px; letter-spacing: 2px;
    }
    .carousel-indicators {
        display: none;
    }

    .blue-bar {
        width: 100%;
        left: 0px;
        top: 0px;
        padding: 50px 20px;
        display: flex;
        justify-content: center;
        flex-direction: column !important; flex-wrap: wrap;
        height: auto;
        text-align: center;
    }
    .blue-bar .line {
        display: none;
    }
    .gap-10 {
        gap: 40px;
    }

    .extra-space {
        margin-top: 0px !important;
    }
    .service-box .text h2 {
        font-size: 16px;
    }
    .service-box .text h4 {
        font-size: 14px;
    }

    .inner-hero {
        min-height: 300px;
    }

    .inner-hero .title-box h1 {
        font-size: 38px; font-weight: 800; color: #fff; text-align: left; padding-left: 0px; margin-left: 0px;
    }
    .inner-hero .title-box h4 {
        font-size: 12px; text-transform: uppercase; letter-spacing: 2px; font-weight: 600; color: #fff;  padding-left: 0px; margin-left: 0px; margin-top: 10px; text-align: left;
    }
    .inner-hero .title-box::before { 
        width: 100px; height: 100px; background: #132838; position: absolute; left: 10px; content: " "; z-index: -1; 
    }

    .service-box .bg {
        background: #fff;
        border: 1px solid #2a567728;
        border-top: 4px solid #2A5677;
        padding: 20px;
        display: block;
        width: 100%;
        min-height: 180px;
    }

    .who-we-are {
        flex-direction: column; gap: 30px;
    }

    .hero-carousel {
        position: relative;
        height: 70vh;
        min-height: 700px;
        padding: 0px 0px;
    }

    
}