* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main {
    font-family: "Poppins", serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}


:root {
    --top-head-bg: #1e88ba;
    --sub-head: #945721;
    --pri-icon-color: #fcbc5d;
    --footer-head: #e04579;

    --thumbnail_badge-bg: #e04579;

    --text-heading-size-factor: 0.9;

    --overlay-bg: rgba(0, 0, 0, 0.4);
    --pri-btn: #212529;
    --bredcrump-subheading: #e04579;


    --main-head: #146c98;

    --contact-box: #dfcdbd;
    --contact-box-hover: #8e7865;
    --contact-title: #3e230c;
    --heading-font-family: Montserrat, sans-serif;
    --malayalam-font-family: "Gayathri", sans-serif;
    --gradient: linear-gradient(to right top, #051937, #092242, #0e2b4c, #133457, #173e62);
    --button-gradient: ;
    --gradient2: linear-gradient(to right top, #1992cf, #1e9bd7, #24a5df, #2aaee7, #31b8ef);
}

.title {
    color: var(--main-head);
    font-weight: 600;
    font-family: var(--heading-font-family);
    letter-spacing: -2px;
    text-transform: capitalize;
}

.abt-title {
    font-family: var(--malayalam-font-family);
    font-weight: 500;
    color: #606e73;
}

.ff-m {
    font-family: var(--malayalam-font-family);
}


.gradient-text {
    background: #071237;
    background: linear-gradient(to right, #1792d0 0%, #31a3ce 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.text-highlight {
    font-weight: 700;
}

.sec_title {
    color: #FFF;
}

.sub-title {
    display: inline-flex;
    position: relative;
    font-weight: 400;
    font-size: calc(0.9rem * var(--text-heading-size-factor));
    text-transform: uppercase;
    font-family: var(--heading-font-family);
}

.sub-title::before {
    content: '';
    position: absolute;
    right: -50px;
    top: 50%;
    height: 1px;
    width: 40px;
    background-color: #34bbf3;
}

.sticky-content {
    position: sticky !important;
    top: 100px;
}

.spacer {
    padding: 20px 0;
}


/* breadcrump */
.breadcrump {
    position: relative;
    top: 0;
    min-height: 350px;
    background-position: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.breadcrump .sub_title {
    display: block;
    font-size: calc(0.9rem * var(--text-heading-size-factor));
    font-family: var(--heading-font-family);
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #f9a620;
    font-weight: 500;
    margin-bottom: 14px;
}

.breadcrump-inner>.row {
    height: 100%;
}

.breadcrump-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.breadcrump-inner {
    /* display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; */
    height: 100%;
    text-align: center;
    color: white;
}

.breadcrump h1 {
    margin: 0 auto;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 15px;
}



.breadcrump-inner {
    position: relative;
    z-index: 15;
}

.bd-nav {
    position: absolute;
    background-image: var(--gradient);
    bottom: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    margin-left: -50%;
    transform: skew(-22deg);
}

@media (max-width:620px) {
    .bd-nav {

        margin-left: -40%;
    }
}


@media (max-width:550px) {
    .bd-nav {

        margin-left: -20%;
    }
}


.bd-nav-inner {
    transform: skew(22deg);
}

.bd-nav .bd-nav-list {
    list-style: none;
}

.bd-nav .bd-nav-list li {
    margin: 0 10px;
    color: #FFf;
}

.bd-nav .bd-nav-list li a {
    color: #FFF;
    font-size: 14px;
}


.bd-nav .bd-nav-list li .active {
    color: #f9a620;
}

@media screen and (max-width:999px) {
    .breadcrump::before {
        width: 100%;
    }

    .breadcrump .ptr-1 {
        width: 100%;
    }

}

/* BUTTON */
.bttn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 8px 12px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s linear;
    color: white !important;
    border-radius: 10px;
    font-weight: 400;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px !important;
    font-size: calc(0.9rem * var(--text-heading-size-factor));
    font-family: var(--heading-font-family);
    cursor: pointer;
    width: fit-content;
}

.bttn:hover {
    transform: scale(1.03);
}

.btn-2 {
    background-color: #1792d0;
}

.banner-btn {
    background: transparent;
    background-color: #FFF !important;
    color: #051937;
}

.btn_svg {
    display: block;
    margin-left: 4px;
    height: 1.5em;
    width: 1.5em;
}


.pri-btn.btn-fill {
    background-image: var(--gradient);
    /* background-size: 200% auto; */
}

.pri-btn.btn-fill:hover {
    background-position: right center;
}


.pri-btn.btn-fill:hover {
    background-position: right center;
}

/* .pri-btn {
    box-shadow: #051937 0px 12px 10px -10px !important;
}

.pri-btn:hover {
    box-shadow: #750861 0px 10px 15px -10px !important;
} */


.bttn:hover {
    background-position: right center;
}

.bttn.sec-btn {
    /* background: linear-gradient(white, white) padding-box,
        linear-gradient(135deg, #abdcff 10%, #0396ff 100%); */
    border: 1px solid #abdcff;
    color: #0396ff !important;
}

.sec-btn {
    box-shadow: #0396ff49 0px 12px 10px -10px !important;
}

.sec-btn:hover {
    box-shadow: #0396ff49 0px 10px 15px -10px !important;
}




/* header */
/* TOP HEADER */
.top-header {
    background-color: var(--top-head-bg);
    border-radius: 0 0 999px 999px;
}

.top-header-wrapper {

    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 260px;
}

.header-links {
    display: flex;
    align-items: center;
}

.header-links>ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    list-style: none;
    column-gap: 14px;
}

.header-links>ul>li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-links>ul>li a {
    font-family: var(--heading-font-family);
    font-size: calc(1.1rem * var(--text-heading-size-factor));

}

.header-links .social-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    height: 1.3rem;
    width: 1.3rem;
    color: #FFFF;
}


.header-links-title {
    font-family: var(--heading-font-family);
    font-size: calc(0.9rem * var(--text-heading-size-factor));
    text-transform: uppercase;
    color: #fff;
}

.header-links>ul>li i {
    color: var(--pri-icon-color);
    font-size: 1.25rem;
}

.header-links>ul>li>a {
    color: #fff;
}


.header-links>ul>li>a:hover {
    color: #ffc300;
}


.navbar.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    animation: fade 0.5s;
}

