                        body {
  font-family: "inter" , "sans-serif" ;
  padding: 0;
  margin: 0;
}

:root {
  --primary-bg-color: #0687a2;
  --main-color: #035f817a;   

  --dark-color: #065a7c;
  /* global scope */
  --secondary-color: #0c7893;
  --light-color: #fff;

}

/* Navbar start */
nav.navbar {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.btn-top {
  background-color: var(--dark-color);
  color: var(--light-color);
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: bold;
  border: none;
  width:30%;
}

a {
  text-decoration: none;
}

.nav-link {
  color: #000000;
  font-weight: 500;
  position: relative;
  font-size: 0.85rem;
  font-family: Inter, sans-serif;
}

.nav-link:hover,
.nav-link:focus {
  color: #030749;
}

/* Active Underline */
.active-menu {
  color: var(--primary-bg-color) !important;
}

.active-menu::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: var(--primary-bg-color);
  border-radius: 5px;
}



/* Dropdown animation */
.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  border-radius: 8px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}


.nav-item.dropdown {
  position: relative;
  
}

.nav-item.dropdown .dropdown-menu {
  top: 100%;
  left: 0;
  margin-top: 8px;
}

/* Show dropdown on hover (desktop) */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* Show dropdown on click (mobile) */
.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item {
  padding: 10px 18px;
  font-size: 14px;
}

.dropdown-item:hover {
  /*background-color: #f1f1f1;*/
  color:#065a7c;
}

/* Default Navbar */
#mainNavbar {
  transition: all 0.3s ease;
  height:15vh;
}


/* Sticky Navbar After Scroll */
#mainNavbar.scrolled {
  position: fixed;
  top: 0;
  width: 100%;
  background: var(--light-color);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* Offcanvas styling */
.offcanvas {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
}

.offcanvas .nav-link {
  font-size: 0.95rem !important;
  line-height: 10px;
}

/* navbar end */

/* Breadcrumb Section */
.breadcrumb-section {
  background-color: #f5f6f7;
  padding: 140px 0px 50px 0px;
  text-align: center;
}

.breadcrumb-title {
  font-size: 30px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}

.breadcrumb {
  justify-content: center;
  background: transparent;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
}

.breadcrumb-item a {
  color: #777;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #333;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  color: #999;
  padding: 0 8px;
}




/* Hero Section start */

.hero-section {
  position: relative;
  padding: 140px 0;
  overflow: hidden;
  background: #fff;
  
}

/* HERO BACKGROUND IMAGE */
.hero-bg {
  position: absolute;
  top: 90px;
  right: 0;
  width: 55%;
  height: 100%;
  z-index: 1;
}

/* CONTENT ABOVE BG */
.hero-content,
.hero-image-wrap {
  position: relative;
  z-index: 2;
}

/* TEXT */
.hero-heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #0f172a;
}

.hero-text {
  font-size: 16px;
  color: #6b7280;
  margin: 24px 0 36px;
  max-width: 500px;
}

/* ACTIONS */
.hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.hero-call span {
  display: block;
  font-size: 14px;
  color: #6b7280;
}

.btn-primary {
  background: var(--dark-color);
  border: none;
  border-radius: 30px;
  padding: 14px 36px;
  font-weight: 600;
}

.btn-primary:hover {
  background-color: var(--primary-bg-color);
  color: var(--light-color);
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

/* Tablet */
@media (max-width: 992px) {
  .hero-section {
    padding: 100px 0 80px;
    text-align: center;
  }

  .hero-bg {
    width: 70%;
    opacity: 0.25;
    background-position: center right;
  }

  .hero-heading {
    font-size: 36px;
  }

  .hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }
}

/* Mobile – hide hero background */
@media (max-width: 576px) {
  .hero-bg {
    display: none;
  }

  .hero-heading {
    font-size: 28px;
  }

}




/* Hero Section end */

/* service section start */


/* consulting start */


/* Center Circle */
.center-wrapper {
  position: relative;
  width: 240px;
  height: 240px;
  margin: auto;
}

.center-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url('consulting.jpg') center/cover no-repeat;
  position: relative;
  overflow: hidden;
}

.center-circle::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(3, 95, 129, 0.78);
}

.center-text {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px;
}

