* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    /* font-family: Arial, sans-serif; */
    font-family: "Poppins", Sans-serif;
    justify-content: center;
    align-items: center;
    overflow-x: hidden; 
    text-align: justify;
}
nav {
    display: flex;

    align-items: center;
    justify-content: space-between;
    padding: 0px 26px;
    background-color: #fff;

}

.logo {
    margin-left: 50px;
    width: 190px;
    height: 100px;

}
.logo2 {
    margin-left: 50px;
    width: 220px !important;
    height: 145px !important;

}

    .dis-h{
        font-size:32px !important;
        color:#666666 !important;
    }
.logo .highlight {
    color: orange;
}
.header-ul{
    position: sticky;
    z-index: 76;
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.header-ul ul {
    display: flex;
    list-style: none;
    margin: 0;
   
}

.header-ul ul li {
    margin: 0 15px;
    position: relative;
}

.header-ul ul li a {
    text-decoration: none;
    padding: 5px 0;
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;

    font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #354180;
}

.header-ul ul li a:hover {
    color: #333; 
}

.header-ul ul li a::before {
    border-style: solid;
    border-width: 2px 5px 2px 5px;
    border-color: #FFFFFF;
    border-radius: 1px;
    min-width: 190px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
   
}
@media (min-width:989px) {
   .quick{
    padding-left: 25px !important;
   }
}
.elementskit-submenu-indicator {
    display: inline-block;
    width: 0;
    height: 0;
    text-wrap: nowrap;
    margin-left: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333; 
}


.header-ul ul li a:hover::before {
    opacity: 1;
}

.header-ul ul li a::after {
    content: "";
    position: absolute;
    background-color: #002E5B;
    transition: width 0.3s ease;
}

.header-ul ul li a:hover::after {
    width: 100%;
}

.header-ul ul.submenu {
    display: none;
    position: absolute;
    top: 100%; 
    left: 0;
    z-index: 10;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    font-weight: 400;
    font-size: 14px;
    transition: all 0.3s;
}

.header-ul li:hover > ul.submenu {
    display: block;
}

.header-ul ul.submenu li {
    position: relative;
    white-space: nowrap; 
}

.header-ul ul.submenu li a {
    text-decoration: none;
    display: block;
    font-family: "Poppins", Sans-serif;
    font-size: 11px;
    font-weight: 600;
    padding: 8px;
    color: #002E5B;
    background-color: #FFFFFF;
    transition: background-color 0.3s, color 0.3s;
}

.header-ul ul.submenu li a:hover {
    background-color: #002E5B;
    color: #FFFFFF; 
}

/* Contact Section Styles - Compact Version */
.container-fluid.bg-white {
    padding: 30px 0; /* Reduced from 60px */
    position: relative;
    overflow: hidden;
}

.container-fluid.bg-white::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 118, 209, 0.03) 0%, rgba(249, 166, 26, 0.05) 100%);
    z-index: -1;
}

.container.py-5 {
    position: relative;
    z-index: 1;
    padding-top: 2rem !important; /* Reduced from py-5 */
    padding-bottom: 2rem !important;
}

/* Section Title Enhancement */
.section-title {
    position: relative;
    font-size: 28px; /* Reduced from 32px */
    font-weight: 700;
    color: #002E5B;
    margin-bottom: 20px; /* Reduced from 30px */
    padding-bottom: 10px; /* Reduced from 15px */
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px; /* Reduced from 70px */
    height: 3px;
    background: linear-gradient(90deg, #1A76D1, #F9A61A);
    border-radius: 2px;
}

/* Contact Description */
p.mb-0 {
    color: #555;
    font-size: 15px; /* Reduced from 16px */
    line-height: 1.6; /* Reduced from 1.7 */
    max-width: 100%; /* Changed from 90% */
    animation: fadeInUp 0.8s ease-out;
    margin-bottom: 20px; /* Added to reduce space after paragraph */
}

/* Contact Items */
.contact-section {
    margin-top: 15px; /* Reduced from 30px */
}

.contact-add-item {
    background: #fff !important;
    border-radius: 10px !important; /* Reduced from 12px */
    padding: 18px !important; /* Reduced from 25px */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); /* Reduced shadow */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px; /* Added for consistent spacing */
}

.contact-add-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #1A76D1, #F9A61A);
    transform: scaleY(0);
    transition: transform 0.3s ease;
    border-radius: 3px 0 0 3px;
}

.contact-add-item:hover {
    transform: translateY(-5px); /* Reduced from -8px */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); /* Reduced shadow */
}

.contact-add-item:hover::before {
    transform: scaleY(1);
}