@keyframes fade {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar.sticky .navbar-logo {
    margin-top: 0;
    border: none;


}


.navbar .nav-link {
    white-space: nowrap;

}

.navbar .navbar-nav {
    flex-wrap: wrap;
}

.navbar-brand {
    margin-right: 0;
}

.navbar.sticky .navbar-brand img {
    width: 110px !important;
}

.social_list {
    display: flex;
    align-items: center;
    list-style: none;
    column-gap: 12px;
    margin-bottom: 0;
    padding-left: 5px;
}

.social_list .social a {
    height: 1.5rem;
    width: 1.5rem;
    color: #FFF;
}

/* navbar */
.offcanvas-body>.navbar-nav>.nav-item {
    /* margin: 0 5px; */
}

@media screen and (min-width: 1200px) {
    .offcanvas-body>.navbar-nav>.nav-item {
        /* flex: 1; */
        margin: 0 18px;
        font-size: calc(0.97rem * var(--text-heading-size-factor));
        font-weight: 600;
        text-transform: uppercase;
        font-family: var(--heading-font-family);

    }

    .dropdown-item{
        font-size: calc(0.97rem * var(--text-heading-size-factor));
        font-weight: 500;
    }
}

.offcanvas-body>.navbar-nav>.nav-item .navbar-link {

    color: var(--main-head) !important;
}

.btn.whts {
    color: #FFF;
    font-size: calc(1rem * var(--text-heading-size-factor));
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--heading-font-family);
    background-color: #44a41b;
}


@media screen and (min-width:1200px) {
    .navbar-nav {
        padding-left: 35px;
        width: 100%;
    }

}


/* SECTION 1 INTRO------------------------------------------ */

.image_inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-row: 1;
    max-width: 80%;
}

@media screen and (max-width:700px) {
    .image_inner {

        max-width: 95%;
    }
}

.image_inner .image_1 {
    grid-column: 1 / span 6;
    grid-row: 1;
    z-index: 2;
    margin-top: 20%;
}

.image_inner .image_1>img {
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid #FFF;

}

.image_inner .image_2 {
    grid-column: 5 / span 10;
    grid-row: 1;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid #FFF;
}

.bg_1 {
    position: absolute;
    height: 100px;
    width: 100px;
    bottom: 0;
    left: 20px;
    filter: brightness(0) saturate(100%) invert(26%) sepia(63%) saturate(359%) hue-rotate(161deg) brightness(91%) contrast(98%);
}

.bg_2 {
    position: absolute;
    height: 100px;
    width: 200px;
    top: 0;
    left: 40px;
    filter: brightness(0) saturate(100%) invert(26%) sepia(63%) saturate(359%) hue-rotate(161deg) brightness(91%) contrast(98%);
    object-fit: contain;
}

