:root {
    --primary: #00579a;
    /* --secondary: #efefef; */

    --dark: #00060c;
    --light: #ffffff;

    --text: #dddddd;
    --text-gray: #555;
    --text2: #00060c;

    --bg: #d4eeff;
    --bg2: #efefef;

    --rgba: #0000001a;

    /* gaps */
    --gap1: 18px;
    --gap2: 24px;
    --gap3: 32px;
    /* gaps */
    --p1: 18px;
    --p2: 24px;
    --p3: 32px;
}

a,
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-transform: none;
    text-decoration: none;
}

p {
    margin: 0;
    line-height: 1.5;
    color: var(--text-gray);
}

img {
    width: 100%;
}

.logo_widget {
    width: 69px;
    padding: 4px 0;
}

section {
    padding: 60px 0 65px;
}

section:first-of-type {
    padding: 0;
}

section[class~="light"] {
    background-color: var(--bg);
}

body {
    font-family: sans-serif;
}

header {
    border-top: 4px solid var(--primary);
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: var(--light);
    box-shadow: 0 4px 12px #00000005;
}

.nav_layer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.nav_links,
.social_links {
    display: flex;
    height: 100%;
}

.nav_links {
    gap: var(--gap2);
}

.nav_links a {
    color: var(--dark);
    transition: all 0.3s ease;
}

.nav_links a:hover {
    color: var(--primary);
}

.hero-slider {
    position: relative;
    /*height: 650px;*/
}

.hero-slider .heroSwiper {
    height: 100% !important;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    color: var(--light);
}

.swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
}

.hero_slide_bg_image {
    position: static;
    z-index: -1;
    min-height: 400px;
}

.s_info_layer {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    /* top: clamp(50px, 14.5vw, 200px); */
}

/* Dark overlay */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 6%);
    top: 0;
    left: 0;
    z-index: 1;
}

.widget_class {
    padding: 38px 24px;
    background: #00000033;
    border-radius: 12px;
}

/* Text Styling */
.sub-title {
    /* color:#111; */
    font-size: 27px;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: capitalize;
    padding: 6px 18px;
    background: #ffffffed;
    display: inline-block;
    color: #00579a;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 18px;
    margin-bottom: 20px;
}

.main-title {
    /* color: #111; */
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 12px;
}

.tag-line {
    letter-spacing: 5px;
    font-size: 14px;
    margin-top: 15px;
}

/* Buttons */
.hero-btn {
    padding: 12px 27px;
    display: inline-block;
    border-width: 2px;
    border-radius: 2px;
    font-weight: 600;
    background-color: var(--primary);
    /* border: 2px solid var(--primary); */
    color: var(--light);
    transition: 0.25s ease all;
}

.hero-btn:hover {
    background-color: var(--light);
    color: var(--dark);
    text-decoration: underline;
}

/* Swiper arrows */
.swiper-button-next,
.swiper-button-prev {
    color: var(--light);
}

/* Pagination */
.swiper-pagination-bullet {
    background: var(--light);
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    /*  */
    background: var(--dark);
    opacity: 1;
}

/* Content Styling */
.about_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.about_content .button a {
    margin-left: 0;
}

.about_content .hero-btn {
    transition: 0.3s ease all;
    display: inline-block;
    padding: 14px 35px;
}

.about_content .hero-btn:hover {
    background-color: #1877f2;
    scale: 1.01;
    color: var(--light);
}

.section_head {
    margin-bottom: 40px;
    text-align: center;
    margin-inline: auto;
    padding-inline: 8px;
}

.section_head.md {
    max-width: 768px;
}

.section_head.lg {
    max-width: 991px;
}

.side_head {
    margin-bottom: 16px;
}

.info_box p {
    /* font-size: 18px; */
    margin-bottom: 18px;
    text-align: justify;
}

.info_box.light p {
    color: color-mix(in srgb, var(--light) 90%, transparent);
}

.info_box.light p strong {
    color: var(--light);
}

.info_box p:last-of-type {
    margin-bottom: 0;
}

.about_content .info_box {
    margin-bottom: 22px;
}

/* Gallery Layout */
.about_gallery img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 8px;
}

