@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-shadow: none;
    box-sizing: border-box;
}

:root {
    --theme-color: #44777c;
    --theme-color3: #44777c;
    --primary-color: #0143a1;
    --secondary-color: #026ccd;
    /* --secondry-color: #58b036; */
    --white-color: #fff;
    --black-color: #000;
    --black-color2: #222222;
    --black-color3: #2C2C2C;
    --black-color4: #3D3D3D;
    --gray-color: #E5E4E2;
    --gray-color2: #f5f5f5;
    --gray-color3: #f7f7f7;
    --gray-color4: #8d8787;
    --facebook-color: #3b5998;
    --instagram-color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    --youtube-color: #c4302b;
    --background-color: #f9f6f0;
    --rating-color: #FDCC0D;
    --rating-color2: #FF9529;
}



img {
    max-width: 100% !important;
}


body {
    font-family: "Bai Jamjuree", sans-serif !important;
    /* font-family: "Fredoka", sans-serif; */
    overflow-x: hidden !important
}

body,
html {
    font-family: "Bai Jamjuree", sans-serif !important;
    scroll-behavior: smooth;
    /* font-family: "Fredoka", sans-serif; */
}

a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
    text-decoration: none;
}


textarea {
    resize: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Signika Negative", sans-serif; */
    font-family: "Bai Jamjuree", sans-serif !important;

}

.split-heading,
.split-heading *,
.split-heading .char {
    text-transform: none !important;
    display: inline-block !important;

}



/*  */

/* Desktop: slider hide */
.feature_slider {
    display: none !important;
}

/* Desktop: normal boxes show */
.feature_boxes {
    display: flex;
}



.feature_slider {
    display: none;
}

/* ================= HERO SECTION ================= */
.hero_section {
    position: relative;
}


.hero_mobile {
    display: none;
}



/*  */

.feature_box_section{
    width:100%;
    background:var(--theme-color3);
    padding:20px 0;
    overflow:hidden;
}

.feature_boxes{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:25px;
}

.feature_box{
    display:flex;
    align-items:center;
    gap:15px;
    flex:1;
    min-width:0;
}

.feature_box i{
    width:45px;
    height:45px;
    background:#fff;
    color:var(--theme-color);
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    flex-shrink:0;
}

.feature-title h6{
    margin:0 0 5px;
    font-size:13px;
    font-weight:700;
    color:#fff;
}

.feature-title p{
    margin:0;
    font-size:12px;
    color:#d8d8d8;
}

.feature_boxes span{
    color:#d8d8d8;
    font-size:30px;
    flex-shrink:0;
}

/* Hide duplicate on desktop */
.mobile-copy{
    display:none;
}



/* =========================================
   ABOUT SECTION
========================================= */

.about_section {
    position: relative;
    padding: 60px 0 40px 0px;
    background-color: var(--gray-color3);
    overflow: hidden;
    z-index: 1;
}


/* =========================================
   IMAGE AREA
========================================= */

.about_image_main {
    position: relative;
    /* padding-left: 30px; */
}

.about_img_box {
    position: relative;
    border-radius: 20px;
    object-fit: cover;
}

.about_img_box img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}



/* floating experience card */

.about_floating_card {
    position: absolute;
    left: -20px;
    bottom: 35px;
    background: var(--white-color);
    padding: 22px 24px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    animation: floatingCard 3s ease-in-out infinite;
    z-index: 5;
}

.about_floating_icon {
    width: 68px;
    height: 68px;
    line-height: 68px;
    border-radius: 50%;
    text-align: center;
    background: linear-gradient(135deg, #0097b2, #0f3d56);
    color: #fff;
    font-size: 28px;
    flex-shrink: 0;
}

.about_floating_card h4 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 2px;
    color: #0f172a;
}

.about_floating_card p {
    margin-bottom: 0;
    color: #666;
    font-weight: 500;
    font-size: 14px;
}

/* =========================================
   CONTENT AREA
========================================= */

.about_content {
    position: relative;
}

.about_subtitle {
    position: relative;
    display: inline-block;
    color: var(--theme-color);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding-left: 70px;
    text-transform: capitalize;
}

.about_subtitle::before {
    content: "";
    position: absolute;
    width: 55px;
    height: 2px;
    background: var(--theme-color);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about_title {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 800;
    color: var(--black-color2);
    margin-bottom: 12px;
}

.about_text {
    font-size: 15px;
    line-height: 27px;
    color: var(--black-color2);
    margin-bottom: 20px;
    font-weight: 500;
}

/* =========================================
   ABOUT BOXES
========================================= */

.about_boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;

}

.about_box {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 15px;
    border-radius: 20px;
    overflow: hidden;
    background-color: var(--white-color);

}



.about_box:hover::before {
    height: 100%;
}


.about_box i,
.about-title {
    position: relative;
    z-index: 2;
}

.about_box i {
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border-radius: 10px;
    background: rgba(0, 151, 178, 0.1);
    color: var(--theme-color);
    font-size: 22px;
    transition: 0.5s ease;
    flex-shrink: 0;
}

.about-title h6 {
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 7px;
    color: var(--black-color2);
    transition: 0.5s ease;

}

.about-title p {
    margin-bottom: 0 !important;
    color: var(--black-color2);
    line-height: 26px;
    font-size: 14px;
    transition: 0.5s ease;
    font-weight: 500;
}


/* =========================================
   INNER
========================================= */