.sec-1_flt {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.box {
    padding: 10px;
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.box .box_icon {
    height: 40px;
    width: 40px;

}

.box .box_icon>img {
    padding: 5px;
}

.box-title {
    font-size: var(--text-sm);
    font-weight: 500;
}

.box-description {
    font-size: var(--text-xs);
    font-weight: 300;
}

.exp-box {
    position: absolute;
    left: 0;
    bottom: 10%;
    padding: 12px;
    background-image: var(--gradient);
    color: #FFF;
    z-index: 10;
    border: 4px solid #FFF;

}

.exp-box>span {
    font-family: var(--heading-font-family);
    font-size: calc(0.9rem * var(--text-heading-size-factor));
}


@media (max-width:767px) {
    .sec-1_flt {
        position: relative;
    }
}



/* WHY CHOOSE US */

.why-choose {
    position: relative;
    background-image: url(../asset/slide-01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.why-choose>.wrapper {
    max-width: 99%;
    margin: auto;
}

.why-choose::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000b3;
}

.why-choose.sec::before {
    display: none;
}

.why-choose-body {
    position: relative;
}

.why-choose-body.sec {
    background-image: var(--gradient);
}

.why-choose-body.sec .wch-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.why-choose-body.sec .wch-content {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.3s linear;
}

.why-choose-body.sec .wch-content:hover {
    transform: scale(1.03);
}

.why-choose-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: var(--gradient2);
    filter: opacity(80%);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}


.wch-count {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: 600;
    border-radius: 100%;
    border: 1px solid #FFF;
    width: fit-content;
    height: 40px;
    width: 40px;
    font-size: 1em;
    padding: 10px;
}

.wch-title {
    display: block;
    color: #FFF;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: var(--heading-font-family);
    font-size: calc(1.5rem * var(--text-heading-size-factor));
    text-transform: capitalize;
}


.wch-desc {
    color: #FFf;
    font-weight: 300;
    font-size: calc(1.05rem * var(--text-heading-size-factor));
    font-family: var(--heading-font-family);

}

.wch-content {
    padding: clamp(25px, 4vw, 30px);
    height: 100%;

}

.wch-content:hover {
    background-image: var(--gradient2);
}

.wch_content_body {
    position: sticky;
    top: 0;
}

.wch_icon {
    height: 45px;
    width: 45px;
    /* border-radius: 50%;
    overflow: hidden; */
}


.wch-content.sec .wch-link,
.wch-content.sec .wch-title {
    color: #000;
}

.wch-content.sec .wch-link:hover {
    color: var(--link-hover) !important;
}

.wch-content.sec:hover .wch-link,
.wch-content.sec:hover .wch-title {
    color: #FFF;
}

.wch-icon {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    flex-shrink: 0;
    padding: 10px;
    background-color: #106c70;
    margin-right: 10px;
}


/* FOOTER */
footer {
    background-image: var(--gradient);
    position: relative;
    overflow: hidden;
    margin-top: -6px;
}


.footer-main {
    position: relative;
    z-index: 2;
}

.footer-body {
    padding-top: 40px;
}

.footer-title {
    display: block;
    font-family: var(--heading-font-family);
    text-transform: uppercase;
    font-size: calc(1.3rem * var(--text-heading-size-factor));
    color: #1d96d0 !important;
    margin-bottom: 19px;
    font-weight: 600;
}

footer .links {
    text-align: center;
    margin-bottom: 1rem;
    line-height: 40px;
}

.footer-widget .footer-links {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.footer_banner-title {
    color: #FFF;
    font-family: var(--heading-font-family);

}




.footer-widget .footer-links .link {
    /* padding: 5px 0;
  margin: 5px 0; */
    margin: 8px 0;
}

.footer-widget .footer-links .link a {
    font-family: var(--heading-font-family);
    font-weight: 300;
    color: #FFF;
}

.footer-widget .footer-links .link a:hover {
    color: #fcbc5d;
}

.widget {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.ftr_icon {
    height: 1.3em;
    width: 1.3em;
    flex-shrink: 0;
}

.ftr_icon>svg {
    color: #FFF;
}

.cmp-logo {
    margin-bottom: 20px;
}

.company p {
    color: #FFF;
}

.mail i {
    font-size: 1.5em;
    color: #fff;
    margin-right: 12px;
}

.mail {
    color: #fff;
}

.address p {
    color: #ced4da;
}

.rights {
    color: #606e73;
    border-top: 1px solid #606e73;
    padding-top: 25px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.design-athr span {
    letter-spacing: 5px;
}


.sec-spacer {
    padding: 60px 0;
}

@media (max-width:999px) {
    .footer-widget {
        margin-bottom: 1.25rem;
    }

    .rights {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
}



/* TESTIMONIAL */

.testimonial>.wrapper {
    max-width: 99%;
    border-radius: 12px;
    margin: auto;
    background-color: #0e2b4c;

}



/* TESTIMONIAL */
.testi-box {
    background-color: #FFF;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
    padding: clamp(16px, 4vw, 24px);
    border-radius: 20px;
}

.athr {
    position: relative;
    display: flex;
    align-items: center;
}

.athr-img {
    height: 50px;
    width: 50px;
    background-color: #adb5bd;
    border-radius: 100%;
    margin-right: 16px;
}

.testi-desc {
    font-weight: 300;
    font-size: clamp(13px, 2vw, 15px);
    color: #212529;
}

.testi-content {
    position: relative;
}

.testi-content .quote {
    position: absolute;
    height: 80px;
    width: 80px;
    bottom: 5%;
    right: 10%;
    object-fit: contain;
    filter: opacity(15%);
}

.rating i {
    color: #f9a620;
}

.athr-img>img {
    object-fit: contain;
    padding: 5px;
}

@media (max-width:999px) {
    .sec_4 .outer-wrapper {
        display: flex;
        flex-direction: column;
    }

    .sec_4 .outer-wrapper.sec .inner-left {
        width: 100%;
        border-top-left-radius: 0;
    }

    .inner-left-body {
        margin-top: -50%;
    }

    .sec_4 .inner-right {
        width: 100%;
    }

    .sec_4 .inner-left-body {
        padding-left: 0;
        padding-right: 0;
    }


}

/* card */

.crs_card {
    display: flex;
    background-color: #f8f9fa;
    padding: 15px 10px;
    border-bottom: 1px solid #dfe1de;
    margin-bottom: 30px;

}

@media screen and (max-width:700px) {
    .crs_card {
        flex-direction: column;
        row-gap: 20px;
    }
}

.thumb {
    flex-basis: 45%;
}


.thumb .thumb-image {
    overflow: hidden;
}

.thumb .thumb-image>img {
    transition: all 0.3s linear;
}

.thumb .thumb-image>img:hover {
    transform: scale(1.1);
}


.crs_card-content {
    flex-basis: 55%;
    padding-left: 20px;
}

.crs_title {
    display: block;
    font-family: var(--heading-font-family);
    text-transform: uppercase;
    font-size: calc(1.05rem * var(--text-heading-size-factor));
    /* color: #FFF; */
    /* margin-bottom: 19px; */
    /* padding-top: 10px; */
    font-weight: 600;
    text-align: center;
}





.crs_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: calc(0.7rem * var(--text-heading-size-factor));
    font-family: var(--heading-font-family);
    font-weight: 600;
    padding: 0.2rem;
    border-radius: 3px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-image: var(--gradient);
    color: #FFF;
    margin: 8px 0;

}

.crs_desc {
    color: #465053;
    font-size: calc(1rem * var(--text-heading-size-factor));
    font-family: var(--heading-font-family);
}

.crs-ftr {
    display: inline-block;
    color: #106c70;
    font-weight: 500;
    font-size: calc(1rem * var(--text-heading-size-factor));
    font-family: var(--heading-font-family);
}

.divider {
    border: 1px solid #e2e2e2;
    margin-bottom: 18px;
}

.courses>.wrapper {
    margin: 0 auto;
}


.crs_sec .crs_card {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    height: 100%;
}


.crs_sec .crs_card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    padding-left: 0;
    height: 100%;
    width: 100%;
}

.crs_sec ul li p {
    margin-bottom: 0;
}


.marquee-container {
    width: 100%;
    overflow: hidden;
    /* background-image: var(--gradient); */
    padding-top: 5px;
    padding-bottom: 10px;
    position: relative;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    font-size: 20px;
    color: #000000;
    animation: marqueeMove 60s linear infinite;
}

.marquee_butn {
    padding: 5px 10px;
    background-color: #3C5A98;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1.2px;
}

.marquee_butn:hover {
    transform: scale(1.03);
}

/* Pause on hover */
.marquee-container:hover .marquee {
    animation-play-state: paused;
    cursor: pointer;
}

@keyframes marqueeMove {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}



/* FAQ */
.faq-container {
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.faq-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.faq-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question {
    background: #fff;
    border: none;
    width: 100%;
    text-align: left;
    padding: 18px 20px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #222;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: #f0f0f0;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #fafafa;
    transition: all 0.4s ease;
    padding: 0 20px;
    line-height: 1.6;
    color: #555;
}


.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 15px 20px;
}

.faq-item.active .faq-question {
    background-image: var(--gradient2);
    color: #FFF;
}

.faq-item.active .faq-answer {
    /* background-image: var(--gradient); */
    color: #000000;
}

.faq-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}


/* ------------------------------------------------- */

.ctr-4_box {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #19425b;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
    padding: 1.875rem;
    /*30px */
    overflow: hidden;
    height: 100%;
    transition: all 0.3s linear;
}


.ctr-4_box:hover {
    transform: scale(1.03);
}

.ctr-4_box:hover {
    transform: scale(1.03);
    background-image: var(--gradient);
}


.ctr-4_box .ctr-4_text {

    color: #FFF !important;
}

.ctr-4_box .ctr-4_text h5 {
    color: rgb(255, 255, 255);
    flex-wrap: var(--heading-font-family);
    text-transform: uppercase;
    font-size: calc(1.3rem * var(--text-heading-size-factor));
}


.ctr-4_box .abt-desc {
    display: inline-block;
    font-family: var(--heading-font-family);
    text-transform: capitalize;
    margin-top: 1.5rem;
    font-weight: 400;
    font-size: calc(0.98rem * var(--text-heading-size-factor));
}

.ctr-4_box:hover .ctr4_icon {
    background-color: #FFF;
}

.ctr-4_box .ctr-4_btn .btn-2 {
    border: 2px solid #FFF;
}

.ctr-4_box:hover .ctr-4_btn .btn-2 {
    background-image: none;
    background-color: #FFF;
    color: #1b4332;
}

.ctr-4_box .ctr-4_btn .btn-2:hover {
    border: 2px solid var(--hover-btn-pri);

}

.ctr-4_box::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 200px 200px;
    border-color: transparent transparent #051937 transparent;
    transform: rotate(0deg);
    filter: opacity(5%);
    transition: all 0.3s linear;


}

.ctr4_icon {
    height: 80px;
    width: 80px;
    background-color: #FFF;
    border-radius: 50%;
}

.ctr4_icon .ctr4_i {
    padding: 15px;
}

.ctr-4_text {
    position: relative;
    color: #081c15;
    text-align: center;
}

.ser_heading {
    color: #38040e;
    padding-left: 20px;
    padding-bottom: 0px;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 700;
}



/* contact page */
.contact .wrapper {
    position: relative;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    /* background-image: url(../asset/sree-gokulam-taxi-package.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; */

}

@media (max-width:999px) {
    .contact .wrapper {
        border-radius: 0;
    }
}



.cnt-adrs {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f8f9fa;
    padding: 30px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    transition: all 0.3s linear;
    border-radius: 30px;
}

.cnt-adrs::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 200px 200px;
    border-color: transparent transparent #051937 transparent;
    filter: opacity(5%);
    transform: rotate(0deg);
}


.cnt-adrs:hover .cnt-adrs_icon svg {
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(3deg) brightness(100%) contrast(104%); */
    color: #FFF;

}

.cnt-adrs:hover {
    transform: scale(1.03);
    background-image: var(--gradient);
}

.cnt-adrs:hover .cnt_title,
.cnt-adrs:hover .cnt_adrs_text {
    position: relative;
    color: #FFF;
    transition: all 0.3s ease;
}

.cnt-adrs .cnt_title {
    text-align: center;
}

.cnt-adrs .cnt_adrs_text {
    display: inline-block;
    color: var(--pri-text-color);
    font-weight: 300;

}

@media screen and (max-width:676px) {
    .cnt-adrs .cnt_adrs_text {
        font-size: 1.1rem;
    }
}

.cnt-adrs .cnt_adrs_text:hover {
    color: #f9a620 !important;
}

.cnt-adrs .cnt-adrs_icon svg {
    color: #0396ff;
    height: 60px;
    width: 60px;
}



/* Form section background */
.booking-section {
    background: #f0f4f8;
}

/* Card styling */
.booking-form {
    transition: all 0.3s ease-in-out;
}

/* Floating label fix for select */
.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}


