/********** Template CSS **********/
body {
   font-family: 'Poppins', sans-serif !important;
  overflow-x: hidden;
}

:root {

  --primary: #00BC7D;
  --secondary: #1C398E !important;
  --light: #f8f8f8 !important;
  --dark: #101828 !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.bg-secondary {
  background: var(--secondary) !important;
}

.bg-second {
  background-color: #fafafa !important;
}

h1,
.h1 {
font-weight: 700;
font-family: 'Poppins', sans-serif !important;
line-height: 75px !important;
}

@media (max-width: 768px) {

}

h2,
.h2 {
color: #414040;
font-weight: 700;
font-family: 'Poppins', sans-serif !important;
}

@media (max-width: 768px) {
 
}

h3,
h4,
.h3,
.h4,
.fw-medium {
   font-family: 'Poppins', sans-serif !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
   font-family: 'Poppins', sans-serif !important;
	color:"#252525d9";
}

p,
.p {
color: #5A5959;
font-family: 'Poppins', sans-serif !important;
}

ul,
li {
   font-family: 'Poppins', sans-serif !important;
}



figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

html,
body{
	width: 100%;
	overflow-x: clip;
}


/* Images Animation */

.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.what-we-image-1 figure img{
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.what-we-image-1 figure img{
	aspect-ratio: 1 / 0.73;
}

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

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

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

.btn.btn-primary {
  color: #000;
  background-color: var(--primary);
  border-radius: 50px;
  font-weight: 600 !important;
  border: none !important;
  padding: 15px 30px;
}

.btn.btn-primary:hover {
  color: #fff;
  background-color: var(--secondary);
  font-weight: 600 !important;
}

.btn-secondary {
  color: #000;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #fff;
  font-weight: 600 !important;
  border-color: #fff;
}

.btn-secondary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #000;
}

.btn-square {
  width: 38px;
  height: 38px;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn-outline-body {
  color: var(--primary);
  border-color: #777777;
  border-radius: 50% !important;
}

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

.shop-btn {
    color: #000;
  background-color: var(--primary);
  border-radius: 50px;
  font-weight: 600 !important;
  border: none !important;
  padding: 10px 25px 10px 25px !important;
}

.btn.shop-btn:hover {
  color: #fff;
  background-color: var(--secondary);
  font-weight: 600 !important;
}


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

/* Title with underline */
.section-title-2 {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}

.section-title-2::after {
  content: "";
  display: block;
  width: 200px;
  height: 5px;
  background-color: var(--primary);
  margin-top: 20px;
}

.section-title-3 {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  text-align: center;
}

.section-title-3::after {
  content: "";
  display: block;
  width: 200px;
  height: 5px;
  background-color: var(--primary);
  margin: 20px auto 0 auto;
  /* ✅ This centers the line */
}

.for-max-width-page{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}



/* **************************************** */
/* Responsive Screens */
/* **************************************** */


@media (max-width: 768px) {

  /* ************************ */
  /* Globally Fonts */
  /* ************************ */

    h1,
  .h1 {
    font-size: 24px;
    line-height: 35px !important;
  }

 h2,
  .h2 {
    font-size: 24px !important;

  }

  p,
  .p {

    font-size: 15px;
  }


  .section-title-2::after {
    width: 100px;
    margin-top: 10px !important;
  }

  .section-title-3::after {
    width: 100px;
    margin-top: 10px !important;
  }
	
	.for-max-width-page{
	width: 100%;
	max-width: 100%;
}
}

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

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

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

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

/* ---------------------------------------- */
/* Responsive adjustments for mobile */
/* ---------------------------------------- */
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

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

    /* Mobile dropdown styling */
    .navbar .dropdown-menu {
        background: #222;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    .navbar .dropdown-item {
        color: #ddd;
        padding: 12px 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        transition: all 0.25s ease;
    }

    .navbar .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.08);
        color: var(--primary);
        transform: translateX(5px);
    }
}

/* ---------------------------------------- */
/* Desktop Dropdown Enhancement */
/* ---------------------------------------- */
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(15px);
        background: rgba(20, 20, 20, 0.95);
        backdrop-filter: blur(8px);
        border: none;
        border-radius: 10px;
        padding: 12px 0;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
        transition: all 0.35s ease;
        min-width: 220px;
    }

    .navbar .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .navbar .dropdown-item {
        position: relative;
        color: #ddd;
        font-weight: 500;
        padding: 10px 20px;
        text-transform: capitalize;
        transition: all 0.25s ease;
    }

    .navbar .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.08);
        color: var(--primary);
        transform: translateX(5px);
    }

    .navbar .dropdown-item:hover::before {
        content: "›";
        position: absolute;
        left: 10px;
        color: var(--primary);
        opacity: 0.8;
    }
}


.nav-logo{
    max-width: 180px;
    height: auto;
}

@media (max-width: 768px) {
    .nav-logo{
        max-width: 120px;
        
    }
  }