.read_btn .inner {
    position: relative;
    padding: 12px 28px;
    border-radius: 6px;
    background:
        radial-gradient(circle at 50% 100%,
            #30f8f8 10%,
            transparent 55%),
        linear-gradient(#00526a,
            #009dcd);
    overflow: hidden;
    transition: 0.35s ease;
    display: inline-block;
}

/* hover inner */

.read_btn:hover .inner {

    background:
        radial-gradient(circle at 50% 100%,
            rgba(255, 255, 255, 0.08) 10%,
            transparent 55%),

        linear-gradient(135deg,
            #000000,
            #111111);
}

/* =========================================
   SHINE EFFECT
========================================= */

.read_btn .inner::before {

    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(-65deg,
            transparent 40%,
            rgba(255, 255, 255, 0.5) 50%,
            transparent 70%);

    background-size: 200% 100%;
    background-repeat: no-repeat;

    animation: shine 3s linear infinite;
}

/* =========================================
   TOP GLOW
========================================= */

.read_btn .top-white {
    position: absolute;

    inset: 0 -8em;

    border-radius: inherit;

    background: radial-gradient(circle at 50% -270%,
            rgb(68, 119, 124) 45%,
            rgb(68, 119, 124) 60%,
            rgb(48, 98, 102) 60%);

    transition: 0.35s ease;
}

/* hover glow */

.read_btn:hover .top-white {

    background: radial-gradient(circle at 50% -270%,
            rgba(255, 255, 255, 0.18) 45%,
            rgba(255, 255, 255, 0.08) 60%,
            transparent 60%);
}

/* =========================================
   TEXT
========================================= */

.read_btn .text {
    position: relative;

    z-index: 2;

    color: #ffffff;

    font-size: 15px;
    font-weight: 600;

    letter-spacing: 0.5px;
}

/* =========================================
   ANIMATION
========================================= */

@keyframes shine {

    0% {
        background-position: 130%;
        opacity: 1;
    }

    100% {
        background-position: -166%;
        opacity: 0;
    }

}

/*  about  css end */



/* =========================================
   TEAM / PRODUCT SLIDER SECTION
========================================= */

.team_section {
    position: relative;
    padding: 50px 0px 35px 0px;
    background-color: var(--gray-color3);
}

.mobile_products_section {
    position: relative;
    padding: 0px 0px 30px 0px;
    background-color: var(--gray-color3);
}


.swiper-wrapper {
    padding-top: 10px;
    padding-bottom: 50px;
}

/* top area */

.team_top {
    align-items: center;
    margin-bottom: 50px;

}

/* content */

.sub_title {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: var(--theme-color3);
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: capitalize;
    text-align: center;
}

.team_content h2 {
    font-size: 30px;
    font-weight: 900;
    color: var(--black-color2);
    margin-bottom: 7px;
    text-align: center;
}

.team_content p {
    font-size: 15px;
    line-height: 28px;
    color: var(--black-color2);
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    font-weight: 500;
    text-align: center;
}

/* slider */

.team_slider {
    padding-bottom: 60px;
}

/* card */

.team_card {
    position: relative;
    background: var(--white-color);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 2px solid var(--white-color);
    margin-bottom: 0px;
    height: 97%;

}

.team_image {
    overflow: hidden;
    background-color: #f2f2f2;

}

.team_image img {
    width: 100%;
    /* height: 320px; */
    object-fit: contain;
    filter: brightness(95%);
    /* margin-bottom: 10px; */

}

/* info */

.team_info {
    padding: 14px 20px 5px 20px;
}

.team_info h4 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;

}


.team_info h4>a {
    color: var(--black-color2);
}

.team_info h4>a:hover {
    color: var(--theme-color3);
}

.team_info p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 500;
}

.team_info>a {
    color: var(--theme-color3);
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}

/* plus */

.team_plus {
    position: absolute;
    right: 12px;
    bottom: 17px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--theme-color3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
}

.team_card:hover .team_plus {
    transform: rotate(90deg);
}

/* arrows */

.team_slider .swiper-button-next,
.team_slider .swiper-button-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    color: #111;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.team_slider .swiper-button-next::after,
.team_slider .swiper-button-prev::after {
    font-size: 16px;
    font-weight: 700;
}

/* pagination */

.team_slider .swiper-pagination {
    bottom: 0;
}

.team_slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d1d5db;
    opacity: 1;
}

/*  */

/* =========================
   COUNTER SECTION
========================= */

.counter_section {
    position: relative;
    z-index: 2;
    padding: 70px 0px 50px 0px;
}

/* =========================
   COUNTER CARD
========================= */

.counter_box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px 10px;
    height: 100%;
    background: var(--white-color);
    border-radius: 22px;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid var(--gray-color3);
}

/* Decorative Shape */

.counter_box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;

    width: 90px;
    height: 90px;

    background: var(--theme-color);
    opacity: 0.08;

    border-radius: 0 22px 0 100%;
}

/* Bottom Accent Line */

.counter_box::after {
    content: "";
    position: absolute;
    left: 25px;
    bottom: 0;

    width: calc(100% - 50px);
    height: 4px;

    background: #edeff1;
    border-radius: 20px;
}

/* Card Hover */

.counter_box:hover {
    transform: translateY(-6px);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.12);
}

/* =========================
   ICON
========================= */

.counter_icon {
    position: relative;
    width: 70px;
    height: 70px;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 20px;
    background: var(--theme-color);
    color: var(--white-color);
    font-size: 32px;

    transition: 0.4s ease;
}


.counter_box:hover .counter_icon {
    transform: scale(1.05);
}

/* =========================
   CONTENT
========================= */

.counter-title {
    margin-left: 0;
}

/* Number */

.counter_box h2 {
    margin-bottom: 14px !important;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    color: var(--color-dark);

    position: relative;
    display: inline-block;
}

/* Underline Always Visible */

.counter_box h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;

    width: 100%;
    height: 2px;

    background: #edeff1;
}

.counter_box h2 span {
    font-size: 35px;
    font-weight: 800;
}

.counter_box h2 strong {
    font-size: 30px;
}

/* Text */

.counter_box p {
    margin-bottom: 0px !important;
    font-size: 17px;
    font-weight: 700;
    color: var(--black-color2);
    line-height: 1.5;
}


/*  why choose */

.why_choose_section {
    position: relative;
    padding: 45px 0px 65px 0px;
    overflow: hidden;
    z-index: 1;
    background: #fff;
}

.why_choose_section::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, #c4e7e0 0%, transparent 70%);
    bottom: -140px;
    right: -100px;
    z-index: -1;
}

/* =========================================================
   HEADING
========================================================= */

.why_choose_heading {
    text-align: center;
    margin-bottom: 45px;
}

.why_choose_heading span {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    /* backdrop-filter: blur(10px); */
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 9px;
}

.why_choose_heading h5 {
    font-size: 33px;
    font-weight: 900;
    color: var(--black-color2);
    margin-bottom: 15px;

}

.why_choose_heading p {
    max-width: 760px;
    margin: auto;
    color: var(--black-color2);
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;
}

/* =========================================================
   GRID
========================================================= */

.why_choose_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

/* =========================================================
   CARD
========================================================= */

