.bop-main-banner {
 background-image: url(../../assets/images/homepage/banner-background.webp);
 background-size: cover;
 background-position: bottom;
}
.stats-card {
 padding: 20px 20px;
 border-radius: 9px;
 margin-left: -34%;
 background: rgb(255 255 255 / 22%);
 border: 1px solid rgb(255 255 255 / 20%);
 color: #fff;
}
.bop-main-banner h1 
{
 font-size: 55px;
 line-height: 62px;
 font-weight: 200;
}
.pad-0
{
	padding: 0px;
}
/* Titles */
.small-text {
 font-size: 15px;
 opacity: 0.8;
}
.big-text {
 font-size: 24px;
 font-weight: 700;
 line-height: 1;
}
.desc-text {
 font-size: 12px;
 opacity: 0.9;
}
.divider {
 height: 1px;
 background: rgba(255, 255, 255, 0.3);
 margin: 10px 0;
 width: auto;
}

/* Review Box */
 

/* Clutch Logo Circle */
.logo-circle {
 width: 35px;
 height: 35px;
 border-radius: 50%;
 background: #1c1c1c;
 display: flex;
 align-items: center;
 justify-content: center;
}

.logo-circle span {
 color: #ff4d4d;
 font-weight: bold;
}

/* Stars */
.stars {
 color: #ff3b3b;
 font-size: 14px;
}

.review-text small {
 font-size: 12px;
 color: #666;
}

/* Responsive */
@media (max-width: 576px) {
     .stats-card {
        width: 90%;
        padding: 25px 20px;
        margin-left: 18px;
    }

 .big-text {
  font-size: 32px;
 }
}
/* Base Button */
.custom-btn {
 position: relative;
 padding: 14px 28px;
 font-size: 16px;
 font-weight: 600;
 border-radius: 10px;
 color: #fff;
 border: none;
 overflow: hidden;
 transition: all 0.4s ease;
 z-index: 1;
}