.img_iffect {
    border-radius: 8px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb30 {
    margin-bottom: 30px;
}

.title1 {
    font-size: 35px;
    font-weight: 500;
    color: var(--dark);
}

p {
    font-size: 17px;
}

.title2 {
    font-size: 20px;
    font-weight: 500;
}

.our_service .title1 {
    text-align: center;
}

.services_list {
    justify-content: center;
}

.service_card {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    gap: var(--gap1);
    padding: 24px 16px;
    text-align: center;
    font-weight: 500;
    box-shadow: 0 4px 12px var(--rgba);
    border-radius: 8px;
    background-color: var(--light);
    height: 100%;
}

.service_img {
    width: 70px;
    height: fit-content;
}

.service_pera {
    /* font-size: 15px; */
    margin-bottom: 0;
    font-weight: 500;
    color: var(--text2);
}

.service_card:hover .service_pera {
    color: var(--light);
}

.service_card.cta {
    gap: 12px;
    cursor: pointer;
    justify-content: center;
}

.service_card.cta,
.service_card.cta * {
    transition: 0.3s ease;
}

.service_card.cta .service_pera {
    font-size: 18px;
    font-weight: 600;
    color: var(--light);
}

.service_card,
.exp_cards .card {
    transition: 0.25s ease all;
    overflow: hidden;
}

.exp_cards .card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.exp_cards .card:hover .bg_frame {
    opacity: 0.14;
}

.exp_cards .card:hover::after {
    background-color: var(--primary);
}

.service_card:hover,
.service_card.cta,
.innr_info_card:hover {
    background-color: var(--primary);
    color: var(--light);
}

.exp_cards .card:hover {
    background-color: var(--primary);
}

.exp_cards .card:hover * {
    color: var(--light);
}

.innr_info_card:hover .card_icon {
    color: var(--primary);
    background: var(--light);
}

.service_card.cta:hover img {
    scale: 1.1;
    transform: rotate(-180deg);
}

.service_card.cta:hover .service_pera {
    scale: 1.1;
    text-decoration: underline;
}

.innr_info_card:hover h4 {
    color: var(--light);
}

.innr_info_card:hover p {
    color: var(--light);
}

.service_card:hover img,
.service_card.cta img,
.exp_cards .card:hover .c_frame {
    filter: invert(1);
}

.exp_brands .title1 {
    text-align: center;
}

.exp_cards .card {
    border: 1px solid var(--rgba);
    position: relative;
    top: 0;
    padding: 20px 20px;
    height: 100%;
}

.exp_cards .card .bg_frame {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.exp_cards .card>div {
    z-index: 1;
    position: relative;
}

.exp_cards .card .c_frame {
    width: 36px;
    height: 36px;
    margin-bottom: 20px;
}

.exp_cards .card .mark {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    background-color: var(--bg);
    border-radius: 20px;
    padding: 4px 10px;
}

.exp_cards .card:hover .mark{
    color: var(--dark);
}

.exp_cards .card h3 {
    font-size: 15px;
    font-weight: 600;
}

.exp_cards .info {
    background: var(--primary);
    color: var(--light);
    height: 100%;
    display: flex;
    border-radius: 8px;
    padding: 22px 25px;
    font-size: 24px;
    align-items: center;
}

.innr_info_card {
    padding: 24px 20px 20px;
    background-color: var(--light);
    border-radius: 12px;
    height: 100%;
    text-align: center;
    transition: all 0.35s ease;
    border: 1px solid var(--rgba);
    box-shadow: 0 6px 12px var(--rgba);
}

.card_icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--light);
    background: var(--primary);
    transition: 0.3s ease;
}

.innr_info_card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--text2);
}

.innr_info_card p {
    /* font-size: 15px; */
    /* line-height: 1.6; */
    color: var(--text-gray);
    margin-bottom: 0;
}

.commitment .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.commitment .content p {
    text-align: justify;
}

.commitment .img {
    height: 288px;
    object-fit: cover;
}

.team_card {
    overflow: hidden;
    border-radius: 8px;
    border-bottom: 4px solid var(--primary);
    box-shadow: 0 6px 18px #11111130;
    background-color: #ffffff;
}