.form-control {
    padding: 10px;
}

.form-floating label {
    margin-left: 12px;
}

.form-control:focus,
.form-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25);
}


.btn-submit {
    background-color: #001d3d;
    color: #FFF;
    border-radius: 100px;
}

.btn-submit:hover {
    background-color: #051937;
    color: #FFF;
}




.booking-form h3 {
    font-size: 1.5rem;
    color: #222;
}


/* HERO BANNER SLIDER */
#banner .swiper-button-prev:after,
#banner .swiper-button-next:after {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    font-size: 1em;
    color: #FFF;
    background-color: #ced4da65;
}

#banner .swiper-button-prev svg,
#banner .swiper-button-next svg {
    display: none;
}

.content_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 100%;
    max-width: 700px;
    padding: 0 1rem;
    box-sizing: border-box;

}

.slide-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    width: 100%;
    max-width: 900px;
    margin: 0 auto;

    padding: 2rem;
    background-color: var(--overlay-bg);
    border-radius: 5px;
    z-index: 2;
}


@media (max-width: 768px) {
    .content_wrapper {
        max-width: 95%;
    }

    .slide-content {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .slide-content {
        display: none;
    }
}





.slide-content h1 {
    font-size: 2.3rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #FFF;
}

@media (max-width: 1024px) {
    .slide-content h1 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .slide-content h1 {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .slide-content h1 {
        font-size: 1rem;
    }
}

@media (max-width: 400px) {
    .slide-content h1 {
        font-size: .5rem;
    }
}


.slide-content p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.cta-button {
    display: inline-block;
    background-color: #0396ff;
    color: var(--text-color);
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}



.caro-2 .swiper-slide {
    display: flex;
    height: auto;
    height: 100%;
    /* min-height: 460px; */
}

.caro-2 .swiper-slide .item {
    display: flex;
    flex-direction: column;
    min-height: 420px;
    flex: 1 !important;
    height: 100% !important;
}

.caro-2 .swiper-slide {
    padding-bottom: 30px;
}

.caro-2 .swiper-slide .crs_card {
    flex: 1;
    height: 100%;
    margin-bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


/* .btn-wrapper{
    display: flex;
    flex-grow: 1;
    flex: 1;
    height: 100%;
    background-color: red;
} */



.btn-wrapper {
    /* flex: 1; */
    display: flex;
    flex-wrap: wrap;
    background-color: #173e62;
    height: fit-content;
    width: 100%;
    font-size: 15px;
}

.btn-wrapper .btn {
    flex: 1;
    font-size: 1em;
    color: #FFF;
    border-radius: 0;
    font-family: var(--heading-font-family);
    height: fit-content;
    border: 1px solid #ffffff4d;
    white-space: nowrap;
}

.btn-wrapper .btn.btn-first {
    border-right: 1px solid #ffffff4d;
}

.btn-wrapper .btn.btn-second {
    border-left: 1px solid #ffffff4d;
}

.btn-wrapper .btn:hover {
    background-color: #133457;
}



/* sticky-icons */
.sticky01 {
    right: 20px;
    position: fixed;
    bottom: 150px;
    z-index: 899;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sticky01 a {
    padding: 8px;
    background-color: #7fc0f686;
    border-top-left-radius: 20%;
    border-bottom-right-radius: 20%;
    transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
}

.sticky01 a:hover {
    border-radius: 50%;
}

.sticky01 img {
    height: 40px;
    width: 40px;
}





.sec_card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border-bottom: 4px solid #ffffff;
    transition: all 0.5s ease;
    background-image: linear-gradient(90.2deg, #012f5f -0.4%, rgba(56, 141, 217, 1) 106.1%);

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 100%;
}

.sec_icon {
    height: 65px;
    width: 65px;
    background-color: #CBA132;
    border-radius: 100%;
}

.banner_bottom .sec_card {
    background-color: #fffdf2;
}

.banner_bottom .sec_card:hover {
    transform: translateY(-20px);
}

.banner_bottom .sec_card:hover {
    border-bottom: 4px solid #f9a620;
}

.sec_card .card_bgImg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(0);
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 2;
}

.sec_bgOverlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    background-color: #000000b5;
    transform: scale(0);
    opacity: 0;
    transition: all 0.5s ease;
}

.sec_card:hover .card_bgImg {
    transform: scale(1);
    opacity: 1;
}

.sec_card:hover .sec_bgOverlay {
    transform: scale(1);
    opacity: 1;
}

.sec_card:hover .sec_title-1 {
    color: #FFF;
}


.sec_thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-color: #FFF;
}


.sec_thumbnail .thumb_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 100%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.5px);
    -webkit-backdrop-filter: blur(6.5px);
    border: 1px solid rgba(255, 255, 255, 0.17);
}