/**********************************/
/* Hero Video Section (Improved)  */
/**********************************/

.bg-video {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

/* Dark overlay for better text contrast */
.video-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.749) 0%, rgba(0, 0, 0, 0.738) 100%);
    z-index: 0;
}

/* Text overlay centered */
.video-text-overlay {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 1.5rem;
}






/* Responsive Adjustments */
@media (max-width: 991px) {
  .bg-video {
    height: 75vh;
  }

  .video-text-overlay h1 {
    font-size: 2rem;
  }

  .video-text-overlay h5 {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .bg-video {
    height: 55vh;
  }

  .video-text-overlay {
    padding: 0 1rem;
  }

  .video-text-overlay h1 {
    font-size: 1.6rem;
  }

  .video-text-overlay h5 {
    font-size: 0.95rem;
  }
}

/* Smooth fade animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ******************************************** */
/* Logo caorusel slider */
/* ******************************************** */


/* .logo-item{
  display:flex;              
  align-items:center;
  justify-content:center;
  padding:10px 20px;          
}

.logo-item img{
  max-width:160px;           
  width:100%;
  height:auto;
  transition:filter .3s ease;
}

.logo-item img:hover{
  filter: none;             
} */

.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;      
  padding: 20px;
  background: #fff;
}

.logo-item img {
  max-height: 80px;    
  width: auto;
  height: auto;
  object-fit: contain;
/*   filter: grayscale(100%); */
  transition: filter 0.3s ease;
}

.logo-item img:hover {
  transform: scale(1.05);
  filter: grayscale(0%);
}



/* Optional nav/button tweaks */
.logo-carousel .owl-nav button{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:transparent;
  border:none;
  font-size:2rem;
}

.logo-carousel .owl-nav .owl-prev{left:-35px;}
.logo-carousel .owl-nav .owl-next{right:-35px;}

.logo-carousel .owl-stage {
  display: flex;
  animation: scroll-left 50s linear infinite;
}
@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


/* .logo-carousel .owl-stage {
  display: flex;
  animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
} */
/* .logo-carousel-wrapper {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); 
  border-radius: 20px; 
  background: #fff; 
  margin-top: -8rem;
  position: relative;
  z-index: 999;
} */

.logo-carousel-wrapper {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background: #fff;
/*   padding: 2rem 1rem; */
  position: relative;
  z-index: 10;
  overflow: hidden;
	margin-top: -8rem;
}


.logo-carousel-wrapper h5{
  color: #888;
}

@media (max-width: 768px) {
  .logo-carousel-wrapper{
    border-radius: 0;
    margin-top: 0;
  }

  .logo-carousel-wrapper h2{
      font-size: 22px;
  }

  .logo-carousel-wrapper h5{
      font-size: 16px;
  }
}

@media (max-width: 768px) {
  .logo-item {
    height: 90px;
    padding: 15px;
  }

  .logo-item img {
    max-height: 60px;
  }
}

/* ********************************8 */
/* About Us section */
/* ********************************* */

.corner-radius-custom{
  border-radius: 20px;
}


/*** Service ***/

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

.service-item .service-text {
    background: var(--light);
    transition: .5s;
}

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

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

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

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

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


/* Home page Banner */

.gradient-banner {
  background: linear-gradient(135deg, #000, var(--secondary));
  color: white;   
  border-radius: 20px; 

}

.gradient-banner h2 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}


/*** Testimonial Section ***/
/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    animation: pulse 1s ease-out .5s;
}

.testimonial-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}
@media (max-width: 767px) {
    .mobile-reset-margin {
        padding-top: 0 !important; 
    }
}

.testimonial-item img {
    border-radius: 50%;
}

/* =================================== */
/* FAQS */
/* =================================== */

/* FAQ Accordion Styling */
.accordion .accordion-item {
   border: none;
   border-radius: 10px;
   overflow: hidden;
   background: #f9f9f9;
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
   transition: transform 0.3s ease;
}

/* .accordion .accordion-item:hover {
   transform: scale(1.01);
} */

.accordion .accordion-header {
   margin-bottom: 0;
}

.accordion .accordion-button {
   background: white;
   color: #333;
   font-weight: 600;
   padding: 1rem 1.25rem;
   transition: background 0.4s ease, color 0.4s ease;
   font-size: 1.05rem;
}


.accordion .accordion-button:not(.collapsed) {
   background: var(--primary) !important;
   color: white;
   box-shadow: none;
}


.accordion-button:not(.collapsed)::after {
   transform: rotate(180deg);
}

.accordion-body {
   background-color: #fff;
   color: #555;
   font-size: 0.95rem;
   padding: 1.25rem;
   line-height: 1.7;
   border-top: 1px solid #ddd;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform: rotate(-180deg);
}

.text-block {
  margin-bottom: 1.5rem;
  line-height: 1.7;
  
  
}


