
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsextrabold';
    src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
         url('../fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*Common CSS for All Website*/
body{
   font-family: 'poppinsregular';
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #20428a;
}

::-webkit-scrollbar-track {
    background: #dedede;
}
a{
    text-decoration: none;
    color: #2b2b2b;
}
a:hover{
    text-decoration: none;
    color: #000;
}
.ex-bold{
	font-family: 'poppinsextrabold';
}
p{
    font-size: .9rem;
}

hr:not([size]) {
    height: 1px;
    color: #006889;
}
h4{
    font-family: 'poppinsbold';
    font-size: 1.2rem;
}
.common-list {
    margin: 0;
    padding: 0;
}
.common-list li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}
.common-list li:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: normal;
    border: 2px solid transparent;
    position: absolute;
    font-size: 1rem;
    border-radius: 50%;
    color: #20428a;
    left: 0;
    top: -2px;
}
.img-rounded{
    border-radius: 20px;
}

.only-mob {
    display: none;
}

.small-text{
    font-size: 0.8rem;
}
.too-small-text{
    font-size: 0.7rem;
}
.theme-color{
    color: #20428a;
}

.yellow-line{
    width: 60px;
    height: 4px !important;
    background: #20428a;
    opacity: 1;
}
.common-btn {
    background: #2f4c8f;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    text-decoration: none;
    border: none;
    display: inline-block;
    cursor: pointer;
    font-size: 0.95rem;
    position: relative;
    border-radius: 0 0px 25px 0;
    transition: all 0.3s ease;
}

.common-btn:hover {
    background: #ed1c24;
    color: #fff;
}


/*Owl Carousel*/
.owl-prev {
    width: 30px;
    height: 30px;
    line-height: 31px;
    border-radius: 4px;
    text-align: center;
    background: #8e1011;
    color: #fff;
    opacity: 1;
    position: absolute;
    top: 30% !important;
    left: -45px;
}

.owl-next {
    width: 30px;
    height: 30px;
    line-height: 31px;
    border-radius: 4px;
    text-align: center;
    background: #8e1011;
    color: #fff;
    opacity: 1;
    position: absolute;
    top: 30% !important;
    right: -45px;
}
.owl-theme .owl-nav [class*=owl-]{
  color: #686868;
    font-size: 14px;
    padding: 0;
    background: #ccc;
}
.owl-carousel .owl-stage{
  display: flex;
}
.owl-theme .owl-dots .owl-dot span{
  width: 15px;
  height: 15px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #000;
}
.owl-carousel .owl-stage-outer{
    display: flex;
}

.navbar-brand img{
	width: 100px;
}

.common-heading {
    font-family: 'poppinsbold';
    font-size: 1.8rem;
}


/* सेक्शन बैकग्राउंड */
.features-section {
    background-color: #e7eeff;
    font-family: 'Rajdhani', sans-serif; /* आपकी थीम के अनुसार */
}

/* हेडिंग स्टाइल */
.feature-title {
    color: #21428b;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 0;
}

.feature-title strong {
    font-weight: 800;
}

/* आइकन और टेक्स्ट */
.feature-icon {
    max-height: 70px;
    width: auto;
    object-fit: contain;
}

.feature-text {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 200px; /* टेक्स्ट को सेंटर में बांधने के लिए */
}

/* वर्टिकल डिवाइडर लॉजिक */
@media (min-width: 992px) {
    .border-start-lg {
        border-left: 1px solid #999 !important;
        height: 100%;
    }
}

/* मोबाइल पर पैडिंग और मार्जिन सेटिंग्स */
@media (max-width: 991px) {
    .feature-item {
        margin-bottom: 2rem;
    }
}

.quality-section {
    width: 100%;
    overflow: hidden;
}


.quality-content-bg {
    background: linear-gradient(135deg, #1e459e 0%, #21428b 100%);
    position: relative;
    color: #ffffff;
    overflow: hidden;
}

.quality-content-bg::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    top: -50px;
    left: -100px;
}