.sec_card .sec_thumbnail img {
    transition: all 0.5s ease;
}

.sec_card:hover .sec_thumbnail img {
    transform: scale(1.05);
}

.sec_2.services {
    background-color: #fffdf2;
}


.sec-icon {
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    /* border: 2px solid #FFF; */
    background-color: #FFF;
    z-index: 2;
}

.sec_card-desc {
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: #FFF;
    line-height: 17px;
    font-family: var(--heading-font-family);
}

.sec-inner-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 100%;
    padding-top: 30px;
    /* margin-top: -28px; */
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
    background-color: #FFF;
}


.sec-inner-content {
    position: relative;
    padding-top: 0;
    margin-top: 0;
    /* padding-left: clamp(12px, 4vw, 20px);
    padding-right: clamp(12px, 4vw, 20px); */
    padding-bottom: clamp(20px, 6vw, 3px);
    background-color: #FFF;
}

.sec_des {
    color: #343a40;
    font-weight: 400;
    font-size: 15px;
}

/* .sec_btn a {
    font-size: 15px;
} */

.sec-cnt-imgolv {
    position: absolute;
    right: 10%;
    top: 10%;
    height: 100px;
    width: 100px;
    filter: opacity(10%);

}

.sec-cnt-imgolv.sec {
    filter: brightness(0) saturate(100%) invert(19%) sepia(8%) saturate(4638%) hue-rotate(176deg) brightness(94%) contrast(90%) opacity(10%);
}