/* Contact Form Adjustments */
/*** Contact Card ***/
.contact-card {
  background: #1C398E; /* main color */
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* .contact-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at top left, rgba(255,255,255,0.15), transparent 60%);
  transform: rotate(25deg);
  z-index: 0;
} */

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.contact-card label {
  font-weight: 600;
  font-size: 0.95rem;
  color: #f5f5f5;
  margin-bottom: 6px;
  z-index: 2;
  position: relative;
}

.contact-card .form-control {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  color: #fff;
  height: 55px;
  padding: 10px 15px;
  z-index: 2;
  position: relative;
  transition: all 0.3s ease;
}

.contact-card .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-card .form-control:focus {
  border-color: #00e0ff;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 10px rgba(0, 224, 255, 0.5);
  outline: none;
}

.contact-card textarea.form-control {
  height: auto;
  resize: none;
}

/* .contact-card .btn {
  background: #00e0ff;
  border: none;
  color: #1C398E;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  z-index: 2;
  position: relative;
}

.contact-card .btn:hover {
  background: #fff;
  color: #1C398E;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
} */

/*** Responsive Adjustments ***/
@media (max-width: 768px) {
  .contact-card {
    padding: 2rem 1.5rem;
  }

  .contact-card .btn {
    width: 100% !important;
  }
}

.btn-primary-contact {
  background: var(--primary);
  border: 1px solid var(--primary);
  color: var(--dark);
  font-weight: 600;
  border-radius: 50px;
padding: 13px 35px;

}

.btn-primary-contact:hover {
  background: var(--secondary);
  border: 1px solid var(--primary);
  color: var(--primary);


}

.wpcf7-spinner{
  display: none !important;
}

/*** Footer ***/

.footer{
  background-color: #000;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

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

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

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

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

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

.btn-social{
  border-radius: 50% !important;
}


/* ===== CF7 Success Popup ===== */
/* ===== Modern CF7 Success Popup ===== */
.cf7-popup {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
}

.cf7-popup-content {
  position: relative;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 20px;
  padding: 45px 60px;
  text-align: center;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 0 40px rgba(28, 57, 142, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  animation: popupScaleIn 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.cf7-popup-content::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(135deg, #1c398e, #6c9bff, #1c398e);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

.cf7-popup-icon {
  background: linear-gradient(135deg, #00ffb2, #00b7ff);
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  margin: 0 auto 20px;
  box-shadow: 0 0 30px rgba(0, 255, 255, 0.4);
  animation: iconPop 0.5s ease-out;
}

.cf7-popup-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.cf7-popup-content p {
  font-size: 15px;
  color: #e2e2e2;
  margin: 0;
}

/* ===== Animations ===== */
@keyframes popupScaleIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes iconPop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  80% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

/* Responsive */
@media (max-width: 576px) {
  .cf7-popup-content {
    padding: 35px 25px;
  }
  .cf7-popup-icon {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
}



/* ******************************************** */
/* Blog + Single Post Page Styles (Cleaned) */
/* ******************************************** */

/* =========================================================
   Featured & Side Posts
   ========================================================= */

.featured-post {
  padding: 10px;
  transition: all 0.3s ease;
	color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
  border-radius: 20px;
}

.featured-post:hover {
  
  box-shadow: 0 0 10px rgb(0 255 136);
}

.featured-post span {
  color: var(--primary) !important;
}

.side-post {
  transition: all 0.3s ease;
  padding: 10px;
  align-items: center;
	color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
  border-radius: 20px;
}

.side-post:hover {
  
  box-shadow: 0 0 10px rgb(0 255 136);
}

.featured-post img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 10px !important;
  display: block;
  margin: 0 auto 20px;
}

.featured-post .badge-guide,
.featured-post small {
  font-size: 15px;
  color: black;
  text-transform: uppercase !important;
}

.featured-title {
  font-size: 22px !important;
  font-weight: 600;
  line-height: 26px !important;
  color: var(--dark) !important;
}

.featured-post .gift-description {
  font-size: 15px !important;
  font-weight: 400;
  line-height: 19px;
  max-width: 90%;
}

.col-lg-5 .side-post {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  position: relative;
  margin-bottom: 18px;
}

.side-post-img {
  width: 265px;
  height: 150px;
  max-width: 100%;
  /* min-width: 200px; */
  object-fit: cover;
  border-radius: 10px !important;
  display: block;
  flex-shrink: 0;
}

.col-lg-5 .side-post::after {
  content: "";
  position: absolute;
  top: -6px;
  right: 18px;
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #3b3fcf 0%, #6d4bff 100%);
  border-radius: 10px 6px 6px 10px;
  box-shadow: 0 6px 14px rgba(59, 63, 207, 0.14);
  z-index: 2;
  pointer-events: none;
}

.col-lg-5 .side-post>div {
  flex: 1;
  min-width: 0;
}

.side-post-title {
  color: var(--dark) !important;
  font-size: 18px !important;
  line-height: 22px !important;
}

.side-post .badge,
.side-post small {
  font-size: 12.5px;
  color: #7b7b93;
  text-transform: uppercase !important;
  padding: 0 !important;
}

a.text-decoration-none.text-dark {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* =========================================================
   Blog Search & Headings
   ========================================================= */

.blog-search-form .form-control,
.blog-search-form-mobile .form-control-lg {
  font-size: 1rem !important;
  font-weight: 500 !important;
  border: 1px solid #cdcdcd !important;
  box-shadow: none !important;
  border-radius: 50px;
  padding: 20px;
  background: transparent;
}

.blog-search-form .btn.btn-primary {
  padding: 10px 60px 10px 20px !important;
}

.blog-search-form-mobile .btn.btn-primary {
  width: 100% !important;
  margin-top: 15px !important;
  padding: 15px 0 !important;
  text-align: center;
}

.blog-search-form-mobile .input-group-mobile {
  display: block !important;
}

.blog-heading h1 {
  color: var(--dark);
  margin-bottom: 20px;
  font-size: 30px !important;
  font-weight: 600 !important;
  line-height: 1.2em;
}

.blog-heading p {
  color: var(--dark);
  font-size: 19px !important;
  font-weight: 500;
  line-height: 1.5em;
}

/* =========================================================
   Category Cards + Misc
   ========================================================= */
/* =========================================================
   Enhanced Category Cards + Buttons
   ========================================================= */

.card-img-top {
  border-radius: 12px !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.card-img-top::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0, 255, 136, 0.1), rgba(59, 63, 207, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card-img-top:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 255, 136, 0.3);
}

/* #category-posts-container .card-img-top:hover::after {
  opacity: 1;
} */

#category-posts-container .card {
  border: none !important;
  background-color: transparent !important;
  transition: all 0.3s ease;
  border-radius: 15px !important;
  padding: 15px;
	 border: 1px solid var(--primary) !important;
  border-radius: 20px;
}

#category-posts-container .card:hover {
 
  box-shadow: 0 0 10px rgb(0 255 136);
}

/* #category-posts-container .card:hover {
  background: linear-gradient(135deg, rgba(41, 41, 100, 0.05), rgba(0, 255, 136, 0.05)) !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
} */



#category-posts-container .card-body {
  padding: 15px 0 !important;
  transition: all 0.3s ease;
}

#category-posts-container .card-body span {

  color: var(--primary);
}

/* #category-posts-container .card:hover .card-body {
  transform: translateX(5px);
} */

#category-posts-container .card-title a {
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 25px !important;
  color: var(--dark) !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}


