* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

main {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden !important;
}


:root {
    --navbar-background: #008dc6;
    --primary-color: #7c3c3a;
    --secondary-color: #ffe6a7;

    --button-primary: #7c3c3a;

    --primary-font-family: "Poppins", sans-serif;
    --main-title-font-family: "Cormorant Garamond", serif;
    --subHead-font-family: "Electrolize", sans-serif;
    --text-heading-size-factor: 0.9;

    --dot-color: #ffe6a7;
}


.highlight {
    color: #033f80;
}

.title {
    color: #3e230c;
}

.head-desc {
    color: #42484d;
    font-size: calc(1.05rem * var(--text-heading-size-factor));
}

a {
    text-decoration: none;
    color: inherit;
}



.ff-2 {
    font-family: "Cormorant Garamond", serif;
}

.head.title {
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);

}




/* breadcrump */
.breadcrump {
    position: relative;
    top: 0;
    min-height: 350px;
    background-image: url(../asset/bg.webp);
    background-position: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.bd_title {
    font-family: var(--heading-font-family);
}

.breadcrump.sec {
    background-image: url(../asset/kerala-tour-package-provider.jpg);
}

.breadcrump h2 {
    text-transform: capitalize;
}

.breadcrump-inner>.row {
    height: 100%;
    margin: 0 auto;
    /* user-select: none; */
}

.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;
    /* font-family: "Gilda Display", serif; */
    padding: 0 15px;
}



.breadcrump-inner {
    position: relative;
    z-index: 15;
}




.bd-nav-inner {
    transform: skew(22deg);
}

.bd-nav-list li {
    margin: 0 10px;
    color: #FFf;
}

.bd-nav-list li a {
    color: #FFF;
    font-size: 14px;
}


.bd-nav-list li .active {
    color: #ffb703;
    white-space: nowrap;
}

@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: inherit;
    border-radius: 5px;
    font-weight: 500;
    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;
    min-width: 150px;
    width: fit-content;
}

.bttn:hover {
    transform: scale(1.03);
}

.btn_1 {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}


.btn_1:hover {
    background-color: var(--button-primary);
    color: #FFF;
}


.bttn.primary {
    background-color: var(--button-primary);
    color: #FFF;
}

.slider_butn {
    background-color: #FFF;
    color: #000;

}


.butn_otln {
    border: 1px solid #FFF;
    color: #FFF;
}

/* BUTTON END*/




/* NAVBAR START*/
.top-container {
    display: flex;
    align-items: center;
    overflow: hidden;
}

@media (max-width:576px) {
    .top-container {
        flex-direction: column-reverse;
        row-gap: 10px;
    }
}

.top-container .top-widget {
    flex-wrap: nowrap;
    flex: 1;
}

.adrs-info {
    display: flex;
    flex-direction: column;

}

.adrs-info .info {
    font-size: 0.8rem;
    color: #b1b4b2;
    text-transform: uppercase;
    font-family: var(--primary-font-family);
    font-weight: 400;
}

.top-container .widget-text {
    color: #000000;
    font-weight: 300;
    font-size: clamp(13px, 2vw, 15px);
}

.top-container .widget-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    font-size: 1em;
    margin-right: 0.5rem;
    border-radius: 100%;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.top-socials .social {

    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    font-size: 1em;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 100%;
    margin: 0 8px;
}

footer .widget-icon>i {
    font-size: 1em;
    color: var(--secondary-color);
}


@media (max-width:992px) {

    .navbar-toggler {
        background-color: #0085ba;
        color: #ffffff;
        padding: 6px;
        margin: 10px 0;
    }
}

.fancybox-image,
.card-image a {
    background-color: #FFF !important;
}

@media (max-width:1200px) {

    /* #mainNav {
        position: fixed  !important;
        width: 100%;
        transition: top 0.3s;
        top: 0;
        z-index: 9999;
    }

    .sticky {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        background-color: #fff;
    } */

}

.navbar-expand-xl .offcanvas .offcanvas-body {
    margin-left: 20px;
}


.navbar {
    transition: all 0.5s ease;
}