.sec-icon img {
    padding: 9px;
    object-fit: contain;
}

.sec_content {
    position: relative;
    display: flex;
    flex-direction: column;
    /* margin-top: -50px; */
    z-index: 10;
    height: 100%;
}

.sec_content.sec {
    margin-top: 0;

}

.sec_title_sec {
    font-size: 15px;
    color: #bf953f;
}


.sec_content.th {
    margin-top: -40px !important;
    margin: 0 10px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    overflow: hidden;
}


.badge-custom {
    position: relative;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 10px;
    background-color: #ffc300;
}


.image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-wrapper .img-inner {
    position: relative;
    max-width: 80%;
    border-radius: 20px;
    z-index: 2;
    overflow: hidden;
}

.image-wrapper .img-inner img {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s linear;
}

.image-wrapper .img-inner:hover img {
    transform: scale(1.1);
}


.image-wrapper .img-inner::before {
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    margin-top: 30px;
    height: 100%;
    width: 100%;
    background-color: #012f5f;
    border-radius: 20px;
    z-index: -1;
}

.ftr-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
    height: fit-content;
}

.ftr-list-item {
    display: inline-flex;
    align-items: start;
    height: fit-content;
}


.ftr-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    background-color: #012f5f;
    margin-right: 8px;
    flex-shrink: 0;
}