/* Outer ring */
.center-wrapper::before {
  content: "";
  position: absolute;
  inset: -15px;
  border-radius: 50%;
  border: 2px solid #9fc6d6;
}

/* Info box base */
.content-box {
  position: relative;
}

.left-box {
  text-align: right;
  padding-right: 45px;
}

.right-box {
  text-align: left;
  padding-left: 45px;
}

/* Icons */
.left-box .content-box {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 26px;
  color: #5aa6c9;
}

.right-box .content-box {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 26px;
  color: #5aa6c9;
}

/* Connector lines */
.left-box .connector {
  position: absolute;
  right: -50px;
  top: 22px;
  width: 50px;
  border-top: 2px dashed #c5d9e3;
}

.right-box .connector {
  position: absolute;
  left: -50px;
  top: 25px;
  width: 50px;
  border-top: 2px dashed #c5d9e3;
}

/* Connector dots */
.left-box .connector::after {
  content: "";
  position: absolute;
  right: -5px;
  top: -5px;
  width: 10px;
  height: 10px;
  background: #0a5d7e;
  border-radius: 50%;
}

.right-box .connector::after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: 10px;
  height: 10px;
  background: #0a5d7e;
  border-radius: 50%;
}

/* Responsive */
@media (max-width: 992px) {
  .connector {
    display: none;
  }
}

/* consulting end */

.capability-item {
  border: none;
  border-right: 3px solid var(--dark-color);
  height: 10vh;
}

.top-services-section {
  position: relative;
  z-index: 1;
  margin-top: -6% !important;
}

.top-services-area {
  position: relative;
  margin-top: 50px;
  background-color: var(--light-color);
  padding: 30px;
  box-shadow: 0 13px 27px 0 rgba(197, 197, 197, 0.44);
}

.top-services-area .top-services-content {
  border-right: 1px solid #e6e2e8;

}

.top-services-content .bi {
  font-size: 1.8rem;
  color: var(--primary-bg-color);
}

.top-services-area .top-services-content h3 {
  font-size: 20px;
  color: #3e435e;
  margin: 20px 0 12px 0;
}

.top-services-area .top-services-content p {
  color: #827f8d;
  font-weight: 400;
  margin: 0 0 0 0;
}




/* interanal service start */
.section-padding {
  padding: 40px 0;
  background: #fff;
}

/* LEFT */
.left-img {
  
  border-radius: 20px;
  padding: 20px;
}

.left-img img {
  width: 100%;
  border-radius: 14px;
  border-top-right-radius: 145px;
    border-bottom-right-radius: 242px;

}

/* CARD */


/* RIGHT SIDE CONTAINER */
        .vertical-slider {
            height: 75vh;
            overflow-y: scroll;
            scroll-snap-type: y mandatory;
            scroll-behavior: smooth;
            scrollbar-width: none;
        }

        .vertical-slider::-webkit-scrollbar {
            display: none;
        }

        .feature-card {
            height: auto;
            /* 🔥 CARD HEIGHT */
            scroll-snap-align: start;
            scroll-snap-stop: always;
padding:0px;
            margin-bottom: 20px;
            /* GAP */
            background: #fff;
            padding: 5px 20px;
            border-radius: 18px;
            box-shadow:0px 0px 30px rgba(0, 0, 0, 0.08);
            border-left:2px solid var(--dark-color);

            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .feature-card:last-child {
            margin-bottom: 0;
        }

        .feature-card i {
            font-size: 32px;
            color: var(--secondary-color);
        }

        /* MOBILE */
        @media (max-width: 991px) {
            .vertical-slider {
                height: auto;
                overflow: visible;
                scroll-snap-type: none;
            }

            .feature-card {
                min-height: auto;
                margin-bottom: 24px;
            }
        }
/* interanal service end */

/* Description section Boost start */

.seo-badge {
  color: #30a3af;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.seo-title {
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #111827;
}

.seo-list li {
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb;
  font-weight: 600;
  color: #111827;
  display: flex;
  align-items: center;
  gap: 12px;
}

.seo-list i {
  color: var(--dark-color);
  font-size: 18px;
}

.carousel img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Description section Boost end */

/* SEO_Business start */
.SEO_Business h1 {
  font-weight: 700;
  font-size: 2.4rem;
  color: #1f2937;
}

.SEO_Business p {
  color: #4b5563;
  max-width: 900px;
  margin: auto;
  font-size: 1rem;
}

.SEO-Matters {
  background: #f9fafb;
  padding: 10px 30px;
  height: 100%;
}

.SEO-Matters h5 {
  font-weight: 700;
  color: #1f2937;
}

.SEO-Matters p {
  color: #4b5563;
  margin-bottom: 0;
}

.border-left-blue {
  border-left: 4px solid var(--primary-bg-color);
}

/* SEO_Business end */

/* service section end */

/* WHAT WE OFFER Tab section start */
.section-title {
  text-align: center;
  color: var(--primary-bg-color);
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 600;
}

.section-heading {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #020202;
}

.tab-pane {
  margin-top: -30px;
}


.line-shadow {
  /* height: 30px; */
  background: #fff;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
}

/* Tabs */
.nav-tabs {
  justify-content: center;
  border: none;
  margin-top: 0px;
  margin-bottom: 40px;
}

.nav-tabs .nav-link {
  border: none;
  background: none;
  color: var(--primary-bg-color);
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  margin: 0 0px;
}

.nav-tabs .nav-link.active {
  color: var(--primary-bg-color);
  border-bottom: 2px solid var(--primary-bg-color);
}

.nav-tabs .nav-link:hover {
  color: var(--primary-bg-color);
}

.feature-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 5px;
    padding-left: 20px;
    padding:0px;
}