.why_choose_item {
    position: relative;
    padding: 35px 35px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    border: 1px solid var(--gray-color);
    overflow: hidden;
    transition: all 0.45s ease;
}

.why_choose_item:hover {
    background-color: var(--theme-color3);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.why_choose_item:hover h4 {
    color: var(--background-color);
}

.why_choose_item:hover p {
    color: var(--background-color);
}

/* NUMBER */

.why_choose_item::after {
    content: attr(data-number);
    position: absolute;
    right: 28px;
    top: 40px;
    font-size: 75px;
    font-weight: 900;
    color: var(--gray-color3);
    line-height: 1;
    z-index: -1;
}

.why_choose_item:hover {
    transform: translateY(-14px);
    border-color: rgba(143, 214, 255, 0.45);

}

/* =======ICON ======= */

.icon_circle {
    width: 88px;
    height: 88px;
    border-radius: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--theme-color);

    color: #fff;
    font-size: 34px;

    margin-bottom: 28px;

    box-shadow:
        0 15px 35px var(--theme-color);

    transition: all 0.5s ease;
}

.why_choose_item:hover .icon_circle {
    transform: rotateY(180deg) scale(1.08);
    background-color: #357075;
}


.why_choose_item h4 {
    font-size: 25px;
    font-weight: 800;
    color: var(--black-color2);
    margin-bottom: 10px;

}

.why_choose_item p {
    color: var(--black-color2);
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    font-weight: 500;
}




.clients_section{
    padding:80px 0;
    background:#f8fafc;
}

.clients_content span{
    display:inline-block;
    color:var(--theme-color);
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
}

.clients_content h2{
    font-size:33px;
    font-weight:800;
    margin-bottom:18px;
    color:var(--black-color2);
}

.clients_content p{
    font-size:15px;
    line-height:28px;
    color:var(--black-color2);
    margin-bottom:0;
    font-weight: 500;
}

.client_box{
    background:#8fa8aa;
    border:3px solid #e8e8e8;
    border-radius:12px;
    height:120px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.35s;
    padding:20px;
    filter:grayscale(0);
}

.client_box:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.client_box img{
    max-width:100%;
    max-height:70px;
    object-fit:contain;
    filter:grayscale(100%);
    transition:.4s;
    background-color: var(--theme-color);
    border-radius: 12px;
    filter:grayscale(0);
}

.client_box:hover img{
    filter:grayscale(0);
}

@media(max-width:991px){

    .clients_content{
        text-align:center;
        margin-bottom:35px;
    }

    .clients_content h2{
        font-size:30px;
    }

}

@media(max-width:576px){

    .clients_section{
        padding:60px 0;
    }

    .client_box{
        height:100px;
        padding:15px;
    }

    .client_box img{
        max-height:55px;
    }

}


/* =========================
   TESTIMONIAL SECTION
========================= */

.testimonial_section {
    padding: 60px 0px 20px 0px;
    background-image: linear-gradient(rgb(134 169 170), rgb(68 119 124)), url(../images/03.png);
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
}

/* TITLE */

.testimonial_title {
    margin-bottom: 30px;
}

.testimonial_title span {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color);

}

.testimonial_title h2 {
    font-weight: 800;
    line-height: 30px;
    color: var(--white-color);
    font-size: 33px;
    margin-bottom: 15px;
}

.testimonial_title p {
    width: 100%;
    margin: auto;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    color: var(--white-color);
}

/* CARD */

.testimonial_card {
    background: var(--white-color);
    border-radius: 28px;
    padding: 35px;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    height: 100%;
    margin-bottom: 50px;
    margin-top: 15px;

}

.testimonial_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

/* QUOTE ICON */

.quote_icon {
    position: absolute;
    top: 15px;
    right: 25px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color3);
    color: var(--white-color);
    font-size: 22px;
}

/* STARS */

.testimonial_stars {
    margin-bottom: 30px;
}

.testimonial_stars i {
    color: #ffc107;
    margin-right: 2px;
    font-size: 15px;
}

/* TEXT */

.testimonial_card p {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    color: var(--black-color2);
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* USER */

.testimonial_user {
    display: flex;
    align-items: center;
    gap: 15px;
}


.testimonial_img img {
    width: 75px;
    height: 75px;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid rgb(135, 181, 185);
}


.testimonial_info h4 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 4px;
    color: var(--black-color);
}

.testimonial_info span {
    color: #666;
    font-size: 14px;
}


.testimonial_pagination {
    position: relative;
    margin-top: 50px;
}

.testimonial_pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #2c9cd8;
    opacity: 0.4;
}

.testimonial_pagination .swiper-pagination-bullet-active {
    opacity: 1;
}


/* =========================
   FAQ SECTION START
========================= */

.faq_section {
    padding: 50px 0px 60px 0px !important;
    background: var(--white-color);
}

/* TITLE */

.faq_title {
    margin-bottom: 35px;
}

.faq_title span {
    display: inline-block;
    padding: 8px 0px;
    border-radius: 30px;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 900;
    color: var(--theme-color);
}


.faq_title h2 {
    font-size: 33px;
    font-weight: 900;
    color: var(--black-color2);
    margin-bottom: 15px;
}

.faq_title p {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    color: var(--black-color2);
}

/* ACCORDION */

.custom_accordion .accordion-item {
    border: none;
    margin-bottom: 18px;
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    font-weight: 900;
}

.custom_accordion .accordion-button {
    background: var(--gray-color2);
    font-size: 18px;
    font-weight: 800;
    color: var(--black-color2);
    padding: 20px 22px;
    box-shadow: none !important;
    text-transform: capitalize;
    border: 2px solid var(--white-color);
}

.custom_accordion .accordion-button:not(.collapsed) {
    background: var(--theme-color3);
    color: var(--white-color);
    border-radius: 10px;
}

.custom_accordion .accordion-button::after {
    filter: brightness(0);
}

.custom_accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(100);
}

.custom_accordion .accordion-body {
    padding: 20px 22px;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    color: var(--black-color2);
    background: #fff;
}

/* IMAGE */

.faq_image_main {
    position: relative;
    width: 100%;
    height: 100%;
}

.faq_image {
    border-radius: 30px;
    height: 100%;
    text-align: center;
}

.faq_image img {
    width: 80%;
    margin: auto;
}


