

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.container{
    max-width: 1440px;
}
.button-bg{
    background: #383276;
    color: white !important;
    padding: 10px 30px !important;
    border-radius: 50px;
}
p .text-gray{
    color: #555555;
    font-size: 16px;
    line-height: 24px;
}
 .py-6{
  padding: 80px 0px ;
 }

.py-74{
  padding: 74px 0;
}
*{
    /*font-family: 'SF Pro Display', sans-serif;*/
    font-family:"Poppins",Sans-serif;
}
a{text-decoration:none ;color: #000;}
.nav-item a{
    color: black;
    font-size:18px;
}
ul.navbar-nav {
    column-gap: 12px;
}
/* First Section */
/* .first-section{
    background: url(./images/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.line-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.line-heading .line {
  width: 30px;
  height: 2px;
  background-color: rgb(255, 255, 255); 
}

.line-heading .text {
  color: rgb(255, 255, 255);
  font-size: 34px; 
  font-weight: 500;
}
.main-heading {
  font-size: 90px;
  font-weight: 700;
  line-height: 100px;
}
p.main-p.text-light {
    font-size: 18px;
}
.main-head-box {
    justify-content: center;
    display: flex;
    flex-direction: column;
   height: 746px;
}
a.main-button{
    background: white !important;
    padding: 13px 30px;
    border-radius: 50px;
    color: #383276   !important ;
    font-weight: 500 !important;
    text-decoration: none;
    transition: 0.4s ease-in-out;
}
a.main-button:hover {
    background-color: #3b3277 !important;
    color: #fff !important;
} */

.navbar .menu-bar{
padding: 8px 0 !important;
}
.Hero-banner {
      position: relative;
      min-height: 750px;
      background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
                  url('./images/background.jpg') no-repeat center center/cover;
      display: flex;
      align-items: center;
    }

    .tabbed-hero-content {
      position: relative;
      min-height: 480px;
    }

  .tab-hero-pane {
        opacity: 0;
        pointer-events: none;
    }

    /* Active pane */
    .tab-hero-pane.active {
        opacity: 1;
        pointer-events: auto;
    }

    .line-heading {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 16px;
    }

    .line-heading .line {
      width: 40px;
      height: 2px;
      background: #fff;
    }

    .line-heading .text {
      font-size: 34px;
      color: #fff;
      font-weight: 500;
    }

   .main-heading {
    font-size: 90px;
    font-weight: 700;
    line-height: 100px;
    color: #fff;
    margin-bottom: 16px;
      
    }

    .main-p {
      font-size: 18px;
      color: #e0e0e0;
      margin-bottom: 30px;
      line-height: 1.6;
    }

    .main-button {
      display: inline-block;
      padding: 15px 33px;
      background: #fff;
      color: #000;
      text-decoration: none;
      font-size: 16px;
      border-radius: 30px;
      font-weight: 500;
      transition: background 0.3s ease;
    }

    .main-button:hover {
      background: #ddd;
    }

    .custom-tabs {
      position: absolute;
      bottom: 0;
      right: 0;
      transform: translateX(-50%);
      display: flex;
      background: #fff;
      padding: 20px 30px;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
      z-index: 3;
    }

    .tab {
      position: relative;
      width: 120px;
      text-align: center;
      padding: 10px 0;
      margin-right: 20px;
      cursor: pointer;
      color: #999;
      transition: color 0.3s ease;
    }

    .tab:last-child {
      margin-right: 0;
    }

    .tab.active {
      color: #000;
      font-weight: 600;
    }

    .tab-number {
      font-size: 16px;
      margin-bottom: 5px;
    }

    .tab-label {
      font-size: 14px;
    }

    .tab-indicator {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      border-top: 12px solid #6a2d91;
      border-right: 12px solid transparent;
      display: none;
    }

    .tab.active .tab-indicator {
      display: block;
    }

    @media (max-width: 768px) {
      .main-heading {
        font-size: 32px;
      }

      .custom-tabs {
        padding: 10px;
        transform: translateX(0%);
      }
      .line-heading .text{
        font-size: 22px;
      }

      .tab {
        margin-right: 0;
        margin-bottom: 10px;
      }
    }
/* First Section Ends */


 .top-heading{
  display: flex;
  align-items: center;
  gap: 10px; /* Space between line and text */
}

.top-heading .line {
  width: 50px;
  height: 2px;
  background-color: #7B2E86 !important ; /* Adjust color */
}

.top-heading .text {
  color: #7B2E86 ; /* Adjust text color */
  font-size: 20px; /* Adjust as needed */
  font-weight: 500;
}
.page-heading{
  font-size: 60px;
  font-weight: 600;
  color: #383276 ;
}
.why-heading{
  font-size: 20px;
  font-weight: 500;
}
img.img-fluid.icon-box-icon {
    width: 70px;
    height: 70px;
   
}
.our-services{
 background: #E7EBE7;
}
.text-color{
  color: #383276;
}
.why-p {
    font-size: 14px;
    color: #000;
}
.services-box .col-md-r{
  width: 20%;
}
.services-box h3.why-heading.py-3 {
    font-weight: 600;
}
.col-md-r::after {
    content: '';
    position: absolute;
    width: 67px;
    height: 60px;
    top: 40%;
    right: auto;
    left: 88%;
    background: url(./images/Line.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.col-md-r.second::after,.col-md-r.fourth::after {
    transform: rotate(100deg);
}
.col-md-r.fifth::after{
  background-image: none;
  position: relative;
}

.about-section .about-img{
  border-radius: 97px 30px !important;
}
.section-subtitle{
  color: #7B2E86;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.section-subtitle .line {
  width: 50px;
  height: 2px;
  background-color: #7B2E86 !important ; /* Adjust color */
}

.section-title {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 700;
    color: #3B3277;
}

.about-heading{
  font-size: 38px;
  line-height: 46px;
}

a.violet-btn{
  background-color: #3B3277 !important;
  color: #fff !important;
  padding: 13px 40px;
  transition: 0.4s ease-in-out;
}
a.violet-btn:hover{
  background-color: transparent !important;
  color: #3B3277 !important;
  border-color: #383276 !important;
}
.experience-number{
  color: #0F0F0F;
  font-size: 68px;
  font-weight: 500;
}
.experience-text{
  color:#0F0F0F;
  font-size: 18px;
}
/* Stats Section */
 .stats-section {
     background: linear-gradient(rgba(63, 50, 118, 0.8), rgba(63, 50, 118, 0.8)), url('./images/stats-bg.png') center/cover;
     padding: 43px 0;
     color: white;
 }

 .stat-item {
     text-align: center;
 }

 .stat-number {
     font-size: 5rem;
     font-weight: 500;
 }

 .stat-label {
     font-size: 1rem;
     opacity: 0.9;
 }
/* features Section */
 .feature-section {
     background-color: var(--background-section);
     padding: 80px 0;
 }

 .feature-box {
     border-radius: 15px 5px;
     position: relative;

 }
 .feature-content {
    position: absolute;
    background-color: #fff;
    border-radius: 12px 12px 0 0;
    width: 90%;
    left: 0%;
    bottom: 0;
}
.feature-title{
   font-size: 22px;
  font-weight: 600;
  color: #3A3276;
}
.feature-content .arrow-icon{
  background-color: #3A3276;
  text-align: center;
  border-top-right-radius: 10px;
  padding: 20px 15px;
}

.core-section{
  background-color: #E7EBE7;
}


/* Blog Post */
.blog-title{
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -1px;
}
.category{
  font-size: 12px;
  font-weight: 700;
  color: #333333;
}
.post-date{
  color: #999999;
  font-size: 12px;
  font-weight: 500;
}
.btn-post{
  
    bottom: 30px;
    font-size: 20px;
    color: #3A3276;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #3A3276;
    padding: 12px 25px;
    padding-bottom:10px;
    transition: 0.4s ease-in-out;
}
.btn-post:hover{
  background-color: #383276;
  color: #FFF;
}
.btn-post:hover img{
   filter: invert(4);
}
.blog-card .blog-title{
  color: #333333;
  font-size: 24px;
  line-height: 32px;
}

.read-more{
  color: #3A3276;
  font-size: 18px;
  font-weight: 700;
  transition: 0.4s ease-in-out;
}
.read-more:hover{
  text-decoration: underline;
}


.footer{
    background-color:#3B3277;
  color: #fff;
}
.footer h5{
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 25px;
}
.footer-section .logo-img{
      background-color: #fff;
    padding: 40px 20px;
    border-radius: 0 0 20px 20px;
}
.footer-section h6{
  font-weight: 700;
}
.footer-section p{
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.footer li{

  margin-bottom: 5px;
}
.footer li a,.footer-section p{
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  font-weight: 400;
}
.social-icons {
    display: flex;
    column-gap: 15px;
}
.social-icons a .fab{
    font-weight: 400;
    background-color: #fff;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    padding: 16px;
    font-size: 22px;
    text-align: center;
}
 .pt-40{
  padding: 40px 0;
}
.footer-bottom{
  background-color: #2b245d;
}


@media(max-width:1280px){
  .btn-post{
    position: initial;
  }
}

@media(min-width:992px) and (max-width:1024px){
  a.nav-link {
    font-size: 0.88rem;
}
ul.navbar-nav {
    column-gap: 0px;
}
}
@media (max-width:992px) {
  .button-bg{
    display: inline-block;
  }
  ul.navbar-nav {
    column-gap: 0px;
}
  .main-heading {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.2;
}
.feature-content{
  left: 12%;
}
.feature-section{
  padding: 40px 0;
}
.feature-title{
  font-size: 18px;
}
.feature-content .arrow-icon{
  padding: 12px 8px;
}
}
@media (max-width:767px) {
  .no-break-mb br{
    display: none;
  }
  .py-6{
    padding: 50px 0;
  }
  .mb-text-center{
    text-align: center;
  }
  .button-bg{
    display: inline-block;
  }
  .main-head-box{
    max-height: 500px;
  }
  .main-heading {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}
.section-title{
  font-size: 38px;
}
.section-subtitle{
  font-size: 18px;
}
.services-box .col-md-r {
    width: 100%;
}
.services-box .col-md-r:nth-child(2n){
  display: flex;
  flex-direction: column-reverse;
}
.services-box .col-md-r:nth-child(2n) img{
 display: block;
 margin: auto;
 order: 3;
}
.services-box .col-md-r:nth-child(2n) h3{
  order:1;
}
.col-md-r::after{
  background-image: none;
}
.experience-number{
  font-size: 40px;
}
.stat-number{
  font-size: 3rem;
}
.feature-content{
  width: 85%;
}
.feature-content{
  left: 8%;
}
.w-75{
  width: 100% !important;
}
.py-74,.feature-section{
  padding: 40px 0;
}
.pt-40{
  padding: 20px 0;
}
.footer .pt-40{
  padding: 0;
}
.footer-section h6 {
    font-weight: 700;
    font-size: 16px;
}
.footer .footer-section ul{
    padding-left:20px;
}
.blog-title{
  line-height: 1.2;
}
}


/* ====== STARTS GMP PAGE ONLY ====== */

/* Banner */
.gmp-banner {
    background: url('{{ asset("asset/images/who-gmp-certified.jpg") }}') center/cover no-repeat;
    min-height: 250px;
    position: relative;
}
.gmp-banner .gmp-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.42);
    z-index: 1;
}
.gmp-banner .container {
    position: relative;
    z-index: 2;
}

/* Custom Container Padding */
.gmp-container {
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    .gmp-container {
        padding-left: 80px;
        padding-right: 80px;
    }
}

/* Headings */
.gmp-heading {
    color: #1F2A6B !important;
}

/* Icon Images */
.gmp-icon-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

/* Icon Boxes */
.gmp-icon-box {
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    background: white;
    transition: all 0.3s ease;
}
.gmp-icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
}

/* ====== ENDS GMP PAGE ONLY ====== */


/* Mobile padding adjustments */
@media (max-width: 768px) {
    .export-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Extra padding section */
.export-extra-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Desktop-specific padding */
@media (min-width: 992px) {
    .export-custom-padding {
        padding-left: 80px;
        padding-right: 80px;
    }
}

/* About section styling */
.export-about-section {
    max-width: 900px;
    margin: 40px auto 60px auto;
    border-radius: 10px;
    text-align: justify;
}

.export-about-section p {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
}

.export-about-section a {
    color: #0d0c51;
    text-decoration: underline;
    font-weight: 600;
}

.export-about-section strong {
    color: #0d0c51;
}

/*=====Careers PAge*/
/* Highlight Animation */
/* Button Click Animation */
/* Highlight animation for form */
/* Bounce animation for Apply Now button */
.apply-now {
    transition: transform 0.2s ease;
    position: relative;
    overflow: hidden;
}

/* Trigger bounce animation when clicked */
.apply-now.bounce {
    animation: bounceClick 0.4s ease;
}

/* Bounce Keyframes */
@keyframes bounceClick {
    0%   { transform: scale(1); }
    30%  { transform: scale(0.92); } /* Slightly shrink */
    60%  { transform: scale(1.05); } /* Quick bounce */
    100% { transform: scale(1); }    /* Back to normal */
}

/* Highlight animation for form without color change */
.highlight-form {
    animation: highlightFlash 1.2s ease-in-out;
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.5);
    border-radius: 10px;
}

@keyframes highlightFlash {
    0%   { box-shadow: 0 0 0 rgba(0, 123, 255, 0); }
    50%  { box-shadow: 0 0 15px rgba(0, 123, 255, 0.6); }
    100% { box-shadow: 0 0 0 rgba(0, 123, 255, 0); }
}

/*/home/whserver/public_html/welfora.whdev.in/public/asset/custom_style.css*/
 .breadcrumb-item + .breadcrumb-item::before {
        color: #fff !important;  /* White separator */
    }

    /* Make breadcrumb text white */
    .breadcrumb-item a {
        color: #fff !important;
    }

    .breadcrumb-item.active {
        color: #fff !important;
    }
    
    .devision-zoom img {
    transition: 0.5s ease-in-out;
}
.devision-zoom img:hover {
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}



.flex-column {
    display: flex;
    flex-direction: column;
}

/*===Banner Changes==*/



    /* Animate text */
    .tab-hero-pane.active .line-heading,
    .tab-hero-pane.active .main-heading,
    .tab-hero-pane.active .main-p,
    .tab-hero-pane.active .main-button {
        animation: fadeUp 0.8s ease forwards;
    }

    /* Stagger effect */
    .tab-hero-pane.active .line-heading { animation-delay: 0.1s; }
    .tab-hero-pane.active .main-heading { animation-delay: 0.3s; }
    .tab-hero-pane.active .main-p { animation-delay: 0.5s; }
    .tab-hero-pane.active .main-button { animation-delay: 0.7s; }

    @media(max-width:1400px){
        .container { max-width: 98%; }
        .button-bg {
    padding: 10px 20px !important;
}
    }


/* ===========================
   PRODUCT CATEGORY SLIDER ONLY
   =========================== */
.category-slider-wrapper {
    /*padding: 40px 0;*/
    overflow: hidden; /* 🔥 IMPORTANT */
}

/* Swiper container */
.category-slider-wrapper .swiper {
    width: 100%;
    padding: 20px 0 !important; /* ❌ LEFT-RIGHT padding removed */
}

/* Card */
.category-slider-wrapper .feature-box {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: 0.3s ease;
}

.category-slider-wrapper .feature-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

/* Bottom content */
.category-slider-wrapper .feature-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 16px 18px;
    margin: -30px 16px 16px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    z-index: 1;
    position: relative;
}