.ftr-icon.sec {

    border-radius: 0;
    position: relative;
    background-color: transparent;
    margin-right: 0;
}

.ftr-icon.sec::before {
    content: "\f00c";
    /* check icon */
    font-family: "Font Awesome 6 Free";
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 14px;
    color: #28a745;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2px;

}

.ftr-icon img {
    display: block;
    height: 1rem;
    width: 1rem;
    color: #FFF;
    fill: currentColor;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(200deg) brightness(111%) contrast(112%);
}

.ftr-list .crs_title {
    color: #071237;
    margin-bottom: 7px;
    text-align: start;

}

.ftr-list .desc {
    font-weight: 400;
    color: #000;
}


.banner {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}

.banner .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: #0396ff;
    opacity: 80%;

}


.place {
    color: #242525;
    font-family: var(--heading-font-family);
    font-style: italic;
    font-size: 14px;
    opacity: 60%;
}

.services.wch .crs_title {
    color: #FFF;
}


.body-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-row: 1;
}

.body-wrapper .content-left.img {
    grid-column: 1 / span 7;
    grid-row: 1;
    z-index: 1;
}

.body-wrapper .content-left.content {
    grid-column: 1 / span 6;
    z-index: 2;
    grid-row: 1;
}

.body-wrapper .img {
    max-height: 90%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.body-wrapper .img img {
    object-fit: cover;
    transition: all 0.3s linear;
}

.body-wrapper .img img:hover {
    transform: scale(1.1);
}

.body-wrapper .content-right.img {
    grid-column: 6 / span 12;
    grid-row: 1;
    z-index: 1;
}

.body-wrapper .content-right.content {
    grid-column: 7 / span 12;
    grid-row: 1;
    z-index: 2;

}


.body-wrapper .content {
    background-color: #0e2b4c;
    padding: clamp(25px, 4vw, 30px);
    margin-top: 50px;
}

.content .bd-title {
    display: block;
    font-family: var(--heading-font-family);
    text-transform: uppercase;
    font-size: calc(1.3rem * var(--text-heading-size-factor));
    color: #FFF;
    /* margin-bottom: 19px; */
    padding-top: 10px;
    font-weight: 600;
    text-align: center;
}

.ftr-list-item .desc {
    color: #465053;
}

.content .ftr-list-item .desc {
    font-family: var(--heading-font-family);
    color: #FFF;
    font-weight: 400;
    margin-bottom: 0;
}


@media screen and (max-width:767px) {
    .body-wrapper {
        display: flex;
        flex-direction: column;
    }

    .body-wrapper .content {
        margin-top: 0;
    }

    .body-wrapper .img {
        border-radius: 0;
    }

    .body-wrapper.sec {
        flex-direction: column-reverse;
    }


}

.service_main {
    position: relative;
}

.service_main .ser_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 19%;
}




