
.hero-section {
    background: radial-gradient(circle at top right, rgb(51, 96, 160), rgb(161, 47, 167));
    padding: 50px;
    text-align: left;
}

.hero-title {
    color: white;
    font-family: 'mck-icons', sans-serif;
    font-size: 70px;
    padding: 10px;
    margin: 0;
}

.hero-description {
    color: white;
    font-size: 20px;
    margin-top: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 50px; /* Decrease title size for smaller screens */
    }

    .hero-description {
        font-size: 16px; /* Adjust description size for smaller screens */
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 35px; /* Decrease title size even more for very small screens */
    }

    .hero-description {
        font-size: 14px; /* Adjust description size for smaller devices */
    }
}

.heading_text{
    font-size: 28px;
    font-weight: bold;
    color:#19036a;
    font-family: 'mck-icons';
}
.step-container {
    text-align: center;
}

/* Style for the progress text under the circle */
.step-text {
    font-size: 14px;  /* Adjust text size */
    color: #555;      /* Text color */
    margin-top: 5px;  /* Space between the circle and the text */
}

       /* Active Step (Green) */
.active-step {
    background-color: #28a745;
    color: black;
}

/* Completed Step (Blue) */
.completed-step {
    background-color: #007bff;
    color: black;
}

/* Disabled Step (Gray) */
.disabled-step {
    background-color: #f8f9fa;
    color: #ddd;
}
        
        #profileForm {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            max-width: 95%;
            margin: auto;
            border: 1px solid #ccc;
            border-radius: 10px;
            padding: 10px;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        }
        #imagePreview {
            background-color: #f0f0f0;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
            height: 200px;
            width: 200px;
            border: 1px solid #ccc;
            border-radius: 10px;
            text-align: center;
            font-size: 14px;
            color: #888;
            cursor: pointer;
        }
        #formDetails {
            flex: 1;
        }
        .form-check-inline {
            margin-right: 15px;
        }
        .btn-container {
            text-align: right;
        }
        .custom-select {
        appearance: none; /* Default dropdown styling hatane ke liye */
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: transparent !important;
        border: 1px solid #ced4da; /* Border maintain rakhne ke liye */
        padding-right: 30px; /* Right side space dene ke liye, taaki caret overlap na kare */
    }

    /* Custom dropdown wrapper jo caret icon show kare */
    .dropdown-wrapper {
        position: relative;
        width: 100%;
    }

    /* Right side caret icon */
    .dropdown-wrapper::after {
        content: "⏷"; /* Caret symbol */
        font-size: 15px;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        pointer-events: none; /* Taaki icon par click na ho */
        color: #495057; /* Caret color */
    }
    .multi-select-container {
            position: relative;
            width: 100%;
        }

        .multi-select-input {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            cursor: pointer;
            background-color: white;
        }

        .multi-select-dropdown {
            display: none;
            position: absolute;
            width: 100%;
            background: white;
            border: 1px solid #ccc;
            border-radius: 5px;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
            max-height: 200px;
            overflow-y: auto;
            z-index: 1000;
        }

        .multi-select-dropdown label {
            display: flex;
            align-items: center;
            padding: 8px;
            cursor: pointer;
            width: 100%;
        }

        .multi-select-dropdown label:hover {
            background-color: #f1f1f1;
        }

        .multi-select-dropdown input {
            margin-right: 10px;
        }
 
body{
 font-family: 'mck-icons';
 text-align: justify;
 
 font-size:18px;
}
.membership-section {
    padding: 10px 0;
  
    color: #333;
}

.membership-section h1 {
    font-size: 28px;
    font-weight: bold;
    color:#0b0352;
    border-bottom: 2px solid#0b0352; /* Adjust the thickness and color of the underline */
    padding-bottom: 3px; /* Adds some space between the text and the underline */
   font-family: 'mck-icons';
}

.membership-section p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.membership-section img {
  width:400px;
    height: 250px;
    margin-left:15%;
    border-radius: 8px;
}
.membership-steps ul {
    list-style-type: none;  /* Removes default list styling */
    padding: 0;
}

.membership-steps li {
    font-size: 18px;
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
    color:#0b0352;
}

.membership-steps .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px; /* You can adjust the size of the icon */
    color: #0b0352; /* You can change the color as desired */
}

.membership-item {
    margin-bottom: 30px;
}

.membership-item h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #0b0352;
}

.membership-item ul {
    list-style-type: none;
    padding-left: 20px;
}

.membership-item li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.membership-item li strong {
    font-weight: bold;
    color:#0b0352;
}
.fee-structure-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    
}