.feature-list li {
  list-style: none;
  margin-bottom: 8px;
}

.feature-list li::before {
 
  content: "\2713";
  color: #0687a2;
  font-weight: bold;
  margin-right: 6px;
}



.tab-img {
  max-width: 90%;
  height: 45vh;
}

/* WHAT WE OFFER Tab section end */
/* increase-item start */
.increase-section {
  padding-top: 100px;
  padding-bottom: 70px;
  background-color: #045d7d;
  position: relative;
  z-index: 1;
}

.increase-section::before {
  content: "";
  position: absolute;
  top: -47px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: var(--light-color);
  border-radius: 48%;
}

.increase-title {
  position: relative;
  margin-bottom: 60px;
}

.increase-title span {
  font-size: 16px;
  color: #c8b9f0;
  font-weight: 400;
  display: block;
  margin-top: -5px;
  text-transform: capitalize;
}

.increase-title h3 {
  font-size: 38px;
  color: var(--light-color);
  margin: 10px 0 16px 0;
  max-width: 510px;
}

.increase-item {
  position: relative;
}

.increase-item .increase-area-content {
  padding-left: 100px;
  margin-bottom: 30px;
}

.increase-item .increase-area-content .bi {
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 1;
  font-size: 2rem;
  color: var(--dark-color);
}

.increase-item .increase-area-content h3 {
  font-size: 20px;
  color: #d9cdff;
  margin: 0 0 10px 0;
}

.increase-item .increase-area-content p {
  color: #d9cdff;
  margin: 0 0 0 0;
  font-weight: 400;
}

.increase-section::after {
  content: "";
  position: absolute;
  bottom: -47px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: var(--light-color);
  border-radius: 48%;
}

.increase-item .increase-shape img {
  position: absolute;
  left: 0;
  width: 10%;
  top: ;
}

.increase-section .shape {
  position: absolute;
  top: 150px;
  left: 30px;
  width: 50%;
  z-index: -1;
}

img {
  max-width: 100%;
  height: auto;
}

/* increase-item end  */


/* testimonial-card start */

.testimonial-container {
  max-width: 1150px;
  margin: 60px auto;

}

/* ------------------ CARD ------------------- */
.card-box {
  background: var(--light-color);
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
  transition: 0.5s ease;
  min-height: 200px;
}

/* title */
.card-box h4 {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
}

/* paragraph */
.card-box p {
  color: #666;
  line-height: 1.6;
}

/* ------------------ PROFILE ------------------- */
.profile {
  text-align: center;
  margin-top: 20px;
  display: flex;
  margin-top: 10px;
  gap: 20px;
  height: 50px;
  width:80px;
}

.profile i {
  font-size: 37px;
  color: var(--dark-color);
}


.profile h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  margin-top: 10px;
    white-space: nowrap;      /* keep text on one line */
    overflow: hidden;         /* hide overflow */
    text-overflow: ellipsis;
}