.contact-icon {
    width: 50px; /* Reduced from 60px */
    height: 50px; /* Reduced from 60px */
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(26, 118, 209, 0.1), rgba(249, 166, 26, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px !important; /* Reduced from 20px */
    transition: all 0.3s ease;
}

.contact-add-item:hover .contact-icon {
    background: linear-gradient(135deg, #1A76D1, #F9A61A);
    transform: scale(1.05); /* Reduced from 1.1 */
}

.contact-add-item:hover .contact-icon i {
    color: #fff !important;
}

.contact-icon i {
    color: #1A76D1;
    transition: all 0.3s ease;
    font-size: 1.5rem; /* Adjusted icon size */
}

.contact-add-item h4 {
    font-size: 16px; /* Reduced from 18px */
    font-weight: 600;
    color: #002E5B;
    margin-bottom: 8px; /* Reduced from 10px */
    transition: all 0.3s ease;
}

.contact-add-item:hover h4 {
    color: #1A76D1;
}

.contact-add-item p {
    color: #666;
    font-size: 14px; /* Reduced from 15px */
    margin-bottom: 0;
}

/* Social Media Icons */
.d-flex.justify-content-around.bg-light.rounded.p-2 {
    background: #fff !important;
    border-radius: 50px !important;
    padding: 12px !important; /* Reduced from 15px */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-top: 20px; /* Reduced from 30px */
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.btn-xl-square {
    width: 45px; /* Reduced from 50px */
    height: 45px; /* Reduced from 50px */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #1A76D1, #1565c0) !important;
    border: none;
    box-shadow: 0 4px 12px rgba(26, 118, 209, 0.3); /* Reduced shadow */
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.btn-xl-square::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-xl-square:hover::before {
    width: 300px;
    height: 300px;
}

.btn-xl-square:hover {
    transform: translateY(-3px) scale(1.05); /* Reduced from -5px */
    box-shadow: 0 6px 18px rgba(26, 118, 209, 0.4); /* Reduced shadow */
}

.btn-xl-square i {
    color: #fff;
    font-size: 16px; /* Reduced from 18px */
    transition: all 0.3s ease;
}

.btn-xl-square:hover i {
    transform: scale(1.1); /* Reduced from 1.2 */
}

/* Contact Form */
.bg-light.p-3.rounded.h-100 {
    background: #fff !important;
    border-radius: 12px !important; /* Reduced from 15px */
    padding: 25px !important; /* Reduced from 30px */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); /* Reduced shadow */
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.4s ease;
}

.bg-light.p-3.rounded.h-100:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12); /* Reduced shadow */
}

.bg-light.p-3.rounded.h-100 h4 {
    font-size: 20px; /* Reduced from 22px */
    font-weight: 600;
    color: #002E5B;
    margin-bottom: 20px; /* Reduced from 25px */
    position: relative;
    padding-bottom: 12px; /* Reduced from 15px */
}

.bg-light.p-3.rounded.h-100 h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px; /* Reduced from 50px */
    height: 3px;
    background: linear-gradient(90deg, #1A76D1, #F9A61A);
    border-radius: 2px;
}

/* Form Elements */
.form-floating {
    margin-bottom: 3px; /* Reduced from 5px */
    position: relative;
}

.form-floating .form-control {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 8px !important; /* Reduced from 10px */
    padding: 19px 12px !important; /* Reduced from 15px */
    font-size: 14px !important; /* Reduced from 15px */
    color: #333 !important;
    margin-bottom: 10px;
    background-color: #f8f9fa !important;
    height: auto !important;
    transition: all 0.3s ease !important;
}

.form-floating .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(26, 118, 209, 0.15) !important; /* Reduced from 0.25rem */
    border-color: #1A76D1 !important;
    background-color: #fff !important;
}

.form-floating label {
    color: #666 !important;
    padding: 12px 12px !important; /* Reduced from 15px */
    font-size: 14px !important; /* Reduced from 15px */
    transition: all 0.2s ease !important;
}

.form-floating .form-control:focus ~ label,
.form-floating .form-control:not(:placeholder-shown) ~ label {
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem) !important;
    color: #1A76D1 !important;
}

/* Form Validation */
.form-control.is-invalid {
    border-color: #dc3545 !important;
    background-image: none !important;
}

/* Submit Button */
.btn.bg-custom1.w-100.py-3 {
    background: linear-gradient(135deg, #1A76D1, #1565c0) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 40px !important; /* Reduced from 50px */
    padding: 12px 25px !important; /* Reduced from 15px 30px */
    font-size: 15px !important; /* Reduced from 16px */
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important; /* Reduced from 1px */
    margin-top: 10px !important; /* Reduced from 15px */
    box-shadow: 0 4px 15px rgba(26, 118, 209, 0.3) !important; /* Reduced shadow */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    position: relative !important;
    overflow: hidden !important;
}

.btn.bg-custom1.w-100.py-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s ease;
    z-index: 0;
}

.btn.bg-custom1.w-100.py-3:hover::before {
    left: 100%;
}

