:root {
    --body-font: 'Roboto', sans-serif;
    --heading-font: 'Yantramanav', sans-serif;
    --theme-color: #0b6289;
    --theme-color2: #b31b23;
    --theme-color3: #7ab48a;
    --theme-color-light: rgb(17, 110, 99, 0.09);
    --theme-bg-light: #F2F3F5;
    --body-text-color: #757F95;
    --color-white: #ffffff;
    --color-dark: #19232B;
    --hero-overlay-color: #000000;
    --slider-arrow-bg: rgba(255, 255, 255, 0.2);
    --swiper-theme-color: #b31b23 !important;
    --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
    --transition: all .5sease-in-out;
    --transition2: all .3sease-in-out;
    --border-info-color: rgba(0, 0, 0, 0.08);
    --border-info-color2: rgba(0, 0, 0, 0.05);
    --border-white-color: rgba(255, 255, 255, 0.08);
    --border-white-color2: rgba(255, 255, 255, 0.05);
    --choose-area: #50a450;
    --footer-bg: #012758;
    --footer-bg2: #116E63;
    --footer-text-color: #F5FAFF;
}
.cstmclr2 {
    color: var(--theme-color);
}
.about-left {
    margin-right: 20px;
}

.about-img {
    display: flex;
    gap: 30px;
    position: relative;
}

.about-experience {
    display: flex;
    align-items: center;
    text-align: center;
    background: var(--theme-color2);
    padding: 15px 20px 15px 15px;
    color: var(--color-white);
    border-radius: 50px 50px 50px 0;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
}

.about-experience-icon {
    color: var(--theme-color);
    font-size: 65px;
    width: 90px;
    height: 90px;
    line-height: 70px;
    text-align: center;
    margin: auto;
    background: var(--color-white);
    border-radius: 50px;
    margin-bottom: 5px;
}

.about-experience-icon img {
    width: 65px;
    filter: invert(26%) sepia(100%) saturate(537%) hue-rotate(155deg) brightness(99%) contrast(95%);
}

.img-1,
.img-3 {
    width: 100%;
}

.about-img .img-1 {
    border-radius: 80px 80px 0px;
    height: 70%;
}

.about-img .img-2 {
    border-radius: 50%;
    border: 2px dashed var(--theme-color2);
    padding: 8px;
    height: 60%;
}

.about-img .img-3 {
    border-radius: 0 80px 80px 80px;
    height: 55%;
}

.about-right {
    position: relative;
    display: block;
}

.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color2);
    position: relative;
    border-bottom: 2px solid var(--theme-color2);
}

.site-title-tagline i {
    line-height: 0;
    font-size: 20px;
}

.site-title {
    font-weight: 800;
    text-transform: capitalize;
    font-size: 35px;
    color: var(--color-dark);
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
}

.site-title span,
.about-quote span, .cstmclr {
    color: var(--theme-color2);
}

.about-content {
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-info-color);
}

.about-item {
    position: relative;
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
}

.about-item-icon {
    width: 78px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    margin-bottom: 12px;
    background: var(--theme-color2);
    border-radius: 50px;
    font-size: 45px;
    color: var(--theme-color);
    box-shadow: -5px 5px 0 var(--theme-color-light);
}

.about-item-icon img {
    width: 35px;
    filter: brightness(0) invert(1);
    margin-bottom: 15px;
}

.about-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 4rem;
}

.theme-btn {
    font-size: 14px;
    color: var(--color-white);
    padding: 14px 20px;
    transition: var(--transition);
    text-transform: uppercase;
    position: relative;
    border-radius: 50px 50px 50px 0;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: var(--theme-color2);
    box-shadow: var(--box-shadow);
    z-index: 1;
}

.about-phone {
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-phone .icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: var(--theme-color);
    color: var(--color-white);
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    box-shadow: -5px 5px 0 var(--theme-color-light);
}

.about-phone .number {
    line-height: 1;
}

.about-phone .number h6, .about-phone .mail h6 {
    font-size: 16px;
}

.about-quote {
    position: relative;
    color: var(--color-dark);
    padding: 20px 22px;
    background: var(--theme-color-light);
    border-radius: 20px;
}

.address {
    position: absolute;
    color: var(--color-dark);
    padding: 20px 22px;
    border-radius: 20px;
}

.address h2 {
    position: relative;
    font-size: 35px;
    color: var(--theme-color);
    right: -140px;
    top: -60px;
    background: rgba(80, 164, 80, 0.88);
    padding: 2px 10px;
    z-index: 99;
    border-radius: 10px;
}

.about-quote i {
    position: absolute;
    font-size: 35px;
    color: var(--theme-color);
    right: 15px;
    bottom: -15px;
}

