.our-services .opportunity-card img{width:100%;max-height:350px; object-fit:cover;border-radius: 10px;}
.our-services h2,.our-brands h2,.about-our-values h2,.about-our-journey h2{padding-bottom: 20px;}
.our-services ul{list-style: none;float: left;}
.our-services ul li{text-align: left;}
.our-services ul li i{font-size: 12px;}
.testimonial-top-section{padding-left:15%;padding-right:15%;text-align: center;}
.testimonial-carousel .testimonial-item{margin: 13px;border-radius: 5px;padding: 49px 42px 47px 43px;box-shadow: 0px 3px 18px 0px rgba(0,0,0,.09);border: none;}
.testimonial-carousel .testimonial-item::before {
  top: 4px;
  right: 20px;
  font-size: 100px;
  left: 20px;
  margin-bottom: 30px;
}
.our-brands .opportunity-card img{width:100%;max-height:350px; object-fit:cover}
.our-brands .opportunity-card h5{font-size:17px; font-weight:600}
.our-brands,.our-services,.about-our-journey,.about-our-values{padding-bottom:70px !important}

.our-gallery .service-item {
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: #000;
    transition: all 0.4s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Image */
.our-gallery .service-item img {
    width: 100%;
    /*height: 300px;*/
    height: 300px;
  object-fit: cover;
    transition: transform 0.6s ease, filter 0.4s ease;
}

/* Hover Zoom + slight dark */
.our-gallery .service-item:hover img {
    transform: scale(1.12);
    filter: brightness(0.8);
}

/* Shine Effect */
.our-gallery .service-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0.2) 0%,
        rgba(255,255,255,0.6) 50%,
        rgba(255,255,255,0.2) 100%
    );
    transform: skewX(-25deg);
}

/* Shine animation on hover */
.our-gallery .service-item:hover::after {
    left: 125%;
    transition: 0.8s;
}

/* Lift effect */
.our-gallery .service-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 45px rgba(0,0,0,0.2);
}

/* Optional border glow */
.our-gallery .service-item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 2px;
    background: linear-gradient(45deg, #ff6a00, #ffb347);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    opacity: 0;
    transition: 0.4s;
}

.our-gallery .service-item:hover::before {
    opacity: 1;
}

.glightbox-clean .gslide-media{background: #fff !important;}

.contact-info-box {
    background: #fff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.contact-info-box:hover {
    transform: translateY(-8px);
}

/* Heading */
.contact-info-box h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

.sub-text {
    color: #777;
    font-size: 14px;
    margin-bottom: 25px;
}

/* Info items */
.info-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.info-item i {
    font-size: 18px;
    color: #ff3c00;
    background: rgba(255,60,0,0.1);
    padding: 12px;
    border-radius: 50%;
	
}

.info-item h6 {
    margin: 0;
    font-weight: 600;
	font-size: 18px;
}

.info-item p {
    margin: 0;
    font-size: 15px;
    color: #555;
}

/* Social Icons */
.social-icons {
    margin-top: 20px;
}

.social-icons a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background: #f5f5f5;
    margin-right: 8px;
    color: #333;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #ff3c00;
    color: #fff;
}

.franchise-section .left-box{justify-content: center;align-items: center;display: flex;}
.franchise-section h3 span{color: #368d3a;}
.blogs_listing_page .service-item:hover .service-text a.small {border: 1px solid #fff;padding: 10px 20px;border-radius: 3px;background: #fff !important;color: #07088b !important;}
.blogs_listing_page .service-item:hover .service-text a i {color: #07088b !important;}
.btn.btn-primary{border-radius: 33px;}
#header-carousel h1,#header-carousel h5,#header-carousel .description{text-align:center}
#header-carousel .description p{margin-left: 20%;}


/******** change color ****/
#header-carousel h1 span{background: #07088b;}
.btn-primary {background-color: #07088b;border-color: #07088b;}
.franchise-section h3{color: #07088b;margin-bottom: 10px !important;}
.navbar{background:#fff !important}
.navbar .site-logo{max-width: 150px;}
.navbar .navbar-nav .nav-link,.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active{color:#07088b}
.navbar-nav .nav-link::after{background: #07088b;}
.carousel-control-prev-icon, .carousel-control-next-icon{background-color: #07088b;border: 15px solid #07088b;}
.btn-primary:hover, .btn-primary:active{background-color: #368d3a;border-color: #368d3a;}
.campa-opportunity-section,.about-our-values,.about-our-journey{background: #04056b99;}
.appointment {background: linear-gradient(#04056b99, #28299b99), url(../images/divider.jpg) center center no-repeat;background-position: bottom;
  background-size: cover;}
.carousel-caption {background: #04056b75;}  
.border-primary {
  border-color: #f48f1d !important;
}
.modern-accordion .accordion-button:not(.collapsed){background: #07088b;}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next{border-color:#07088b !important}
.bg-primary{background-color: #f48f1d !important;}
.testimonial-carousel .testimonial-item img{border: 4px solid #07088b;}
.testimonial-carousel .testimonial-item span{color:#07088b}
.testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover{background: #07088b;}
.service-text::before{background: #04056bc2;}
.footer{background: #04056bc2 !important;}
#header-carousel h1 span{background: #04056ba8;}
.page-header{background: linear-gradient(#04056ba8, #04056b6b), url(../images/divider.jpg) center center no-repeat;background-size: cover;background-position: center;}
.icon-box{background: #04056b30;color: #07088b;}
.home-cta-section h5{background: #04056bf2;}
.footer p, .footer .btn.btn-link {
  color: #fff;
}
.contact-info-box .info-item{margin-bottom: 32px;}
.contact-info-box .info-item i{background: #04056b30;color: #07088b;width: 40px;height: 40px;}
.contact-info-box  .social-icons a:hover{background: #07088b;}
.form-floating > .form-control, .form-floating > .form-select{border-radius: 10px;}
.form-control:focus{box-shadow: 0 0 0 .25rem #04056b30;}
.franchise-section form .btn{width: 200px;margin-top: 15px;}

.homepage_section_1 {background: #fff !important;}
.modern-faq-section,.homepage_section_2.reverse  {background: #ededed !important;}
.floating-buttons {
    position: fixed;
    right: 30px;
  bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.float-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

/* Call Button */
.call-btn {
    background: #007bff;
}

/* WhatsApp Button */
.whatsapp-btn {
    background: #25D366;
}

/* Hover Effects */
.float-btn:hover {
    transform: scale(1.1);
	color: #fff;
}
.about-our-values .opportunity-card:hover .icon-box,.about-our-journey .opportunity-card:hover .icon-box{color: #368d3a;  background: #368d3a2e;}
/* Mobile Optimization */
@media (max-width: 576px) {
    .float-btn {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}
.campa-opportunity-section, .about-our-values, .about-our-journey,.footer{background: linear-gradient( 45deg, rgba(4, 5, 107, 0.85), rgba(4, 5, 107, 0.6) );}
.blogs_listing {display:none}
.our-services ul{list-style: disc;}

@media (max-width: 767px) {
  .service-item .service-text * {
    color: #fff !important;
  }
  .our-services h2, .our-brands h2, .about-our-values h2, .about-our-journey h2{padding-top: 20px;}
   .navbar-light .navbar-toggler {
    color: #fff;
    border-color: #07088b;
	border-radius: 4px;
    border-width: 2px;
  }
    .franchise-section .left-box img{
   width:100%
  }
  
  #header-carousel .description p{margin-left: 0;}
}