.frame_p,
.img_iffect {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.img_iffect,
.img_iffect * {
    transition: 0.3s ease all;
}

.frame_p::after,
.img_iffect::after {
    content: "";
    position: absolute;

    transform: rotate(45deg);
    transition: 0.3s ease all;
    height: 100%;
}

.frame_p::after {
    background-color: #ffffff4d;
    scale: 1.4;
}

.img_iffect::after {
    background-color: #ffffff27;
    scale: 2.6;
}

.team_card * {
    transition: 0.7s ease all !important;
}

.team_card:hover img,
.img_iffect:hover img {
    scale: 1.05;
}

.team_card:hover .frame_p::after,
.img_iffect:hover::after {
    opacity: 1;
    animation: random 0.35s ease-in;
}

.social_links {
    display: flex;
    align-items: center;
    gap: 8px;
}

.social {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social:hover .t_social_links {
    transform: translateY(-5px);
    opacity: 1;
}

.social .t_social_links {
    pointer-events: none;
}

.social:hover .t_social_links {
    pointer-events: all;
}

.t_social_links_parent {
    position: absolute;
    bottom: 50px;
}

.t_social_links {
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(20px);
    background-color: var(--primary);
    border-radius: 4px;
    padding: 4px 0;
}

.t_social_links a {
    padding: 6px 8px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #ffffff1a;
}

.t_social_links a:hover {
    background-color: #001a2f;
}

@keyframes random {
    0% {
        opacity: 0;
        width: 0%;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        width: 100%;
    }
}

/* Common style */
.social_links a,
.side_social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    background: #fff;
    border: 1px solid #e6e6e6;
    transition: 0.35s ease;
    position: relative;
}

/* Instagram */
.social_links .instagram,
.side_social .instagram {
    color: #e1306c;
}

.social_links .instagram:hover,
.side_social .instagram:hover {
    background: linear-gradient(45deg,
            #f09433,
            #e6683c,
            #dc2743,
            #cc2366,
            #bc1888);
    color: #fff;
}

/* Facebook */
.social_links .facebook,
.side_social .facebook {
    color: #1877f2;
}

.social_links .facebook:hover,
.side_social .facebook:hover {
    background: #1877f2;
    color: #fff;
}

/* Youtube */
.social_links .youtube,
.side_social .youtube {
    color: #ff0000;
}

.social_links .youtube:hover,
.side_social .youtube:hover {
    background: #ff0000;
    color: #fff;
}

/* X (Twitter) */
.social_links .twitter,
.side_social .twitter {
    color: #000;
}

.social_links .twitter:hover,
.side_social .twitter:hover {
    background: #000;
    color: #fff;
}

@keyframes random {
    0% {
        opacity: 0;
        width: 0%;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        width: 100%;
    }
}

.team_card img {
    aspect-ratio: 1/1;
    width: 100%;
}

.team_card .t_info {
    padding: 22px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.team_card .t_info>div {
    position: relative;
    z-index: 1;
}

.team_card .t_info::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #001a2f;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.3s ease all;
}

.team_card:hover .t_info::after {
    transform: translateY(0px);
    opacity: 1;
}

.team_card:hover .t_info {
    color: var(--light);
}

.team_card .t_info h4 {
    font-size: 18px;
    margin-bottom: 4px;
}

.t_social {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.t_social .cta_div {
    padding: 8px 10px;
    background-color: var(--primary);
    border-radius: 20px;
    color: var(--light);
    cursor: pointer;
}

.team_card:hover .t_social .cta_div {
    background-color: var(--light);
    color: var(--primary);
}

/* our team popup start */
.modal-box .show-modal {
    color: var(--dark);
    background-color: var(--light);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 80px auto 0;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    outline: none;
    display: block;
    transition: all 0.3s ease 0s;
}

.modal-box .show-modal:hover,
.modal-box .show-modal:focus {
    color: var(--dark);
    border: none;
    outline: none;
    text-decoration: none;
}

/* Modal backdrop (page BG dim) */
.modal-backdrop.show {
    background-color: var(--dark);
    opacity: 0.15;
    /* yahan value 0.35 - 0.7 ke beech rakh sakte ho */
    transition: opacity 0.2s ease-in-out;
}

.modal-box .modal-dialog {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.modal.fade .modal-dialog {
    transform: translate(0, -50px) rotate(10deg);
    transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.modal.show .modal-dialog {
    transform: translate(0, 0) rotate(0);
}

.modal-box .modal-dialog .modal-content {
    /* text-align: center; */
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.modal-box .modal-dialog .modal-content .head {
    text-align: center;
}

.modal-box .modal-dialog .modal-content p {
    text-align: justify;
}

.modal-box .modal-dialog .modal-content ul {
    padding-left: 1rem;
}

.modal-box .modal-dialog .modal-content ul li {
    list-style: disc;
}

.modal-box .modal-dialog .modal-content .btn-close {
    color: var(--text-gray);
    font-size: 18px;
    line-height: 18px;
    text-shadow: none;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    left: auto;
    right: 10px;
    top: 10px;
    transition: all 0.3s;
    z-index: 1;
}

.modal-box .modal-dialog .modal-content .btn-close {
    filter: none;
}

.modal-box .modal-dialog .modal-content .modal-body {
    padding: 40px !important;
    border: solid 5px var(--primary);
}

.modal-box .modal-dialog .modal-content .modal-body .modal-icon img {
    width: 120px;
    height: 115px;
    border-radius: 50%;
    border: solid 3px var(--primary);
    margin-bottom: 15px;
}

.modal-box .modal-dialog .modal-content .modal-body a {
    color: var(--text-gray);
    margin: 3px 0 10px;
    display: block;
}

/* our team popup end */

.testimonial_widgets.slider .card {
    margin: 8px 16px;
    margin-bottom: 24px;
    background-color: transparent;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial_widgets .card .overlay {
    border-radius: 12px;
    position: absolute;
    scale: 1.03;
    right: 0px;
    height: 100%;
    width: 99%;
    margin-inline: auto;
    clip-path: polygon(45% 0, 100% 0, 100% 60%, 100% 100%, 77% 100%, 0 27%, 0 0);
    background-color: var(--primary);
}

/* Testimonial Card */
.testimonial {
    background: #fff;
    padding: 35px 24px;
    padding-bottom: 60px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    height: 100%;
    transition: 0.3s ease;
    min-height: 473px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
}

.testi_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.testi_footer .stars {
    display: flex;
    gap: 10px;
    font-size: 18px;
    padding: 19px 78px 19px 32px;
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
    color: var(--light);
    /* background-color: #db8359; */
    background-color: var(--primary);
    position: relative;
    bottom: 5px;
}

/* .owl-carousel .owl-item .testi_quote_frame {
    width: 44px;
    height: 44px;
    position: relative;
    bottom: -24px;
    filter: invert(1);
} */

.owl-carousel .owl-item .testi_quote_frame {
    width: 64px;
    height: 64px;
    position: relative;
    bottom: 20px;
    right: 24px;
    /* background-color: var(--primary); */
    /* background-color: #db8359; */
    background-color: var(--primary);
    -webkit-mask: url("../images/png/quotation-mark.png") no-repeat center;
    mask: url("../images/png/quotation-mark.png") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

/* Header */
.testi_head {
    margin-bottom: 20px;
    padding: 6px;
    padding-left: 14px;
    border-left: 3px solid #005495;
    /* background: linear-gradient(to right, rgba(252, 163, 29, 0.774), rgba(252, 163, 29, 0)) ; */
    display: flex;
    justify-content: space-between;
}

.testi_head .stars {
    color: #111;
}

.wrote {
    font-size: 17px;
    color: var(--text-gray);
}

.wrote b {
    color: #000;
}

/* Body */
.testi_body h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #111;
}

.testi_body p {
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
    text-align: justify;
}

.contact_section {
    padding: 80px 0;
    background: var(--bg2);
}

.contact_content {
    padding-right: var(--p3);
}

.contact_title {
    font-size: 36px;
    margin-bottom: var(--gap2);
    color: var(--text2);
    font-weight: 600;
}

.contact_info p {
    display: flex;
    align-items: center;
    gap: var(--gap1);
    margin-bottom: var(--gap1);
    font-size: 16px;
    color: var(--text-gray);
}

.contact_icon {
    min-width: 45px;
    min-height: 45px;
    width: 45px;
    height: 45px;
    background: var(--primary);
    color: var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
}

.contact_form_wrapper {
    background: var(--light);
    padding: var(--p3);
    border-radius: 12px;
    box-shadow: 0 6px 12px var(--rgba);
}

.form_group {
    margin-bottom: var(--gap2);
}

.form_group input,
.form_group textarea {
    width: 100%;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid var(--text);
    outline: none;
    font-size: 15px;
    transition: 0.3s ease;
}

.form_group input:focus,
.form_group textarea:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(0, 87, 154, 0.1);
}

.contact_btn {
    width: 100%;
    padding: 12px;
    background: var(--primary);
    color: var(--light);
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease;
}

.contact_btn:hover {
    background: var(--dark);
}

footer {
    padding: 30px 0;
    text-align: center;
    background-color: var(--primary);
    background-color: var(--dark);
    color: var(--text);
    font-weight: 600;
}

.slider .card {
    margin: 0 6px;
    border: none;
    outline: none;
    background-color: transparent;
}

.owl-nav {
    height: 60px;
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 24px;
    align-items: center;
}

.owl-nav button[class^="owl-"] {
    height: 50px;
    width: 50px;
    background-color: var(--primary) !important;
    border-radius: 50%;
    transition: 0.25s ease all;
}

.owl-nav button[class^="owl-"] i {
    color: var(--light);
}

.owl-nav button[class^="owl-"]:hover {
    background-color: var(--dark) !important;
}

.owl-nav.disabled {
    display: flex !important;
}

.menu_btn {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

/* SIDE MENU */
.side_menu {
    position: fixed;
    top: 0;
    right: -260px;
    width: 260px;
    height: 100vh;
    background: #111;
    padding: 40px 20px;
    transition: 0.4s;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 999;
}

.side_menu a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
}

/* SOCIAL ICONS */

.side_social {
    margin-top: auto;
    display: flex;
    gap: 8px;
}

.close_btn {
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
}

.banner {
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: var(--light);
    position: relative;
}

.banner .overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, rgb(0 0 0 / 33%), rgb(0 0 0 / 10%));
    z-index: 1;
}

.banner .b_content {
    position: relative;
    z-index: 1;
}

.banner h1 {
    font-size: 36px;
}

.banner p {
    font-size: 15px;
    letter-spacing: 1px;
}

.abt_page_head {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.abt_frame {
    height: 100%;
}

.abt_frame img {
    height: 308px;
    object-fit: cover;
    border-radius: 8px;
}

.top.abt_frame img {
    height: 268px;
    object-fit: cover;
}

.ui03 {
    border-radius: 8px;
}

.ui03 {
    /* clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 10%); */
    background-color: var(--primary);
    padding: 50px 30px;
}

.sp_main {
    padding-bottom: 40px;
}


.sp_main {
    max-width: 991px;
    margin-inline: auto;
}

.s_card {
    padding: 16px 18px;
    box-shadow: 0 0 16px #1111113d;
    border-radius: 8px;
    height: 100%;
    transition: 0.3s ease all;
}

.s_card img {
    border-radius: 8px;
    object-fit: cover;
}

.s_card p {
    padding-top: 12px;
    margin-bottom: 0;
    text-align: center;
    color: #333;
    font-weight: 600;
}

.s_card:hover {
    background-color: var(--primary);
}

.s_card:hover p {
    color: var(--light);
}

.card_o01 {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.card_o01 img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

/* TAB BUTTONS IMPROVED */
.tab_buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.tab_btn {
    border: none;
    background: #f1f1f1;
    padding: 10px 14px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.tab_btn span {
    font-size: 13px;
    font-weight: 500;
}

.tab_btn.active {
    background-color: var(--primary);
    color: #fff;
    transform: translateY(-4px);
}

/* GALLERY GRID */
.tab_content {
    animation: fadeIn 0.4s ease;
    display: none;
}

.tab_content img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 12px;
}

.tab_content video {
    border-radius: 12px;
}

.tab_content.active {
    display: block;
    height: fit-content;
}

.tab_content.active a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 18px;
}

/* dark overlay */
.tab_content.active a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .45),
            rgba(0, 0, 0, .08));
    opacity: 0;
    transition: .4s ease;
}

/* play button */
.tab_content.active a::after {
    content: "\f04b";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;

    position: absolute;
    width: 75px;
    height: 75px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 50%;

    font-size: 28px;
    color: #fff;

    background: rgba(255, 255, 255, .18);
    backdrop-filter: blur(12px);

    border: 1px solid rgba(255, 255, 255, .3);

    box-shadow:
        0 10px 25px rgba(0, 0, 0, .35),
        inset 0 1px 1px rgba(255, 255, 255, .2);

    transition: .4s ease;
}

/* hover effects */
.tab_content.active a:hover::before {
    opacity: 1;
}

.tab_content.active a:hover::after {
    transform: scale(1.15);
    background: rgba(255, 255, 255, .25);
}

.tab_content.active img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s ease;
}

.tab_content.active a:hover img {
    /*transform:scale(1.08);*/
}


.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;

    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #25d366;
    color: #fff;

    font-size: 2rem;
    text-decoration: none;

    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);

    z-index: 9999;

    transition: transform 0.25s ease,
        box-shadow 0.25s ease;
}