.btn.bg-custom1.w-100.py-3:hover {
    background: linear-gradient(135deg, #1058a1, #0d47a1) !important;
    transform: translateY(-3px) !important; /* Reduced from -5px */
    box-shadow: 0 8px 20px rgba(26, 118, 209, 0.4) !important; /* Reduced shadow */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .section-title {
        font-size: 24px; /* Reduced from 28px */
    }
    
    .contact-add-item {
        margin-bottom: 12px; /* Reduced from 20px */
    }
    
    .btn-xl-square {
        width: 40px; /* Reduced from 45px */
        height: 40px; /* Reduced from 45px */
    }
    
    .btn-xl-square i {
        font-size: 14px; /* Reduced from 16px */
    }
    
    .container-fluid.bg-white {
        padding: 20px 0; /* Further reduced for mobile */
    }
    
    .container.py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

/* Animation Classes */
.wow {
    visibility: hidden;
}

.wow.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px); /* Reduced from 30px */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.text-justify {
    text-align: justify;
  }  
.about-btn{
    display: flex;
    justify-content: flex-start;
}
.about-btn button{
    background-color: #F9A61A;  
    text-wrap:nowrap;
}
.about-btn button:hover{
    background-color: #d59526;
    color: rgb(240, 240, 240);
}
.nav-btn1{
    display: flex;
    justify-content: flex-start;
}
.e-btn{
    background-color: #F9A61A !important ;  
    text-wrap:nowrap;

}
.rounded-full{
    border-radius:100% !important;
}
.d-btn{
    background-color: #1A76D1 !important;
}
.h-btn{
    background-color: #F9A61A !important;  
    text-wrap:nowrap;

}
.h2-btn{
    background-color: #1A76D1 !important ;
}
.m-btn{
    background-color: #1A76D1 !important;
}
.e-btn:hover{
    background-color: #d98d08 !important;  
    text-wrap:nowrap;
    color: #FFFFFF;

}
.h-btn:hover{
    background-color: #d98d08 !important;  
    text-wrap:nowrap;
    color: #FFFFFF;

}
.d-btn:hover{
    background-color: #1058a1 !important;
    color: rgb(240, 240, 240);
}
.h2-btn:hover{
    background-color: #1058a1 !important;
    color: rgb(240, 240, 240);
}
.m-btn:hover{
    background-color: #0b5bab !important;
    color: rgb(240, 240, 240);
}
.train{
    border-radius: 5px;
    background-color: #1A76D1;
    border: none;
    padding: 12px 25px;
    margin: 6px 4px;
    color: white;
    font-size: 12px;
    cursor: pointer;
    font-weight: 600;
    text-wrap:nowrap;

}


/* 1st Container */
/* Quote and Join Buttons Styling */
.quote-btn{
    position: relative;
    padding: 10px 20px;
    margin: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #ff8a73;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    overflow: hidden;
    background-color: #e9d5ce;
    transition: color 0.4s ease;
    height: 60px;
    width: 30%;
}
.join-btn {
    position: relative;
    padding: 10px 20px;
    margin: 10px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    overflow: hidden;
    background-color: #5580ff;;
    transition: color 0.4s ease;
    height: 60px;
    width: 30%;
    color: #dfeafc;
}
.text-span{
    color: black;
    font-weight: 500;
}
.text-span::after{
    color: white;
    font-weight: 500;
}

.quote-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #ff8a73; /* Adjust this color if needed */
    transition: left 0.5s ease;
    z-index: 0;
    color: white;
}
.join-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #2575fc; /* Adjust this color if needed */
    transition: left 0.5s ease;
    z-index: 0;
    color: white;
}

.quote-btn:hover::before,
.join-btn:hover::before {
    left: 0;
}

.quote-btn,
.join-btn {
    color: white;
    position: relative;
    z-index: 1;
}

.quote-btn span,
.join-btn span {
    position: relative;
    z-index: 1;
}

#fst-container {
    display: flex;
    width: auto;
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    height: auto;
}

.left-section {
    flex: 1;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.left-section,
.right-section {
    position: relative;
    z-index: 2;
}


h1 {
    font-size: 24px;
    color: #333;
}

p {
    font-size: 14px;
  color: #666;
  margin-right: 2%;
}

.buttons {
    /* display: flex; */
    gap: 10px;
}
.elementor-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}


.animated-image-horizontal {
    animation: slideHorizontal 5s infinite alternate;
}

.animated-image-vertical {
    animation: slideVertical 5s infinite alternate;
}

@keyframes slideHorizontal {
    from { transform: translateX(0); }
    to { transform: translateX(20px); }
}

@keyframes slideVertical {
    from { transform: translateY(0); }
    to { transform: translateY(-20px); }
}
.elementor-shape .elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}
.right-section {
    /* flex: 1; */
    position: relative;
}

.main-image {
    width: 100%;
    border-radius: 10px;
    height: 90%;
    margin-top: 60px;
}
strong{
    color: #0056b3;
}
.animated-image-horizontal {
    position: absolute;
    top: 20%;
    left: 47%;
    width: 40%;
    animation: moveHorizontal 1.5s ease-in-out infinite alternate;
}

.animated-image-vertical {
    position: absolute;
    top: 60%;
    left: 20%;
    width: 40%;
    animation: moveVertical 1.5s ease-in-out infinite alternate;
}

@keyframes moveHorizontal {
   
    0% { transform: translateX(0); }
    100% { transform: translateX(20%); }
}

@keyframes moveVertical {
    0% { transform: translateY(0); }
    100% { transform: translateY(25%); }
}
.logo-container{
    color: #354180;
    margin: 0px 0px 0px 0px;
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 400;
    padding: 0;
    line-height: 60px;
    margin-top: 5%;
}
.org-p{
    line-height: 25px;
}
.div-text{
    margin-top: 4%;
    font-size: 14px;
    line-height: 40px;
}
.t-24{
    font-size: 24px;
}
.class-des p{
    margin: 15px;
    font-size: 14px;
}
.class-des h4{
    margin: 15px;
    font-size: 24px;
}
/* 2nd .container */
/* Container */
.sec-container {
  padding-bottom: 0 !important;
}

/* Main Content Section */
.sec-main-content {
    background-color: #002E5B;
    color: white;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: start !important;
    /* width: 50%; */
    /* border-radius: 8px; */
}

.sec-main-content h2 {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: normal;
    color: #e6e6e6;
    margin-top: 10%;
}