.profile small {
  font-size: 14px;
  color: #777;
    white-space: nowrap;      /* keep text on one line */
    overflow: hidden;         /* hide overflow */
    text-overflow: ellipsis;
}

/* ------------------ ZIG ZAG EFFECT ------------------- */

/* LEFT & RIGHT slides go DOWN */
.owl-item {
  transition: transform 0.5s ease, opacity 0.5s ease;
}

/* Center Slide UP */
.owl-item.center {
  transform: translateY(-40px) scale(1.03);
  z-index: 5;
  opacity: 1;
}

/* Left + Right slides DOWN */
.owl-item:not(.center) {
  transform: translateY(25px);
  opacity: 0.9;
}

/* smooth slide */
.owl-carousel .owl-stage .owl-item {
  transition: transform 0.6s ease;
}

/* dots style */
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: orange;
}

/* Center the dots */
.owl-dots {
  text-align: center !important;
  margin-top: 25px;
}

/* Increase spacing for better layout */
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

/* Make dots animated */
.owl-dots .owl-dot span {
  transition: 0.3s;
}

/* FORCE DOTS TO DISPLAY */
.owl-theme .owl-dots {
  display: block !important;
  text-align: center !important;
  margin-top: 15px !important;
  position: relative !important;
  z-index: 99 !important;
}

/* Custom dot style */
.owl-theme .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  background: #cfcfcf !important;
  border-radius: 50%;
  display: inline-block;
  transition: 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: var(--primary-bg-color) !important;
  width: 16px !important;
  height: 16px !important;
}

.owl-item {
height: 60vh !important; 
}
/* testimonial-card end */

/* Remove default arrow */
accordion-button::before::after {
  display: none;
}

/* Question icon */
.faq-icon {
  width: 28px;
  height: 28px;
  background: #55c4ce;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* Button style */
.accordion-button {
position: relative;
  padding-right: 70px; /* IMPORTANT: space for icon */
  background: #fff;
  box-shadow: none;
}

/* Active state */
.accordion-button:not(.collapsed) {
  background: #fff;
}

.accordion-button:not(.collapsed) .faq-icon {
  background: #e09d19;
  color: #fff;
}

/* Plus / Minus */
.accordion-button::before {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}




/* FAQ Start */

.btn-read {
  background: var(--primary-bg-color);
  color: var(--light-color);
  padding: 12px 25px;
  font-weight: 600;
  border: none;
  margin-top: 25px;
}

.btn-read:hover {
  background: var(--primary-bg-color);
}



/* Remove default arrow */
.accordion-button::after {
  display: none;
}


/* Button style */
.accordion-button {
  background: #fff;
  box-shadow: none;
}

/* Active state */
.accordion-button:not(.collapsed) {
  background: #fff;
}

.accordion-button:not(.collapsed) .faq-icon {
  background: var(--secondary-color);
  color: #fff;
}

/* Plus / Minus */
.accordion-button::before {
  content: "+";
  position: absolute;
  right: 20px;
  width: 28px;
  height: 28px;
  background: var(--primary-bg-color);
  color: var(--main-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}



/* Orange text */
.text-orange {
  color: var(--dark-color);
}

/* Remove focus & active outline */
.accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}

.accordion-button:active {
  box-shadow: none;
}

/* Optional: remove focus from whole accordion item */
.accordion-item {
  outline: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}


.accordion-button::before {
  content: "+";
}

.accordion-button:not(.collapsed)::before {
  content: "–";
   background: var(--secondary-color);
  color: #fff;
}


/* Remove default bootstrap arrow */
.accordion-button::after {
  display: none !important;
}

/* Button must be relative */
.accordion-button {
  position: relative;
  background: #fff;
  box-shadow: none;
}

/* CLOSED state → PLUS */
.accordion-button.collapsed::before {
   content: "+";
  background: var(--main-color);
  color: #fff;
}

/* OPEN state → MINUS */
.accordion-button:not(.collapsed)::before {
  content: "–";
  position: absolute;
  right: 20px;
  width: 28px;
  height: 28px;
  background: var(--secondary-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}




/* Background gradient */
.faq-section {
  background: radial-gradient(circle at left, #045d7d, #b9d8db 60%);
  padding: 40px 0;
  color: var(--light-color);
}

/* Heading underline neon style */
.highlight-underline {
  position: relative;
  display: inline-block;
}



/* FAQ End */


/* Blog Start */
/* Background */
.blog-section {
  padding: 80px 0;
  color: var(--light-color);
}

/* Title highlight underline */
.highlight-underline {
  position: relative;
  display: inline-block;
}



/* Blog card overlay */
.blog-card {
  background: rgb(55 187 192);
  padding: 5px 15px;
  border-radius: 10px;
  width: 97%;
  position: absolute;
  bottom: 0;
}

.blog-meta {
  font-size: 14px;
  color: #f6fbff;
}

.read-more {
  color: var(--primary-bg-color);
  font-weight: 600;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}

.small-blog {
  background: rgb(55 187 192);
  padding: 5px 12px;
  border-radius: 10px;
}

/* Blog image styling */
.featured-img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 12px;
}

.small-img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 12px;
}

/* Blog End */

/* footer start */
/* Footer Links */
.footer-links li {
  margin-bottom: 8px;
  font-size: 14px;
}

.footer-links a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #05597b;
}