@media screen and (min-width:1000px) {
    .navbar {
        background-color: var(--navbar-background);
    }
}

.nav-main {
    padding: 2px;
    display: flex;
    justify-content: space-between;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav .nav-item {
    flex-grow: 1;
}


.navbar-collapse {
    /* overflow: hidden; */
    transition: max-height 0.4s ease-in-out;
    max-height: 0;
}

.navbar-collapse.show {
    max-height: 500px;
}


.nav_btn {
    position: relative;
    padding: 12px 0;


}





.nav_btn-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: var(--pri-color);
    height: 40px;
    width: 40px;
    border-radius: 100%;
    z-index: 2;
}



.sub_btn-text {
    color: #FFF;
    font-weight: 200;
    font-size: 12px;
}

.nav_btn {
    overflow: hidden;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.nav_btn-icon>i {
    font-size: 1em;
}

.nav_btn::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 89%;
    z-index: 1;
    background-color: #ffb703;
    color: #000;
}

.btn-text {
    position: relative;
    display: block;
    font-weight: 700;
    margin: 0 9px;
    margin-right: 19px;
    color: #000;
    z-index: 2;
}

@media (min-width:1200px) {

    .nav_btn::before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        background-color: #000;
        height: 100%;
        width: 89%;
        z-index: 1;
    }

    .btn-text {

        color: var(--pri-color);

    }
}



.navbar-toggler {
    padding: 10px !important;
    margin-left: 16px;
    margin-right: 12px;
}


.navbar-nav .nav-link {
    position: relative;
    white-space: nowrap;
    color: #000000;
    text-transform: uppercase;
    font-size: calc(1rem * var(--text-heading-size-factor));
    font-family: var(--heading-font-family);
}


@media screen and (min-width:1000px) {
    .navbar-nav .nav-link {

        color: #ffffff;
    }

}

@media (min-width:1200px) {

    .navbar-expand-xl .navbar-nav .nav-link {
        font-family: "Archivo", sans-serif;
        font-weight: 300;
        font-size: clamp(13px, 2vw, 14px);
        text-transform: uppercase;
        text-align: center;
        margin: 0 5px;
    }
}



@media (min-width:600px) {
    .navbar-brand img {
        width: 240px;
    }
}

@media (max-width:600px) {
    .navbar-brand img {
        width: 260px;
    }
}



@media (min-width:1200px) {
    .navbar-brand img {
        width: 130px;
    }
}

.nav-link.active {
    color: #ffb703 !important;
}



@media (min-width:1200px) {
    /* .nav-link.active::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 50%;
        height: 1px;
        transform: translateX(-50%);
        background-color: #081c15;
    } */
}


@media (max-width:1200px) {
    .navbar {
        position: relative !important;
    }
}


@media (max-width:400px) {
    .navbar-brand img {
        width: 218px;
    }
}