/* Gradient Buttons */
.primary-btn {
    background: linear-gradient(135deg, #625FA9, #383580);
}

.secondary-btn {
 background: linear-gradient(135deg, #38bdf8, #0ea5e9);
}

/* 🔥 Glow Animation */
.custom-btn::before {
 content: "";
 position: absolute;
 inset: 0;
 border-radius: 10px;
 background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
 opacity: 0;
 transition: 0.5s;
 z-index: -1;
}

/* ✨ Hover Effects */
.custom-btn:hover {
 transform: translateY(-4px) scale(1.03);
 color: #fff;
 box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.custom-btn:hover::before {
 opacity: 1;
 animation: shine 1s linear;
}

/* ✨ Shine Effect */
@keyframes shine {
 0% {
  transform: translateX(-100%);
 }
 100% {
  transform: translateX(100%);
 }
}

/* 💧 Ripple Effect */
.custom-btn::after {
 content: "";
 position: absolute;
 width: 20px;
 height: 20px;
 background: rgba(255,255,255,0.6);
 border-radius: 50%;
 transform: scale(0);
 opacity: 0;
 pointer-events: none;
}

.custom-btn:active::after {
 transform: scale(12);
 opacity: 0;
 transition: transform 0.5s, opacity 0.8s;
}

/* 🌈 Continuous Gradient Animation (optional premium feel) */
.primary-btn {
 background-size: 200% 200%;
 animation: gradientMove 4s ease infinite;
}

.secondary-btn {
 background-size: 200% 200%;
 animation: gradientMove 5s ease infinite;
}

@keyframes gradientMove {
 0% { background-position: 0% 50%; }
 50% { background-position: 100% 50%; }
 100% { background-position: 0% 50%; }
}

/* 📱 Responsive */
@media (max-width: 576px) {
 .custom-btn {
  text-align: center;
  align-items: center;
 }
 .bop-main-banner h1 {
    font-size: 40px !important;
    line-height: 50px !important;
    font-weight: 200;
}

}

/* Start BOP Intro Code CSS */
.intro-content
{
 padding: 20px 40px;
 border-left: 1px solid #ccc;
 font-size: 16px !important;
}
.intro-big
{
 font-size: 40px !important;
 line-height: 48px;
 font-weight: 300;
}
.years
{
 font-size: 70px !important;
}
/* End BOP Intro Code CSS */









/* Start What We Have Delivered Code CSS */
.case-study-section {
    padding: 58px 0 !important;
    overflow: hidden;
    background-color: #EFF4F6;
}

.section-top{
    margin-bottom:20px;
}
.section-top h2{
     color:#111;
    margin-bottom:5px;
}
.section-top p{
    font-size:18px;
    color:#444;
    line-height:1.3;
    max-width:700px;
}
.view-btn{
    background:#6960b6;
    color:#fff;
    padding:16px 34px;
    border-radius:10px;
    text-decoration:none;
    font-weight:500;
    display:inline-flex;
    align-items:center;
    gap:10px;
    transition:0.3s;
}
.view-btn:hover{
    background:#554aa8;
    color:#fff;
    transform:translateY(-3px);
}
.caseSwiper{
    overflow:visible;
    padding-bottom:20px;
}
.caseSwiper .swiper-slide{
    width:78%;
    transition:0.4s;
}
.case-card{
    background:#fff;
    border-radius:10px;
    padding:20px;
}
.case-inner{
    display:flex;
    gap:20px;
     align-items:stretch;
}
.case-image{
    width:56%;
}
.case-image img{
    width:100%;
    object-fit:cover;
    border-radius:10px;
}
.caseSwiper{
    overflow:visible;
}

.caseSwiper .swiper-wrapper{
    padding-left:30px;
}

.caseSwiper .swiper-slide{
    width:78%;
    box-sizing:border-box;
}
.caseSwiper{
    overflow:hidden;
}

.caseSwiper .swiper-wrapper{
    align-items:stretch;
}

.caseSwiper .swiper-slide{
    height:auto;
}

.case-card{
    height:100%;
    box-sizing:border-box;
}

.case-content{
    width:44%;
    background:#16133f;
    border-radius:10px;
    padding:26px 20px;
     flex-direction:column;
    justify-content:center;
}
.case-tag{
    display:inline-flex;
    align-items:center;
    background:#fff;
    color:#1ca5ff;
    position:relative;
    font-size:14px;
    padding:5px 13px;
    border-radius:6px;
    margin-bottom:15px;
    font-weight:500;
}
.case-content h3{
    color:#fff;
    font-size:18px;
    line-height:1.5;
    font-weight:300;
    margin-bottom:25px;
}
.read-btn {
    width: max-content;
    background: #6960b6;
    color: #fff;
    text-decoration: none;
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
}
.read-btn:hover{
    background:#554aa8;
    color:#fff;
    transform:translateY(-3px);
}
@media(max-width:1199px){
    .caseSwiper .swiper-slide{
        width:88%;
    }
    .case-content h3{
        font-size:30px;
    }
}
@media(max-width:991px){
    .section-top h2{
        font-size:38px;
    }
    .case-inner{
        flex-direction:column;
    }
    .case-image,
    .case-content{
        width:100%;
    }
    .case-content h3{
        font-size:28px;
    }
    .case-image img{
        min-height:280px;
    }
    .caseSwiper .swiper-slide{
        width:92%;
    }
}
@media(max-width:820px){
    .stats-card {
    padding: 20px 20px;
    border-radius: 9px;
    margin-left: 0%;
    background: rgb(255 255 255 / 22%);
    border: 1px solid rgb(255 255 255 / 20%);
    color: #fff;
}
    }
@media(max-width:768px){
    .stats-card {
    padding: 20px 20px;
    border-radius: 9px;
    margin-left: 15px;
    background: rgb(255 255 255 / 22%);
    border: 1px solid rgb(255 255 255 / 20%);
    color: #fff;
}
.bop-main-banner h1 {
    font-size: 46px !important;
    line-height: 55px !important;
    font-weight: 200;
}
.intro-big {
    font-size: 26px !important;
    line-height: 32px;
    font-weight: 300;
}
    }

@media(max-width:767px){
    .case-study-section{
        padding:60px 0;
    }
    .section-top{
        text-align:center;
    }
    .section-top h2{
        font-size:32px;
    }
    .section-top p{
        font-size:16px;
    }
    .view-btn{
        margin-top:20px;
    }
    .case-card{
        padding:16px;
    }
    .case-content{
        padding:24px;
    }
    .case-content h3{
        font-size:22px;
    }
    .read-btn{
        font-size:16px;
        padding:12px 20px;
    }
    .caseSwiper .swiper-slide{
        width:95%;
    }
}
/* End What We Have Delivered Code */








/*  Start What We Do Code CSS */
@media (min-width: 1200px) {
 .col-xl-5col {
  flex: 0 0 20%;
  max-width: 20%;
 }
}
.service-card {
 background: #ffffff;
 border-radius: 14px;
 padding: 20px 20px;
 border: 1px solid #e5e7f2;
 transition: all 0.4s ease;
 height: 100%;
 position: relative;
}

/* Icon circle */
.icon-box {
 width: 65px;
 height: 65px;
 background: #eef0ff;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 0 auto 15px;
 font-size: 22px;
 color: #5a5ad6;
 transition: 0.4s;
}
.service-card h5 {
 font-weight: 600;
 font-size: 17px;
 margin-bottom: 10px;
 color: #2c2c2c;
}
.service-card p {
 font-size: 15px !important;
  margin-bottom: 15px;
 line-height: 22px;
}

/* Link */
.service-card a {
 font-size: 14px;
 color: #5a5ad6;
 text-decoration: none;
 font-weight: 500;
 transition: 0.3s;
}

/* 🔥 Hover Effects */
.service-card:hover {
 transform: translateY(-12px);
 box-shadow: 0 15px 40px rgba(90, 90, 214, 0.15);
 border-color: #dcdfff;
}

/* Icon hover */
.service-card:hover .icon-box {
 background: #5a5ad6;
 color: #fff;
 transform: scale(1.15);
}
.icon-box i 
{
 font-size: 25px;
}

/* Link hover */
.service-card:hover a {
 letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 991px) {
 .service-card {
  padding: 25px 15px;
 }
}
/* End What We Do Code CSS */


/* Start industries We Serve Code CSS */
.section-wrapper {
 padding: 60px 0 !important;
 background: radial-gradient(circle at top right, #16153a 0%, #0f0e24 100%);
}

/* Left Side: Navigation Links */
.custom-tabs .nav-link {
 color: #d8d8eb;
 text-align: left;
 padding: 1.25rem 0;
 background: transparent;
 border: none;
 border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* Thin divider from image */
 border-radius: 0;
 font-size: 1.05rem;
 transition: all 0.3s ease;
}

.custom-tabs .nav-link:last-child {
 border-bottom: none;
}

.custom-tabs .nav-link i {
 width: 30px;
 font-size: 1.2rem;
 color: #d8d8eb;
}
.custom-tabs .nav-link
{
font-family: 'Manrope', sans-serif;
}
.custom-tabs .nav-link.active {
 color: #ffffff !important;
 background-color: transparent !important;
 }
.custom-tabs .nav-link.active i 
{
 color: #fff !important;
}

/* Right Side: Content Area */
.tab-pane {
 min-height: 400px;
}

.tab-pane img {
 width: 100%;
 height: auto;
 border-radius: 15px;
 box-shadow: 0 20px 40px rgba(0,0,0,0.4);
 border: 1px solid rgba(255,255,255,0.05); /* Soft border from image */
}

.tab-description {
 color: #fff;
 line-height: 1.6;
 margin-top: 25px;
 font-size: 1.1rem;
}

/* Read More Button */
.btn-read-more {
 background-color: #5c59d1;
 color: white;
 border: none;
 padding: 12px 28px;
 border-radius: 8px;
 font-weight: 500;
 display: inline-flex;
 align-items: center;
 text-decoration: none;
 transition: background 0.3s;
}

.btn-read-more:hover {
 background-color: #4a47b1;
 color: white;
}

/* Responsive Fix for Mobile */
@media (max-width: 767.98px) {
 .custom-tabs {
  margin-bottom: 40px;
 }
}
/* End Industries We Serve Code CSS */

/*  Start News & Events CSS */
/* Start Homepage News and Events Code CSS */
 
.news-title {
 font-size: 40px;
 font-weight: 500;
 color: #0A0A0A;
}
.news-subtitle{
 font-size:15px;
 color:#4A5565;
 max-width:850px;
 margin:auto;
 line-height:1.7;
}
.news-card{
 border-radius: 12px;
background: #EFF4F6;
 padding:14px;
 box-shadow:0 0 0 1px rgba(0,0,0,0.04);
 transition:0.3s;
}
.news-card:hover{
 transform:translateY(-4px);
 box-shadow:0 10px 25px rgba(0,0,0,0.08);
}
.news-card img{
 width:100%;
 border-radius:8px;
 object-fit:cover;
}
 
.small-card img{
 height:115px;
}
.big-title {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    line-height: 1.3;
    margin-top: 22px;
    margin-bottom: 6px;
}
.small-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    color: #111;
    padding-bottom: 5px;
}
.news-card p 
{
 font-size: 16px !important;
 color: #1a1a1a;
}
.read-more {
    color: #0056b3;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}
.read-more:hover{
 text-decoration:none;
}
.read-more span{
 margin-left:5px;
}
.side-card{
 min-height:145px;
}
@media(max-width:991px){

 .news-section{
  padding:40px 25px;
 }

 .big-title{
  padding-top: 5px;
  font-size: 16px;
  font-weight: 500;
 }

 .small-title{
  padding-top: 15px;
  font-size: 16px;
  font-weight: 500;
 }

 .big-card img{
  height:250px;
 }
}
@media(max-width:767px){

 .news-title{
  font-size:32px;
 }

 .news-section{
  padding:30px 15px;
 }

 .big-card{
  margin-bottom:25px;
 }

 .side-card{
  margin-bottom:20px;
 }

 .small-card img{
  height:140px;
  margin-bottom:12px;
 }

 .side-card .row{
  display:block;
 }

 .side-card .col-md-5,
 .side-card .col-md-7{
  max-width:100%;
  flex:100%;
 }
}
 
@media only screen and (max-width: 767px) {
    .promo-form, .stats-count-type2 li:nth-child(2):before {
        display: block;
    }
    .promo-form
    {
     margin-top: 30px;
    }
    .homepage-bottom-form {
    border-radius: 20px;
    background: linear-gradient(268deg, #ADE1FF -14.5%, #438AB6 117.17%);
    margin: 22px 0;
    padding: 50px 10px 0 10px;
}
}
/*  End News & Events CSS */

/*  Start Voice Of Success Code CSS */
/* Card Styling */
.testimonial-card1 {
    border-radius: 10px;
    background: #fff;
    height: 380px !important;
    transition: transform 0.3s ease;
    border: 1px solid #ccc !important;
}
.card-text 
{
    font-size: 16px !important;
}
.testimonial-card1 hr {
    margin: 0;
    border: 1.3px dashed #3b3a3a;
}
.testimonial-card1 small 
{
    line-height: 1.2px !important;
}
.testimonial-card1 .badge 
{
     background-color: #D7E4F5;
    color: #1A1852;
    font-size: 15px;
    margin-top: 5px;
}
.testimonial-carousel .item {
    box-sizing: border-box;
    break-inside: avoid;
    padding: 0;
    counter-increment: item-counter;
    height: auto;
    border: 0px solid #E1E1E1;
    border-radius: 10px;
    margin-bottom: 20px;
}
.testimonial-carousel p 
{
 font-size: 15px !important;
 color: #2A2A2A !important;
}
.testimonial-carousel hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 2px dashed;
    opacity: .25;
}
.profile-img-wrapper img {
    width: 70px !important; /* Owl Carousel forces 100% width, this overrides it */
    height: 70px;
    object-fit: cover;
}

.dotted-hr {
    border: none;
    border-top: 2px dotted #ddd;
    margin: 1.5rem 0;
}

.bg-light-blue {
    background-color: #eef2ff;
    padding: 5px 12px;
}

/* Custom Navigation Buttons */
.owl-nav-custom button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.owl-nav-custom button:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
/*  End Voice Of Success Code CSS */

/* Start Homepage FAQS Code CSS */
.faq-section
{
 background: #EFF4F6;
 padding: 60px 0 !important;
}
.faq-image-card .overlay {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}
.custom-accordion {
    border: none;
    background-color: #fff;
    width: 100%;
    margin: 0;
}
.custom-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #eee;
}
.custom-accordion .accordion-button {
    font-weight: 600;
    color: #333;
    padding: 1.5rem;
    box-shadow: none;
    background-color: transparent;
}
/* Active Item Background (Matches faqs.jpg) */
.custom-accordion .accordion-item:has(.show) {
    background-color: #e3effb; /* Light blue highlight */
}
.custom-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #000;
}
/* Custom Plus/Minus Icon */
.custom-accordion .accordion-button::after {
    content: "+";
    background-image: none;
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-accordion .accordion-button:not(.collapsed)::after {
    content: "−";
    transform: none;
}
/* Accordion Body Text */
.custom-accordion .accordion-body {
    padding-top: 0;
    padding-bottom: 2rem;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
}
/* End Homepage FAQs Code CSS */