.whatsapp-float:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.45);
}


/* ANIMATION */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* RESPONSIVE */
@media (max-width: 1399px) {
    .testimonial{
        min-height:535px;
    }
}
@media (max-width: 1200px) {
    .hero-slider {
        height: fit-content;
    }
}

@media (max-width: 992px) {
    section {
        padding: 50px 0 55px;
    }

    .innr_info_card p {
        font-size: 16px;
    }

    .title1 {
        font-size: 32px;
    }

    .service_card {
        padding: 12px;
        /* justify-content: start; */
        gap: 12px;
    }

    .commitment .img_iffect {
        height: 100%;
    }

    .commitment .img {
        height: 100%;
    }

    .order-lg-7 {
        order: 7;
    }

    .innr_info_card {
        padding: 20px;
    }

    .testimonial {
        padding: 18px 10px;
        padding-bottom: 60px;
    }

    .row_handle {
        flex-direction: column-reverse;
    }

    .service_pera {
        font-size: 14px;
    }

    .exp_cards .card {
        padding: 12px 10px;
    }

    .service_img {
        width: 58px;
    }

    .sub-title {
        font-size: 20px;
    }

    .main-title {
        font-size: 36px;
    }

    .nav_links {
        display: none;
    }

    .social_links {
        display: none;
    }

    .menu_btn {
        display: block;
    }

    .about_title {
        font-size: 32px;
    }

    .nav_links {
        display: none;
    }

    .social_links {
        display: none;
    }
}