.quality-text-wrapper {
    max-width: 550px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.quality-title {
    font-size: 2.8rem;
    font-weight: 700;
}

.quality-title span {
    font-weight: 300;
}

.quality-desc {
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    text-align: justify;
}

.quality-image-box {
    height: 100%;
    min-height: 400px;
}

.object-fit-cover {
    object-fit: cover;
}

@media (max-width: 991px) {
    .quality-title {
        font-size: 2.2rem;
    }
    .quality-text-wrapper {
        margin: 0 auto;
        padding: 3rem 1.5rem !important;
    }
}


.client-title {
    color: #21428b;
    font-size: 2.2rem;
    font-weight: 500;
}

.client-title strong {
    font-weight: 800;
}

.client-card {
    border: 1.5px solid #21428b; 
    border-radius: 50px;         
    padding: 8px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: all 0.3s ease;
    min-width: 180px;
}

.client-card:hover {
    box-shadow: 0 5px 15px rgba(33, 66, 139, 0.15);
    transform: translateY(-3px);
}


.client-logo {
    max-height: 50px;
    width: auto;
    object-fit: contain;
}


@media (max-width: 576px) {
    .client-card {
        padding: 10px 25px;
        min-width: 140px;
    }
    .client-logo {
        max-height: 40px;
    }
}

.testimonial-carousel.owl-carousel .owl-item img{
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

/* हेडिंग */
.testimonial-title {
    color: #21428b;
    font-size: 2.5rem;
    font-weight: 700;
}
.testimonial-title span {
    font-weight: 300;
}

/* कार्ड और इमेज */
.testimonial-card {
    padding: 20px;
}

.user-img-box img {
    object-fit: cover;
    border: 5px solid #f8f9fa;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.testimonial-text {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.6;
    max-width: 320px;
    margin: 0 auto;
}

/* 🚩 Owl Carousel Navigation Customization (इमेज जैसा साइड एरो) */
.testimonial-carousel {
    position: relative;
    padding: 0 50px; /* एरो के लिए जगह */
}

.testimonial-carousel .owl-nav button.owl-prev,
.testimonial-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px !important; /* एरो का साइज */
    color: #21428b !important;
    background: none !important;
    transition: 0.3s;
}

.testimonial-carousel .owl-nav button.owl-prev {
    left: -20px;
}

.testimonial-carousel .owl-nav button.owl-next {
    right: -20px;
}

.testimonial-carousel .owl-nav button:hover {
    color: #000 !important;
}

/* Dots Styling */
.testimonial-carousel .owl-dots {
    margin-top: 30px !important;
}

.testimonial-carousel .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    background: #ccc !important;
}

.testimonial-carousel .owl-dot.active span {
    background: #21428b !important;
}

.main-footer {
    background-color: #21428b;
    color: #ffffff;
    font-family: 'Rajdhani', sans-serif;
}

/* Logos */
.footer-brand-logo {
    max-height: 80px;
    width: auto;
}

.footer-isi-logo {
    max-height: 70px;
    width: auto;
}

/* Typography */
.footer-heading {
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
}

.footer-about-text, .footer-contact-info p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    text-align: justify;
}

/* Links */
.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    padding-left: 8px;
    color: #ffd700; /* गोल्डन टच होवर पर */
}

/* Social Icons */
.social-link {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #21428b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.social-link:hover {
    background-color: #ffd700;
    color: #21428b;
    transform: translateY(-5px);
}

.footer-contact-link {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-contact-link:hover {
    color: #ffd700; /* होवर पर गोल्डन कलर */
    text-decoration: underline;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .footer-heading {
        margin-top: 1rem;
    }
    .footer-isi-logo {
        margin-top: 1rem;
    }
    .footer-links a:hover {
        padding-left: 0;
    }
    .social-icons {
        justify-content: flex-start;
    }
}


.navbar-nav .nav-link {
  position: relative;
  display: inline-block;
  color: #000;
}

/* underline create */
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #e71d2d;
  transition: width 0.3s ease;
}
.navbar-nav .nav-link.dropdown-toggle::after {
    content: "";
    position: absolute;
    background-color: transparent;
    right: -10px;
    margin-left: auto;
    top: 10px;
}

.navbar-nav .nav-link.dropdown-toggle:hover::after {
    content: "";
    position: absolute;
    background-color: transparent;
    right: -10px;
    margin-left: auto;
    top: 10px;
    width: 3px;
}