/* FLOAT CARD */

.faq_card {
    position: absolute;
    bottom: 30px;
    left: -20px;

    display: flex;
    align-items: center;
    gap: 18px;

    background: #fff;
    padding: 20px 25px;
    border-radius: 18px;

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);

    animation: floatCard 3s ease-in-out infinite;
}

.faq_icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(135deg, #2c9cd8, #026ccd);
    color: #fff;
    font-size: 24px;
}

.faq_card h4 {
    font-size: 28px;
    font-weight: 800;
    color: #111;
    margin-bottom: 3px;
}

.faq_card p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--black-color2);
}

/* FLOAT */

@keyframes floatCard {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* faq css end */



/* =========================
   BLOG SECTION START
========================= */

.blog_section {
    padding: 50px 0px 20px 0px;
    background: var(--gray-color3);
    /* overflow: hidden; */
}

/* TITLE */

.blog_title {
    margin-bottom: 45px;
}

.blog_title span {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    color: var(--theme-color);
    padding: 8px 0px;
    border-radius: 30px;
}

.blog_title h2 {
    font-size: 33px;
    font-weight: 900;
    color: var(--black-color);
    margin-bottom: 15px;
}

.blog_title p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--black-color2);
    width: 100%;
}

/* BLOG CARD */

.blog_card {
    background: var(--white-color);
    border-radius: 24px;
    overflow: hidden;
    transition: 0.4s;
    margin-bottom: 20px;
    border: 2px solid var(--white-color);
    height: 100%;
}


/* IMAGE */

.blog_img {
    overflow: hidden;
    height: auto;
    width: 100%;
}

.blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.blog_card:hover .blog_img img {
    transform: scale(1.08);
}

/* CONTENT */

.blog_content {
    padding: 15px 15px 10px 15px;
}

/* TITLE */

.blog_content h3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 27px;
    margin-bottom: 15px;
    color: var(--black-color);
    margin-bottom: 10px !important;
}

.blog_content h3 a {
    color: var(--black-color);

}


.blog_content h3 a:hover {
    color: var(--theme-color3);

}

/* TEXT */

.blog_content p {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    color: var(--black-color2);
    margin-bottom: 14px;
}

/* BUTTON */

.blog_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--theme-color);
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
}

.blog_btn i {
    transition: 0.3s;
}

.blog_btn:hover {
    color: #111;
}

.blog_btn:hover i {
    transform: translateX(6px);
}

/* SWIPER BUTTON */

.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #2c9cd881;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
}

/* PAGINATION */

.swiper-pagination {
    position: relative;
    margin-top: 50px !important;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #2c9cd8;
    opacity: 0.4;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}


/* footer css */
.footer {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(41, 60, 62, 0.863), rgb(68 119 124 / 90%)), url(../images/footer01.png);
    padding: 50px 0px 20px 0px;
    background-attachment: fixed;

}

.main_div_footer {
    margin-bottom: 24px;
}

.main_div_footer img {
    width: 200px;
    margin-bottom: 8px;
}

.main_div_footer .fa {
    /* background-color: var(--theme-color); */
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--white-color);

    border-radius: 10px;

    margin-right: 10px;
    font-size: 18px;
    border: 1px solid var(--white-color);
}



.footer_num_div>h6 {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 6px !important;
}

.footer_num_div a {
    color: var(--white-color);
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;

}


.footer_num_div a:hover {
    color: var(--background-color);
    display: block;
    font-size: 14px;
}

.footer_num_div p {
    color: var(--white-color);
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0px !important;
    max-width: 75%;

}

.main_div_footer h5 {
    color: var(--white-color);
    text-transform: capitalize;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 700;

}

.footer_usefull_link {
    margin-bottom: 20px;
}

.footer_usefull_link h5 {
    color: var(--white-color);
    text-transform: capitalize;
    padding-bottom: 13px;
    font-size: 20px;
    font-weight: 700;

}

.footer_usefull_link ul {
    list-style: none;
    padding: 0px;
}

.footer_usefull_link li {
    line-height: 45px;
    transition: .4s ease-in-out;
    border-bottom: 1px dotted var(--third-color);
}

.footer_usefull_link li a {
    color: var(--white-color);
    font-size: 14px;
    letter-spacing: .3px;
    text-transform: capitalize;
    font-weight: 500;
    transition: .4s ease-in-out;

}


.footer_usefull_link li a:hover {
    color: var(--white-color);
    font-size: 14px;
    letter-spacing: .3px;
    transition: .4s ease-in-out;
}


.footer_usefull_link li:before {
    position: relative;
    content: '';
    margin-right: 4px;
    font-weight: bold;
    color: var(--white-color);
    top: 1px;
    transition: .4s ease-in-out;
    font-size: 15px;
}

.footer_usefull_link b {
    letter-spacing: 1px;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
}

.footer_usefull_link p {
    margin-bottom: 4px !important;
}

.footer_usefull_link p iframe {
    border-radius: 10px;
    margin-bottom: 10px;
}

.footer_social_icon {
    text-align: left;
}

.footer_social_icon>b {
    color: var(--white-color);
    font-size: 14px;
    margin-right: 6px;
    display: block;
    margin-bottom: 5px;
}

.footer_social_icon>a {
    color: var(--white-color);
    border: 1px solid var(--background-color);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    /* border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%; */
    border-radius: 5px;
    transition: .4s ease-in-out;

}

.footer_social_icon>a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    transition: .4s ease-in-out;

}

.footer_usefull_link ul li a i {
    margin-right: 10px;
    transition: .4s ease-in-out;
}

.footer_usefull_link ul li a:hover i {
    transition: .4s ease-in-out;
    color: var(--white-color);
    transform: rotate(12deg) scale(1.08);
    box-shadow: 0 8px 20px rgba(37, 172, 182, 0.35);
}

/*  */

.footer_contact_card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #f1f1f100;
    padding: 25px 20px;
    border-radius: 5px;
    height: 100%;
    border: 1px solid #e9e9e930;
    transition: 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.footer_contact_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.footer_icon {
    min-width: 55px;
    width: 55px;
    height: 55px;
    border-radius: 15%;
    background: #447c83;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_icon i {
    color: #fff;
    font-size: 22px;
}

.footer_content {
    flex: 1;
}

.footer_content h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--background-color);
}