.sec-main-content h1 {
    font-size: 26px;
    margin: 10px 0;
    font-weight: 600;
    color: white;
}

.sec-main-content p {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.6;
    color: white;
}



.sec-card {
    background-color: #fff;
    padding: 42px;
    position: relative;
    transition: all 0.3s ease; 
    transform: translateZ(0); 
}
.sec-card1 {
    background-color: #F7F9FB;
    padding: 42px;
    position: relative;
    transition: all 0.3s ease; 
    transform: translateZ(0); 
}

.sec-label {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #002E5B;
    font-family: "Poppins", Sans-serif;
    color: white;
    font-size: 0.8rem;
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-left: 25%;
    margin-top: 7%;
    font-weight: 900;
}
.btn-cus{
    background-color: #002E5B;
    color: white;
}
.btn-cus:hover{
    background-color: #044d95;
    color: white !important;
}
.sec-card h3 {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: normal;
    font-family: "Poppins", Sans-serif;
}
.sec-card1 h3 {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: normal;
    font-family: "Poppins", Sans-serif;
}
.sec-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
    font-family: "Poppins", Sans-serif;
}
.sec-card1 p {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
    font-family: "Poppins", Sans-serif;
}

.tablink1{
    background-color: #faa719 !important;
    outline: none !important;
}
.tablink1:hover{
    background-color: #b3870e !important;
    outline: none !important;
}
.view-button {
    position: relative;
    display: inline-block;
    background-color: #ffce45;
    color: #000;
    padding: 18px 31px;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    overflow: hidden; /* Ensures ::before element stays within the button */
    transition: color 0.3s ease; /* Smooth text color transition */
}

.view-button::before {
    content: "";
    position: absolute;
    top: -100%; /* Start above the button */
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    transition: top 0.5s ease; /* Smooth slide animation */
    z-index: 0;
}

.view-button:hover::before {
    top: 0; /* Slide down to cover the button */
}

.view-button:hover {
    color: #000; /* Keeps text color black */
}

.view-button span {
    position: relative;
    z-index: 1; /* Keep text above the white background */
    font-family: "Poppins", Sans-serif;
}

.sec-card:hover {
    background-color: #F7F9FB; /* New background color */
    transform: translateY(-10px); /* Slight lift effect */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); /* Shadow for the lift effect */
    font-family: "Poppins", Sans-serif;
}

.sec-card1:hover {
    background-color: white;
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    font-family: "Poppins", Sans-serif;
}
.sec-card p, .sec-card1 p {
    opacity: 0; /* Make text invisible */
    visibility: hidden; /* Prevent it from taking up space */
    transition: opacity 0.3s ease, visibility 0.3s ease; /* Smooth transition */
    font-family: "Poppins", Sans-serif;
}

/* Show the paragraph on hover */
.sec-card:hover p, .sec-card1:hover p {
    opacity: 1; /* Make text visible */
    visibility: visible; /* Show the text */
}



/* 3rd Container */
        .stats-container {
            text-align: center;
          
            padding:  20px;
            background-color: white;
            height: auto;
        }

        .stats-title {
            font-size: 20px;
            margin-bottom: 20px;
            color: #3a3a3a;
            margin-left: 23%;
            width: 50vw;
        }

        .stats-items {
            display: flex;
            justify-content: space-around;
            width: 80vw;
         
            flex-wrap: wrap;
            margin-left: 13%;
        }

        .stats-item {
            display: flex;
            align-items: center;
            color: #23234c;
            margin-top: 3%;
            margin-bottom: 20px;
            opacity: 0; /* Hidden initially */
            transition: opacity 1s ease-out;
        }

        .stats-item .circle {
            width: 100px;
            height: 100px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            background: radial-gradient(circle, #ececff, #e6e8ff);
            font-size: 1.8em;
            font-weight: bold;
            color: #1f1e44;
            margin-right: 10px;
        }

        .stats-item p {
            margin: 0;
            font-size: 1em;
            color: #555;
            text-align: left;
            width: 40%;
        }

        @media (max-width: 768px) {
            .stats-items {
                flex-direction: column;
            }
        }
        @media (max-width: 1024px) {
            .main {
               display: flex;
               flex-direction: column;
               align-items: center;
            }
        }

.vision-container {
    /* color: var(--tp-common-white); */
    background-color: #f7f7f7 !important;
    text-shadow: none;
}

.vision-main-container {
    text-align: center;
    padding: 20px;
    background-color: #f7f7f7 !important;
}
.vision-text{
    margin: 15px 0;
    font-weight: 600;
    text-wrap: wrap !important;

    color: rgb(102, 102, 102);
}
.vision-text-container {
    font-size: 2rem; /* Base font size */
    color: #000;
    text-align: center !important;
    white-space: nowrap; /* Keeps the text on one line */
   display: flex;
    align-items: center;
    justify-content: center; /* Keeps elements in the center */
}

.vision-text-container .vision-text {
    font-size: 2.8rem;
  font-weight: normal;
}

.vision-text-container .expertise {
    font-weight: bold;
  font-size: 2.8rem;
}

@media (max-width: 500px) {
    .vision-text-container {
        white-space: normal; /* Allows the text to wrap */
        display: block; /* Ensures text takes full width */
    }

    .vision-text-container .vision-text, 
    .vision-text-container .expertise {
        font-size: 1.5rem; /* Adjust font size for smaller screens */
        line-height: 1.4; /* Add spacing between lines */
    }
}
.vision-container p {
    margin-bottom: 2rem;
    color: #333;
    text-align: center; /* Center aligns the paragraph */
}
.vision-card-container { 
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    margin-top: 5%;
    margin-bottom: 3%;
}

.vision-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 1.5rem 1rem 0 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    margin: 0;
    margin-top: 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;  /* Center content vertically */
    align-items: center;  /* Center content horizontally */
    min-height: 300px;  /* Ensure minimum height */
    position: relative;
}