/* hover effect */
.navbar-nav .nav-link:hover::after {
  width: 100%;
}

.vision-mission-section {
    background-color: #f8faff;
    border-top: 1px solid #133c8b;
}

.vm-card {
    background: #ffffff;
    padding: 40px;
    border: 1px solid #e0e6f0;
    border-radius: 15px; 
    box-shadow: 0 10px 30px rgba(33, 66, 139, 0.05);
    transition: all 0.4s ease;
    position: relative;
}

/* होवर करने पर शैडो और बॉर्डर बढ़ेगा */
.vm-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(33, 66, 139, 0.12);
    border-color: #21428b;
}

.vm-icon-box {
    width: 60px;
    height: 60px;
    background-color: #21428b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.vm-title {
    color: #21428b;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.vm-title span {
    font-weight: 300;
}

.vm-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 0;
}

/* मोबाइल के लिए एडजस्टमेंट */
@media (max-width: 767px) {
    .vm-card {
        padding: 30px 20px;
    }
}


.common-list{
    margin: 0;
    padding: 0;
}
.common-list li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}
.common-list li:before {
    content: "\f0e7";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: bold;
    border: 2px solid transparent;
    position: absolute;
    font-size: 1rem;
    border-radius: 50%;
    color: #21428b;
    left: 0;
    top: 1px;
}


/* --- Premium Contact Section --- */
.premium-contact-section {
    background-color: #f4f7fc; /* हल्का बैकग्राउंड */
    font-family: 'Poppins', sans-serif; /* या आपकी थीम का फोंट */
}

/* Main Wrapper */
.contact-box-wrapper {
    background: #ffffff;
    border-radius: 20px; /* मॉडर्न राउंड किनारे */
    overflow: hidden; 
}

/* === LEFT SIDE (Dark Blue) === */
.contact-info-side {
    background: linear-gradient(135deg, #1e459e 0%, #21428b 100%); /* आपकी नीली थीम */
    color: #ffffff;
}

.contact-title-big {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -1px;
}

.contact-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
}

/* Contact Links & Icons */
.contact-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1rem;
    transition: 0.3s;
}

.contact-link:hover {
    color: #ffd700; /* गोल्डन होवर */
}

.icon-circle {
    width: 35px;
    height: 35px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7); /* थोड़ा फीका ताकि टेक्स्ट चमके */
}

/* Social Icons */
.social-icon-btn {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s ease;
}

.social-icon-btn:hover {
    background: #ffd700;
    color: #21428b;
    transform: translateY(-3px);
}

/* 🚩 Visual Decor: The Circles */
.decor-circle-1, .decor-circle-2 {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
    z-index: 1;
}

.decor-circle-1 {
    width: 250px;
    height: 250px;
    bottom: -80px;
    right: -80px;
}

.decor-circle-2 {
    width: 120px;
    height: 120px;
    bottom: 50px;
    right: 50px;
}

/* === RIGHT SIDE (White Form) === */
.contact-form-side {
    position: relative;
}

/* 🚩 Modern Form Fields (Bottom Line Only) */
.form-group-modern {
    position: relative;
}

.form-input-modern {
    width: 100%;
    border: none;
    border-bottom: 1.5px solid #dcdcdc; /* सिर्फ नीचे की लाइन */
    padding: 10px 0;
    font-size: 1rem;
    color: #333;
    background: transparent;
    transition: 0.3s;
    border-radius: 0; /* Bootstrap default हटाना */
}

/*textarea के लिए पैडिंग */
textarea.form-input-modern {
    padding-top: 15px;
}

/* इनपुट पर फोकस या जब टेक्स्ट लिखा हो */
.form-input-modern:focus {
    outline: none;
    border-color: #21428b; /* फोकस पर आपकी ब्रांड का कलर */
}

/* 🚩 Floating Label Logic */
.form-label-modern {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 1rem;
    color: #999;
    pointer-events: none;
    transition: 0.3s ease;
}

/* textarea का लेबल थोड़ा ऊपर */
.label-textarea {
    top: 15px;
}

