/*==============================================*/
/*          !!! GOOGLE FONT IMPORT !!!          */
/*==============================================*/
@font-face {
    font-family: 'ITC Franklin Gothic Std';
    src: url('../fonts/ITCFranklinGothicStd-Book.eot');
    src: url('../fonts/ITCFranklinGothicStd-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ITCFranklinGothicStd-Book.woff2') format('woff2'),
        url('../fonts/ITCFranklinGothicStd-Book.woff') format('woff'),
        url('../fonts/ITCFranklinGothicStd-Book.ttf') format('truetype'),
        url('../fonts/ITCFranklinGothicStd-Book.svg#ITCFranklinGothicStd-Book') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Franklin Gothic Std';
    src: url('../fonts/ITCFranklinGothicStd-Med.eot');
    src: url('../fonts/ITCFranklinGothicStd-Med.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ITCFranklinGothicStd-Med.woff2') format('woff2'),
        url('../fonts/ITCFranklinGothicStd-Med.woff') format('woff'),
        url('../fonts/ITCFranklinGothicStd-Med.ttf') format('truetype'),
        url('../fonts/ITCFranklinGothicStd-Med.svg#ITCFranklinGothicStd-Med') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CocogooseProTrial';
    src: url('../fonts/CocogooseProTrial-Light.eot');
    src: url('../fonts/CocogooseProTrial-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CocogooseProTrial-Light.woff2') format('woff2'),
        url('../fonts/CocogooseProTrial-Light.woff') format('woff'),
        url('../fonts/CocogooseProTrial-Light.ttf') format('truetype'),
        url('../fonts/CocogooseProTrial-Light.svg#CocogooseProTrial-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CocogooseProTrial';
    src: url('../fonts/CocogooseProTrial-Regular.eot');
    src: url('../fonts/CocogooseProTrial-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CocogooseProTrial-Regular.woff2') format('woff2'),
        url('../fonts/CocogooseProTrial-Regular.woff') format('woff'),
        url('../fonts/CocogooseProTrial-Regular.ttf') format('truetype'),
        url('../fonts/CocogooseProTrial-Regular.svg#CocogooseProTrial-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CocogooseProTrial Semilight';
    src: url('../fonts/CocogooseProTrial-Semilight.eot');
    src: url('../fonts/CocogooseProTrial-Semilight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CocogooseProTrial-Semilight.woff2') format('woff2'),
        url('../fonts/CocogooseProTrial-Semilight.woff') format('woff'),
        url('../fonts/CocogooseProTrial-Semilight.ttf') format('truetype'),
        url('../fonts/CocogooseProTrial-Semilight.svg#CocogooseProTrial-Semilight') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html {
    overflow-x: clip;
}
body {
    overflow-x: hidden;
}

body {
  font-family: 'CocogooseProTrial' , sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'CocogooseProTrial Semilight', sans-serif !important;
  font-weight: 400; 
}

.row,
.row > *{
    --bs-gutter-x: 40px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    --bs-gutter-x: 40px;
}
/* =============header ============== */
.navbar_wrapper {
    background: #221E20;
    padding: 6px 0;
}

.navbar-brand img {
    max-width: 140px;
    width: 100%;
}

.navbar_wrapper .menu-item a {
    font-family: 'CocogooseProTrial Semilight' , sans-serif;
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 18px !important;
    transition: 0.3s ease;
    text-decoration: none;
}

.navbar_wrapper .menu-item a:hover,
.navbar_wrapper .menu-item.current-menu-item a {
    color: #e43b6b;
}
.header_social {
    margin-left: 24px;
}

.header_social a:hover svg path{
    fill: #e43b6b;
}
/* smoother bootstrap collapse */
.navbar-collapse {
    transition: none !important;
}

.collapsing {
    transition: height 0.35s ease !important;
}

/* Navbar toggler */
.navbar-toggler {
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    filter: brightness(0) invert(1);
}
.custom-logo-link{
    max-width: 110px;
}
/* Mobile */
@media (max-width: 991px) {
    .navbar-collapse {
        background: #161313;
        margin-top: 20px ;
        padding: 20px;
        border-radius: 12px;
        text-align: center;
    }
    .navbar-collapse ul{
        margin: 30px 0;
        gap: 24px;
    }
    .navbar-nav .menu-item a {
        font-size: 18px;
        padding: 12px 0 !important;
    }

    .navbar-brand img {
        max-width: 110px;
    }
    
}
/* Custom animated hamburger */
.navbar-toggler {
    width: 30px;
    height: 26px;
    position: relative;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    background-color: transparent !important;
}

.tog-bar {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.35s ease, opacity 0.25s ease, top 0.35s ease;
    position: relative;
}

/* When open — animate to X */
.navbar-toggler[aria-expanded="true"] .tog-bar:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .tog-bar:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.navbar-toggler[aria-expanded="true"] .tog-bar:nth-child(3) {
    transform: translateY(-13px) rotate(-43deg);
}
/* Make nav wrapper relative so dropdown positions from it */
.navbar_wrapper {
    position: relative;
}

/* Float the mobile menu OVER the page — not in flow */
@media (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 999;
        background: #161313;
        margin-top: 0;
        border-radius: 0;
        overflow: hidden;
        padding: 0;
    }

    .navbar-collapse .navbar-nav {
        padding: 20px;
    }
}
/* ================================= */
/*          Footer Styles           */
/* ================================= */
.site_footer{
    background: #221E20;
    padding: 80px 0;
    color: #fff;
    font-family: 'ITC Franklin Gothic Std', sans-serif;
    font-weight: 400;
}

.footer_logo .custom-logo{
    min-width: 150px;
    max-width: 185px;
    height: auto;
}

.footer_widget h4{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase;
    color: #FEFEFE;
}

.footer_widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_widget ul li{
    margin-bottom: 18px;
}
.footer_contact li a{
    font-weight: 500;
}
.footer_widget a,
.footer_widget p{
    color: #FEFEFE;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.6;
    transition: .3s;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 140%;
}
.footer_add p{
font-weight: 500;
}
.footer_widget a:hover{
    color: #e43b6b;
}

.footer_contact strong{
    display: inline-block;
    min-width: 25px;
    margin-right: 18px;
    position: relative;
    font-size: 22px;
}

.footer_contact strong::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 2px;
    height: 24px;
    background: #fff;
}

.footer_social{
    margin-top: 25px;
    display: flex;
    gap: 18px;
}

.footer_social a{
    font-size: 18px;
    font-weight: 600;
}
.footer_social a:hover svg path{
    fill: #e43b6b;
}
.site_footer .footer_contact a{
	font-size: 20px;
}
/* tablet */
@media (max-width: 991px){
    .site_footer{
        padding: 60px 0;
    }
}

/* mobile */
@media (max-width: 991px){
    .footer_widget a, .footer_widget p{
        font-size: 18px;
    }
	.site_footer .footer_contact a{
		font-size: 18px;
	}
    .site_footer{
        text-align: center;
    }
    .footer_contact li{
        display: flex;
    }
    .footer_contact strong{
        display: block;
        margin: 0 19px 0 0;
        font-size: 18px;  
    }
    /* .footer_add p br{
        display: none;
    } */
    .footer_contact strong::after{
        right: -6px;
    }
    .footer_widget h4{
        margin-bottom: 12px;
        font-size: 20px;
    }
    .footer_widget ul li {
        margin-bottom: 10px;
    }
}
/* ==============hero page banner =============== */
/* ── Keyframe: swipe in from left ─────────────────── */
@keyframes swipeIn {
  from { transform: translateX(110%); opacity: 0; }
  to   { transform: translateX(0);    opacity: 1; }
}

.banner_box,
.banner_heading {
  opacity: 0;
}

.banner_box.animate {
  animation: swipeIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.banner_heading.animate {
  animation: swipeIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 0.35s;
}
.offer_service_item{
    position: relative;
    overflow: hidden;
    min-height: 480px;
}

.offer_service_item::before{
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    background-size: cover;
    background-position: center;
    transition: transform .5s ease;
    z-index: 0;
}

.offer_service_item:hover::before{
    transform: scale(1.06);
}

/* Keep content above background */
.offer_service_item > *{
    position: relative;
    z-index: 2;
}

.our-service_grid{
    overflow: hidden !important;
}

.hover-card{
    position: relative;
    min-height: 500px;
    perspective: 1000px;
    cursor: pointer;
}
.hover-card .front-card img{
    max-height: 160px;
    /* width: auto; */
    height: 160px;
    object-position: center;
    object-fit: contain;
}
.hover-card .front-card h3{
    font-family:  sans-serif !important;
     font-weight: 700 !important; 
    /* font-weight: 400 !important;
    font-size: 24px !important; */
}
.hover-card .front-card p{
    font-family:  sans-serif !important;
    /* font-weight: 700 !important;  */
    /* font-size: 14px !important; */ 
}

/* .hover-card .back-card strong{
    font-weight: 700;
} */
.hover-card .front-card,
.hover-card .back-card{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: transform .6s ease;
    transform-style: preserve-3d;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}

.hover-card .front-card::before{
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #cbb7aa;
    box-sizing: border-box;
}
/* front visible */
.hover-card .front-card{
    transform: rotateY(0deg);
    z-index: 2;
}

/* back hidden */
.hover-card .back-card{
    transform: rotateY(180deg);
}

/* flipped */
.hover-card.is-flipped .front-card{
    transform: rotateY(-180deg);
}

.hover-card.is-flipped .back-card{
    transform: rotateY(0deg);
}
@media(max-width: 768px){
    .hover-card .front-card .elementor-widget-image{
        padding: 60px 0 60px 0 !important;
    }
}
/* desktop hover */
@media (min-width:768px){
    .hover-card:hover .front-card{
        transform: rotateY(-180deg);
    }

    .hover-card:hover .back-card{
        transform: rotateY(0deg);
    }
}
.hover-card{
font-family: 'ITC Franklin Gothic Std' , sans-serif;
}
.hover-card .back-card a{
 	overflow-wrap: anywhere;
    word-break: break-word; 
}
/* ============contact page ============= */
.contact_wrapper .contact_wrapper_add p{
    font-family: 'ITC Franklin Gothic Std' , sans-serif;
}
.hover-card .back-card h3 {
    font-family: 'ITC Franklin Gothic Std' , sans-serif !important;
}
.hover-card .back-card p{
   font-family: 'ITC Franklin Gothic Std' , sans-serif !important;
}
.hover-card .back-card p strong{
   font-weight: 500 !important;
}
a.elementor-button span{
    font-family: 'ITC Franklin Gothic Std' , sans-serif !important;
}
/* ==============Swiper Slider ============= */
.image_carousel .swiper-wrapper {
    transition-timing-function: linear !important;
}

/* remove active style from homepage anchor menu item */
.menu-item a[href*="#aboutus-content"]{
    color: #FEFEFE;
}

.menu-item.current-menu-item a[href*="#aboutus-content"],
.menu-item.current_page_item a[href*="#aboutus-content"]{
    color: #FFF !important;
}
.menu-item a[href*="#aboutus-content"]:hover{
    color: #e43b6b !important;
}
.mic-item img{
    border-radius: 0px;
    max-width: 237px;
    object-position: center;
    height: auto !important;
    object-fit: contain !important;
    max-height: 130px;
}
@media(max-width: 1023px){
	.aboutus-text-wrapper br{
        display: none;
    }
    .mic-item img{
        max-height: 90px;
    }
}
@media(max-width: 575px){
    .mic-item img{
        max-height: 70px;
    }
}
.banner_heading .elementor-heading-title{
	font-family: 'CocogooseProTrial Semilight' , sans-serif !important;
	font-weight: 400 !important;
}
/* .site_footer .footer_contact{
	font-family: 'ITC Franklin Gothic Std', sans-serif;
} */