.vision-card:hover {
    transform: scale(1.05); /* Slightly zooms in the card */
    z-index: 45;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Stronger shadow for a lifted effect */
}

/* 
.vision-icon-container {
    display: flex;
    justify-content: center;
    padding-top: 20PX;
    align-items: center;
    margin-bottom: 10px;
    transition: transform 0.3s ease; 
}

.vision-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: inherit;
    transition: transform 0.3s ease, background 0.3s ease;
}

h3 {
    padding: 0px;
    color: #002E5B;
    font-family: "Poppins", Sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 54px;
    transition: transform 0.3s ease;  
    margin: 0;
}

.vision-card:hover .vision-icon-container {
    transform: translateY(-30px);
}

.vision-card:hover h3 {
    transform: translateY(-30px);  
}

.vision-card ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 14px;
}
.vision-card:hover ul {

    opacity: 1;
}

.vision-icon-container:hover .vision-icon {
    transform: scale(1.3); 
    background: linear-gradient(135deg, #ff0080, #ff8c00, #ffd700, #7fff00, #00fa9a, #00ced1, #1e90ff, #9400d3);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

@keyframes colorExpand {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

.vision-icon-container:hover .vision-icon {
    animation: colorExpand 2s linear infinite;
    background-size: 200%;
}

@keyframes rainbow {
    0% { filter: hue-rotate(0deg); }
    100% { filter: hue-rotate(360deg); }
} */

/* Vision Icon Container and Icon Styling */
.vision-icon-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the icon */
    transition: opacity 0.3s ease; /* Fade effect on hover */
}
.vision-icon-container h1{
    padding: 0px 0 10PX 0;
    color: #002E5B;
    font-family: "Poppins", Sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 54px;
    transition: opacity 0.3s ease, transform 0.3s ease;

}

.vision-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: inherit;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Heading Styling */
h3 {
    padding: 0px 0 10PX 0;
    color: #002E5B;
    font-family: "Poppins", Sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 54px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin: 0;
    opacity: 0; /* Initially hidden */
    transform: translateY(20px); /* Move down a bit initially */
}

/* List of Services and Solutions */
.vision-card ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease;
    font-size: 14px;
    margin-top: 10px;
    margin-right: 10px;
}
.vision-card h4{
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease;
}
/* Show the heading and list items on hover */
.vision-card:hover .vision-icon-container {
    opacity: 0; /* Hide the icon */
}

.vision-card:hover h3 {
    opacity: 1; /* Show the heading */
    transform: translateY(0); /* Move the heading to its position */
}

.vision-card:hover ul {
    opacity: 1; /* Show the list of services and solutions */
}
.vision-card:hover h4 {
    opacity: 1; /* Show the list of services and solutions */
}
.v-card{
  padding-left: 25px;  
}
/* Icon hover effect */
.vision-icon-container:hover .vision-icon {
    transform: scale(1.3); /* Slightly increase size on hover */
    background: linear-gradient(135deg, #ff0080, #ff8c00, #ffd700, #7fff00, #00fa9a, #00ced1, #1e90ff, #9400d3);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); /* Adds shadow for depth */
}

/* Keyframe animations for icon hover effect */
@keyframes colorExpand {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

.vision-icon-container:hover .vision-icon {
    animation: colorExpand 2s linear infinite;
    background-size: 200%;
}
.Explore-btn {
    width: 150px; /* Set your desired width */
    height: 40px; /* Set your desired height */
    padding: 0.5rem 1.5rem;
    border: none;
    border-radius: 5px;
    background-color:  #1A76D1;
    color:  #fff;
    font-weight: 500;
    text-decoration:none;
    cursor: pointer;
    font-size: 0.9rem;
    overflow: hidden;
    position: relative;
    transition: color 0.5s, box-shadow 0.3s;
}

.Explore-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color:#f0f4ff ;
    transition: left 0.5s;
    z-index: 1;
}

.Explore-btn:hover::before {
    left: 0;
}

.Explore-btn:hover {
    color:#000; /* Change text color on hover */
}

.Explore-btn span {
    position: relative;
    z-index: 2; /* Keep text above the background animation */
}





/* 5th Container */
/* Container and Layout */
/* Container Styling */
.emp-container {
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* padding: 2rem; */
    background-color: #ffffff;
}

/* Left Content Styling */
.emp-left-content {
    /* position: relative; */
    /* width: 60%; */
    display: flex;
    padding-left: 0 !important;
    /* justify-content: center;
    
    align-items: center; */
}
.emp-background-image {
    width: 100%;   /* Adjusts to full width of its parent */
    max-height: 80vh;  /* Limits height to 60% of the viewport height */
    object-fit: cover; /* Ensures the image covers the area without distorting */
}

.emp-background-image img {
 
    border-radius:2px;
    
    /* margin-left: -8%; */
}

/* Floating Card Styling */
.emp-floating-card {
    position: absolute;
  
}

.card1 {
    width: 40%;
}



.card3 {
    /* top: 20%; */
    right: 20%;
}
.v-card{
    display: flex;
    justify-content: space-evenly;
    text-wrap: nowrap;
    transform: translateY(-20px);

    align-items: start;
}
.v-card h4{
    text-align: start;
}

/* Image Styling */
@keyframes horizontal-move-profile {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(40px); /* Adjust this value as needed */
    }
    100% {
      transform: translateX(0);
    }
  }
  
  .emp-profile-image {
    animation: horizontal-move-profile 5s ease-in-out infinite;
  margin-top: 31%;
  margin-left: 2%;
  }
  