/* जब फोकस हो या कुछ लिखा हो, तो लेबल को ऊपर उठाओ */
.form-input-modern:focus + .form-label-modern,
.form-input-modern:not(:placeholder-shown) + .form-label-modern {
    top: -15px;
    font-size: 0.8rem;
    color: #21428b;
    font-weight: 600;
}

/* Submit Button */
.btn-dark-modern {
    background-color: #1a1d21;
    color: #fff;
    border: none;
    transition: 0.3s;
}

.btn-dark-modern:hover {
    background-color: #333;
    transform: scale(1.03);
    color: #fff;
}


/* Section Background Color */
.brand-stats-bar {
    background-color: #21428b;
    color: #ffffff;
    font-family: sans-serif;
}

/* Grid layout for precise handling on all screen sizes */
.stats-grid-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* Desktop par 6 columns ek line me */
    width: 100%;
}

/* Centered content box layout */
.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;  /* Horizontal center alignment */
    text-align: center;   /* Text center alignment */
    padding: 10px 15px;
    position: relative;
}

/* Vertical Separator lines between items for Desktop */
.stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 45px; /* Divider height slightly increased due to vertical layout */
    background-color: rgba(255, 255, 255, 0.2);
}

/* Icon Sizing & Spacing (Placed on top) */
.stat-icon {
    font-size: 1.6rem;
    color: #38bdf8; /* Cyan/Light Blue highlight color */
    margin-bottom: 0.5rem; /* Icon aur numbers ke beech ka gap */
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/* Typography styles */
.stat-content {
    width: 100%;
}

.stat-prefix {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin-bottom: 2px;
}

.stat-number {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 4px 0;
    line-height: 1.2;
}

.stat-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    font-weight: 400;
    line-height: 1.3;
}

/* --- RESPONSIVE BREAKPOINTS --- */

/* Medium Screens (Tablets / Laptops) -> 3 items in a line */
@media (max-width: 1200px) {
    .stats-grid-container {
        grid-template-columns: repeat(3, 1fr); 
        row-gap: 1.5rem;
    }
    .stat-item::after {
        display: none; /* Old dividers remove kar rahe hain layout shift par */
    }
    /* dynamic grid dividers for 3-column layout */
    .stat-item:not(:nth-child(3n))::after {
        content: "";
        position: absolute;
        right: 0;
        display: block;
    }
}

/* Mobile Screens -> Exactly 2 items in one line (User Requirement) */
@media (max-width: 768px) {
    .stats-grid-container {
        grid-template-columns: repeat(2, 1fr); /* 2 items per line */
        row-gap: 2rem; /* Rows ke beech space */
    }
    .stat-item::after {
        display: none !important; /* Mobile pe boundaries clean rakhne ke liye transparent dividers */
    }
    /* Optional: Mobile par inner borders chahein toh vertical line add kar sakte hain right columns ke beech */
    .stat-item:nth-child(odd)::after {
        content: "";
        position: absolute;
        right: 0;
        display: block;
        height: 50px;
    }
    .stat-number {
        font-size: 1.15rem; /* Mobile optimizations */
    }
    .stat-label {
        font-size: 0.8rem;
    }
}



/* Challenges Section Style */
.challenges-section {
    background-color: #fcfdfe;
}

.section-title {
    color: #21428b;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #21428b;
}

/* Tabs Styling */
.custom-tabs .nav-link {
    color: #21428b;
    background: #fff;
    border: 1px solid #21428b;
    margin: 5px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    padding: 10px 20px;
}

.custom-tabs .nav-link.active {
    background-color: #21428b !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(33, 66, 139, 0.3);
}

.custom-tabs .nav-link:hover:not(.active) {
    background-color: rgba(33, 66, 139, 0.05);
}

/* Challenge & Solution Boxes */
.challenge-box, .solution-box {
    padding: 30px;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.challenge-box {
    background-color: #fff;
    border-left: 5px solid #dc3545;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.solution-box {
    background-color: #ffffff;
    border-left: 5px solid #21428b; /* Theme Color Solution ke liye */
    box-shadow: 0 5px 20px rgba(33, 66, 139, 0.1);
}

.challenge-box h5, .solution-box h5 {
    font-weight: 700;
    margin-bottom: 15px;
}

.solution-box h5 {
    color: #21428b;
}

.challenge-box p, .solution-box p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Tablet/Mobile Adjustments */
@media (max-width: 991px) {
    .custom-tabs {
        flex-direction: column;
        align-items: center;
    }
    .custom-tabs .nav-item {
        width: 80%;
    }
}


/* Products Section Base */
.products-section {
    background-color: #f4f7f9; /* Halka grey/blue background taaki cards highlight hon */
}

/* Section Title with Underline */
.section-title {
    color: #21428b;
    font-weight: 800;
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #21428b;
    border-radius: 2px;
}

/* Product Cards */
.product-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border-top: 5px solid #21428b;
    transition: all 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(33, 66, 139, 0.1);
}