.category-slider-wrapper .feature-content h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #2d2d2d;
}

/* Arrow inside card */
.category-slider-wrapper .feature-content .arrow {
    width: 36px;
    height: 36px;
    background: #3b2f86;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

/* Hover */
.category-slider-wrapper .feature-box:hover {
    transform: translateY(-6px);
}

/* Swiper arrows */
.category-slider-wrapper .swiper-button-next,
.category-slider-wrapper .swiper-button-prev {
    color: #3b2f86;
    opacity: 1 !important;
    display: flex !important;
}

/* Pagination dots */
.category-slider-wrapper .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.category-slider-wrapper .swiper-pagination-bullet-active {
    background: #3b2f86;
}

.brand-logo .col-lg-3{
    width:20% !important;
}


.division .brand-box img{
    width:280px;
}
@media(min-width:1440px){
   .division .brand-box img{
    width:340px;
}
}
.division .swiper-pagination{
    display:none;
}

/* Default navbar state */
.navbar {
  position: relative;
  transition: all 0.35s ease-in-out;
  z-index: 999;
}

/* Sticky state */
.navbar.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: slideDown 0.35s ease-in-out;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* Smooth slide animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/* Prevent content jump */
body.has-sticky {
  padding-top: 90px; /* adjust based on navbar height */
}

.teamSwiper .feature-image img {
    border-radius: 12px;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.teamSwiper .feature-content h5 {
    margin-top: 12px;
    font-weight: 600;
}

.Hero-banner {
    position: relative;
}

.hero-pagination {
    position: absolute;
    bottom: -90px;            /* ↓ neeche le jaata hai */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}


.hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-dot.active {
    background: #fff;
    transform: scale(1.3);
}

.category-slider-wrapper {
    overflow: hidden;
}


.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after
 {
    font-size: 20px !important;
    color:white !important;
}
 .swiper-button-next, .swiper-button-prev {
    color: #ffffff;
    background-color: #3b2f86;
    border-radius: 50%;
    width: 35px !important;
    height: 35px !important;
}
.core-images {
  position: relative;
}

.core-images .swiper {
  overflow: visible; /* half slide visible */
}

.core-images .swiper-slide {
  border-radius: 14px;
  overflow: hidden;
}

.core-images .brand-box {
  background: #fff;
  border-radius: 14px;
  padding: 12px;
  transition: transform 0.4s ease;
}

.core-images .brand-box:hover {
  transform: translateY(-6px);
}

.core-images .brand-box img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* Pagination */
.core-images .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.core-images .swiper-pagination-bullet {
  background: #000;
  opacity: 0.3;
}

.core-images .swiper-pagination-bullet-active {
  opacity: 1;
}

.footer-section ul li a:hover {
    color: #d656c0;
     list-style-type:square;
}
.footer-section ul li  {
    color: white;
    list-style-type:square;
    
}

/* 3. The Hover State: Changes both the square and the text */
.footer-section ul li:hover {
    color: #d656c0; /* Changes the square and text color simultaneously */
}

/* Ensure the link inside also reacts if it has specific styles */
.footer-section ul li:hover a {
    color: #d656c0;
}
.category-section {
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.table thead th {
    background-color: #2c3e50;
    color: white;
    border: none;
}

/* Vertical Ratio for Mobile-style Videos (9:16) */
.video-ratio-portrait {
    --bs-aspect-ratio: 177.77%; /* This creates a 9:16 vertical box */
}

.video-card-custom {
    overflow: hidden;
    border-radius: 12px;
    background: #000; /* Black background for any gaps */
}

.video-card-custom video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This makes the video fill the frame like your image */
    display: block;
}

/* Add a slight hover effect */
.video-card-custom:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}