.emp-img{
    margin-top: 53%;
    margin-left: -39%;
}
@keyframes vertical-move {
    0% {
      transform: translateY(0);
    }
    30% {
      transform: translateY(-50px); /* Move upwards more */
    }
    100% {
      transform: translateY(20px); /* Move downwards slightly */
    }
  }
  
  .emp-blue-image {
    margin-top: 53%;
    margin-left: 53%;
    animation: vertical-move 7s ease-in-out infinite;
  }
  
  
  @keyframes horizontal-move {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(50px); /* Adjust this value as needed */
    }
    100% {
      transform: translateX(0);
    }
  }
  
  .emp-second-image {
    margin-left: 35%;
    animation: horizontal-move 7s ease-in-out infinite;
    margin-top: 4%;
  }
  

.emp-chart-details{
    /* width: 70%; */
    margin-left: 13%;
    margin-top: 11%;
}

/* Text Styling */
.emp-card-content {
    margin-left: 10px;
}

.emp-card-title {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}

.emp-card-content small {
    color: #666;
}

/* Right Content Styling */
.emp-right-content {
    /* width: 40%; */
    color: #333;
    padding: 5%;
}

.emp-h3 {
    font-size: 2.5rem;

    text-wrap: nowrap;
    margin: 20px 0;
  font-weight: 600;
  color: #333;
  width: 50%;
}

.emp-p {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
  margin: 1rem 0;
    /* width: 87%; */
}

.emp-right-content ul {
    list-style: none;
    padding: 0;
}

.emp-right-content li {
    font-size: 14px;
    color: #555;
    margin: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.emp-right-content li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #333;
}
.sec-cont{
    padding: 0 !important;
   display: flex;
   flex-direction: column;
   justify-content: start !important;
   align-items: start !important;
}
.sec-cont ul {
    list-style: none;
    padding: 0;
    padding-left: 13px;
}
.sec-cont li {
    font-size: 14px;
    color: #ffffff;
    margin: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.sec-cont li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #ffffff;
}



/* Footer Container */
.footer {
    background-color: #f9f9f9;
    padding: 40px;
    /* display: flex;
    justify-content: space-around;
    align-items: flex-start; */
    color: #00274c;
    
  }
  .mr-2{
    margin-right: 15px;
  }
  .footer-logo {
    text-align: center;
    margin: auto;
  }
  .footer-logo img {
    margin: auto;
    width: 140px;
    height: auto;
  }
  .footer p {
    color: #555;
  font-weight: 700;
  line-height: 25px;
  font-family: "Rubik", sans-serif;
  margin-top: 5%;
  }
  .footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footer ul li {
    /* margin-bottom: 20px; */
    margin-top: 4%;
  }
  .footer ul li a {
    text-decoration: none;
    color: #111111;
    padding-left: 8px;
    vertical-align: baseline;
    line-height: 30px;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer .social-icons a {
    color: #699ccc;
  }
  .social-icons {
    display: flex;
    justify-content: center;
    gap: 10px; /* Space between icons */
  }
  
  .social-icons div {
    background-color: white; /* Background color */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.1s ease; /* Smooth hover animation */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); /* Initial shadow */
    margin-top: 5%;
    margin-left: 5%;
  }
  
  .social-icons div:hover {
    transform: translateY(-5px); /* Lifts icon upwards */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); /* Darker shadow on hover */
  }
  
  .social-icons a {
    color: white;
    font-size: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  
  .footer .contact-buttons {
    position: relative;
    display: inline-flex;
    gap: 5px; /* Adjust spacing between buttons */
  }
  
  .footer .contact-buttons a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 9px;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    position: relative;
    z-index: 1;
    font-weight: 500;
  }
  
  .footer .contact-buttons .enquire {
    background-color: #007bff;
  }
  
  .footer .contact-buttons .call {
    background-color: #0056b3;
    margin-left: -10px; /* Overlap slightly on "Enquire Us" */
  }
  
  /* Hover effect */
  .footer .contact-buttons a:hover {
    transform: scale(1.1); /* Slightly enlarge and lift button */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Darker shadow on hover */
    background-color: #004085; /* Darkens color on hover */
  }
  
  .link-h3{
    color: #002E5B;
  font-family: "Lato", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  }
  .footerA {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2%;
    background-color: #0D3A60; /* Adjust color to match your design */
    color: white;
    font-family: Arial, sans-serif;
    font-size: 16px;
  }
  .footerA a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s ease;
  margin: 0;
  margin-bottom: 20px;
  }
  .terms-footer{
   
    margin-right: 12%;
  }
  .footer-cyber{
    font-weight: 500;
    text-decoration: none;
    margin-left: 9%;
  }



  
 