/* GALLERY */
.gallery-container {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(6, 5vw);
    grid-gap: 15px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    font-size: 22px;
    /* border-radius: 17px; */
    box-sizing: border-box;
}

.gallery-item .glry-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    transform: translateY(100%);
    background-color: #000000ab;
    transition: all 0.3s ease;
}

.gallery-item .glry-overlay a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-image: linear-gradient(to right top, #10518b, #1a5f9e, #226eb2, #2a7dc6, #318dda);
    color: #FFF;
    font-weight: 600;
}


.gallery-item .glry-overlay a:hover {
    background-color: #df3611;
}

.gallery-item:hover .glry-overlay {
    transform: translateY(0);
}

.gallery-title {
    position: relative;
    color: #FFF;
    font-size: 1em;
    display: block;
    padding: 0 12px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-family: "Playfair Display", serif;

}



.gallery-item .gallery-cont {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60%;
    width: 100%;
    background: linear-gradient(#00000000, #0000009d, #000000);
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: all 300ms linear;

}

.gallery-item-1 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 7;
}

.gallery-item-2 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 4;
}

.gallery-item-3 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 4;
    grid-row-end: 7;
}

.gallery-item-4 {
    grid-column-start: 7;
    grid-column-end: 10;
    grid-row-start: 1;
    grid-row-end: 7;
}


.gallery-item:hover .gallery-img {
    transform: scale(1.1);
}


@media (min-width:700px) and (max-width:1000px) {
    .gallery-container {
        display: flex !important;
        flex-wrap: wrap;
        width: 100%;
    }

    /* .gallery-item {
        width: calc(50% - 7.5px);
        grid-column: auto !important;
        grid-row: auto !important;
    } */

}

@media (max-width:700px) {
    .gallery-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        max-width: 95%;
        margin: 0 auto;
    }

    .gallery-img {
        width: 100%;
        max-height: 400px;
        object-fit: cover;
    }

    .gallery-item-1,
    .gallery-item-2,
    .gallery-item-3,
    .gallery-item-4 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: auto;
        grid-row-end: auto;
    }
}


.glry-list .list-item {
    color: #FFF;
    font-size: clamp(15px, 1.5vw, 16px);
    list-style: circle;
}



.ftr-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    background-color: #012f5f;
    margin-right: 14px;
    flex-shrink: 0;
}

.ftr-icon.sec {
    margin-right: 7px;
    border-radius: 100%;
    position: relative;
    background-color: #0044a5;


}

.ftr-icon.sec::before {
    content: "\f00c";
    /* check icon */
    font-family: "Font Awesome 6 Free";
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 14px;
    color: #FFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    transform: translate(-50%, -50%);

}

.ftr-icon img {
    display: block;
    height: 1rem;
    width: 1rem;
    color: #FFF;
    fill: currentColor;
    filter: brightness(0) saturate(100%) invert(52%) sepia(82%) saturate(1099%) hue-rotate(350deg) brightness(100%) contrast(93%);
}


.footer-main-title {
    font-family: var(--heading-font-family);
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    font-size: calc(2.8rem * var(--text-heading-size-factor));
}

@media screen and (min-width:1200px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }

}


.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #1fa855;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: calc(1rem * var(--text-heading-size-factor));
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    font-family: var(--heading-font-family);
    text-transform: uppercase;

}

.whatsapp-btn i {
    font-size: 18px;
}

.whatsapp-btn:hover {
    background-color: #1ebe5d;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}