/* Card Header (Icon & Title) */
.product-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eef2f6;
    padding-bottom: 20px;
}

.product-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(33, 66, 139, 0.08);
    color: #21428b;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    flex-shrink: 0;
}

.product-title {
    font-size: 1.5rem;
    color: #1e293b;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3;
}

.compliance-badge {
    display: inline-block;
    background-color: #21428b;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

/* Card Body & Text */
.product-desc {
    color: #475569;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Custom Bullet List */
.product-features-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.product-features-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.5;
}

.product-features-list li:last-child {
    margin-bottom: 0;
}

.product-features-list li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #21428b; /* Theme color icon */
    font-size: 1.1rem;
}


/* Certifications Section Main Styling */
.certifications-section {
    background-color: #f8fafc; /* Clean off-white background */
}

/* Header Underline Style */
.section-title {
    color: #21428b;
    font-weight: 800;
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 4px;
    background-color: #21428b;
    border-radius: 2px;
}

/* Certificate Cards Layout */
.cert-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
    border: 1px solid #e2e8f0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cert-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 35px rgba(33, 66, 139, 0.1);
    border-color: rgba(33, 66, 139, 0.2);
}

/* Thumbnail Image Wrapper */
.cert-img-container {
    position: relative;
    background-color: #f1f5f9;
    padding: 15px; /* Box inner padding to give certificate frame look */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 4/3; /* Adjust based on your certificate design orientation */
    border-bottom: 1px solid #edf2f7;
}

.cert-thumbnail {
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

/* Zoom/Overlay Effect on Hover */
.cert-hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 66, 139, 0.85); /* Semi-transparent theme blue */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.cert-hover-overlay i {
    color: #ffffff;
    font-size: 2rem;
    transform: scale(0.7);
    transition: transform 0.3s ease;
}

.cert-card:hover .cert-hover-overlay {
    opacity: 1;
}

.cert-card:hover .cert-hover-overlay i {
    transform: scale(1);
}

.cert-card:hover .cert-thumbnail {
    transform: scale(1.05);
}

/* Certificate Text/Info Area */
.cert-info {
    padding: 20px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cert-badge {
    display: inline-block;
    align-self: center;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 3px 10px;
    border-radius: 30px;
    background-color: rgba(33, 66, 139, 0.08);
    color: #21428b;
    margin-bottom: 10px;
}

.cert-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 5px;
    line-height: 1.3;
}

.cert-meta {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 0;
}


/* Custom Header & Navbar Tweaks */
.navbar-custom {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); /* Subtle border shadow below menu */
}

/* Contact Links on Top Right Corner */
.nav-contact-link {
    color: #475569; /* Balanced slate text */
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
}

/* Icons highlight with brand theme color #21428b */
.nav-contact-link i {
    color: #21428b;
    font-size: 0.95rem;
    margin-right: 6px;
    transition: transform 0.2s ease;
}

/* Hover Interactive Styling */
.nav-contact-link:hover {
    color: #21428b;
}

.nav-contact-link:hover i {
    transform: scale(1.1);
}

/* Styling alignment fix for active & inactive states */
.navbar-custom .nav-link {
    color: #334155 !important;
    padding: 0 !important;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.navbar-custom .nav-link.active,
.navbar-custom .nav-link:hover {
    color: #21428b !important; /* Changes text to deep blue on focus/hover */
}


/* Floating Button Base Styles */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 120px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    animation: zoomInOut 2s infinite ease-in-out;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    animation-play-state: paused;
     color: #fff;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); 
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.call-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #21428b;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    animation: zoomInOutBlue 2s infinite ease-in-out;
}