.footer_content a {
    color: var(--background-color);
    text-decoration: none;
    font-size: 15px;
    word-break: break-word;
    transition: 0.3s;
}

.footer_content a:hover {
    color: var(--white-color);
}

.footer_content p {
    margin: 0;
    color: var(--background-color);
    font-size: 15px;
    line-height: 1.7;
}

/*  */

.copy_right_section {
    background-color: #3d6164;
    text-align: center;
    padding: 7px 1px;
}

.copyright_content_div>p {
    margin-bottom: 0px !important;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
}

.copyright_content_div>p>a {
    color: #ddfff9;
    text-decoration: underline !important;
    transition: .3s ease-in-out;
}

.copyright_content_div>p>a:hover {
    color: var(--white-color);
}

.copyright_content_div>p>a>img {
    width: 45px;
    object-fit: contain;
    margin-left: 3px;
    filter: brightness(0%) invert(1)
}

/**/

/* services css */

/* end */



/*  */

/* css start====== */
.mobile_call_whatsapp_fixed_main_div {
    position: fixed;
    bottom: 120px;
    right: 10px;
    z-index: 9;
}



.call_icon_div {
    text-align: center;
}

.call_icon_div>a {
    background-color: var(--third-color);
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    animation: moveUpDown 2s ease-in-out infinite;
    display: inline-block;
    margin-bottom: 8px;
}

@keyframes moveUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
        /* Adjust the distance */
    }
}

.call_icon_div>a>img {
    width: 32px !important;
    filter: brightness(0%) invert(1);
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
}

.whatsapp_icon_div {
    text-align: center;
}

.whatsapp_icon_div>a {
    background-color: #008000;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    animation: zigzag 0.5s ease-in-out infinite;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function: steps(1, end);
    position: relative;
    animation: zigzag 8s infinite;
    display: inline-block;
}

@keyframes zigzag {
    0% {
        left: 0px;
    }

    1% {
        left: -5px;
    }

    2% {
        left: 5px;
    }

    3% {
        left: -5px;
    }

    4% {
        left: 5px;
    }

    5% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}

.whatsapp_icon_div>a>img {
    width: 32px !important;
    filter: brightness(0%) invert(1);
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
}

.call_icon_div a {
    background-color: #003136;
}

.desktop_whatsapp {
    display: block;
}

.mobile_whatsapp {
    display: none;
}

/*  */

