* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Poppins, sans-serif;
    line-height: 1.6;
    background-color: #FFF;
    font-size: 14PX;
}

.bg-blue {
    background-color: #0F3D44;
}

.bg-yellow {
    background-color: #E3B23C;
}

.mg-top-10 {
    margin-top: 10px;
}

.mg-top-20 {
    margin-top: 20px;
}

.mg-top-30 {
    margin-top: 30px;
}

.txt-yellow {
    color: #E3B23C;
}

.txt-white {
    color: #FFF;
}

.txt-blue {
    color: #0F3D44;
}

.txt-wheat {
    color: rgb(241, 193, 103);
}

.txt-bold {
    font-weight: 600;
}

.bg-img1 {
    background-image: url(../images/bg-img1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.brdr-1 {
    border: 1px solid #0F3D44;
}

.brdr-2 {
    border: 2px solid #0F3D44;
}

.gap-5 {
    gap: 5px;
}

header {
    background-color: #0F3D44;
    max-width: 100%;
}

.top-header {
    max-width: 100%;
    height: auto;
}

.digital-india {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    max-width: 120px;
    background-color: white;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    cursor: pointer;
}

/* Modal Styles */
.modal {
    display: flex;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 500px;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 50%;
}

/* .calendar-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    min-width: 150px;
    background-color: white;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    cursor: pointer;
}

.month-name {
    margin: 0;
    background-color: #0F3D44;
    color: white;
    padding: 2px;
    font-size:16px;
    font-weight: bold;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.day-name {
    font-size: 16px;
    color: rgb(175, 175, 13);
}

.day-number {
    font-size: 20px;
    margin: 0;
    font-weight: bold;
}

.year {
    margin: 0px;
    font-size: 16px;
    color: rgb(175, 175, 13);
    font-weight: 500;
} */

.row {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 50px;

}

.align-center {
    align-items: center;
}

.gradient {
    background: linear-gradient(to right, #0F3D44, #E3B23C);
}

.fix-col {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    min-width: 320px;
    max-width: 320px;
}


.col {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.col-2 {
    width: 200px;
    padding: 10px;
    text-align: justify;
    padding: 10px;
}


.col-3 {
    width: 30%;
    padding: 10px;
    text-align: justify;
    padding: 10px;
}

.col-4 {
    width: 40%;
    padding: 10px;
    text-align: justify;
    padding: 10px;
}

.col-5 {
    width: 50%;
    padding: 10px;
    text-align: justify;
    padding: 10px;
}

.col-6 {
    width: 60%;
    padding: 10px;
    text-align: justify;
    padding: 10px;
}

figure {
    position: relative;
    width: 100%;
    height: auto;
}

figure img {
    object-fit: fill;
    width: 100%;
    height: 100%;
}

p {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    text-align: justify;
    margin-top: 10px;
}

.p-border {
    border: 2px solid #E3B23C;
    padding: 5px;
    border-radius: 3px;
    margin-top: 5px;
    color: #FFF;
}

.p-border:hover {
    cursor: pointer;
    background-color: #0F3D44;
    border: 2px solid #E3B23C;
    color: #FFF;
}

.logo {
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    line-height: 1.1;
    column-gap: 5px;

}

.logo img {
    width: 8vw;
    height: auto;
}

.logo h1 {
    display: flex;
    justify-content: center;
    color: #0F3D44;
    font-size: 40px;
}

.logo h3 {
    display: flex;
    justify-content: center;
    color: #0F3D44;
    font-size: 20px;
}

h1 {
    display: flex;
    justify-content: center;
    color: #E3B23C;
    font-size: 30px;
}

.top-header a {
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

button {
    margin-top: 10px;
    padding: 10px 15px;
    background-color: #E3B23C;
    color: #0F3D44;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
}

button:hover {
    padding: 10px 15px;
    background-color: #FFF;
    color: #E3B23C;
    font: 14px;
    font-weight: 600;
    cursor: pointer;
}

.button-2 {
    padding: 10px 15px;
    background-color: #0F3D44;
    color: #E3B23C;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
}

.button-2:hover {
    padding: 10px 15px;
    background-color: #FFF;
    color: #E3B23C;
    font: 14px;
    font-weight: 600;
    cursor: pointer;
}

button.more {
    margin-top: 20px;
    padding: 10px 15px;
    background-color: #0F3D44;
    color: #E3B23C;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
}

button.more:hover {
    padding: 10px 15px;
    background-color: #E3B23C;
    color: #0F3D44;
    font: 14px;
    font-weight: 600;
    cursor: pointer;
}

.menu-toggle {
    width: 100%;
    font-size: 24px;
    background-color: #0F3D44;
    color: #E3B23C;
    background: none;
    border: none;
    cursor: pointer;
    display: none;
}

nav {
    width: 100%;
    height: auto;
}

.container {
    width: 100%;
}

ul {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0F3D44;
    list-style: none;
}

ul li {
    position: relative;
    padding: 10px;
    margin-right: 0px;
}

a {
    font-family: Poppins, sans-serif;
    text-decoration: none;
    font-weight: 600;

    padding: 5px 5px;
    display: block;
}

li a {
    font-family: Poppins, sans-serif;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #E3B23C;
    padding: 5px 5px;
    display: block;
}

ul>li:hover {
    background-color: #E3B23C;
    color: #E3B23C;
    cursor: pointer;
}

ul>li:hover>a {
    color: #0F3D44;
}



ul li ul {
    display: none;
    position: absolute;
    min-width: 250px;
    white-space: nowrap;
    top: 100%;
    left: 0;
    z-index: 1000;
}

ul li ul li {
    margin-right: 0px;
}

ul li:hover ul {
    display: block;
}

ul li ul li {
    background-color: #E3B23C;

}

ul li ul li a {
    color: #0F3D44;
}

ul li ul li:hover {
    background-color: #0F3D44;
}

ul li ul li:hover a {
    color: #E3B23C;

}




/*Footer CSS*/

.footer {
    background-color: #0F3D44;
    color: #FFF;
    padding: 30px 5px;
    font-size: 14px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
}

.footer-column>ol {
    background-color: transparent;
    display: flex;
    align-items: flex-start;
    padding: 0px;
    margin: 0px;
    flex-direction: column;
    flex-grow: 1;
    min-width: 200px;
}

ol li {
    list-style: none;
}

ol li a {
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
}

.footer-column h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
}

.footer-column h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background-color: #f5a225;
    margin-top: 5px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column ul li a {
    color: #E3B23C;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #f5a225;
}

.footer-column p {
    line-height: 1.6;
    margin: 5px 0;
}

.footer-column p a {
    color: #E3B23C;
    text-decoration: none;
    font-size: 14px;
}

.footer-column p a:hover {
    color: #f5a225;
}

.footer-social {
    display: flex;
    text-align: center;
    margin-top: 0px;
    padding: 0px 0px;
}

.footer-social a {
    color: white;
    margin: 0 10px;
    font-size: 18px;
    transition: color 0.3s ease;
}

.footer-social a:hover {
    color: #0F3D44;
}

.footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: auto;
    padding: 10px;
    background-color: #012c12;
    color: #FFF;
}

.footer-bottom a {
    color: #f5a225;
}


.widgets {
    position: absolute;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

input,
select {
    width: 95%;
    padding: 10px 5px;
    border: 1px solid #f5a225;
    border-radius: 3px;
    line-height: 1.5;
}

label {
    display: inline-block;
    text-align: right;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #0F3D44;
}


.questions {
    width: 100%;
}

.section-center {
    width: 100%;
    padding: 0px;
}



.question {
    background: #0F3D44;
    border-radius: 0.2rem;
    border: 1px solid #E3B23C;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 0px 10px;
    margin-bottom: 3px;


}

.question-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize;

}

.question-title p {
    letter-spacing: 0.1rem;
    color: #E3B23C;
    font-weight: bolder;
}

.question-btn {
    font-size: 1.5rem;
    background: transparent;
    border-color: transparent;
    cursor: pointer;
    color: #E3B23C;
}

/* hide text */

/* Ensure default state */

.question-text {
    padding: 1rem 0 1.5rem 0;
    border-top: 1px solid grey;
    display: none;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

/* When active, display the text */
.question.show-text .question-text {
    display: block;
    max-height: 500px;
    /* Adjust height if needed */
    transition: all 0.3s ease-in-out;
}

/* Ensure icon toggle works */
.minus-icon {
    display: none;
}

.show-text .minus-icon {
    display: inline;
}

.show-text .plus-icon {
    display: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    text-align: center;
}

th,
td {
    padding: 5px 10px;
    border: 1px solid #ddd;
    font-size: 14px;
}

th {
    background-color: #E3B23C;
    color: #0F3D44;
    font-weight: bold;
    text-transform: uppercase;
}

tbody tr {
    background-color: #f2f2f2;
}

tbody tr:hover {
    background-color: #ddd;
    cursor: pointer;
}

/*home slider css*/

.swiper {
    width: 100%;
    height: 400px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.swiper-button-next,
.swiper-button-prev {
    color: #FFF !important;
    background-color: rgba(0, 0, 0, 0.473);
    padding: 2px;

}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 900 !important;
}

.hero-txt {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #012c1265;
    display: flex;
    justify-content: center;
    align-items: center;

}

.hero-txt h1 {
    color: white !important;
    font-size: 50px;
    align-items: center;
}

.courses {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.course {
    display: flex;
    padding: 10px;
    border: 2px solid #f5a225;
    border-radius: 5px;
    background-color: #FFF;
}

.company-swiper {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
    width: 95%;
    height: auto;
    padding: 10px 50px;
    object-fit: contain;
    overflow: hidden;

}

.company-swiper.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.company-swiper.swiper-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    width: 100% !important;
    padding: 10px 50px !important;
    column-gap: 10px;

}

.company-swiper .swiper-slide img {
    width: 90%;
    height: 50% !important;
    object-fit: fill;
}