.service-footer-links-data{
  line-height: 10px !important;
}


/* Information Section */
.info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.info-item p {
  margin: 0;
  font-size: 13px;
  line-height:1.6;
}

/* Icons */
.info-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #05597b;
  color: #05597b;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.info-icon:hover {
  background: #05597b;
  color: #fff;
}

/* Social Icons */
.social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #05597b;
  color: #05597b;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.social-icon:hover {
  background: #05597b;
  color: #fff;
}



footer a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

footer a:hover {
  color: var(--dark-color);
}


/* footer end */


/* menu Blog start */
/* ---------------- COMMON ---------------- */
.news-card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.news-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
}

.news-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
}

.badge-custom {
  font-size: 11px;
  text-transform: uppercase;
  padding: 5px 8px;
  margin-bottom: 8px;
}

/* ---------------- TYPOGRAPHY ---------------- */
.news-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}

.news-title.small {
  font-size: 16px;
}

.news-meta {
  font-size: 13px;
  opacity: 0.85;
  margin-top: 5px;
}

/* ---------------- HEIGHTS (DESKTOP) ---------------- */
.h-big {
  height: 415px;
}

.h-small {
  height: 200px;
}

/* ---------------- SECTION TITLE ---------------- */
.block-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.block-title span {
  background: var(--dark-color);
  color: #fff;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 600;
}

.block-title::after {
  content: "";
  flex: 1;
  height: 2px;
  background: var(--dark-color);
  margin-left: 12px;
}

/* ---------------- NEWS LIST ---------------- */
.news-item {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.news-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.news-item h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.4;
}

.news-date {
  font-size: 13px;
  color: #888;
}

/* ---------------- BLOG ---------------- */
.blog-item {
  margin-bottom: 35px;
}

.blog-item img {
  width: 120px;
  height: auto;
  margin-bottom: 10px;
}

.blog-item h5 {
  font-size: 18px;
  font-weight: 700;
}

.blog-meta {
  font-size: 13px;
  color: #555;
}

.blog-desc {
  color: #666;
  font-size: 14px;
}

.comment-box {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--dark-color);
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
}





/* ---------------- BUTTON ---------------- */
.load-more {
  border: 1px solid var(--dark-color);
  background: transparent;
  border-radius: 5px;
  padding: 6px 18px;
  font-size: 14px;
}

/* ==================================================
   RESPONSIVE BREAKPOINTS
================================================== */