#category-posts-container .card-text {
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
  color: var(--text-light) !important;
  transition: all 0.3s ease;
}



#category-posts-container .badge {
  text-transform: uppercase !important;
  font-size: 15px !important;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

#category-posts-container .badge::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s ease;
}


/* Category Tabs Enhancement */
#category-tabs .category-tab {
  position: relative;
  overflow: hidden;
  border: 2px solid transparent !important;
  border-radius: 25px !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: linear-gradient(45deg, #292964, #3b3fcf) !important;
  color: white !important;
  margin: 5px;
}

#category-tabs .category-tab.btn-outline-primary {
  background: transparent !important;
  border: 2px solid var(--primary) !important;
  color: var(--primary) !important;
}

#category-tabs .category-tab::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s ease;
}

#category-tabs .category-tab:hover::before {
  left: 100%;
}

#category-tabs .category-tab:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 255, 136, 0.4);
  border-color: var(--primary) !important;
}

#category-tabs .category-tab.active {
  background: linear-gradient(45deg, #00ff66, #007a2f) !important;
  border-color: #00ff66 !important;
  box-shadow: 0 5px 20px rgba(0, 255, 136, 0.5);
  transform: scale(1.05);
}

/* Loading Indicator Enhancement */
#loading-indicator {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary);
  position: relative;
}

#loading-indicator::after {
  content: '';
  animation: loadingDots 1.5s infinite;
}

@keyframes loadingDots {

  0%,
  20% {
    content: '.';
  }

  40% {
    content: '..';
  }

  60%,
  100% {
    content: '...';
  }
}

/* Blog Divider Enhancement */
.blog-hr-divider hr {
  width: 85% !important;
  margin: 0 auto !important;
  background: linear-gradient(90deg, transparent, var(--primary), transparent) !important;
  height: 3px !important;
  border: none !important;
  opacity: 1 !important;
  border-radius: 10px;
}

.for-max-width {
  width: 100%;
  max-width: 250px;
}

/* =========================================================
   Enhanced Buttons
   ========================================================= */