.fee-structure-section h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    border-bottom: 3px solid #333;
    padding-bottom: 10px;
}

/* Table styles */
.fee-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    
}

.fee-table th,
.fee-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: center;
}

.fee-table th {
    background-color: #07045f;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.fee-table td {
    font-size: 16px;
    color: #333;
}

.fee-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.fee-table tr:hover {
    background-color: #f1f1f1;
}

/* Section styles */
.activeness-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.activeness-section h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 3px solid #333;
    padding-bottom: 5px;
}

/* Table styles */
.activeness-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.activeness-table th,
.activeness-table td {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: center;
}

.activeness-table th {
    background-color: #07045f;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.activeness-table td {
    font-size: 16px;
    color: #333;
}

.activeness-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.activeness-table tr:hover {
    background-color: #f1f1f1;
}
.column-divider {
    border-right: 2px solid rgb(124, 3, 41); /* Adjust color and thickness as needed */
    
 
}
.row .col-sm-4:last-child {
    border-right: none; /* Remove border for the last column */
}
/* By default, hide the paragraph */
.service-description {
    display: none;
}

/* Show paragraph when hovering over the anchor tag (service title) */
.service-heading:hover + .service-description {
    display: block;
}

.about-img {
    position: relative; /* Make sure the container is positioned relative to its contents */
}

.image-text-overlay {
    position: absolute;  /* Position the text over the image */
    top: 50%;            /* Center the text vertically */
    left: 50%;           /* Center the text horizontally */
    transform: translate(-50%, -50%); /* Exact center alignment */
    text-align: center;  /* Align the text in the center */
    width: 100%;         /* Ensure the overlay takes full width of the image */
    color: brown;        /* Text color */
    font-family: cursive;
    font-style: italic;
}
/* Card input fields */
.form-group {
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.form-group label {
    font-weight: bold;
}

.row {
    margin-top: 10px;
}

.col-md-6 {
    padding-right: 5px;
}

.col-md-6 input {
    width: 100%;
}

h5 {
    margin-bottom: 10px;
    font-size: 16px;
}
#phoneError {
    font-size: 14px;
    color: red;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: none;
}
#emailError {
    font-size: 14px;
    color: red;
    display: none; /* Initially hidden */
}
 .industries {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 5px;
    }

    .industries a {
        display: block;
        width: auto;
        background-color: #f8f9fa;
        color: #003366;
        text-decoration: none;
        padding: 5px;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        text-align: left;
    }

    .industries a:hover {
        background-color: #003366;
        color: #fff;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .industries a {
            width: 100%; /* Make links take full width on smaller screens */
            margin-bottom: 10px;
        }
    }

    @media (max-width: 576px) {
        .industries a {
            font-size: 14px; /* Adjust font size for very small screens */
            padding: 2px;
        }
    }
   /* Background with a fixed airplane image */
  



  /* Card layout styling */
  .card-custom {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.card-img-left, .card-img-right {
    width: 100%;
    height: auto;
}

.card-content {
    padding: 20px;
}




/* The airplane image */


/* Keyframes to animate the airplane */
.card-title{
    color:#07045f;
    font-size:30px;
    padding:5px;
    font-family: mck-icons;
    margin-top:20px;
}

  .column h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
    color:#07045f;
  }
  .column p {
    font-size: 1em;
    color: #555;
  }
h2{
    font-family: 'mck-icons'; 
}
.container6 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    background-color: aliceblue;
    margin-top: 20px;
}

.card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1 1 23%; /* 4 cards per row */
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

h3 {
    font-size: 18px;
    color: #003366;
}

p {
    font-size: 14px;
    color: #555;
}

/* Responsive Design */
@media (max-width: 768px) {
    .card {
        flex: 1 1 48%; /* 2 cards per row on medium screens */
    }
}

@media (max-width: 576px) {
    .card {
        flex: 1 1 100%; /* 1 card per row on very small screens */
    }
    h3 {
        font-size: 16px; /* Adjust font size for headings on small screens */
    }
    p {
        font-size: 12px; /* Adjust font size for paragraphs on small screens */
    }
}

.image-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.column-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.left-column, .right-column {
    flex: 1;
    padding: 10px;
  }

  img {
    width: 100%; /* Image will take full width of left column */
    height: auto;
  }
  .column {
    flex: 1;                /* Both columns will take equal width */
    padding: 10px;          /* Optional: Add some padding for spacing */
    border: 1px solid #ccc; /* Optional: Border to visualize the columns */
}