/* -------- Tablets -------- */
@media (max-width: 991px) {

  .h-big,
  .h-small {
    height: 360px;
  }

  .news-title {
    font-size: 22px;
  }

  .news-content {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}

/* -------- Mobile -------- */
@media (max-width: 767px) {
.faq-icon{
width: 60px;
    height: 27px;
}
.owl-item {
height: 50vh !important; 
}
  /* Cards auto height */
  .h-big,
  .h-small {
    height: auto;
    min-height: 280px;
  }

  .news-title {
    font-size: 20px;
  }

  .news-title.small {
    font-size: 15px;
  }

  .news-content {
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  /* News list stack */
  .news-item {
    align-items: flex-start;
  }

  .news-item img {
    width: 70px;
    height: 70px;
  }

  /* Blog images full width */
  .blog-item img {
    width: 100%;
    max-width: 100%;
  }

  .blog-item h5 {
    font-size: 16px;
  }
}

/* -------- Extra Small -------- */
@media (max-width: 480px) {
  .news-title {
    font-size: 18px;
  }

  .block-title span {
    font-size: 13px;
    padding: 5px 12px;
  }

  .capability-item {
    border-bottom: 2px solid var(--dark-color) !important;
    height: 12vh;
    border: none;
  }
}

/* Menu Blog End */

/*contact form*/

.badge-soft {
  background: #eef0ff;
  color: var(--primary-bg-color);
  padding: 8px 18px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
}

/* Headings */
.contact-title {
  font-size: 25px;
  font-weight: 700;
  color: #0b0b2c;
  line-height: 1.2;
}

/* Description */
.contact-desc {
  color: #6c6f93;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 18px;
}

/* Info boxes */
.info-box {
  display: flex;
  gap: 16px;
  margin-top: 35px;
}

.icon-circle {
  width: 56px;
  height: 56px;
  background: var(--dark-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}

.info-box h6 {
  margin: 0;
  font-weight: 600;
  color: #0b0b2c;
}

.info-box p {
  margin: 0;
  color: #6c6f93;
  font-size: 15px;
}

/* Form */
.form-control {
  background: #f7f8fc;
  border: none;
  border-radius: 12px;
  padding: 18px;
  font-size: 15px;
}

.form-control:focus {
  box-shadow: none;
  background: #f7f8fc;
}

textarea.form-control {
  min-height: 160px;
}

/* Button */
.btn-send {
  background: var(--dark-color);
  color: #fff;
  padding: 16px 34px;
  border-radius: 12px;
  font-weight: 500;
  border: none;
}

.btn-send:hover {
  background: var(--primary-bg-color);
  color: var(--light-color);
}

/* Responsive */
@media (max-width: 991px) {
  .contact-title {
    font-size: 34px;
  }
}

/* media query start */
@media (max-width: 992px) {
  .hero-section {
    height: auto;
    text-align: center;
        padding-top: 80px;
    padding-bottom: 60px;
  }

  /* Hide hero image on mobile/tablet */
  .hero-image {
    display: none !important;
  }

  /* Adjust background shape */


  /* Make button section centered */
  .d-flex.gap-4 {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 15px !important;
  }

  .hero-bg-shape {
    display: none !important;
  }

  .top-services-area {
    margin-top: 0;
    padding-bottom: 0;
  }

  .top-services-section {
    padding-top: 20px;
  }

  .top-services-area .top-services-content {
    border-right: none;
    margin-bottom: 30px;
  }

  .top-services-area .top-services-content h3 {
    font-size: 18px;
  }
}

/* media query end */

/*about us*/
.cta-box-about {
  /* position: absolute; */
  /* top: 30%;
  right: 30px; */
  /* transform: translateY(-50%); */
  width: 100%;
  background: #bad9db;
  padding: 10px 20px;
  border-radius: 10px;
  color: var(--dark-color);
  margin-top: 10px !important;
  margin-bottom: 40px;
}

.cta-box-about h5 {
  font-size: 20px;
}

/* IMAGE AREA */
.image-wrapper {
  position: relative;
  max-width: 420px;
  margin: auto;
}

.image-wrapper img {
  width: 100%;
  height: 60vh;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  /* border-radius: 50%; */
}

/* Floating Cards */
.float-card {
  position: absolute;
  background: #fff;
  padding: 12px 15px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  font-size: 14px;
}

.card-stars {
  top: 30px;
  left: -38px;
}

.card-graph {
  bottom: 30px;
  right: -55px;
}

.text-primary {
  color: var(--dark-color) !important;
}

/* Orange Circle */
.circle-orange {
  position: absolute;
  top: 29px;
  right: 15px;
  width: 60px;
  height: 60px;
  background: var(--primary-bg-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
}

/* Badge */
.badge-about {
  display: inline-block;
  padding: 6px 14px;
  background: #eef3ff;
  color: var(--dark-color);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}



.btn-outline-custom {
  border: none;
  background: transparent;
  color: var(--dark-color);
  font-weight: 600;
}

/* Feature Boxes */
.feature-box {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #eef3ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-color);
  font-size: 20px;
}




/* Image Circle */
.mission-img-wrapper {
  position: relative;
  width: 380px;
  max-width: 100%;
  margin: auto;
}

.mission-img-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
}

/* Orange Badge */
.badge-advisor {
  position: absolute;
  bottom: 40px;
  left: -20px;
  background: var(--dark-color);
  color: #fff;
  padding: 16px 20px;
  border-radius: 20px;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

.badge-advisor span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

/* Small Grey Dot */
.dot-shape {
  position: absolute;
  bottom: 60px;
  right: -15px;
  width: 22px;
  height: 22px;
  background: #cfcfcf;
  border-radius: 50%;
}

/* Play Button */
.play-btn {
  width: 70px;
  height: 70px;
  border: 3px solid var(--dark-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-color);
  font-size: 26px;
  flex-shrink: 0;
}

/* Bottom Cards */
.values-section {
  background: linear-gradient(to bottom, #ffffff 40%, #eef5ff 40%);
  padding: 35px 0;
}

.info-card {
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
  border: none;
  height: 100%;
}

.number-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.bg-blue {
  background: #eaf6ff;
  color: #0d6efd;
}

.bg-orange {
  background: #fff1ec;
  color: #ff5a3c;
}

/* ========================= */
/* RESPONSIVE FIXES */
/* ========================= */

@media (max-width: 991px) {
  .mission-img-wrapper {
    width: 300px;
  }

  .badge-advisor {
    left: 0;
    bottom: 20px;
  }

  .dot-shape {
    display: none;
  }

  .col-lg-6 {
    text-align: center;
  }

  .play-btn {
    margin: auto;
  }


  /*.d-flex.align-items-center {*/
  /*  justify-content: center;*/
  /*}*/
}

@media (max-width: 576px) {
  h2 {
    font-size: 1.5rem;
  }

  .mission-img-wrapper {
    width: 260px;
  }

  .badge-advisor {
    padding: 12px 14px;
    font-size: 14px;
  }

  .badge-advisor span {
    font-size: 12px;
  }

  .play-btn {
    width: 55px;
    height: 55px;
    font-size: 20px;
  }

  .increase-item .increase-shape img {
    width: 17%;
  }
}

/*---------Pricing css ----------*/

/* Pricing start */

/* SECTION BACKGROUND */
.pricing-section {
  background: var(--light-color);
  padding: 80px 0;
}

/* LEFT CONTENT */
.pricing-left h2 {
  font-size: 40px;
  font-weight: 700;
}

.pricing-left p {
  color: #6c757d;
  max-width: 480px;
  text-align: justify;
}

.pricing-left ul li {
  margin-bottom: 8px;
  text-align: justify;
}

/* TOGGLE */


/* PRICING CARDS */
.price-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  gap: 20px;
}

.price-card.active {
  border-left: 5px solid var(--dark-color);
}

.price-card p {
  text-align: justify;
}

.price {

  border-radius: 50%;
  background: var(--primary-bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--light-color);
  padding: 15px 10px;
  cursor: pointer;
}


/* Pricing end */


/* ---------- HERO WRAPPER ---------- */
.course-banner {
  min-height: 70vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 40px 0;
}



/* ---------- TITLE ---------- */
.banner-heading {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.banner-heading span {
  color: var(--primary-bg-color);
}

/* ---------- GLASS FORM ---------- */
.signup-panel {
  background: rgb(255 255 255 / 16%);
  backdrop-filter: blur(10px);
  border-radius: 6px;
  padding: 35px;
}

/* ---------- INPUT ---------- */
.signup-input {
  background: rgba(255, 255, 255, 0.12);
  border: none;
  color: #fff;
  padding: 14px;
}

.signup-input::placeholder {
  color: #e0e0e0;
}

.signup-input:focus {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  box-shadow: none;
}

/* ---------- BUTTON ---------- */
.signup-btn {
  background: var(--secondary-color);
  color: #fff;
  font-weight: 600;
  padding: 12px;
  border-radius: 0;
}

.signup-btn:hover {
  background: var(--dark-color);
  color: var(--light-color);
}

/* ---------- RESPONSIVE ---------- */

/* Tablets */
@media (max-width: 991px) {
  .banner-heading {
    font-size: 34px;
    text-align: center;
  }

  .course-banner {
    text-align: center;
  }

  .signup-panel {
    margin: auto;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .banner-heading {
    font-size: 26px;
    line-height: 1.4;
  }

  .signup-panel {
    padding: 25px 20px;
  }

  .signup-input {
    padding: 12px;
  }

  .signup-btn {
    padding: 12px;
    font-size: 15px;
  }
}



/* Internal Blog Start */


.container-blog {
  max-width: 1200px;
}

/* Title */
.blog-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

/* Meta */
.blog-internal {
  font-size: 13px;
  color: #777;
}

/* Share Icons */
.share-icons a {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
}

.fb {
  background: #3b5998;
}

.tw {
  background: #1da1f2;
}

.pi {
  background: #bd081c;
}

.wa {
  background: #25d366;
}

/* Featured Image */
.feature-img {
  border-radius: 4px;
}

/* TOC */
.toc-box {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 4px;
  background: #fafafa;
}

.toc-box h6 {
  font-weight: 600;
}

.toc-box ol {
  padding-left: 18px;
  margin-bottom: 0;
}

/* Content */
.blog-content h4 {
  margin-top: 30px;
  font-weight: 700;
}

.blog-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

/* Sidebar */
.sidebar-title {
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 15px;
}



.popular-item {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.popular-item img {
  width: 70px;
  height: 60px;
  object-fit: cover;
}

.popular-item h6 {
  font-size: 13px;
  margin: 0;
  font-weight: 600;
}

.popular-item span {
  font-size: 11px;
  color: #777;
}

/* Related */
.related-card img {
  height: 160px;
  object-fit: cover;
}

.related-card h6 {
  font-size: 14px;
  font-weight: 600;
}

/* Responsive */
@media(max-width:991px) {
  .sidebar {
    margin-top: 40px;
  }
}


/* ---------- GLOBAL RESPONSIVE FIXES ---------- */
@media (max-width: 1199px) {
  .container-blog {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* ---------- TABLET (≤ 991px) ---------- */
@media (max-width: 991px) {

  .blog-title {
    font-size: 24px;
  }

  .share-icons {
    margin-top: 10px;
  }

  .share-icons a {
    margin-right: 5px;
  }

  /* Sidebar becomes normal flow */
  .sidebar-sticky {
    position: static;
    max-height: unset;
    overflow: visible;
  }

  .popular-item {
    margin-bottom: 20px;
  }

  .related-card img {
    height: 180px;
  }
}

/* ---------- MOBILE (≤ 767px) ---------- */
@media (max-width: 767px) {

  .blog-title {
    font-size: 22px;
    line-height: 1.35;
  }

  .blog-internal {
    font-size: 12px;
  }

  /* Stack meta + share icons */
  .d-flex.justify-content-between {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
  }

  .feature-img {
    border-radius: 0;
  }

  .toc-box {
    padding: 12px;
  }

  .blog-content h4 {
    font-size: 18px;
  }

  .blog-content p {
    font-size: 14px;
  }

  /* Popular items */
  .popular-item img {
    width: 60px;
    height: 55px;
  }

  .popular-item h6 {
    font-size: 13px;
  }

  /* Related cards stack */
  .related-card img {
    height: 200px;
  }

  .row.g-4>div {
    margin-bottom: 20px;
  }
}

/* ---------- SMALL MOBILE (≤ 575px) ---------- */
@media (max-width: 575px) {

  .blog-title {
    font-size: 20px;
  }

  .badge {
    font-size: 11px;
  }

  .toc-box h6 {
    font-size: 14px;
  }

  .popular-item {
    gap: 8px;
  }

  .popular-item span {
    font-size: 10px;
  }
}

.sidebar {
  position: relative;
}

/* Sticky sidebar */
.sidebar-sticky {
  position: sticky;
  top: 20px;
  /* header ke niche distance */
  width: 100%;
}

/* Mobile me normal flow */
@media (max-width: 991px) {
  .sidebar-sticky {
    position: static;
  }
}

/* Push main content so it doesn't overlap */


/* Disable fixed sidebar on tablet & mobile */
@media (max-width: 991px) {
  .sidebar-sticky {
    position: static;
    width: 100%;
    max-height: unset;
    overflow: visible;
  }

  .Blog-left {
    padding-right: 15px;
  }
}


/* internal Blog End */            