/* footer social icon   */
/* General style for all social media icons */
.social-link li i {
    font-size: 1rem;  /* Increase font size */
    padding: 10px;    /* Add padding around the icon */
    border-radius: 50%;  /* Make the icon background circular */
    color: white;     /* Set icon color to white */
    transition: background-color 0.3s ease; /* Smooth hover effect */
}

/* Facebook Icon */
.facebook-icon i {
    background-color: #3b5998; /* Facebook blue background */
}

.facebook-icon a:hover i {
    background-color: #365899; /* Darker Facebook blue on hover */
}

/* Twitter Icon */
.twitter-icon i {
    background-color: #00acee; /* Twitter blue background */
}

.twitter-icon a:hover i {
    background-color: #0084b4; /* Darker Twitter blue on hover */
}

/* Instagram Icon */
.instagram-icon i {
    background-color: #E4405F;  /* Instagram's signature pinkish-red color */
}

.instagram-icon a:hover i {
    background-color: #C13584;  /* Darker Instagram color on hover */
}
/* YouTube Icon */
.youtube-icon i {
    background-color: #FF0000; /* YouTube red background */
}

.youtube-icon a:hover i {
    background-color: #cc0000; /* Darker YouTube red on hover */
}

   
   
   
   /* our partnereContainer for the slider */

    .s-id-partner-icon{
        border-radius:10px;
        background-color:white;
        padding:6px;
    }
    #slider-container {
        position: relative;
        width: 100%;
        height: 150px;
        /* Set the height of the container */
        overflow: hidden;
        /* Hide the overflowing content */
    }

    /* This will be the wrapper for the images */
    #slider-scroller {
        display: flex;
        animation: scroll 20s linear infinite;
        /* Continuous animation of the scroll */
    }

    /* Individual slider item */
    .slider-item {
        width: 220px;
        height: 110px;
        margin: 20px;
        /* Add space between images */
        display: inline-block;
        position: relative;
    }

    /* Adjust image size */
    .slider-item img {
        width: 100%;
        height: auto;
        max-width: 200px;
        max-height: 90px;
        object-fit: contain;
    }

    /* Infinite scroll animation */
    @keyframes scroll {
        0% {
            transform: translateX(0);
            /* Start from the original position */
        }

        100% {
            transform: translateX(-100%);
            /* Move the images to the left */
        }
    }

    /* Duplicate the images to create the infinite effect */
    #slider-scroller {
        width: calc(220px * 6);
        /* Adjust width based on the number of items (6 in this case) */
    }

    /* Duplicate images for continuous scrolling */
    #slider-scroller::after {
        content: "";
        display: flex;
        width: calc(220px * 6);
        /* Same width as the original set */
    }

    /* Customize for even more items if needed */
    .slider-item {
        flex-shrink: 0;
        /* Prevent images from shrinking */
    }
  
  
  /* for form */
    /* Icon style to make the icons bigger, more centered, and more prominent */
    .icon-style {
        font-size: 1.5rem;
        /* Increase size of the icon */
        color: black !important;
        /* Set a light grey color for the icon */
        top: 44%;
        /* Center the icon vertically */
        left: 15px;
        /* Give some space from the left */
        transform: translateY(-50%);
        /* Ensure perfect vertical alignment */
    }


    /* Default style for the h4 element */
    .franchise-form-heading {
        background: white;
        color:#FF7553;
        border-radius: 80px;
        padding: 20px 22px;
        max-width: fit-content;
        font-size: 18px;
        /* Default font size */
        text-align: center;
        /* Ensure text is centered */
    }

    /* Media query for smaller screens (mobile) */
    @media (max-width: 767px) {
        .franchise-form-heading {
            font-size: 15px;
            /* Smaller font size for small screens */
            padding: 12px 15px;
            /* Adjust padding for smaller screens */
        }
    }

    /* Optional: Further adjustments for very small screens (extra small devices) */
    @media (max-width: 480px) {

        .net{
                 margin-left: 20%;
        }
        .franchise-form-heading {
            font-size: 12.6px;
            /* Even smaller font size for very small screens */
            padding: 10px 12px;
            /* Reduce padding further */
        }
    }


    /*  */
    .id-banner-text1 {
        font-size: 40px;
        font-weight: 700;
    }

    .id-banner-text2 {
        font-size: 52px;
        font-weight: 700;

    }

    .id-text-dark-color {
        color: #3E5879;
        margin-bottom: 25px;
    }

    .id-text-light-color {
        color: #161924;
    }

    .id-banner-logo-section {
        margin-bottom: 62px;
    }

    .id-form {

        display: flex;
        flex-direction: column;
        padding: 27px 25px;


    }

    .id-request-demo {
        text-align: center;
        background: #3E5879;
        color: white;
        border-radius: 20px;
        padding: 5px;
        margin-bottom: 30px;
        font-weight: 500;
    }

    .id-form input {

        background-color: #FFE4E4;
        border: 1px solid white;
        border-radius: 20px;
        padding: 5px 20px;
        margin-bottom: 4px;
    }

    .form-box {
        background-color: white;
        border-radius: 25px;
    }

    .id-form .id-submit {
        margin-top: 10px !important;
        margin: auto;
        padding: 2px 27px !important;
        font-weight: 500;
        background-color:#FF7553;
        font-size: 1.4rem;
        color: white;
        border: none;
        padding: 4px 15px;
        cursor: pointer;
        border-radius: 5px;
    }

    .id-form input::placeholder,
    .id-form select::placeholder {
        color: black;
        font-size: 17px;
    }

    .id-sc3-contain ul li {

        line-height: 20PX;
        padding: 5px 6px;

        margin-right: 5px;
    }

    .special-text {
        color:#FF7553;


    }

    .info-box {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        /* Space between lines */
    }

    .icon {
        margin-right: 10px;
        color: #FF5757;
        /* Customize icon color */
        font-size: 15px;
    }

    .info h6 {
        margin: 0;
        font-size: 16px;
        /* Adjust font size */
        line-height: 1.4;
        /* Improve readability */
    }

    /* 2nd section */
    .about-area-v3 {
        border: 1px solid #ddd;
        border-radius: 12px;
        padding: 20px;
        background-color: #f9f9f9;
        margin: 10px;
    }

    .about-area-v3 h3 {
        font-size: 1.8rem;
        color: #2c3e50;
        margin-bottom: 15px;
        text-align: center;
    }

    .about-area-v3 h4 {
        font-size: 1.4rem;
        color: #003A6A;
        background-color: #e9ecef;
        padding: 10px 15px;
        border-radius: 8px;
        max-width: fit-content;
        margin: auto;
    }

    .info-box {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        padding: 10px;
        background-color: #ffffff;
        border: 1px solid #ddd;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .info-box .icon {
        color: #28a745;
        font-size: 20px;
        margin-right: 10px;
    }

    .info-box .info h6 {
        font-size: 1rem;
        color: #333;
        margin: 0;
        line-height: 1.4;
    }

    .about-content-box {
        padding: 10px;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
        .about-area-v3 h3 {
            font-size: 1.5rem;
        }

        .about-area-v3 h4 {
            font-size: 1.2rem;
            padding: 8px 10px;
        }

        .info-box .icon {
            font-size: 18px;
        }

        .info-box .info h6 {
            font-size: 0.9rem;
        }

        .info-box {
            margin-bottom: 10px;
            padding: 8px;
        }
    }

    @media (max-width: 576px) {
        .about-area-v3 h3 {
            margin-top: 339px;
            font-size: 1.3rem;
        }
        .batch-section{
             margin-top: 300px;
        }
        .award-image{
            margin-top: 10px;;
           }  
        .about-area-v3 h4 {
            font-size: 1rem;
            padding: 6px 8px;
        }

        .info-box .icon {
            font-size: 16px;
        }

        .info-box .info h6 {
            font-size: 0.8rem;
        }
    }

    /* section 3 */
    /* Section Styling */
    .id-section-padding {
        background-color: #f8f9fa;
        border-radius: 15px;
        padding: 25px 20px;
        margin: 20px 10px;
        /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    }

    /* Section Title */
    .section-title {
        font-size: 1.8rem;
        font-weight: 600;
        color: #003A6A;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    }

    /* Image Styling */
    .samman-image {
        width: 70%;
        height: auto;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin-top: 15px;
    }

    .responsive-image {
        width: 100%;
        height: auto;
        border-radius: 38px !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .responsive-image:hover {
        transform: scale(1.03);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    /* Row Spacing */
    .row.g-3 {
        gap: 15px;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .section-title {
            font-size: 1.6rem;
        }

        .samman-image {
            width: 90%;
            margin-top: -10px;
        }

        .id-section-padding {
            padding: 20px;
        }
    }

    @media (max-width: 576px) {
        .section-title {
            font-size: 1.4rem;
        }

        .id-section-padding {
            padding: 15px;
        }
    }

    /* section 4 */

    /* Section Styling */
    .bebsa-service-v1 {
        margin: 5px;
        background-color: #f8f9fa;
        border-radius: 15px;
        padding: 30px 20px;
        /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    }

    .rounded-section {
        border-radius: 20px;
        overflow: hidden;
    }

    /* Title Styling */
    .section-title {
        font-size: 2rem;
        font-weight: 800;
        color: #003A6A;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    }

    /* Mission List */
    .mission-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mission-list li {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .mission-list li h5 {
        margin: 0;
        font-size: 1rem;
        color: #333;
        font-weight: 500;
    }

    .icon-style {
        font-size: 1.5rem;
        color: #007bff;
        margin-right: 15px;
    }

    /* Image Styling */
    .img-fluid {
        border-radius: 15px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .img-fluid:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .section-title {
            font-size: 1.8rem;
        }

        .icon-style {
            font-size: 1.3rem;
        }
    }

    @media (max-width: 576px) {
        .section-title {
            font-size: 1.5rem;
        }

        .mission-list li h5 {
            font-size: 0.95rem;
        }

        .icon-style {
            font-size: 1.2rem;
        }
    }

    /* section 5 */
    .mdcsm-franchise-why {
        background-color: #f8f9fa;
        margin: 7px;
        border-radius: 14px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .mdcsm-franchise-title {
        font-size: 36px;
        color: #333;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .mdcsm-franchise-subtitle {
        font-size: 18px;
        color: #555;
    }

    /* Feature Item Styling */
    .mdcsm-franchise-feature {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 25px;
        transition: transform 0.3s ease;
    }

    .mdcsm-franchise-feature:hover {
        transform: translateY(-10px);
    }

    .mdcsm-franchise-icon i {
        font-size: 40px;
        color: #009688;
        margin-bottom: 20px;
    }

    .mdcsm-franchise-heading {
        font-size: 20px;
        font-weight: 600;
        color: #009688;
        margin-bottom: 15px;
    }

    .mdcsm-franchise-description {
        font-size: 14px;
        color: #777;
    }

    /* Responsive Layout */
    @media (max-width: 991px) {
        .mdcsm-franchise-feature {
            padding: 20px;
        }

        .mdcsm-franchise-heading {
            font-size: 18px;
        }

        .mdcsm-franchise-description {
            font-size: 13px;
        }
    }

    @media (max-width: 767px) {
        .mdcsm-franchise-feature {
            padding: 15px;
        }

        .mdcsm-franchise-heading {
            font-size: 16px;
        }

        .mdcsm-franchise-description {
            font-size: 12px;
        }
    }

    /* section 6 */
    /* Section Styling */
    .alc-enquiry-section {
        background: #f9f9f9;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .alc-image-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #e2e2e2;
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 20px;
    }

    .alc-bg-image {
        max-width: 100%;
        border-radius: 8px;
    }

    /* Section Title Styling */
.alc-section-title {
    font-family: 'Poppins', sans-serif;
    color: #FF5A57;
    text-align: left;
}

.alc-title-span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #FF5A57;
}

.alc-title {
    font-size: 32px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.2;
}

/* Description Styling */
.alc-description {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

/* Section Title Styling */
.alc-section-title {
    font-family: 'Poppins', sans-serif;
    color: #FF5A57;
    text-align: left; /* Keep the title aligned to the left */
}

.alc-title-span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #FF5A57;
}

.alc-title {
    font-size: 32px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.2;
    text-align: left; /* Ensure the title text aligns to the left */
}

/* Description Styling */
.alc-description {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    text-align: left; /* Align the description text to the left */
}

/* Subtitle Styling */
.alc-subtitle {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left; /* Align the subtitle text to the left */
}

/* Content Wrapper */
.alc-content-wrapper {
    padding: 10px 0;
}

/* Requirement List Styling */
.alc-requirements-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left; /* Align requirement list text to the left */
}

.alc-requirement-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left; /* Ensures the text inside requirement item is aligned left */
}

/* Icon Styling */
.alc-icon {
    font-size: 22px; /* Increased icon size */
    color: #FF5A57;
    margin-right: 15px;
    transition: transform 0.3s ease; /* Add animation to icon */
}

/* Item Text Styling */
.alc-item-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.6;
    text-align: left; /* Ensure text aligns left in item text */
}

/* Hover Effect on Requirement Items */
.alc-requirement-item:hover {
    /* transform: translateX(5px); Slightly move to the right on hover */
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1); /* Soft shadow on hover */
}


/* Responsive Design */
@media (max-width: 767px) {
    .alc-title {
        font-size: 28px;
    }

    .alc-subtitle {
        font-size: 16px;
    }

    .alc-requirement-item {
        flex-direction: row; /* Keep icon and text in a row */
        align-items: center;
    }

    .alc-icon {
        margin-bottom: 0;
    }

    .alc-item-text {
        font-size: 14px; /* Slightly reduce font size for mobile */
    }
}


    /* section 7 */
    /* Table Styling */
    .table {
        /* border-radius: 100px; */
        width: 100%;
        margin-bottom: 1rem;
        background-color: transparent;
        border-collapse: collapse;
    }

    .table th,
    .table td {
        padding: 4px 7px;
        /* Reduced padding */
        vertical-align: middle;
        text-align: center;
        border: 1px solid #ddd;
    }

    .table-striped tbody tr:nth-of-type(odd) {
        background-color: #f9f9f9;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }

    .table-center td,
    .table-center th {
        text-align: center;
    }

    /* Styling for images inside table cells */
    .table-icon {
        max-width: 20px;
        /* Adjusted image size */
        max-height: 20px;
        margin: 0 auto;
    }

    .table .apply-btn {
        padding: 6px 12px;
        background-color:#FF7553;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .table .apply-btn:hover {
        background-color: #00796b;
    }


    /* Responsive Design: Table scrollable on small screens */
    @media (max-width: 768px) {
        .table-responsive {
            overflow-x: auto;
        }

        .table th,
        .table td {
            font-size: 14px;
            padding: 6px 8px;
            /* Further reduced padding on small screens */
        }

        .table .apply-btn {
            padding: 6px 12px;
        }
    }

    /* Table Header Styling */
    th.head1 {
        background-color: #009688;
        color: #fff;
        font-weight: bold;
    }

    th.head2,
    th.head3,
    th.head4 {
        background-color: #26a69a;
        color: #fff;
        font-weight: bold;
    }

    .id-mdcsm-info h2 {
        font-size: 29px;
    }

    .mdcsm-info-item {
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
    }

    .id-mdcsm-info {
        margin-bottom: 12px;
    }

    .id-steps-to-get {
        background-color: #ff7553;
        display: inline-block;
        padding: 10px 90px;
        border-radius: 10px;
        font-size: 45px;
        color: rgb(242, 237, 237);
    }

    .id-wtsp-icon {
        padding: 16px;
        background: green;
        color: white;
        border-radius: 50%;
        height: 60px;
        width: 60px;
        font-size: 30px;
        margin-right: 20px;
    }

    .id-mdcsm-contact-number {
        background-color: whitesmoke;
        display: inline-block;
        padding: 10px 51px;
        border-radius: 10px;
        font-size: 30px;
        color: #003a6b;
    }

    .id-form-icon i {
        font-size: 50px;
        color: black;
        padding: 6px;
        background: #ff5758;
        border-radius: 50%;

    }
    .id-form-icon {
        position: absolute;
        top: -45px;
        left: 40%;
    }

  
@media (max-width: 767px) {


    .id-steps-to-get {
        background-color: #ff7553;
        display: inline-block;
        padding: 10px 7px;
        border-radius: 10px;
        font-size: 28px;
        color: rgb(242, 237, 237);
    }

    .id-wtsp-icon {
    padding: 4px;
    background: green;
    color: white;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 15px;
    margin-right: 20px;
}

    .id-form-icon i {
        font-size: 45px;             /* Sets the font size of the icon to 45px */
        color: black;               /* Sets the icon color to black */
        padding: 6px;               /* Adds 6px of padding around the icon */
        background: #ff5758;        /* Sets a reddish-pink background color */
        border-radius: 50%;         /* Makes the icon circular */
    }
    
    .id-form-icon {
        position: absolute !important;
        top: -7% !important;
        left: 41% !important;
    }
}

    .id-position-relative {
        position: relative;
    }

  

    .id-icons span img {
        height: 50px;
        background-color: white;
        border-radius: 10px;
    }
    @media (max-width: 767px){
        .id-icons span img {
        max-height: 30px;
        max-width: 47px;
        background-color: white;
        border-radius: 10px;
    }
    }

    .id-icons {
        display: flex;
        gap: 30px;
        margin-bottom: 20px;
    }
/* call icons */
.fixed-icons {
    position: fixed;
    top: 78%;
    right: 22px;
    transform: translateY(-50%);
    z-index: 1000;
}

.icon-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.icon {
    width: 50px;
    height: 50px;
    /* background-color: #4CAF50; */
    color: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s;
}

.icon:hover {
    /* background-color: #3e8e41; */
    transform: scale(1.1);  /* Slightly enlarge the icon when hovered */
}
.icon img {
    width: max-content;
    height: max-content;
}
/* partner batch */

.batch-1, .batch-2 {
    overflow: hidden;
    position: relative;
    width: 100%;
    white-space: nowrap; /* Ensures images are on one line */
}

.batch-1 img, .batch-2 img {
    width: 120px;
    margin: 0 10px;
    display: inline-block;
}

/* @keyframes scrollLeft {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.batch-1 {
    animation: scrollLeft 25s linear infinite;
}

.batch-2 {
    animation: scrollRight 25s linear infinite;
} */

/* Responsive design for mobile view */
@media (max-width: 767px) {
    .batch-1 img, .batch-2 img {
        width: 120px; 
    }
    
    /* .batch-1 {
        animation: scrollLeft 10s linear infinite; 
    }
    
    .batch-2 {
        animation: scrollRight 10s linear infinite; 
    } */
}