/* SECTION 2 */
.prd_box {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.prd_box .thumb_link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prd_box.first .prd_thumbnail {
    /* background-color: #d4a276; */
}

.prd_thumbnail {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
    height: 100%;
    width: 100%;
    text-align: center;
    /* border-radius: 100%; */
    border: 10px solid #FFF;
    /* background-color: #ffedd8; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (max-width:467px) {

    .prd_box.first {
        height: 100%;
        width: 100%;

    }

    .prd_box.first .prd_thumbnail {
        height: 130px;
        width: 130px;
    }

    .prd_thumbnail {
        height: 80%;
        width: 80%;
    }
}

.prd_thumbnail .prd_text {

    font-weight: 600;
    font-size: 1em;
}

.prd_text {
    display: inline-block;
    font-weight: 400;
    font-size: clamp(17px, 1.5vw, 22px);
    font-family: "Playfair Display", serif;
    background-color: #7c3c3a;
    padding: 10px;
    min-width: 160px;
    color: #FFF;
}

.prd_box>div {
    transform: translateY(-20px);
}

.prd_box .prd_thumbnail img {
    transition: all 0.3s ease-in-out;
}

.prd_box .prd_thumbnail:hover img {
    transform: scale(1.1);
}


/* ABOUT SECTION */
.sec_content {
    position: relative;
    background-color: var(--primary-color);
    height: 100%;
}

.sec_bg {
    position: absolute;
    bottom: 0;
    right: -60px;
    opacity: 20%;
    height: 120%;

}

.sec_content .bg2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 7%;
}

.sec_img {
    height: 100%;
    min-height: 600px;
    overflow: hidden;
    background-image: url(../asset/coir-mat-manufacturers-in-alleppey.jpg);
    background-position: left center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

@media screen and (max-width:992px) {
    .sec_img {
        min-height: 400px;
        overflow: hidden;
        background-position: center center;
        background-size: cover;
        background-attachment: initial;
    }
}

.sec_img img {
    height: auto;
    object-position: bottom center;
    object-fit: cover;

}

.sub_head {
    display: inline-block;
    font-size: clamp(0.75rem, 1.2vw, 1rem);
    color: var(--secondary-color);
    text-transform: uppercase;
    /* font-family: var(--subHead-font-family); */
    letter-spacing: 2px;
}

.sub_head.sec {
    color: var(--primary-color);
}

.desc.sec_desc {
    font-size: calc(1rem * var(--text-heading-size-factor));
    color: #FFF;
}


.ftr-list .crs_title {
    color: #071237;
    margin-bottom: 7px;
    text-align: start;

}

.ftr-list .desc {

    font-weight: 400;
    color: #FFF;
}


.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: var(--dot-color);
    border: 1px solid var(--secondary-color);
    padding: 5px;
    border-radius: 50%;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2px;

}

/* --------------------------------------------------------- */


/* SECTION FEATURES */

.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: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;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    height: fit-content;
    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);
}

.gallery-item:hover .gallery-cont .gallery-icon,
.gallery-item:hover .gallery-cont .gallery-title {
    opacity: 0;
}


@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 {
    padding: 20px;
}

.glry-list .list-item {
    color: #FFF;
    text-align: center;
    font-size: calc(1rem * var(--text-heading-size-factor));
    list-style: circle;
}

.gallery-icon {
    height: 60px;
    width: 60px;
    margin-bottom: 12px;
}

/* ----------------------------------------------------------------------- */

.sec-2.products {
    position: relative;
}


.sec-2.products .bg2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


/* FOOTER */

/* FOOTER BANNER */
.footer-banner {
    position: relative;
    margin-top: -6px;
}

.banner-desc {
    font-weight: 300;
    font-size: clamp(13px, 2vw, 15px);
    color: #FFF;
}

.widget-logo {
    background-color: #FFF;
    width: fit-content;
    border-radius: 5px;
}

.ftr-ptr {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/* SECTION 3 */
.sec-2-images {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-row: 1;
}


.sec-2-images .sec-2-img1 {
    grid-column: 1 / span 6;
    grid-row: 1;
    z-index: 1;
    margin-bottom: -30px;
}

.sec-2-images .sec-2-img2 {
    position: relative;
    display: block;
    margin-top: 30px;
    grid-column: 6 / span 6;
    grid-row: 1;
    z-index: 2;
}


.box-exp {
    position: absolute;
    top: 60%;
    left: 50%;
    background-color: #FFF;
    transform: translate(-50%, -50%);
    padding: clamp(12px, 4vw, 24px);
    z-index: 3;
    font-size: 14px;
    text-align: center;
}

.box-exp>span {
    font-size: 1em;
}

.sec-2-3-ptrn {
    position: absolute;
    right: 0;
    top: 10%;
}

.sec-2_3-ptrn-pri {
    position: absolute;
    left: 0;
    bottom: 5%;
}

/* .ftr-box{
    padding: clamp(16px, 4vw, 18px);
    background-color: #e9ecef;
} */

/* FOOTER */
footer {
    position: relative;
    background-color: #032e40;
    padding-top: 80px;
    margin-top: -6px;
}

.ftr-ptr {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(119deg) brightness(102%) contrast(102%) opacity(6%);
}

.footer-desc {
    color: #FFF;
    font-weight: 400;
    font-size: clamp(13px, 2vw, 15px);
}

.widget-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--secondary-color);
    font-size: calc(1.3rem * var(--text-heading-size-factor));
    line-height: 1.1;
    margin-bottom: 30px;
}