#loadMoreBtn {
  color: #fff;
  background: linear-gradient(45deg, #292964, #3b3fcf);
  border-radius: 50px;
  font-weight: 600 !important;
  width: fit-content !important;
  padding: 18px 40px !important;
  border: none;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 5px 15px rgba(41, 41, 100, 0.4);
  letter-spacing: 0.5px;
}

#loadMoreBtn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s ease;
}

#loadMoreBtn:hover {
  background: linear-gradient(45deg, #007a2f, #00ff66);
  box-shadow: 0 15px 30px rgba(0, 255, 100, 0.6);
  transform: translateY(-5px) scale(1.05);
  color: #000;
  border: none;
}

#loadMoreBtn:hover::before {
  left: 100%;
}

#loadMoreBtn:active {
  transform: translateY(-2px) scale(1.02);
}

/* No Posts Message Enhancement */
#no-posts-message {
  position: relative;
}

#no-posts-message .lead {
  font-size: 1.25rem;
  color: var(--dark);
  padding: 20px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(41, 41, 100, 0.1), rgba(0, 255, 136, 0.1));
  border: 2px dashed var(--primary);
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.8;
  }
}


/* =========================================================
   Single Post (Sidebar + Content)
   ========================================================= */

:root {
  --header-height: 80px;
}

.single-left {
  position: sticky;
  top: calc(var(--header-height) + 20px);
  height: fit-content;
  z-index: 10;
}

.single-left .sidebar-inner {
  position: sticky;
  top: calc(var(--header-height) + 20px);
  background: transparent;
  border: 1px solid var(--primary);
  border-radius: 20px;
  padding: 30px;
  max-height: calc(100vh - var(--header-height) - 40px);
  overflow-y: auto;
  box-shadow: 0 0 10px rgb(0 255 136);
}

.post-toc h2 {
  margin-bottom: 25px;
  color: var(--dark);

}

.post-toc ul {
  list-style: none;
  padding-left: 0;
  counter-reset: toc-counter;
}

.post-toc ul li {
  margin-bottom: 10px;
  counter-increment: toc-counter;
}

.post-toc ul li a::before {
  content: counter(toc-counter) ". ";
  font-weight: 600;
  margin-right: 6px;
  color: var(--primary);
}

.post-toc ul li a {
  text-decoration: none;
  color: var(--text);
  display: block;
  line-height: 1.4;
  padding: 4px 0;
  transition: color 0.3s ease;
  font-size: 18px !important;
}

.post-toc ul li a:hover {
  text-decoration: none;
  color: var(--primary);
}

/* .sidebar-box {
  padding-bottom: 15px;
  margin-bottom: 15px;
} */

.sidebar-box p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  max-width: 325px;
  color: var(--dark) !important;
}

.social-icons a {
  margin-right: 25px !important;
  font-size: 26px !important;
  color: var(--dark);
}

.social-icons a i:hover {
  color: var(--primary);
}

.single-right {
  padding: 0 !important;
}

.post-content {
  padding: 0 !important;
}

.post-content p {
  font-size: 16px !important;
  color: var(--dark) !important;
  font-weight: 500 !important;
}

.single-post .entry-content img,
.blog-post img,
.post-content img {
  max-width: 100% !important;
  height: auto;
  display: block;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 991.98px) {
  .for-blog-heading h1 {
    font-size: 40px !important;
  }

  .for-blog-heading br {
    display: none !important;
  }

  .for-blog-heading p,
  .blog-heading p {
    font-size: 16px !important;
  }

  #category-posts-container .card-text {
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 25px !important;

  }

  .featured-post img {
    height: 320px;
  }

  .side-post-img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .col-lg-5 .side-post::after {
    right: 14px;
    top: -5px;
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 575px) {
  .featured-title {
    font-size: 22px !important;
    line-height: 27px !important;
  }

  .featured-post img {
    height: 240px;
    object-fit: fill;
  }

  .col-lg-5 .side-post {
    flex-direction: row;
    gap: 12px;
  }

  .side-post-img {
    max-width: 36%;
  }

  .side-post-title {
    font-size: 14px !important;
    line-height: 19px !important;
    font-weight: 700 !important;
  }

  .col-lg-5 .side-post::after {
    display: none;
  }

  .col-lg-6 a .side-post {
    display: flex !important;
    margin-bottom: 25px !important;
  }


  .col-lg-6 a .side-post .flex-grow-1 span {
    font-size: 11px !important;
  }

  .side-post.d-flex.mb-3 {
    gap: 0 !important;
    padding: 0 !important;
  }

  .category-tab {
    margin-left: 0 !important;
    margin-right: 0 !important;

  }

  #category-tabs {
    gap: 10px;
  }

  .single-left {
    position: static !important;
  }

  .engagement-model-section .service-nav-column .nav-pills .nav-link.active .tab-text strong,
  .engagement-model-section .service-nav-column .nav-pills .nav-link.active .tab-text small,
  .engagement-model-section .service-nav-column .nav-pills .nav-link.active i {
    color: #fff !important;
  }
	
}