/* breadcrumb start */
.breadcrumb-section {
    background-image: url(../images/swim03.png);
    position: relative;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

.breadcrumb-overly-div {
    background-color: rgba(27, 39, 51, 0.767);
    padding-top: 45px;
}

.breadcrumb-title-main-div {
    text-align: center;
    margin: auto;
}

.breadcrumb-title-div {
    text-align: center;
    display: inline-block;
    padding: 7px 5px 70px 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.breadcrumb-title-div>h1 {
    color: var(--background-color);
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

.breadcrumb-title-div>ul {
    list-style: none;
    padding: 0px 6px;
    margin-top: -7px;
}

.breadcrumb-title-div>ul>li>a {
    color: var(--background-color);
    font-weight: 500;
}

.breadcrumb-title-div>ul>li {
    display: inline-block;
    color: var(--background-color);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 10px 0px 10px;
}

.breadcrumb-title-div>ul>i {
    font-size: 12px;
    color: var(--background-color);
}

/* page titile css end */


/* contact page section start */

.contact-page-section {
    padding: 50px 0px;
}

.contact-page-title {
    text-align: center;
}

.contact-page-title h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
}

.contact-page-section-card {
    text-align: center;
}

.contact-details-card {
    background-color: #eeeded;
    padding: 25px 15px 30px 15px;
    margin-bottom: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.contact-div-icon i {
    width: 50px;
    height: 50px;
    background-color: var(--theme-color);
    color: var(--background-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in;
    border-radius: 15%;
    font-size: 18px;
}

.contact-div-icon i:hover {
    background-color: var(--black-color3);
    color: var(--background-color);
}

.contact-div-detail h4 {
    font-size: 20px;
    font-weight: 600;
}

.contact-div-detail a {
    font-size: 15px;
    font-weight: 500;
    color: var(--black-color2);
}

.contact-div-detail p {
    font-size: 15px;
    font-weight: 500;
    color: var(--black-color2);
}

.contact-form {
    padding: 30px 30px 50px 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #f1f1f1;
}

.contact-form-heading h4 {
    font-size: 30px;
    font-weight: 700;
}

.contact-form-title label {
    font-size: 15px;
    font-weight: 600;
    margin: 20px 10px 10px 0px;
    color: var(--black-color2);
}

.contact-form-title input {
    font-size: 15px;
    font-weight: 600;
    color: var(--black-color2);
    box-shadow: none !important;
    outline: none !important;
    border-radius: 5px !important;
    border: 1px solid #e2e2e2 !important;
    padding: 10px;
}



.contact-form-title textarea {
    font-size: 15px;
    font-weight: 600;
    color: var(--black-color2);
}

.contact_submit_btn {
    padding: 10px 20px;
    margin-top: 50px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    background-color: var(--theme-color);
    color: var(--background-color);
    border-style: none;
    transition: all 0.3s ease-in;
}

.contact_submit_btn:hover {
    background-color: var(--black-color3);
    color: var(--background-color);
}

.contact-social-links {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.contact-social-icon {
    padding: 10px;
    background-color: var(--theme-color);
    border-radius: 5px;
    transition: all 0.3s ease-in;
}


.contact-social-icon a i {
    font-size: 20px;
    color: var(--background-color);
}

.contact-social-icon:hover {
    background-color: var(--black-color3);
}

/* product-page start */

.product-page-section {
    padding: 50px 0px;
}

.product-page-title h2 {
    text-align: center;
    color: var(--black-color2);
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
}

.product-page-title p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 15px;
    font-weight: 500;
    color: var(--black-color2);
}

.product-page-card-title h4 {
    margin-top: 27px;
}

.product-page-card-title h4 a {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--theme-color);
}

.product-page-card-title h4 a:hover {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--black-color2);
}

.product-page-section .team_card a .team_plus {
    margin-bottom: -21px !important;
    bottom: 38px !important;
    right: 7px !important;
}

.product-bottom-content .content-box h2 {
    color: var(--black-color2);
    font-size: 25px;
    font-weight: 700;
}

.product-bottom-content .content-box p {
    font-size: 15px;
    font-weight: 500;
    color: var(--black-color2);
}

.product-bottom-content .content-box ul {
    padding: 10px 20px;
}

.product-bottom-content .content-box ul li {
    margin-bottom: 10px;
    list-style: square;
    color: var(--black-color2);
    font-size: 15px;
    font-weight: 500;
}

/* product-page end */

/* product details start */

.product-details-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.product-details-image {
    overflow: hidden;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.product-details-image img {
    width: 100%;
    /* height: 500px; */
    object-fit: contain;
    border-radius: 39px;

}

.product-details-content .badge {
    background: var(--theme-color);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 30px;
    margin-bottom: 15px;
}

.product-details-content h2 {
    font-size: 33px;
    font-weight: 700;
    color: var(--black-color2);
    margin-bottom: 20px;
}

.product-details-content p {
    font-size: 15px;
    line-height: 24px;
    color: var(--black-color2);
    margin-bottom: 15px;
    font-weight: 500;
    text-align: justify;
}

.product-details-content .btn {
    background: var(--theme-color);
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
}

.product-details-content .btn:hover {
    background: #000;
    color: #fff;
}

.product-details-section h3 {
    font-size: 25px;
    font-weight: 700;
    color: var(--black-color2);
}

/* .product-details-section h3::after {
    content: "";
    width: 70px;
    height: 3px;
    background: var(--theme-color);
    display: block;
    margin-top: 8px;
} */

.product-details-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-details-section ul li {
    position: relative;
    padding-left: 43px;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    color: var(--black-color2);
    line-height: 24px;
}

.product-details-section ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--theme-color);
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
}

.similar-product-title h4 {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: var(--black-color2);
    margin-bottom: 30px;
    line-height: 24px;

}





/* Product FAQ Section */

.product-faq-section {
    padding: 50px 0;
    background: #f5f5f5;
}

.product-faq-title {
    max-width: 700px;
    margin: 0 auto;
}

/* .product-faq-title .faq-tag{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
} */

.product-faq-title h2 {
    font-size: 35px;
    font-weight: 700;
    color: var(--black-color2);
    margin-bottom: 15px;
    line-height: 48px;
}

.product-faq-title h2 span {
    position: relative;
}

.product-faq-title p {
    max-width: 700px;
    margin: auto;
    color: var(--black-color2);
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}

.product-faq-section .accordion-item {
    border: none;
    border-radius: 18px !important;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.product-faq-section .accordion-button {
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 600;
    color: var(--black-color2);
    background: #e9e9e8;
    box-shadow: none !important;
}

.product-faq-section .accordion-button:focus {
    box-shadow: none;
}

.product-faq-section .accordion-button:not(.collapsed) {
    background: var(--theme-color);
    color: var(--background-color);
    padding: 10px 25px;
}

.product-faq-section .accordion-body {
    padding: 0 25px 22px;
    color: var(--black-color2);
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}

/* Custom Plus/Minus */

.product-faq-section .accordion-button::after {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background-image: none !important;
    content: "+";
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color);
    border-radius: 50%;
    font-size: 22px;
    font-weight: 400;
    transform: none !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.product-faq-section .accordion-button:not(.collapsed)::after {
    content: "−";
    color: var(--background-color);
}


/* product details end */

/* sitemap start */

.sitemap_section {
    padding: 60px 0;
    background: #f7f8fc;
}

.sitemap_header {
    text-align: center;
    margin-bottom: 40px;
}

.sitemap_header h2 {
    font-size: 34px;
    margin: 10px 0;
    font-weight: 800;
    background: var(--black-color2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.sitemap_header p {
    color: var(--black-color2);
    font-size: 15px;
    font-weight: 600;
}


.sitemap_accordion {
    max-width: 900px;
    margin: auto;
}

.sitemap_item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

/* BUTTON */
.sitemap_btn {
    width: 100%;
    background: #fff;
    border: none;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    color: var(--backgorund-color);
    background: linear-gradient(90deg, rgb(4 125 183) 0%, rgb(99 168 213) 44%, rgb(12 93 173) 100%);
}


.sitemap_btn span {
    color: var(--background-color);
}

.sitemap_btn span i {
    margin-right: 10px;
    color: var(--background-color);
}

.sitemap_btn i {
    color: var(--background-color);
}

/* ROTATE ICON */
.sitemap_btn i.fa-chevron-down {
    transition: 0.3s;
}

.sitemap_btn:not(.collapsed) i.fa-chevron-down {
    transform: rotate(180deg);
}

/* LIST */
.sitemap_list {
    list-style: none;
    margin: 0;
    padding: 15px 25px;
    border-top: 1px solid #eee;
}

.sitemap_list li {
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    padding: 8px;
}

.sitemap_list li a {
    text-decoration: none;
    color: var(--black-color2);
    font-size: 15px;
    transition: 0.3s;
    font-weight: 600;
}

.sitemap_list li a:hover {
    color: var(--theme-color);
    padding-left: 5px;
}

.sitemap_list {
    max-height: 260px;
    overflow-y: auto;
    padding-right: 6px;
}

/* Custom Scrollbar */
.sitemap_list::-webkit-scrollbar {
    width: 5px;
}

.sitemap_list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.sitemap_list::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

.sitemap_list::-webkit-scrollbar-thumb:hover {
    background: var(--theme-color);
}

.sitemap_list {
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.sitemap_list::-webkit-scrollbar {
    display: none;
}

/* sitemap end */


/* blog details start*/

.blog-details-section {
    padding: 80px 0;
    position: relative;
}

.blog-details-card {
    background: #fff;
    border-radius: 12px;
    overflow: visible;
}

.blog-image img {
    /* height:500px; */
    object-fit: contain;
}

.blog-content {
    padding: 20px 0px;
}

.blog-content h2 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--black-color2);
}

.blog-content h4 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 800;
    color: var(--black-color2);
}

.blog-content p {
    font-size: 16px;
    line-height: 24px;
    color: var(--black-color2);
    font-weight: 500;
    text-align: justify;
}

.recent-blog-box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    position: sticky;
    top: 100px;
}

.sidebar-title {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 25px;
    color: var(--theme-color);
}

.sidebar-desc {
    font-size: 15px;
    font-weight: 500;
    color: var(--black-color2);
    line-height: 24px;
}

.recent-blog-item {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
}

.recent-blog-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.recent-blog-item img {
    width: 90px;
    height: 90px;
    border-radius: 8px;
    object-fit: cover;
}


.recent-blog-item h5 a {
    color: var(--black-color2);
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 24px;
    font-weight: 700;
}

.recent-blog-item h5 a:hover {
    color: var(--theme-color);
}

.recent-blog-item p {
    font-size: 15px;
    line-height: 24px;
    color: var(--black-color2);
    font-weight: 500;
}

/*  */
.recent-blog-card {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #d3d0d0;
    padding-bottom: 20px;
    background-color: #eeeeee;
}

.recent-blog-card img {
    width: 100%;
    object-fit: cover;
    display: block;
    padding: 10px;
    border-radius: 15px;
}

.recent-blog-content {
    padding: 16px;

}

.recent-blog-content h5 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.recent-blog-content h5 a {
    color: var(--black-color2);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}

.recent-blog-content p {
    margin: 0;
    font-size: 15px;
    color: var(--black-color2);
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 25px;
}

.blog-page-read-btn a {
    padding: 10px 15px;
    color: var(--background-color);
    background-color: var(--theme-color);
    border-radius: 30px;
    transition: all 0.3s ease-in;
}

.blog-page-read-btn a:hover {
    padding: 10px 15px;
    background-color: var(--black-color3);
    color: var(--background-color);
    border-radius: 30px;
}

#recentBlogSlider .carousel-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

/* blog detail end */


/* privacy section start */

.privacy_section {
    padding: 40px 0px 40px 0px;
}

.privacy_content_main_div>h1 {
    color: var(--black-color2);
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px !important;
}


.privacy_content_main_div>h3 {
    color: var(--black-color2);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}



.privacy_content_main_div>h4 {
    color: var(--black-color2);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}

.privacy_content_main_div>h5 {
    color: var(--black-color2);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}

.privacy_content_main_div>p {
    font-weight: 500;
    font-size: 15px;
    color: var(--black-color);
    line-height: 27px;
    transition: 0.2s ease-in-out;
    margin-bottom: 3px !important;
}

.privacy_content_main_div>p>strong {
    color: var(--theme-color);
}

.privacy_content_main_div>p>a {
    color: var(--theme-color2);
    font-weight: 700;
    text-decoration: underline !important;
}


.privacy_content_main_div>ul {
    list-style: square;
    padding: 0px 20px !important;
    margin-bottom: 0px !important;
}

.privacy_content_main_div>ul>li {
    font-weight: 500;
    font-size: 15px;
    color: var(--black-color);
    line-height: 27px;
    transition: 0.2s ease-in-out;
    margin-bottom: 0;
}

/* Privacy Section end  */


/* fountain start */

.fountain-page-section {
    padding: 50px 0px;
}

.fountain-page-card-title h4 {
    margin-top: 27px;
    margin-bottom: 40px;
}

.fountain-page-card-title h4 a {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--theme-color);
}