.footer-banner {
    position: relative;
    background-image: url(../asset/bg.webp);
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ba3f3f;
}

.footer-banner::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #22364578;
}

.footer-banner .bg_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(#00000000, #032e40);
}

footer .bg_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(#032e40, #00000000);
}


.widget-title::after {
    background-color: var(--secondary-color);
    content: "";
    display: table;
    height: 1px;
    width: 50px;
    margin-top: 10px;
}

.widget-icon {
    height: 20px;
    width: 20px;
    font-size: 16px;
    margin-right: 6px;
}

.widget-icon>i {
    font-size: 1em;
}

.widget-link {
    display: flex;
    align-items: center;
    color: #FFF;
    text-decoration: none;
    font-weight: 300;
    font-size: calc(1.1rem * var(--text-heading-size-factor));
    margin: 10px 0;
}

.ftr-img {
    border-radius: 14px;
    overflow: hidden;
}

.copyright a,
.copyright {
    color: #6c757d;
    font-weight: 300;
    font-size: clamp(13px, 2vw, 15px);
}



/* GALLERY */
.gallery-container {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(6, 5vw);
    grid-gap: 15px;
}

.gallery-item {
    overflow: hidden;
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    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 (max-width:999px) {
    .gallery-container {
        grid-template-columns: 1fr;
        grid-template-rows: 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;
    }
}



.image_inner {
    display: grid;
    grid-row: 1;
    max-width: 80%;
    border-radius: 20px;
    overflow: hidden;
}

.image_inner>img {
    transition: transform 0.3s linear;
}

.image_inner>img:hover {
    transform: scale(1.1);
}



.exp-box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 12px;
    background-image: linear-gradient(to right top, #057a7a, #1b8383, #298c8c, #359595, #409e9e);
    color: #FFF;
    z-index: 10;

}




.sec_wch-box {
    display: flex;
    height: 100%;
}

.sec_wch-box:hover .sec_wch_thumbnail .thumb_img {
    transform: scale(1.1);
}

.sec_wch-box:hover .sec_wch_content {
    transform: scale(1.05);
}

.sec_wch_thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 240px;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.sec_wch_content {
    background-color: #f8f9fa;
    padding: 20px;
    height: 100%;
    border-radius: 20px;
    height: 100%;
    border: 1px solid #00664133;
    transition: all 0.3s linear;
}

.sec_wch_content .cnt_tit {
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    font-size: calc(1.3rem * var(--text-heading-size-factor));
    color: #7c3c3a;
    font-family: "Kaushan Script", cursive;
    text-transform: uppercase;
    text-align: center;
}

.sec_wch_thumbnail .ovly {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #008ec6b8;
    left: 0;
    top: 0;
    z-index: 1;
}

.content_inner p {
    font-size: calc(1rem * var(--text-heading-size-factor));
}


.sec_wch_thumbnail .thumb_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
    transition: all 0.5s linear;
}

.sec_wch-box .th_icon {
    position: relative;
    height: 90px;
    width: 90px;
    padding: 16px;
    background-color: #7c3c3a;
    border-radius: 50%;
    z-index: 2;
}

.sec_wch-box .th_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7461%) hue-rotate(202deg) brightness(97%) contrast(99%);
}




/* CONTACT PAGE */
.contact-body {
    height: 100%;
}

.contact-body-inner {
    position: relative;
    height: 100%;
    background-color: #005274;
    border-radius: 10px;
    padding: 40px 30px 20px 30px;
    color: #FFF;
    transition: all 0.3s linear;

}

.cnt-head-desc {
    font-weight: 200;
    filter: opacity(0.9);
}

.cnt {
    display: flex;
    align-items: center;

}

.cnt-text {
    padding: 10px;
}

.cnt-icon {
    padding: 10px;
    margin-right: 10px;
}

.cnt-icon i {
    color: #ffb703;
}