.double-icon::after {
    content: '\39';
    font-family: "Font Awesome 6 Free";
    padding-left: 5px;
}

.theme-btn {
    font-size: 14px;
    color: var(--color-white);
    padding: 14px 20px;
    transition: var(--transition);
    text-transform: uppercase;
    position: relative;
    border-radius: 50px 50px 50px 0;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: var(--theme-color2);
    box-shadow: var(--box-shadow);
    z-index: 1;
}

.theme-btn::before {
    content: "";
    height: 300px;
    width: 300px;
    background: var(--theme-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5scubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all 0.3sease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3sease-out 0s;
    text-decoration: none;
}

/* Counter area section styling */
.counter-area {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
}

.counter-area::before {
    content: "";
    position: absolute;
    background: var(--theme-color);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: -1;
}

.counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.counter-box .icon {
    position: relative;
    text-align: center;
    font-size: 60px;
    width: 100px;
    height: 100px;
    line-height: 88px;
    color: var(--color-white);
    background: var(--theme-color2);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.counter-box .icon img {
    width: 60px;
    filter: brightness(0) invert(1);
}

.counter-box .counter {
    display: block;
    line-height: 1;
    color: var(--color-white);
    font-size: 50px;
    font-weight: 600;
}

.counter-box .title {
    color: var(--color-white);
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.counter-box:hover .icon::before {
    left: 0;
    top: 0;
}

.counter-box .icon::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 3px solid var(--color-white);
    transition: var(--transition);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: -1;
}

/* Team Section */
.team-item {
    position: relative;
    background: var(--color-white);
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 60px 60px 60px 0;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
}

.team-img img {
    border-radius: 50px 50px 50px 0;
}

.team-social {
    position: absolute;
    margin-bottom: 10px;
    text-align: center;
    top: 50px;
    right: 0px;
    bottom: 0;
    opacity: 0;
    transition: var(--transition);
}

.team-social a {
    display: block;
    color: var(--color-white);
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    border-radius: 50px 50px 50px 0;
    background: var(--theme-color2);
    box-shadow: var(--box-shadow);
    transition: var(--transition);
}

.team-content {
    margin-top: 15px;
    position: relative;
}

.team-bio h5 {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: var(--choose-area);
}

.team-item:hover .team-social-btn {
    background: var(--theme-color2);
}

.team-social-btn {
    position: absolute;
    right: 15px;
    bottom: 25px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding-left: 12px;
    border-radius: 50px 50px 0 50px;
    cursor: pointer;
    background: var(--theme-color);
    color: var(--color-white);
    transition: var(--transition);
}

.team-social-btn a {
    color: #ffffff;
}

.team-social-btn a i {
    font-size: 20px;
}

.team-img img {
    width: 100%;
    -webkit-transition: all 0.3sease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3sease-out 0s;
    height: 290px;
    object-fit: contain;
}

.team-item:hover .team-social {
    opacity: 1;
    right: 30px;
}

.team-social {
    position: absolute;
    margin-bottom: 10px;
    text-align: center;
    top: 50px;
    right: 0px;
    bottom: 0;
    opacity: 0;
    transition: var(--transition);
}

/* Choose area - Principal desk Section  */
.custom-break span {
    display: block;
}

.choose-area {
    position: relative;
    background: var(--color-white);
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.choose-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.35;
    z-index: -1;
}

.choose-img {
    position: relative;
}

.choose-img::before {
    content: "";
    position: absolute;
    top:-5px;
    left: 22.5%;
    bottom: -15px;
    width: 55%;
    height: 105%;
    border: 5px solid var(--theme-color2);
    border-radius: 15% 0 15% 15%;
}

.choose-img img {
    border-radius: 15% 0 15% 15%;
    width: 50%;
}

.choose-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--color-white);
    border-radius: 50px 50px 50px 0;
    box-shadow: var(--box-shadow);
    padding: 15px 15px 15px 0;
    overflow: hidden;
}

.choose-item-icon {
    width: 80px;
    height: 80px;
    line-height: 75px;
    text-align: right;
    background: var(--theme-color2);
    border-radius: 50px 50px 50px 0;
    padding-right: 12px;
    margin-left: -12px;
}

.choose-item-icon img {
    width: 45px;
    filter: brightness(0) invert(1);
}

.choose-item-info {
    flex: 1;
}
/* responsiveness */

@media only screen and (max-width: 930px) {
    .cstmmg {
        margin-top: 9rem;
    }
}