.fountain-page-card-title h4 a:hover {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--black-color2);
}



/*  */

.fountain-card-div {
    position: relative;
    background: var(--white-color);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 2px solid var(--white-color);
    margin-bottom: 0px;
    height: 97%;

}

.fountain_image {
    overflow: hidden;
    background-color: #f2f2f2;

}

.fountain_image img {
    width: 100%;
    /* height: 320px; */
    object-fit: contain;
    filter: brightness(95%);
    /* margin-bottom: 10px; */

}

/* info */

.fountain_info {
    padding: 14px 20px 5px 20px;
}

.fountain_info h4 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;

}


.fountain_info h4>a {
    color: var(--black-color2);
}

.fountain_info h4>a:hover {
    color: var(--theme-color3);
}

.fountain_info p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 500;
}

.fountain_info>a {
    color: var(--theme-color3);
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}

/* plus */

.fountain_plus {
    position: absolute;
    right: 15px;
    bottom: 17px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--theme-color3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
}

.fountain-card-div:hover .fountain_plus {
    transform: rotate(90deg);
}


/* fountain end */



/* services start */


.services-page-section {
    padding: 50px 0px;
}

.services-page-card-title h4 {
    margin-top: 27px;
    margin-bottom: 40px;
}

.services-page-card-title h4 a {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--theme-color);
}

.services-page-card-title h4 a:hover {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--black-color2);
}



/*  */

.services-card-div {
    position: relative;
    background: var(--white-color);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 2px solid var(--white-color);
    margin-bottom: 0px;
    height: 97%;

}

.services_image {
    overflow: hidden;
    background-color: #f2f2f2;

}

.services_image img {
    width: 100%;
    /* height: 320px; */
    object-fit: contain;
    filter: brightness(95%);
    /* margin-bottom: 10px; */

}

/* info */

.services_info {
    padding: 14px 20px 5px 20px;
}

.services_info h4 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;

}


.services_info h4>a {
    color: var(--black-color2);
}

.services_info h4>a:hover {
    color: var(--theme-color3);
}

.services_info p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 500;
}

.services_info>a {
    color: var(--theme-color3);
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}

/* plus */

.services_plus {
    position: absolute;
    right: 15px;
    bottom: 17px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--theme-color3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
}

.services-card-div:hover .services_plus {
    transform: rotate(90deg);
}


/* services end */


/* services detail start */

.service-details-section{
    padding:80px 0;
    background:#f8fbff;
}

.service-details-image-div{
    position:relative;
}

.service-details-image-div img{
    width:100%;
    border-radius:18px;
    display:block;
    position: relative;
    z-index: 1;
}

.experience-badge{
    position:absolute;
    bottom:20px;
    left:20px;
    background:var(--theme-color);
    color:#fff;
    padding:15px 20px;
    border-radius:12px;
    text-align:center;
    min-width:120px;
}

.experience-badge span{
    display:block;
    font-size:32px;
    font-weight:700;
    line-height:1;
}

.experience-badge p{
    margin:5px 0 0;
    font-size:14px;
}

.service-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 18px;
    background:#eef7ff;
    color:var(--theme-color);
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}
.service-details-desc{
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px dotted #0097b2;
    padding: 20px;


}