/* Responsive */
@media (max-width: 768px) {
    p {
        font-size: 16px;
    }

    .contact_section {
        padding: 60px 0;
    }

    .contact_icon {
        min-width: 40px;
        min-height: 40px;
        width: 40px;
        height: 40px;
    }

    .contact_content {
        padding-right: 0;
    }

    .contact_form_wrapper {
        padding: 24px;
    }

    .form_group {
        margin-bottom: 18px;
    }

    .contact_info p {
        gap: 8px;
    }

    .exp_cards .info {
        font-size: 18px;
    }

    .title1 {
        font-size: 28px;
    }

    .main-title {
        font-size: 22px;
    }

    .commitment .row {
        flex-direction: column-reverse;
    }

    .sub-title {
        font-size: 12px;
        padding: 4px 12px;
        margin-bottom: 13px;
    }

    .widget_class {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .hero-btn {
        padding: 8px 16px;
        font-size: 12px;
    }

    .row_handle {
        flex-direction: column-reverse;
    }

    .swiper-button-next,
    .swiper-button-prev {
        scale: 0.3;
    }

    .hero-slider .swiper-button-next,
    .hero-slider .swiper-button-prev {
        margin-top: 84px;
    }

    .ui03 {
        padding: 28px 24px;
    }

    .banner {
        height: 254px;
    }

    .banner h1 {
        font-size: 34px;
    }

    .banner p {
        margin-bottom: 0;
    }

    .order-7 {
        order: 7;
    }

    .service_card {
        padding: 16px 8px;
    }

    .service_img {
        width: 44px;
    }
}

/* Responsive Adjustments */
@media (max-width: 576px) {
    .banner {
        height: 200px;
    }

    /* .whatsapp-float {
        width: 48px;
        height: 48px;
        font-size: 24px;
    } */

    .innr_info_card h4 {
        font-size: 19px;
    }

    .testimonial_widgets.slider .card {
        margin-inline: 2px;
    }

    .contact_section {
        padding: 50px 0;
    }

    .innr_info_card {
        padding: 16px 12px;
    }

    .exp_cards .info {
        font-size: 15px;
    }

    .ui03 {
        padding: 16px;
    }

    .about_section {
        padding: 50px 0;
    }

    .about_title {
        font-size: 26px;
    }

    .swiper-slide {
        height: auto;
    }

    .hero_slide_bg_image {
        height: 274px;
        object-fit: cover;
    }

    .modal-box .modal-dialog .modal-content .modal-body {
        padding: 14px !important;
    }

    .logo_widget {
        width: 48px;
    }

}

@media (max-width:390px) {
    .tab_buttons {
        gap: 8px;
    }

    .tab_btn {
        width: 100%;
        padding: 8px 0;
    }

    .testimonial {
        min-height: 638px;
    }

    .testi_body p {
        font-size: 15px;
    }
}

@media (min-width: 1400px) {
    .top.abt_frame img {
        height: 280px;
    }

    .abt_frame img {
        height: 270px;
    }
}