.call-float:hover {
    background-color: #07173b;
    animation-play-state: paused;
    color: #fff;
}

@keyframes zoomInOutBlue {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(33, 66, 139, 0.7);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 0 15px rgba(33, 66, 139, 0); 
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(33, 66, 139, 0);
    }
}


/* Modal Popup Styling Enhancement */
.modal-content {
    border-radius: 16px;
    overflow: hidden;
}

.modal-header {
    border-bottom: 1px solid #edf2f7;
    padding: 15px 24px;
}

.modal-body {
    background-color: #f8fafc;
}

.modal-body img {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    max-height: 100vh; /* Taaki badi image screen se bahar na jaye */
    object-fit: contain;
}

.our-products-bg{
    background: #21428b;
}
/* Home Products Custom Cards */
.home-product-card {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home-product-card .card {
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.4s ease;
}

/* Image Container Frame */
.product-img-wrapper {
    position: relative;
    background-color: #f8fafc;
    aspect-ratio: 16 / 10; /* Perfect industrial image aspect ratio */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 20px;
    border-bottom: 1px solid #f1f5f9;
}

.product-hover-img {
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Elegant Indicator on Hover */
.product-overlay-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: #21428b; /* Blue corporate theme matching previous block */
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(33, 66, 139, 0.3);
}

/* Hover States triggering together */
.home-product-card:hover {
    transform: translateY(-8px);
}

.home-product-card:hover .card {
    box-shadow: 0 20px 40px rgba(33, 66, 139, 0.12) !important;
}

.home-product-card:hover .product-hover-img {
    transform: scale(1.06);
}

.home-product-card:hover .product-overlay-icon {
    opacity: 1;
    transform: translateY(0);
}

/* Product Typography */
.product-card-title {
    color: #1e293b;
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.home-product-card:hover .product-card-title {
    color: #21428b; 
}


/* New Challenge Solution Grid Section */
.challenges-section {
    background-color: #f8fafc !important;
}
.mb-4-custom {
    margin-bottom: 1.8rem;
}
.challenge-box-new, .solution-box-new {
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #e2e8f0;
}
.challenge-box-new:hover {
    transform: translateX(4px);
    box-shadow: 0 10px 20px rgba(220, 53, 69, 0.08) !important;
    background-color: #fffdfd !important;
}
.solution-box-new:hover {
    transform: translateX(-4px);
    box-shadow: 0 10px 20px rgba(25, 135, 84, 0.08) !important;
    background-color: #fdfdfd !important;
}
.challenge-box-new p, .solution-box-new p {
    font-size: 0.95rem;
    line-height: 1.6;
}


@media (max-width: 991.98px) {
    .challenge-box-new:hover, .solution-box-new:hover {
        transform: translateY(-4px);
    }
    .mb-4-custom {
        margin-bottom: 0rem;
    }
    /* Adds separation when boxes stack on mobile layout */
    .challenge-box-new {
        margin-bottom: 1rem;
    }
    .solution-box-new {
        margin-bottom: 2rem;
    }
}


/* Responsive adjustment for Mobile screens */
@media (max-width: 991.98px) {
    .navbar-top-contact {
        flex-direction: column;
        gap: 0.5rem !important;
        border-bottom: 1px solid #e2e8f0;
        width: 100%;
        padding-bottom: 12px;
        margin-bottom: 12px !important;
    }
    
    .navbar-custom .nav-link {
        padding: 6px 0 !important; /* Restores padding inside hamburger drawer */
    }
}


/* Responsive Fixes */
@media (max-width: 768px) {
    .product-card {
        padding: 20px;
    }
    .product-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}


/* === MOBILE RESPONSIVE === */
@media (max-width: 991px) {
    .contact-title-big {
        font-size: 1.8rem;
    }
    .contact-info-side, .contact-form-side {
        padding: 3rem 1.5rem !important;
    }
    .modern-form {
        --bs-gutter-y: 3rem; /* मोबाइल पर फॉर्म फील्ड्स के बीच गैप */
    }
}


/*Media Query*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    .feature-title{
    	text-align: center;
    }
     .owl-prev{
        left: 0;
    }
    .owl-next{
        right: 0;
    }
}