.category-tab.btn-outline-primary {


  background-color: var(--primary);
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 0.9rem;
  transition: all 0.2s ease-in-out;
  border: none !important;
  color: var(--dark) !important;
}

.category-tab.btn-primary.active {

  background-color: var(--accent-glow);
  border-color: #262262;

  color: var(--dark);



  text-transform: uppercase;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 0.9rem;

}


/* Search Result page */

.serach-results-page .card {
  background: transparent !important;
}

.serach-results-page h1 {
  color: var(--dark) !important;
}

.serach-results-page span {
  color: var(--primary) !important;
}

.serach-results-page a:hover {
  color: var(--accent-glow) !important;
}


/* ***************************** */
/* Page Banner Style */
/* ***************************** */

.page-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.495),
      rgba(0, 0, 0, 0.477)),
    url("/wp-content/uploads/2025/11/Page-banner-image.jpg") center / cover no-repeat;

  height: 60vh;
  min-height: 400px;
  max-height: 900px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;		
  overflow: hidden;
  /*   background-attachment: fixed;   */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	background-attachment: fixed;
}

@media screen and (max-width: 767px) {
  .page-banner {
    height: auto;
    min-height: 350px;
    background-attachment: scroll;
    /* fixed background causes issues on mobile */
    padding: 2rem 1rem;
    background-position: center center;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .page-banner {
    height: auto;
    min-height: 400px;
    background-attachment: scroll;
    padding: 3rem 2rem;
    background-position: center center;
  }
}


/* ******************************/
/* Main Contact Pgae Form  */
/* ******************************/


/* Container styling */
.custom-contact-form {
  margin: 0 auto;
  padding: 15px;

}

/* Style all form elements */
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="tel"],
.custom-contact-form select,
.custom-contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 16px;
  transition: border-color 0.3s ease;
  color: #888 !important;
}

/* Focus state */
.custom-contact-form input:focus,
.custom-contact-form textarea:focus,
.custom-contact-form select:focus {
  border-color: var(--primary);
  outline: none;
}

/* Textarea styling */
.custom-contact-form textarea {
  resize: none;
  height: 200px;
}

/* Submit button full width */
.custom-contact-form input[type="submit"] {
  background-color: var(--primary);
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}

/* Submit hover effect */
.custom-contact-form input[type="submit"]:hover {
  background-color: var(--secondary);
}

/* Placeholder color */
.custom-contact-form ::placeholder {
  color: #888;
}

/* Responsive fix for Contact Form 7 custom form */
@media (max-width: 767px) {
  .custom-contact-form .col-6,
  .custom-contact-form .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
	
	.form-container{
		padding: 0 !important;
	}
}

  /* Contact form Cards */


  .info-card {
    background-color: #f0f0f0b5;
    padding: 35px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 15px !important;
  }
  
/*   .icon-circle {
    width: 60px;
    height: 60px;
    background-color: white;
    color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-right: 16px;
    margin-top: 4px; 
  }
   */
.icon-circle {
  width: 55px;
  height: 55px;
  background-color: white;
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-right: 16px;
  flex-shrink: 0;
}



  .card-title {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
  }
  
  .card-subtitle {
    font-size: 14px;
    color: #888;
    margin-bottom: 0;
  }
  
  .card-info {
    font-size: 14px;
    color: #666;
    margin-bottom: 3px;
  }
   
  .arrow-circle {
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    border: 1px solid #eee;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 10px;
  }
  
  .arrow-circle:hover {
    background-color: var(--secondary);
  }
  
@media (max-width: 576px) {
  .info-card {
    padding: 25px 20px;
    text-align: center;
  }

  .icon-circle {
    margin: 0 auto 12px;
  }

  .arrow-circle {
    margin: 15px auto 0;
  }

  .card-title,
  .card-subtitle,
  .card-info {
    text-align: center;
  }

  .info-card .d-flex {
    flex-direction: column !important;
    align-items: center !important;
  }

  .info-card .justify-content-between {
    flex-direction: column;
    gap: 10px;
  }
}

/* styles of about page starts here  */
/* core value section for about us page */
.core-value-card {
  border: 1px solid #dee2e6;
  border-radius: 16px; 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  background-color: #ffffff;
}

/* The green divider line under the heading */
.divider-green {
  width: 50px;
  height: 3px;
  background-color: #28a745;
  opacity: 1;
}

/* Icon container styling */
.icon-container {
  display: inline-block;
  font-size: 3rem;
}

/* Initial icon color & Transition Base */
/* Target the <i> element for base transition and transform layer */
.core-value-card .icon-container > i { 
  color: #28a745;
  transition: color 0.3s ease, transform 0.4s ease;
  transform: translateZ(0); 
}
/* Specific color for the icon-green class */
.icon-green {
  color: #28a745;
}


/* Ensuring the card title text remains bold */
.core-value-card h5 {
  font-weight: bold;
}