.service-details-desc h2{
    font-size:32px;
    font-weight:700;
    margin-bottom:18px;
    color: var(--black-color2);
}

.service-details-desc p{
    color:var(--black-color2);
    line-height:24px;
    margin-bottom:25px;
    font-size: 15px;
    font-weight: 500;
}

.service-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:500;
    font-size: 15px;
}

.feature-item i{
    color:var(--theme-color);
}

.service-subtitle{
    display:inline-block;
    padding:8px 18px;
    background:#eef7ff;
    color:var(--theme-color);
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.service-details-desc-div h3{
    font-size:25px;
    font-weight:700;
    margin-bottom:18px;
}

.service-details-desc-div p{
    color:var(--black-color2);
    line-height:24px;
    margin-bottom:10px;
    font-size: 15px;
    font-weight: 500;
}

.service-highlight-box{
    background:#f8f9fa;
    border:1px solid var(--theme-color);
    padding:20px;
    border-radius:10px;
    margin-bottom:30px;
    background-color: var(--theme-color);
}

.service-highlight-box i{
    font-size:24px;
    color:var(--background-color);
    margin-bottom:10px;
}

.service-highlight-box p {
    margin: 0;
    line-height: 1.8;
    font-size: 25px;
    font-weight: 700;
    color: var(--background-color);
    font-style: italic;
}

.service-point{
    display:flex;
    gap:15px;
    margin-bottom:20px;
    padding:15px;
    border:1px solid #eee;
    border-radius:10px;
    transition:.3s;
     background-color: #eeefef75;
}

.service-point:hover{
    transform:translateY(-4px);
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.service-point i{
    width:45px;
    height:45px;
    background:var(--theme-color);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:15%;
    flex-shrink:0;

}

.service-point h5{
    margin-bottom:5px;
    font-size:18px;
    font-weight:600;
}

.service-point p{
    margin:0;
    color:#666;
    font-size:14px;
}

.service-bottom-box{
    margin-top:25px;
    background: linear-gradient(135deg, #22b5e7, #0e5b8b);
    color:#fff;
    padding:25px;
    border-radius:15px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
}

.service-bottom-box h4{
    margin-bottom:5px;
    color:#fff;
}

.service-bottom-box span{
    color:#f5f5f5;
}

.service-bottom-box a{
    background:#fff;
    color:var(--theme-color);
    padding:12px 25px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
}

.service-bottom-box a i {
    animation: arrowMove 1s infinite ease-in-out;
}

@keyframes arrowMove {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(6px);
    }
    100% {
        transform: translateX(0);
    }
}

.service-bottom-box a:hover{
    color:var(--theme-color);
}


/* services details end */


/* fountain details start */

/* ===============================
   Fountain Light Section
================================= */

.fountain-light-section{
    padding:80px 0;
    background:#f8fbff;
    position:relative;
}

.fountain-light-content h2{
    font-size:35px;
    font-weight:700;
    color:var(--black-color2);
    line-height:1.3;
    margin-bottom:20px;
}

.fountain-light-content p{
    font-size:16px;
    color:var(--black-color2);
    line-height:24px;
    margin-bottom:10px;
    font-weight: 500;
}

/* ===============================
   Image
================================= */

.fountain-light-image{
    position:relative;
    overflow:hidden;
    border-radius:20px;
}

.fountain-light-image img{
    width:100%;
    border-radius:20px;
    transition:.5s;
}

.fountain-light-image:hover img{
    transform:scale(1.04);
}

.fountain-light-badge{
    background:#fff;
    padding:18px 22px;
    border-radius:14px;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
    max-width:260px;
}

.fountain-light-badge h5{
    font-size:20px;
    font-weight:700;
    margin-bottom:5px;
    color:var(--black-color2);
}

.fountain-light-badge small{
    color:var(--black-color3);
    font-size:14px;
    font-weight: 500;
}

/* ===============================
   Points
================================= */

.fountain-light-point{
    display:flex;
    align-items:center;
    gap:10px;
    background:#fff;
    padding:14px 18px;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,.06);
    transition:.3s;
    height:100%;
}

.fountain-light-point:hover{
    transform:translateY(-4px);
}

.fountain-light-point i{
    color:var(--theme-color);
    font-size:18px;
}

.fountain-light-point span{
    color:var(--black-color2);
    font-size:15px;
    font-weight:500;
}

/* ===============================
   Feature Boxes
================================= */

.fountain-light-feature-box{
    background:#fff;
    padding:35px 25px;
    border-radius:18px;
    transition:.35s;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.fountain-light-feature-box:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.fountain-light-icon{
    width:75px;
    height:75px;
    margin:0 auto 20px;
    border-radius:15%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--theme-color);
}

.fountain-light-icon i{
    font-size:30px;
    color:#fff;
}

.fountain-light-feature-box h5{
    font-size:22px;
    font-weight:700;
    margin-bottom:12px;
    color:var(--black-color2);
}

.fountain-light-feature-box p{
    margin:0;
    font-size:15px;
    color:var(--black-color2);
    line-height:24px;
    font-weight: 500;
}

/* ===============================
   Bottom Showcase
================================= */

.fountain-light-showcase{
        background: linear-gradient(135deg, #2c9cd8, #0b415e);
    border-radius:25px;
    overflow:hidden;
    position:relative;
}

.fountain-light-showcase::before{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    border-radius:50%;
    background:rgb(55 188 237 / 15%);
    top:-120px;
    right:-100px;
}

.fountain-light-showcase::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    bottom:-80px;
    left:-60px;
}

.fountain-light-showcase h3{
    color:var(--background-color);
    font-size:30px;
    font-weight:700;
    position:relative;
    z-index:2;
}

.fountain-light-showcase p{
    color:var(--background-color);
    line-height:24px;
    position:relative;
    z-index:2;
    font-size: 15px;
    font-weight: 500;
}

.fountain-light-showcase .theme-btn{
    position:relative;
    z-index:2;
}

/* ===Theme Button===*/

.theme-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background: #81cae08e;
    color:#fff;
    padding:14px 30px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
    border: 1px dotted var(--theme-color);
}

.theme-btn:hover{
    transform:translateY(-3px);
    color:#fff;
    background-color: var(--theme-color);
}

.theme-btn i{
    transition:.3s;
}

.theme-btn:hover i{
    transform:translateX(6px);
}

/* fountain details end */