@media only screen and (max-width: 500px) {
    .site-title {
        font-size: 24px;
    }

    .address h2 {
        right: -50px;
        top: -60px;
    }

    .about-phone {
        display: grid;
    }
    #carousel1-next {
        margin-right: -2.5rem !important;
    }
    #carousel1-prev {
        margin-left: -2.5rem !important;
        font-size: 18px;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 24px !important;
    }
    .iframe-container iframe {
        height: 600px; /* Smaller iframe height for mobile */
        width: 280px;
    }
    .about-experience-icon img {
        width: 54px;
    }
    .counter-box .counter { 
        font-size: 28px;
    }
    .about-img .img-1, .about-img .img-3 {
        border-radius: 40px 40px 0px;
    }
    .about-experience {
        border-radius: 40px 40px 40px 0;
    }
    .choose-img::before {
        border-radius: 10% 0 10% 10%;
    }
}

.swiper-container {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}


/* Navigation Buttons */
.swiper-button-prev,
.swiper-button-next {
    color: #333; /* Arrow button color */

}
#carousel1-prev {
    margin-left: -4rem;
}

#carousel1-next {
    margin-right: -4rem;
}

/* Pagination Dots */
.swiper-pagination {
    position: relative;
    bottom: -5px;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #333;
    opacity: 0.5;
    margin: 5px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #000;
}

/* Mobile Optimization */
@media (max-width: 576px) {
    .swiper-pagination {
        bottom: 10px; /* Adjust dots position */
    }
    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }
    .portfolio-info {
        left: 5px;
        right: 5px;
        bottom: 5px;
        padding: 12px;
    }
    .portfolio-title {
        font-size: 14px;
    }
    .portfolio-subtitle {
        font-size: 12px;
    }
}
.institute-home {
    position: relative;
}

.portfolio-item {
    position: relative;
    width: 100%;
    height: 260px;
    margin-bottom: 25px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 33%);
    border-radius: 50px 50px 50px 0;
    background-color: #43940b;
}
.portfolio-img {
    height: 100%;
}
.portfolio-img img {
    width: 100%;
    height: 90%;
    border-radius: 50px 50px 50px 0;
    object-fit: cover !important;
}
.portfolio-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.portfolio-info {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #ffffff9c;
    border-radius: 0px 50px 50px 25px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
}

.portfolio-subtitle {
    font-size: 14px;
    color: var(--theme-color);
    margin-bottom: 3px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.portfolio-title {
    color: var(--color-dark);
    line-height: 1;
    margin-bottom: 0px;
}
.portfolio-btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
    line-height: 40px;
    background: var(--theme-color);
    color: var(--color-white);
    text-align: center;
    font-size: 22px;
    border-radius: 50px;
}

/* courses */
.course-item {
    position: relative;
    background: var(--color-white);
    padding: 20px;
    border-radius: 50px 50px 50px 0;
    margin-bottom: 25px;
    box-shadow: var(--box-shadow);
}
.course-img {
    position: relative;
}
.course-item:hover .course-img::before {
    opacity: 0.5;
    visibility: visible;
}
.course-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    border-radius: 40px 40px 40px 0;
    background: var(--color-dark);
    transition: var(--transition);
}
.course-tag {
    position: absolute;
    right: -15px;
    top: 15px;
    background: var(--theme-color);
    color: var(--color-white);
    border-radius: 40px 40px 40px 0;
    padding: 2px 10px;
    margin-bottom: 10px;
    display: inline-block;
    box-shadow: var(--box-shadow2);
    z-index: 1;
}
.course-img img {
    border-radius: 40px 40px 40px 0;
}
.course-item:hover .course-img a {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.course-img a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    line-height: 50px;
    padding: 0;
    margin: -25px 0 0 -25px;
    color: var(--color-white);
    background: var(--theme-color2);
    transform: scale(3);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 1;
}
.course-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}
.course-title {
    margin-bottom: 10px;
}
.course-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid var(--border-info-color);
}
.course-price {
    display: inline-block;
    background: var(--theme-color2);
    color: var(--color-white);
    padding: 1px 10px;
    border-radius: 50px 50px 50px 0;
    font-weight: 500;
}
.course-bottom-left i, .course-meta-left i,.course-rating {
    color: var(--theme-color2);
}
a {
    color: var(--color-dark);
}
/* courses */
/* registration */
.form-section1 {
    max-width: 800px;
    margin: auto;
    padding: 20px;
}

.form-header-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.header-logo img {
    max-width: 340px;
}

.form-label {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 15px;
    color: #585757 !important;
}

.form-sub-label {
    font-size: 0.8em;
    color: #666;
}

.form-input-wide {
    width: 100%;
}

.form-dropdown,
.form-textbox,
.form-textarea {
    width: 100%;
    padding: 8px;
}

.form-submit-button {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
}