.slow-underline {
    position: relative;
    display: inline-block;
}

.slow-underline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #007bff;
    /* Customize the underline color */
    transition: width 0.4s ease-in-out;
    /* Transition for the underline to appear slowly */
}

.slow-underline:hover::after {
    width: 100%;
    /* Underline expands to full width on hover */
}
.slow-underline1 {
    position: relative;
    display: inline-block;
}

.slow-underline1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    /* Customize the underline color */
    transition: width 0.4s ease-in-out;
    /* Transition for the underline to appear slowly */
}

.slow-underline1:hover::after {
    width: 100%;
    /* Underline expands to full width on hover */
}

.nav1 {
    display: none;
}

.menu-button {
    font-size: 17px;
    background-color: #1A76D1;
    color: rgb(255, 255, 255);
    padding: 7px 12px;
    border: none;
    text-wrap:nowrap;
    border: transparent 1px solid;
    cursor: pointer;
    z-index: 4;
    border-radius: 5px;
    margin: 20px 0;
}

.menu-btn {
    background-color: #ffffff;
    color: #000000;
    border: #000000 1px solid;
}
/* Ensure submenus are hidden by default */
/* Hide submenus by default */
.submenu {
    display: none;
    position: absolute;
    background-color: #fafafa;
    border-radius: 2px;
    padding: 10px;
    z-index: 10;
  }
  
  /* REMOVE any hover-based submenu display */
  .menu ul li:hover .submenu,
  .menu1 ul li:hover .submenu {
    display: none !important; /* Ensures hover doesn't trigger submenu */
  }
  
  /* Ensure submenu stays visible when its parent is active */
  .menu li.active > .submenu {
    display: block;
  }
  
  
/* Hidden menu initially */
.menu1 {
    display: none;
    background-color: #fafafa;
    position: absolute;
    top: 90px;
    /* Adjust as needed */
    right: 50px;
    padding: 10px;
    border: #004085 2px solid;
    z-index: 576;
    border-radius: 5px;
    width: 200px;
}

.menu1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}


.menu ul li {
    display: flex;
    flex-direction: column;
}

.menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.menu ul li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1240px) {
  #menu{
    display: none;
  }
  .nav1 {
    display: block;
}
.e-btn{
    display: none;
}
.d-btn{
    background-color: #F9A61A !important;
    text-wrap:nowrap;
}
.d-btn:hover{
    background-color: #d59526 !important;
    text-wrap:nowrap;
}
}

@media screen and (max-width: 516px) {
 
    .emp-h3{
        text-wrap: wrap;
    }
}
@media screen and (max-width: 426px) {
 
    .d-btn{
        display: none;
    }
    #logo{
        margin-left: 10px;
    }
    .right-section{
        display: none;
    }

    .sec-main-content{
        text-align: start;
    }
}

@media screen and (max-width: 516px) {
 
    .emp-h3{
        text-wrap: wrap;
    }
}
@media screen and (max-width: 996px) {
 
    .emp-left-content {
        display: none;
    }
}
@media screen and (min-width: 996px) {
 
    .sec-main-content {
        width: 50%;
    }
}
.head3{
    text-wrap: wrap !important;
    text-align: center;
}
@media screen and (max-width: 992px) {
 
    .f-card{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;

    }

}
.flip-card {
    background-color: transparent;
    width: 390px;
    height: 340px;
    border-radius: 20px;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do a horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: #f5f5f5;
    color: black;
    position: relative; /* Allow absolute positioning inside */
}

/* Make the image fill the front side */
.flip-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flip-img img {
    object-fit: cover; /* Ensures the image covers the whole area */
    width: 100%;
    height: 100%;
}