.cnt-header {

    border-bottom: 1px solid #ffffff31;
}

.cnt_head {
    font-size: calc(1.55rem * var(--text-heading-size-factor));

}

.cnt-text {
    color: #FFF;
    font-weight: 400;
    border-radius: 10px;
}


.cnt-text a {
    color: #FFF;
}

@media (max-width:999px) {
    .contact-body-inner {

        padding: 40px 20px 20px 20px;


    }
}

.cnt-text:hover {
    background-color: rgba(255, 255, 255, 0.153);

}

.cnt-text:hover a {
    color: var(--sec-color);
}


/* Form section background */
.booking-section {
    background: #f0f4f8;
}

/* Card styling */
.booking-form {
    padding: 0 20px;
    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-head {
    color: #3e230c;
    font-weight: 400;
    font-family: var(--heading-font-family);
}

.head-caption {
    color: #343a40;
    font-family: var(--heading-font-family);
}

.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: #7c3c3a;
    color: #FFF;
    border-radius: 100px;
    border: 1px solid #FFF;
    font-family: var(--heading-font-family);
    letter-spacing: 2px;
}

.btn-submit:hover {
    background-color: transparent;
    border-color: #3e230c;
    color: #FFF;
    color: #3e230c;
}



/* SERVICE SECTION */
.service {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* max-width: 99%;
    margin: 0 auto; */
}

.service::before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    /* max-width: 99%; */
    z-index: -1;
    border-radius: 15px;
    margin: 0 auto;
    opacity: 29%;
    /* background-color: #d4a373; */
    background-image: linear-gradient(180deg, #F0FBFF 0%, #E6F4FF 100%);

}

.service .bg_1 {
    position: absolute;
    top: 25%;
    left: 0%;
    height: 180px;
    width: 180px;
    opacity: 15%;
    transform: rotate(-10deg);
}

.service .bg_2 {
    position: absolute;
    top: 2%;
    right: 5%;
    height: 100px;
    width: 100px;
    opacity: 5%;
    transform: rotate(10deg);
    filter: brightness(0) saturate(100%) invert(23%) sepia(59%) saturate(5901%) hue-rotate(194deg) brightness(90%) contrast(101%);
}

.serv-body-inner {
    background-color: rgb(255, 255, 255);
    padding: 15px;
    text-align: center;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;

}

.serv-img::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.549);
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.service-wrapper {
    position: relative;
    z-index: 2;
}

.service-inner-wrapper:hover .serv-img::before {

    opacity: 1;
    transform: translateY(0);
}

.service-inner-wrapper:hover .serv-body {
    transform: translateY(-20px);
}


.serv-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    /* background-color: #fff1e5; */
}


.serv-img>span {
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateY(100%);
    border-radius: 50%;
    transition: opacity 0.3s ease, transform 0.3s ease;

}

.sr_li {
    display: inline-flex;
    align-items: center;
    color: #FFF;
    font-weight: 300;
    font-size: calc(1rem * var(--text-heading-size-factor));
    white-space: nowrap;
    letter-spacing: 2px;
    padding: 6px 16px;
    background-color: #008dc6;
    transition: all 0.3s linear;
}

.sr_li:hover {
    background-color: #0077b6;
}


.sr_li i {
    font-size: 12px;
}

.service-inner-wrapper:hover .serv-img>span {
    transform: translate(-50%, -50%);
    opacity: 1;
}


.serv-body {
    position: relative;
    /* padding-left: 10px;
    padding-right: 10px;
    margin-top: -30px; */
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}


.serv-body-inner .sr_title {
    font-weight: 600;
    padding: 5px 0;
    font-size: calc(1.5rem * var(--text-heading-size-factor));
    border-radius: 10px;
    color: #3e230c;
    text-transform: capitalize;
    margin-bottom: 0;
}


.serv-body-inner>p {
    font-size: 0.875rem;
    margin-top: 0.938rem;
    color: var(--p-color);
}

@media (max-width:999px) {
    .service-inner-wrapper {
        margin-bottom: 20px;
    }

    /* .serv-body {

        margin-top: -20px;

    } */
}