/* --- CORE VALUE CARD HOVER EFFECT --- */
.core-value-card:hover {
  background-color: #28a745;
  color: #ffffff !important;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.core-value-card:hover * {
  color: #ffffff !important;
}

/* FIX: Core Value Rotation (Target immediate child <i>) */
.core-value-card:hover .icon-container > i { 
  color: #ffffff !important;
  transform: rotate(360deg) !important; 
}

.core-value-card:hover .divider-green {
  background-color: #ffffff;
}


/* --- STATS COUNTER Section Colors (Unchanged) --- */
.primary-green-bg {
    background-color: #00BC7D;
    transition: transform 0.3s ease;
}

.secondary-blue-bg {
    background-color: #1C398E;
    transition: transform 0.3s ease;
}

.stat-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: default;
}

.stat-box:hover {
    transform: translateY(-5px);
}

/* --- Distinct Edge Section V2 (Unchanged) --- */
.distinct-edge-section-v2 .display-5 {
  color: #212529;
}
.distinct-edge-section-v2 .text-primary {
  color: #0d6efd !important;
}

.distinct-edge-section-v2 .feature-item h5 {
  color: #212529;
}

.distinct-edge-section-v2 .bi-arrow-right {
  color: #28a745 !important;
}

.distinct-edge-section-v2 .feature-item p {
  padding-left: 1.5rem !important;
}

/* --- Approach Section --- */
.icon-green-color {
  color: #28a745 !important; 
}

/* Icon Circle Background Update */
.icon-blue-bg {
  background-color: #28a745; 
}


.approach-card {
  transition: transform 0.3s ease;
}

.approach-card:hover {
  transform: translateY(-5px);
  background-color: #28a745; 
  color: white; 
}

/* --- APPROACH CARD ICON ROTATION & COLOR FIX (Visibility) --- */

/* FIX: Approach Card Rotation and Visibility (Targets ALL rotating icons) */
.approach-card:hover .icon-circle i {
  color: #ffffff !important; /* Force color using hex code */
  opacity: 1 !important;     /* Force full visibility */
  transform: rotate(360deg) !important; 
}

/* Keeping the icon-blue-bg rule for rotation safety */
.approach-card:hover .icon-blue-bg i {
  transform: rotate(360deg) !important; 
}

.approach-card:hover p {
  color: white !important; 
}

.icon-circle {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Add transition property to icons to make the rotation smooth (necessary base styles) */
.core-value-card .icon-container > i,
.approach-card .icon-blue-bg i,
.approach-card .icon-circle i {
    transition: transform 0.4s ease, color 0.3s ease;
}
/* Custom Styles for Banner Section for all pages  */
#hero-banner {
    background: url("/wp-content/uploads/2025/11/background-banner-1.jpg") no-repeat center center/cover;
    position: relative;
    padding: 75px 0; 
    color: white; 
    border-radius: 16px; 
    overflow: hidden; 
}

#hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}

#hero-banner .container {
    position: relative;
    z-index: 2; 
}