/* Style the heading and position it over the image */
.f-headng {
    position: absolute;
    bottom: 0; /* Position at the bottom */
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background for contrast */
    color: white;
    text-align: center;
    font-size: 16px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Style the back side */
.flip-card-back {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(228, 238, 248);
    overflow: hidden;
    color: white;
    transform: rotateY(180deg);
}

.flip-card-back p {
    font-size: 16px;
    font-weight: bold;
}

.f-card-container {
    padding: 20px 20px !important; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.f-card {
    margin: 20px 30px;
    display: flex;
    gap: 20px;
    justify-content: space-between !important;
    align-items: center !important;
}
.clas{
    padding: 0cap;
}
.f-32{
    font-size: 32px !important;
}
.f-headng {
    color: #ffffff;
    background-color:rgb(102, 102, 102);
    padding: 7px;
    margin: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}/* General container for the cards */
.card-container {
    display: flex; /* Flexbox for horizontal layout */
    justify-content: space-between; /* Space between the cards */
    flex-wrap: wrap; /* Wrap cards if the screen is small */
    padding: 20px 0; /* Space around the cards */
}

/* Each individual card */
.flip-card-item {
    background-color: transparent;
    width: calc(25% - 20px); /* Default: 4 cards per row on large screens */
    margin: 10px;
    height: 340px;
    border-radius: 20px;
    perspective: 1000px; /* 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner-container {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do a horizontal flip when you move the mouse over the flip box container */
.flip-card-item:hover .flip-card-inner-container {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: #f5f5f5;
    color: black;
}

/* Make the image fill the front side */
.flip-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.flip-image img {
    object-fit: cover;  /* Ensures the image covers the entire card */
    width: 100%;
    height: 100%;
}

/* Style the back side */
.flip-card-back {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(228, 238, 248);
    overflow: hidden;
    color: white;
    transform: rotateY(180deg);
}

.flip-card-back p {
    font-size: 20px;
    font-weight: bold;
}

/*.flip-card-back a {*/
/*    background-color: #ffffff;*/
/*    color: #000000;*/
/*}*/

/* Style for headings */
.card-heading {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    color: white;
    text-align: center;
    font-size: 16px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Make sure the cards are responsive */
@media (max-width: 1200px) {
    .flip-card-item {
        width: calc(50% - 20px); /* 2 cards per row on medium screens */
    }
}

@media (max-width: 768px) {
    .flip-card-item {
        width: calc(50% - 20px); /* 2 cards per row on tablet-sized screens */
    }
}

@media (max-width: 480px) {
    .flip-card-item {
        width: calc(100% - 20px); /* 1 card per row on mobile screens */
    }
}

@media (max-width: 390px) {
    .flip-card-inner {
        width: 90%;
        margin-left: 20px;
    }
}

@media (max-width: 350px) {
    .flip-card-inner {
        width: 80%;
        margin-left: 40px;
    }
}


/* .f-headng {
    color: #ffffff;
    background-color: #c1c1c1d8;
    padding: 7px;
    margin: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
} */

.blog {
    padding-top: 20px !important;
}

.blog .blog-item {
    border-radius: 10px;
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
    width: 100%;  /* Ensure the container takes the full available width */
    height: 250px; /* Fixed height for the image */
}

.blog .blog-item .blog-img img {
    width: 100%; /* Ensure the image takes up the full width of the container */
    height: 100%; /* Ensure the image takes up the full height of the container */
    object-fit: cover; /* Ensure the image maintains its aspect ratio while covering the area */
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}
.blog .blog-item .blog-img .blog-category {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 4px;
    color: var(--bs-white);
    background:#1A76D1;
    z-index: 5;
}
.blog-category{
    background-color: #1A76D1;
}
.blog-content a{
    text-decoration: none;
    outline: none;
    font-weight: 600;
}
.blog-content{
    background-color: white !important;
}
.blog-content .btn{
    background-color: #1A76D1;
}
.blog .blog-item .blog-img .blog-date {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: var(--bs-white);
    z-index: 5;
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}
.bg-custom {
    background-color: #1A76D1 !important;
}
.bg-custom1 {
    background-color: #1A76D1 !important;
    color: white;
}
.bg-custom1:hover {
    background-color: #0d58a4 !important;
    color: white;
}
.text-custom{
    color:  #1A76D1 !important;

    }

/* ================================================= */
/* ----------------- Classes Style ----------------- */
/* ================================================= */

#classes {
    margin: 0px 0 0px 0;
    position: relative;
    padding: 20px 0 30px 0;
    background: #f2f2f2;
}

#classes .single-class {
    margin-bottom: 30px;
}

#classes .single-class .col-sm-6:last-child {
    padding: 25px 15px 30px 15px;
    margin-left: -15px;
    background: #002E5B;
}

@media (max-width: 575.98px) {
    #classes .single-class .col-sm-6:last-child {
        margin-right: 15px;
        margin-left: 15px;
    }
}

#classes .class-img,
#classes .class-des {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#classes .class-img img {
    width: 100%;
}

#classes .class-des {
    width: 100%;
    text-align: center;
}

#classes .class-des h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

#classes .class-des span {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}

#classes .class-des p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin-top: 5px;
}

#classes .class-des .btn {
    padding: 3px 10px 5px 10px;
    font-size: 13px;
    font-weight: 600;
    color: #002E5B;
    background: #ffffff;
}

#classes .class-des .btn:hover {
    color: #ffffff;
    background: #222222;
}

.module-container {
    background-color: #f0f0f0 !important;
    color: white;
    padding: 20px;
    border-radius: 8px;
    letter-spacing: 2px;
}
.list-group {
    height: 100%;
}
.list-group-item {
    background-color: #1975d1 !important;
    color: white !important;
    border: none;
    text-align: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.list-group-item:hover {
    background-color: #002e5c !important;
    transform: scale(1.05);
    cursor: pointer;
}
.content-bx {
    /* background-color: black; */
    background-color: #002E5B !important;
    color: white;
    padding: 15px;
    border-radius: 8px;
    display: none;
    height: 100%;
}
.content-bx.active {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}
.content-bx h4 {
    border-bottom: 2px solid rgb(255, 255, 255) !important;
    display: inline-block;
    padding-bottom: 5px;
}
.list-group-item.active {
background-color: #002e5c !important;
color: #fff;
font-weight: bold;
transform: scale(1.05);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-logo{
    margin: 0 30px 40px 0;
}
.custom-text{
color:  #1A76D1 !important;

}
.footer{
background-color: #f9f9f9;
}

.quick {
padding-left: 20px;

}
.quick a{
text-decoration: none;
}
.quick a:hover{
text-decoration: underline;
}
.bg-custom {
background-color: #1A76D1 !important;
}
.sign-up{
border-radius: 0 5px 5px 0;
}
.f1{
margin: 10px 0;
padding: 10px 0;
}