.wch-content {
    padding: clamp(25px, 4vw, 30px);
    height: 100%;
    background-color: #005274;
    border-radius: 14px;
    height: 100%;
}

.wch-content:hover {
    background-image: var(--gradient2);
}

.wch_icon {
    height: 60px;
    width: 60px;
    background-color: #003348;
    padding: 8px;
    /* border-radius: 50%;
    overflow: hidden; */
}


.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);

}


.counter_main {
    position: relative;
}


.counter_main::before {
    content: '';
    position: absolute;
    left: 0;
    height: 80%;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #b6eaff;
}



.counter_main .container {
    position: relative;
    background-color: #005274;
    background-image: url(../asset/bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    border-radius: 14px;
    overflow: hidden;
    z-index: 2;
}


.counter_main .container .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #005174c9;

}

.counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: clamp(16px, 3vw, 20px);

}


.counter .count {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: calc(4.5rem * var(--text-heading-size-factor));
    color: #FFF;
    font-weight: 800;
    margin-bottom: 16px;
}



.counter .count>span:nth-child(1) {
    white-space: nowrap;
}


.counter .count-desc {
    align-items: end;
    position: relative;
    display: block;
    font-size: calc(1.2rem * var(--text-heading-size-factor));
    text-transform: capitalize;
    color: #ffe6a7;
    font-weight: 400;

    text-align: start;
    padding-left: 12px;
}


.counter .count-desc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #ffe6a7;
}

.counter .desc {
    color: #FFF;
    font-size: calc(0.95rem * var(--text-heading-size-factor));
    text-align: center;
    font-weight: 400;
}

.prdct_list-wrapper {
    border-top: 2px solid #6c757d39;
    padding-top: 15px;
}

.prdct_list li {
    font-size: calc(0.99rem * var(--text-heading-size-factor));
}


.lst_pg .service-cont .serv-body {
    margin-top: 0;
}


.service-inner-wrapper .serv-img {
    border: 1px solid #0000002d;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.lst_pg .service-inner-wrapper .serv-body {
    padding-left: 0;
    padding-right: 0;
}


.lst_pg .service-inner-wrapper:hover .serv-img::before {
    opacity: 0;
}


.lst_pg .serv-body-inner .sr_title {
    padding: 5px 0;
    margin-bottom: 0;
}



.bredcrump_2 {
    position: relative;
    min-height: 400px;
}


.breadcrumb_slide {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    object-position: center center;
    object-fit: cover;
}


.breadcrumb_slide .swiper-slide {}

.breadcrumb_slide .swiper-slide>img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.breadcrumb_slide-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    width: 100%;
}

.breadcrumb_slide-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.549);
    /* width: 100%; */
    min-width: 40%;
    max-width: 70%;
    border-radius: 12px;
}

.breadcrumb_slide-body .bd_title {
    color: #FFF;
}


@media screen and (max-width:767px) {
    .breadcrumb_slide-body {
        min-width: 90%;
        max-width: 100%;
    }

    .breadcrumb_slide .swiper-slide>img {
        object-position: center center;
    }
}


.size-box {
    background-color: #8799a0;
    padding: 9px 0;
}


.size-box span {
    color: #000;
    font-weight: 500;
    font-size: calc(1.1rem * var(--text-heading-size-factor));

}


.list_title {
    font-weight: 600;
    padding: 5px 0;
    font-size: calc(1.5rem * var(--text-heading-size-factor));
    border-radius: 10px;
    color: #3e230c;
    text-transform: capitalize;
    margin-bottom: 0;
}


.carousel-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}




.carousel-inner .card {
    border: none;
    border-radius: 18px;
    overflow: hidden;
}


@media screen and (min-width:1200px) {
    .carousel-inner {
        max-width: 80%;
    }
}


.prd_head{
     font-family: "Poppins", sans-serif;
    font-size: clamp(1.3rem, 3vw, 1.5rem) !important;
    display: block;
    background-color: #8799a0;
    text-align: center;
    padding: 8px 10px;
    color: #000;
}

.back-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    display: none;
}