#hero-banner h1 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Custom button styling (assuming a green, attention-grabbing look) */
.btn-custom-green {
    background-color: #28a745; 
    border-color: #28a745;
    color: white;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px; 
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.btn-custom-green:hover {
    background-color: #218838; 
    border-color: #1e7e34;
    color: white;
}

/* styles for services pages  start here  */
/* first-section after hero /service mob-web section */
section .col-lg-6 {
  animation: fadeInUp 0.8s ease-in-out;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
/* second-section after hero /service mob-web section  */
/* SERVICE LINKS */
.service-item a {
  color: #f3f3f3;
  font-weight: 500;
  transition: 0.3s ease;
  text-decoration: none;
}
.service-item a:hover {
  color: #f4f7f4;
  padding-left: 6px;
}

/* HIGHLIGHT ACTIVE SERVICE */
.active-service a {
  color: #e7eee9 !important;
  font-weight: bold;
}



/* STEP CARDS */
.step-card {
  background: #fff;
  transition: all 0.3s ease;
}
.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
/* ANIMATION */
.fade-step {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlideUp 0.9s ease forwards;
}
.fade-step:nth-child(1) { animation-delay: 0.2s; }
.fade-step:nth-child(2) { animation-delay: 0.4s; }
.fade-step:nth-child(3) { animation-delay: 0.6s; }
.fade-step:nth-child(4) { animation-delay: 0.8s; }

@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* third-section  */
/* Process Card */
/* Step Circle Background - Set to Green */
.step-circle {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: #28a745; 
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Process Card Default Style */
.process-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease; 
  position: relative;
  padding-top: 50px;
  z-index: 1; 
}


.process-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  background-color: #28a745; 
}

.process-card:hover h5 {
  color: white !important;
}

.process-card:hover p {
  color: white !important;
}

.process-card:hover .step-circle i {
  color: white !important;
}

.process-card:hover .step-circle {
  background: #1e7e34; 
}
/* 🔄 PROCESS CARD ICON ROTATION ADDED */
.process-card:hover i {
  transform: rotate(360deg);
}

.process-card h5 {
  margin-top: 1rem;
  font-size: 1.1rem;
  color: #212529; 
  transition: color 0.3s ease;
}

.process-card p {
  font-size: 0.9rem;
  color: #6c757d;
  transition: color 0.3s ease;
}
/* fourth-section */

.gradient-card {
    border-radius: 12px;
    background: #28a745; 
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.gradient-card h5, 
.gradient-card p,
.gradient-card i {
    color: white !important; 
    transition: color 0.3s ease;
}

/* Hover Effect */
.gradient-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
    background-color: white; 
    color: black; 
}


.gradient-card:hover h5, 
.gradient-card:hover p,
.gradient-card:hover i {
    color: black !important; 
}

.process-card h5 {
    font-size: 1.2rem;
}

.process-card p {
    font-size: 0.95rem;
}

/* Icon Style */
.process-card i {
    transition: transform 0.3s ease;
}

.gradient-card:hover i {
    transform: scale(1.2);
}
/* fifth section  */

.faq-illustration img {
  object-fit: contain;
  opacity: 0.15; 
  max-width: 100%;
  display: none;
}

.faq-accordion {
  position: relative;
  z-index: 2;
}

@media(max-width: 991px) {
  .faq-illustration {
    display: none;
  }
}

/* Base button color (when active/open) */
.accordion-button {
  font-weight: 600;
  color: #e9f7ee !important; 
  background-color: #28a745 !important; 
}

/* Collapsed button color (default state) */
.accordion-button.collapsed {
    color: #212529 !important; 
    background-color: #fff !important; 
}

/* Button focus state */
.accordion-button:focus {
  box-shadow: none;
}

/* Button color when open (active) */
.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #28a745 !important;
    box-shadow: none;
}

/* ***  Ensure the Arrow Icon is Green when Active *** */
.accordion-button:not(.collapsed)::after {
    /* Use a simple filter to tint the icon dark green */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2328a745'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
    transform: rotate(-180deg);
}


.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}




/* Base button color (when active/open) */

.accordion-button {
  font-weight: 600;
  color: #28a745 !important; 
  background-color: #f3fcf6 !important; }

.accordion-button.collapsed {
    color: #212529 !important;
    background-color: #fff !important; 
}

/* Button focus state */
.accordion-button:focus {
  box-shadow: none !important; 
   
}


.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #28a745 !important;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
   
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
    transform: rotate(-180deg); 
}


.accordion-button.collapsed::after {
  
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}
/* policy page stykes starts here  */
/* Custom Styles for Bright Innovations Policy Page  */

:root {
   
    --bright-secondary: #343a40; 
    --bright-light: #f8f9fa;
    --bright-shadow-depth: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

/* 1. Subtle Background Texture */
#privacy-policy-content {
    background: var(--bright-light);
    background-size: 20px 20px;
}

/* 2. Enhanced Card Styling */
.policy-card {
    
    border-radius: 1rem;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: var(--bright-shadow-depth) !important; 
}

.policy-card:hover {
    transform: translateY(-5px); 
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.25) !important; 
}

.policy-card .card-header {
    background-color: #28a745 !important;
    padding: 1.25rem 1.75rem;
    border-bottom: none;
    font-weight: 700;
}

/* Custom Color for Data Rights Section ( indigo/purple) */
.policy-card .bg-indigo {
    background-color: #28a745 !important;
    color: white !important;
}



/* 4. Accordion Styling */
.accordion-item {
    border-left: 4px solid #28a745;
    margin-bottom: 0.75rem;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
}

.accordion-button:not(.collapsed) {
    background-color: #28a745;
    color: white;
}
.rounded-4{ border-radius: 10px !important; }



/* ============================================================
   HERO SECTION - MOBILE ONLY
   ============================================================ */

/* Hide by default */
.hero-banner-mobile {
  display: none;
}

/* ============================================================
   Show on Mobile (≤767px)
   ============================================================ */
@media screen and (max-width: 767px) {
  .hero-banner-mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 75vh;
    min-height: 60vh;
    width: 100%;
    color: #fff;

    /* ✅ Background image for mobile */
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)),
      url("/wp-content/uploads/2025/11/Page-banner-image.jpg") center center / cover no-repeat;
    
    background-attachment: scroll; /* mobile-safe */
    overflow: hidden;
    position: relative;
  }

  .hero-banner-mobile-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 95%;
    margin: 0 auto;
    z-index: 2;
  }

	.navbar .nav-link.active::after{
		width: 100%;
		display:none !important;
	}
	.bg-video{
		display: none;
	}
}


/* ============================================================
   MOBILE HERO SECTION (Visible only on ≤ 767px)
   ============================================================ */

