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

:root{
    --theme-color: #da242b;
    --second-color: #062462;
}
html,
body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #616161;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

p {

    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #062461;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    margin-bottom: 0;
    margin-top: 11px;
    line-height: 1.2;
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 36px;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a {
    color: var(--second-color);
    text-decoration: none;
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    outline: none;
}
button {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
    text-decoration: none;
    color: var(--second-color);
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    -webkit-transition: .5s;
    transition: .5s;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 35px;

}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}


.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
    color: #fff;
}

.white p {
    color: #fff;
}

.white i {
    color: #fff;
}

ul {
    margin: 0px;
    padding: 0px;
}



ul {
    margin: 0;

    padding: 0;
}



input:focus, button:focus {
    outline-color: var(--theme-color);
    border: 1px solid var(--theme-color) !important;
}

textarea:focus {
    border: 1px solid var(--theme-color) !important;
    outline-color: var(--theme-color);
}

select:focus {
    border-color: var(--theme-color);
    outline-color: var(--theme-color);
    border: 1px solid var(--theme-color);
}

hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

hr.style-2 {
    border-bottom: 1px dashed #f10;
}

hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8;
}

hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

label {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

a,
i,
cite,
em,
var,
address,
dfn,
ol,
li,
ul {
    font-style: normal;
    font-weight: 400;
}


*::-moz-selection {
    background: #4fc1f0;
    color: #454545;
    text-shadow: none;
}

::-moz-selection {
    background: #4fc1f0;
    color: #454545;
    text-shadow: none;
}

::selection {
    background: #4fc1f0;
    color: #454545;
    text-shadow: none;
}

::placeholder {
    color: #062461;
    font-size: 15px;
}

::-webkit-input-placeholder {
   color: #062461;
}


::-moz-placeholder {
    /* Firefox 19+ */
    color: #454545;
}

:-ms-input-placeholder {
    /* IE 10+ */

    color: #454545;
}

:-moz-placeholder {
    /* Firefox 18- */

    color: #454545;
}

/* Contact Area */
.counter_area ::-moz-selection {
    color: #001d23;
    text-shadow: none;
}

.contact_area ::-moz-selection {
    color: #001d23;
    text-shadow: none;
}

.contact_area ::selection {
    color: #001d23;
    text-shadow: none;
}

.contact_area ::placeholder {
    color: #001d23;
    font-size: 16px;
}

.contact_area ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #001d23;
}

.contact_area ::-moz-placeholder {
    /* Firefox 19+ */
    color: #001d23;
}

.contact_area :-ms-input-placeholder {
    /* IE 10+ */
    color: #001d23;
}

.contact_area :-moz-placeholder {
    /* Firefox 18- */
    color: #001d23;
}

.blog_reply ::-moz-selection {
    color: #151948;
}

.blog_reply ::-moz-selection {
    color: #151948;
}

.blog_reply ::selection {
    color: #151948;
}

.blog_reply::placeholder {
    color: #151948;
}

.blog_reply ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #151948;
}

.blog_reply ::-moz-placeholder {
    /* Firefox 19+ */
    color: #151948;
}

.blog_reply :-ms-input-placeholder {
    /* IE 10+ */
    color: #151948;
}

.blog_reply :-moz-placeholder {
    /* Firefox 18- */
    color: #151948;
}


.text-right {
    text-align: right!important;
}

.pr-0{
    padding-right: 0px;
}

.pl-0{
    padding-left: 0px;
}
.header-top-section {
    background: var(--second-color);
}

.header-address-info p a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 3px;
}

.header-address-info p i {
    display: inline-block;
    padding-right: 5px;
}

.header-address-info p span a {
    padding-left: 36px;
    position: relative;
}

.header-address-info p span a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 16px;
    width: 1px;
    height: 20px;
    background-color: rgba(255,255,255,0.30196078431372547);
}

.hendre-social-icon {
    display: inline-block;
    padding-right: 22px;
}

.hendre-social-icon ul li {
    display: inline-block;
    list-style: none;
}

.hendre-social-icon ul li a {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    width: 35px;
    height: 50px;
    line-height: 50px;
}

.hendre-social-icon ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40px;
    height: 50px;
    background: #1773ea;
    z-index: -1;
}

.hendre-social-icon ul li:nth-child(1) a {
    padding: 0 14px;
}

.hendre-social-icon ul li:nth-child(2) a {
    padding: 0 12px;
}

.hendre-social-icon ul li:nth-child(3) a {
    padding: 0 13px;
}

.hendre-social-icon ul li:nth-child(4) a {
    padding: 0 14px;
}

.hendre-social-icon ul li:nth-child(2) a:before {
    background: #2ca5da;
}

.hendre-social-icon ul li:nth-child(3) a:before {
    background: #0073b1;
}

.hendre-social-icon ul li:nth-child(4) a:before {
    background: #E11A21;
}

.header-top-section p{
    margin-bottom: 0;
}

.phone-number {
    display: inline-block;
}

.phone-number p a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.phone-number p a i {
    color: #fff;
}

.phone-number p a span {
    color: #fff;
    font-size: 14px;
    padding: 0 4px 0 6px;
    font-weight: 300;
}

/*================================
<--  Hendre Nav Menu Area Css -->
==================================*/

.hendre_nav_manu {
    background: var(--second-color);
    transition: .5s;
    z-index: 2;
    position: relative;
    border-bottom: 3px solid var(--theme-color);
}


.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #10102E !important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

/* hendre Menu Css*/
nav.hendre_menu {
    background: #fff;
    padding: 0px 30px 0 32px;
    border-radius: 5px 5px 0px 0;
    display: flex;
    justify-content: space-between!important;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: -3px;
    margin-left: 11px;
}

.hendre_menu ul {
    list-style: none;
    display: inline-block;
}

.hendre_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.hendre_menu>ul>li>a {
    font-size: 15px;
    display: block;
    margin: 35px 15px;
    transition: .5s;
    color: var(--second-color);
    font-family: 'Poppins';
    font-weight: 500;
}

nav.hendre_menu span {
    font-size: 11px;
    padding-left: 5px;
    font-family: 'Font Awesome 5 Pro';
    opacity: .5;
}

.hendre_menu>ul>li>a:hover {
    color: var(--theme-color);
}

/*menu button*/

.header-button {
    display: inline-block;
}

.header-button a {
    font-size: 15px;
    padding: 12px 35px;
    font-weight: 500;
    color: #fff;
    background: var(--theme-color);
    border-radius: 5px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.header-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: var(--second-color);
    transform: scale(0);
    transition: .5s;
}

.header-button a:hover:before {
    transform: scale(1);
}

/*** Sub Menu Style 
==========================***/

.hendre_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid var(--theme-color);
    opacity: 0;
}

.hendre_menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.hendre_menu ul .sub-menu li {
    position: relative;
}

.hendre_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: var(--second-color) !important;
}

.hendre_menu ul .sub-menu li:hover>a,
.hendre_menu ul .sub-menu .sub-menu li:hover>a,
.hendre_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.hendre_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: var(--theme-color);
    color: #fff !important;
}

/* sub menu 2 
=================*/

.hendre_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.hendre_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

/* sub menu 3 
==================*/

.hendre_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.hendre_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.hendre_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

ul.sub-menu li a span {
    background: var(--theme-color);
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    font-family: 'Fira Sans';
    border-radius: 2px;
    margin-left: 5px;
    transition: .5s;
}

ul.sub-menu li:hover a span{
    background: rgba(255,255,255, 0.20);
}

/* sub menu 4 
====================*/

.hendre_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}


.hendre_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

.hendre_menu li a:hover:before {
    width: 101%;
}

.hendre_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}
.main_sticky.with_name{
    display: none;
}
.hendre_nav_manu.sticky .main_sticky {
    display: inherit;
}
.hendre_nav_manu.sticky .main_sticky.with_name {
    display: flex;
}

.mobile-menu.mean-container {
    overflow: hidden;
}



/*
<!-- ============================================================== -->
<!-- Start Hendre Slider Section Css -->
<!-- ============================================================== -->*/

/* Hero Section Styles */
.hero-section#overview {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 40px 0;
    z-index: 1;
}
.hero-section#overview:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../images/bg/hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
}

.hero-section .slideimg {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 350px;
    transform: translateX(-50%);
}

.hero-section .slideimg img {
    width: 100%;
    object-position: center;
}
.hero-section .banner-content {
    position: relative;
    z-index: 2;
}

.hero-section .slider_ctn h1 {
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--second-color, #062462);
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.hero-section .slider_ctn h1 span {
    color: var(--theme-color, #da242b);
}

.hero-section .slider_ctn p {
    font-size: 1.2rem;
    color: #222;
    margin-bottom: 30px;
    max-width: 90%;
    line-height: 1.6;
}

.hero-section .slider_ctn ul {
    margin: 25px 0 35px;
    column-count: 2;
    column-gap: 30px;
}

.hero-section .slider_ctn ul li {
    margin-bottom: 12px;
    padding-left: 5px;
    font-size: 15px;
    color: #fff;
    break-inside: avoid;
    letter-spacing: -0.02em;
    background: #0624628c;
    padding: 2px 5px;
    border-radius: 30px;
}

.hero-section .slider_ctn ul li i {
    margin-right: 10px;
    font-size: 1.1rem;
    background: var(--theme-color);
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-section .banner-btn {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.hero-section .banner-btn a {
    padding: 10px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 1rem;
    min-width: 160px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.hero-section .banner-btn a i {
    margin-right: 10px;
    font-size: 1.1rem;
}

.hero-section .call-btn {
    background: var(--theme-color, #da242b);
    color: white;
    border: 2px solid var(--theme-color, #da242b);
}

.hero-section .call-btn:hover {
    background: white;
    color: var(--theme-color, #da242b);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(218, 36, 43, 0.2);
}

.hero-section .whatsapp-btn {
    background: #25D366;
    color: white;
    border: 2px solid #25D366;
}

.hero-section .whatsapp-btn:hover {
    background: white;
    color: #25D366;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.2);
}

.hero-section .services-btn {
    background: var(--second-color, #062462);
    color: white;
    border: 2px solid var(--second-color, #062462);
}

.hero-section .services-btn:hover {
    background: white;
    color: var(--second-color, #062462);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(6, 36, 98, 0.2);
}

/* Repair Booking Form */
.desktopform {
    position: relative;
    z-index: 10;
}

.desktopform .repair-booking-form {
    background: white;
    padding: 17px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-top: 5px solid var(--theme-color, #da242b);
    position: relative;
    overflow: hidden;
}

.desktopform .repair-booking-form:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--theme-color, #da242b) 0%, var(--second-color, #062462) 100%);
}

.desktopform .repair-booking-form h3 {
    color: var(--second-color, #062462);
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 22px;
}

.desktopform .repair-booking-form p {
    color: #666;
    margin-bottom: 25px;
    font-size: 1rem;
}

.hero-section .service-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 25px;
}

.hero-section .service-btn {
    padding: 12px 10px;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    color: #222;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    text-align: center;
}

.hero-section .service-btn:hover {
    border-color: var(--theme-color, #da242b);
    color: var(--theme-color, #da242b);
    background: rgba(218, 36, 43, 0.05);
}

.hero-section .service-btn.active {
    background: var(--theme-color, #da242b);
    border-color: var(--theme-color, #da242b);
    color: white;
}

.form_group{
    line-height: 1;
    margin-bottom: 15px;
}

.desktopform .repair-booking-form label {
    font-weight: 600;
    color: var(--second-color, #062462);
    margin-bottom: 5px;
    font-size: 0.95rem;
}

.desktopform .repair-booking-form input,
.desktopform .repair-booking-form textarea {
    padding: 14px 15px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    width: 100%;
}

.desktopform .repair-booking-form input:focus,
.desktopform .repair-booking-form textarea:focus {
    border-color: var(--theme-color, #da242b);
    outline: none;
    box-shadow: 0 0 0 3px rgba(218, 36, 43, 0.1);
}

.desktopform .repair-booking-form textarea {
    resize: vertical;
    min-height: 80px;
}

.desktopform .submit-btn {
    background: linear-gradient(135deg, var(--theme-color, #da242b) 0%, #c41e24 100%);
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.desktopform .submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(218, 36, 43, 0.3);
    background: linear-gradient(135deg, #c41e24 0%, var(--theme-color, #da242b) 100%);
}

.desktopform .form-note {
    margin-top: 20px;
    padding: 15px;
    background: rgba(6, 36, 98, 0.05);
    border-radius: 10px;
    text-align: center;
    border-left: 4px solid var(--second-color, #062462);
}

.desktopform .form-note p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--second-color, #062462);
    font-weight: 600;
}

.desktopform .form-note i {
    color: var(--theme-color, #da242b);
    margin-right: 8px;
}

/* Responsive Design */
@media (max-width: 1199px) {
    .hero-section .slider_ctn h1 {
        font-size: 2.8rem;
    }
    .hero-section .slider_ctn ul {
        column-count: 1;
    }
}

@media (max-width: 991px) {
    .hero-section .slideimg {
        display: none;
    }
    .hero-section .slider_ctn,
    .desktopform {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }
    .hero-section .slider_ctn {
        text-align: center;
        margin-bottom: 40px;
    }
    .hero-section .slider_ctn ul {
        text-align: left;
        max-width: 500px;
        margin: 0 auto;
    }
    .hero-section .banner-btn {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .hero-section#overview {
        padding: 40px 0;
    }
    .hero-section .slider_ctn h1 {
        font-size: 2.2rem;
    }
    .hero-section .service-buttons {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-section .slider_ctn h1 {
        font-size: 1.9rem;
    }
}

.service-area {
    background-color: #fff;
}

/* Section Headings */
 .subtitle {
    color: var(--theme-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    display: block;
}

 .main-title {
    color: var(--second-color);
    font-weight: 800;
    font-size: 2.5rem;
}

/* Box Styling */
.service-area .service-main-box {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;

}

.service-area .service-img {
    position: relative;
    height: 200px;
}

.service-area .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-area .service-icon {
    position: absolute;
    bottom: -25px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: var(--theme-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border: 4px solid #fff;
}

/* Points Row Styling */
.service-area .service-points {
    border-block: 1px dashed #ddd;
    padding-block: 12px;
    line-height: 1;
    margin-block: 12px;

}
.service-area .service-content{
    padding: 1.5rem 15px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 15px 15px;
}
.service-area .point-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-area .point-item i {
    font-size: 28px;
    color: var(--second-color);
    margin-bottom: 5px;
}

.service-area .point-item span {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #666;
}

.service-area .service-title {
    color: var(--second-color);
    font-size: 26px;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 15px;
}

.service-area .service-description {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Button Styling */
.service-area .btn-enquiry {
    background-color: var(--second-color);
    color: white;
    font-weight: 600;
    border-radius: 5px;
}

.service-area .btn-enquiry:hover {
    background-color: #041a4a;
    color: white;
}

.service-area .btn-call {
    background-color: var(--theme-color);
    color: white;
    width: 45px;
}

.service-area .btn-whatsapp {
    background-color: #25d366;
    color: white;
    width: 45px;
}

.service-area .btn-call:hover,
.service-area .btn-whatsapp:hover {
    color: white;
    opacity: 0.9;
}

.tour-inner {
    background: #ffffff;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    z-index: 1;
    height: 100%;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

.tour-inner:hover {
    border-color: var(--theme-color);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* Icon/Image Styling */
.tour-inner img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.tour-inner:hover img {
    transform: scale(1.1);
}

/* Title Styling */
.tour-inner h3 {
    font-size: 15px;
    font-weight: 700;
    color: var(--second-color);
    line-height: 1.4;
    margin-block: 0 10px;
}

/* Button Group Container */
.tbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* Enquiry Button (Middle) */
.packagerequest a {
    background: var(--second-color);
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.packagerequest a:hover {
    background: var(--theme-color);
}

/* Circular Icon Buttons (Call & WhatsApp) */
.packagebtn a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    background: #f1f1f1;
    color: var(--second-color);
    transition: 0.3s;
}

/* Specific Hover Colors */
.packagebtn a:hover {
    background: var(--theme-color);
    color: #fff;
}

/* Targeting the specific WhatsApp button inside .packagebtn */
.packagebtn a[href*="wa.me"] {
    color: #25D366;
}

.packagebtn a[href*="wa.me"]:hover {
    background: #25D366;
    color: #fff;
}
/* Work Process Section Styles */
.our-work-process {
    padding: 80px 0;
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-heading h5 {
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.section-heading h2 {
    color: var(--second-color);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}

.work-process-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.work-process-item {
    background: white;
    border-radius: 10px;
    padding: 12px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.work-process-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.icon-box {
    margin-bottom: 20px;
}

.work-process-number {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--theme-color), var(--second-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto;
}

.work-process-number i {
    font-size: 28px;
}

.work-process-content h3 {
    color: var(--second-color);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.work-process-content p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Why Choose Us Section Styles */
#why-choose-us {
    padding: 80px 0;
    background: white;
}

#why-choose-us .section-heading h2 {
    color: var(--second-color);
}

.feature-box {
    background: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border-top: 4px solid transparent;
}

.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.feature-box i {
    font-size: 32px;
    margin-bottom: 20px;
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
    margin-bottom: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-box-text h4 {
    color: var(--second-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-box-text p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Color Variants */
.feature-box.light-green {
    border-color: #4CAF50;
}

.feature-box.light-green i {
    color: #4CAF50;
    background-color: #4caf5018;
}

.feature-box.light-blue {
    border-color: #2196F3;
}

.feature-box.light-blue i {
    color: #2196F3;
    background-color: #2196F318;
}

.feature-box.orange {
    border-color: #FF9800;
}

.feature-box.orange i {
    color: #FF9800;
    background-color: #FF980018;
}

.feature-box.dark-blue {
    border-color: #3F51B5;
}

.feature-box.dark-blue i {
    color: #3F51B5;
    background-color: #3F51B518;
}

.feature-box.light-red {
    border-color: var(--theme-color);
}

.feature-box.light-red i {
    color: var(--theme-color);
    background-color: #da242b18;
}

.feature-box.dark-green {
    border-color: #2E7D32;
}

.feature-box.dark-green i {
    color: #2E7D32;
    background-color:  #2E7D3218;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .work-process-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .work-process-list {
        grid-template-columns: 1fr;
    }
    
    .section-heading h2 {
        font-size: 28px;
    }
    
    .feature-box {
        padding: 25px 20px;
    }
}

@media (max-width: 576px) {
    .our-work-process,
    #why-choose-us {
        padding: 60px 0;
    }
    
    .section-heading {
        margin-bottom: 40px;
    }
    
    .feature-box i {
        font-size: 36px;
    }
}
/* Testimonial Section Styles */
.testimoinal-brand-wrapper {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
}


.testimoinal-brand-wrapper > * {
    position: relative;
    z-index: 2;
}


/* Testimonial Container */
.testimonial__four {
    position: relative;
    padding: 0 !important;
}

.slide_box {
    padding: 0 0 !important;
}

/* Testimonial Card Styles */
.testimonial__four-single-slider {
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    margin: 20px 10px;
    display: flex;
    flex-direction: column;
}

.testimonial__four-single-slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--theme-color), var(--second-color));
    border-radius: 20px 20px 0 0;
}

.testimonial__four-single-slider:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

/* Rating Stars */
.testimonial__four-single-slider-user-rating {
    margin-bottom: 25px;
    display: flex;
    gap: 5px;
}

.testimonial__four-single-slider-user-rating i {
    color: #FFD700;
    font-size: 20px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.testimonial__four-single-slider-user-rating i:hover {
    transform: scale(1.2);
    color: #FFC107;
}

/* Testimonial Text */
.testimonial__four-single-slider p {
    color: #555;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
    flex-grow: 1;
    font-style: italic;
    position: relative;
    padding-left: 20px;
    border-left: 3px solid rgba(218, 36, 43, 0.2);
}

/* User Info */
.testimonial__four-single-slider-user {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto;
}

.testimonial__four-single-slider-user-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--theme-color);
    padding: 3px;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.testimonial__four-single-slider-user-image:hover {
    transform: scale(1.05);
    border-color: var(--second-color);
}

.testimonial__four-single-slider-user-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial__four-single-slider-user-name h4 {
    color: var(--second-color);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.testimonial__four-single-slider-user-name span {
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 500;
    background: rgba(218, 36, 43, 0.1);
    padding: 3px 12px;
    border-radius: 15px;
    display: inline-block;
}

/* Quote Icon */
.slider-shape {
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 0.1;
    transition: all 0.3s ease;
}

.testimonial__four-single-slider:hover .slider-shape {
    opacity: 0.2;
    transform: scale(1.1);
}

.slider-shape i {
    font-size: 80px;
    color: var(--second-color);
}

.testimonial__four-slider-active{
    cursor: grab;
}

/* Responsive Styles */
@media (max-width: 1600px) {
    .main-title {
        font-size: 38px;
    }
    
}

@media (max-width: 1200px) {
    .main-title {
        font-size: 34px;
    }
    
    .testimonial__four-single-slider {
        padding: 35px 25px 25px;
    }
}

@media (max-width: 992px) {
    .main-title {
        font-size: 30px;
    }
    
    .testimonial__four-single-slider {
        min-height: auto;
        margin: 0;
    }
    
    .testimonial__four-single-slider-user {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .testimonial__four-single-slider-user-image {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 768px) {
    
    .testimonial__four-single-slider {
        padding: 30px 20px 20px;
        margin: 0;
    }
    
    .testimonial__four-single-slider p {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .slider-shape i {
        font-size: 60px;
    }
}

@media (max-width: 576px) {
    .main-title {
        font-size: 24px;
    }
    
    .testimonial__four {
        padding: 10px 0 40px;
    }
    
    .testimonial__four-single-slider {
        border-radius: 15px;
    }
    
}


/* Custom scrollbar for testimonial text */
.testimonial__four-single-slider p::-webkit-scrollbar {
    width: 4px;
}

.testimonial__four-single-slider p::-webkit-scrollbar-track {
    background: rgba(218, 36, 43, 0.1);
    border-radius: 10px;
}

.testimonial__four-single-slider p::-webkit-scrollbar-thumb {
    background: var(--theme-color);
    border-radius: 10px;
}

/* Add navigation buttons */
.testimonial__four {
    position: relative;
}

/* FAQ Section Styles */
.faq-section {
    background-color: #f8f9fa;
}


/* Accordion Styles */
.accordion-item {
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    overflow: hidden;
    transition: all 0.3s ease;
    background: white;
    margin-bottom: 12px;
}
.accordion-header{
    margin-top: 0;
}
.accordion-item:hover {
    border-color: var(--theme-color) !important;
    box-shadow: 0 3px 10px rgba(218, 36, 43, 0.1);
}
.accordion-flush .accordion-item .accordion-button{
    border: 0 !important;
}
.accordion-button {
    background-color: white;
    color: var(--second-color);
    font-size: 18px;
    padding: 20px 25px;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(218, 36, 43, 0.05);
    color: var(--theme-color);
    border-bottom: 1px solid rgba(218, 36, 43, 0.1);
}

.accordion-button:focus {
    border-color: rgba(218, 36, 43, 0.2);
    box-shadow: 0 0 0 0.25rem rgba(218, 36, 43, 0.1);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23062462'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    width: 1.2rem;
    height: 1.2rem;
    transition: transform 0.2s ease;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23da242b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-body {
    padding: 20px 25px;
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    background-color: white;
    border-top: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
   
    
    .accordion-button {
        font-size: 16px;
        padding: 16px 20px;
    }
    
    .accordion-body {
        padding: 16px 20px;
        font-size: 15px;
    }
}
/* About Us Section Styles */
.about-us-section {
    background-color: #fff7f8;
}

.about-us-section .subtitle {
    color: var(--theme-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
}

.about-us-section .main-title {
    color: var(--second-color);
    font-weight: 800;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 25px;
}

/* Images Wrapper */
.about-images-wrapper {
    position: relative;
    padding-right: 30px;
}

.about-main-img {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-height: 640px;
}

.about-main-img img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.about-main-img:hover img {
    transform: scale(1.03);
}

.about-small-img {
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 60%;
    border: 5px solid white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

/* Experience Badge */
.experience-badge {
    position: absolute;
    top: 30px;
    left: -20px;
    background: linear-gradient(135deg, var(--theme-color), var(--second-color));
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 3;
    box-shadow: 0 5px 20px rgba(218, 36, 43, 0.3);
}

.experience-content {
    text-align: center;
}

.experience-content h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 5px;
    line-height: 1;
    margin-top: 0;
}

.experience-content p {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    line-height: 1;
}

/* About Content */
.about-content .about-text {
    margin-bottom: 30px;
}

.about-content .about-text p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Features */
.feature-item {
    margin-bottom: 12px;
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: rgba(218, 36, 43, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon i {
    font-size: 24px;
    color: var(--theme-color);
}

.feature-text h5 {
    color: var(--second-color);
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 5px;
}

.feature-text p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

/* Buttons */
.btn-primary {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #c51f26;
    border-color: #c51f26;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(218, 36, 43, 0.3);
}

.btn-outline-primary {
    color: var(--theme-color);
    border-color: var(--theme-color);
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(218, 36, 43, 0.3);
}

/* Responsive Styles */
@media (max-width: 992px) {
    .about-images-wrapper {
        padding-right: 0;
    }
    
    .about-small-img {
        width: 50%;
        bottom: -40px;
        right: -20px;
    }
    
    .experience-badge {
        top: -20px;
        left: -20px;
    }
    
    .about-content {
        padding-left: 0 !important;
    }
}

@media (max-width: 768px) {
    .about-us-section .main-title {
        font-size: 28px;
    }
    
    .experience-badge {
        width: 100px;
        height: 100px;
        top: -15px;
        left: 0;
    }
    
    .experience-content h3 {
        font-size: 28px;
    }
    
    .experience-content p {
        font-size: 12px;
    }
    
    .about-small-img {
        width: 60%;
        bottom: -30px;
        right: 0;
    }
    
    .feature-text h5 {
        font-size: 16px;
    }
    
    .btn-primary,
    .btn-outline-primary {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .about-us-section .main-title {
        font-size: 24px;
    }
    
    .about-us-section .subtitle {
        font-size: 14px;
    }
    
    .about-content .about-text p {
        font-size: 15px;
    }
    
    .about-small-img {
        width: 50%;
        bottom: -20px;
        right: 0;
    }
    
    
    .experience-content h3 {
        font-size: 24px;
    }
    
    .feature-icon {
        width: 40px;
        height: 40px;
    }
    
    .feature-icon i {
        font-size: 20px;
    }
    
    .about-cta .btn {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0 !important;
    }
}
/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1399px) {
    .hendre_menu>ul>li>a {
        margin: 30px 6px !important;
        font-size: 15px !important;
    }
    
    .header-button a {
        padding: 10px 30px;
        font-size: 14px;
    }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
    a.main_sticky img {
        width: 100%;
    }
    
    nav.hendre_menu {
        padding: 0px 20px 0 20px;
    }
    
    .hendre_menu>ul>li>a {
        font-size: 14px;
        margin: 29px 5px;
    }
    
    .header-button {
        padding-left: 5px;
    }
    
    .header-button a {
        font-size: 13px;
        padding: 9px 20px;
    }
    
    .header-address-info p {
        font-size: 13px;
    }
    
    .phone-number p {
        font-size: 13px;
    }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .hendre_nav_manu {
        display: none;
    }
    
    .header-top-section {
        display: none;
    }
    
    .mean-container .mean-nav ul li a span i{
        display: none;
    }
}

/* Large Mobile :600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {
    .hendre_nav_manu {
        display: none;
    }
    
    .header-top-section {
        display: none;
    }
    
    
    .mean-container .mean-nav ul li a span i{
        display: none;
    }
}

/* small mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 599px) {
    .hendre_nav_manu {
        display: none;
    }
    
    .header-top-section {
        display: none;
    }
    
    .mean-container .mean-nav ul li a span i{
        display: none;
    }
}

/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .hendre_nav_manu {
        display: none;
    }
    
    .header-top-section {
        display: none;
    }
    
}
.mean-container .mean-bar::before{
    display: none;
}
.mobile_logo{
    position: absolute;
    left: 15px;
    z-index: 4;
    top: 3px;
    height: 70px;
    padding: 4px;
    background: #fff;
    width: max-content;
    border-radius: 5px;
}
@media(max-width: 768px){
    .hero-section .slider_ctn ul li{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .hero-section .slider_ctn h1{
        font-size: 20px;
    }
    .hero-section .slider_ctn p{
        max-width: 100%;
        line-height: 1.2;
        font-size: 14px;
    }
    .hero-section .banner-btn{
        gap: 6px;
        flex-wrap: wrap;
    }
    .hero-section .banner-btn a{
        font-size: 13px;
        padding: 8px 10px;
    }
    .service-area .service-title{
        font-size: 22px;
    }
    .service-area .service-title br{
        display: none;
    }
    .accordion-button{
        padding: 12px;
    }
    main{
        margin-top: 86px;
    }
}
@media(max-width: 460px){
    .tour-inner{
        max-width: 300px;
        margin-inline: auto;
    }
}
footer {
    background-color: var(--second-color);
    color: #fff;
    padding-top: 40px;
    border-top: 2px solid var(--theme-color);
}
footer{
    .desktopform .repair-booking-form input, .desktopform .repair-booking-form textarea{
        padding: 8px 15px;
    }
    .desktopform .repair-booking-form textarea{
        min-height: 60px;
    }
}

.footer-main {
    margin-bottom: 0px;
}

.footer-section {
}

.footer-section h3 {
    color: white;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: var(--theme-color);
}

.footer-section h4 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Contact Info */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #ddd;
}

.footer-contact i {
    color: var(--theme-color);
    font-size: 18px;
    margin-right: 4px;
    width: 20px;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    word-break: break-word;
    line-height: 1.2;
}

.footer-contact a:hover {
    color: var(--theme-color);
}

/* Social Media */
.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.social-icon {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}

.social-icon:hover {
    background: var(--theme-color);
    transform: translateY(-3px);
}

/* Address */
.footer-address {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-address li {
    margin-bottom: 15px;
    color: #ddd;
}

.footer-address i {
    color: var(--theme-color);
    font-size: 18px;
    margin-right: 4px;
    width: 20px;
}

.footer-address a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-address a:hover {
    color: var(--theme-color);
}

.map-container {
    margin-top: 15px;
}

.map-container iframe {
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

/* Footer Bottom */
.footerbottom {
    background: rgba(0, 0, 0, 0.2);
    padding: 0 0;
}

.disclaimer {
    background: rgba(0, 0, 0, 0.15);
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.disclaimer p {
    color: #d9d9d9;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

.copyright {
    padding: 10px 0;
    text-align: center;
}

.copyright p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    line-height: 1.2;
}

.copyright a {
    color: var(--theme-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.copyright a:hover {
    color: white;
    text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .footer-section {
    }
    
    .footer-section h3 {
        font-size: 20px;
    }
    
}

@media (max-width: 768px) {
    footer {
        padding-top: 10px;
    }
    
    .footer-section {
        text-align: center;
        padding: 15px 0;
    }
    .footer-section h3::after{
        left: 50%;
        transform: translateX(-50%);
    }
    .footer-contact li,
    .footer-address li {
        justify-content: center;
    }
    
    .social-icons {
        justify-content: center;
    }
    
    .map-container iframe {
        height: 160px;
    }
    
    .disclaimer p {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .footer-section h3 {
        font-size: 18px;
    }
    
    .social-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .submit-btn {
        padding: 10px 20px;
        font-size: 15px;
    }
}

/* --- DO NOT CHANGE: MAIN POPUP OVERLAY --- */
.main-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.main-popup.active {
    display: flex;
    opacity: 1;
}


/* =========================
   WRAPPER SIZE CONTROL
========================= */
.main-popup .outer-popup {
    width: 100%;
    max-width: 720px;
    padding: 12px;
}

.main-popup .popup-wrapper {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
    animation: popupFadeIn 0.3s ease-out;
}

/* =========================
   CLOSE BUTTON
========================= */
.main-popup .close-popup-span {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 4px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease;
}

.main-popup .close-popup-span:hover {
    transform: rotate(90deg) scale(1.05);
}

/* =========================
   GRID LAYOUT (COMPACT)
========================= */
.main-popup .popup-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 380px;
}

/* =========================
   IMAGE SECTION (SMALLER)
========================= */
.main-popup .popup-image-section {
    background: linear-gradient(
        135deg,
        var(--theme-color),
        var(--second-color)
    );
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
}

.main-popup .popup-image-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;

}
.main-popup .popup-image-wrapper img {
    width: 100%;
}

/* =========================
   FORM SECTION (TIGHT)
========================= */
.main-popup .popup-form-section {
    padding: 12px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-popup .popup-form-section h4 {
    font-size: 24px;
    color: var(--theme-color);
    margin-bottom: 2px;
}

.main-popup .form-subtitle {
    font-size: 13px;
    color: #222;
    margin-bottom: 15px;
}

/* =========================
   FORM ELEMENTS (SMALL)
========================= */
.main-popup .form-group {
    margin-bottom: 14px;
}

.main-popup .form-group label {
    font-size: 13px;
    font-weight: 600;
    color: var(--theme-color);
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
    line-height: 1;
}

.main-popup .form-control {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 13px;
    color: #444;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    margin-bottom: 0;
}

.main-popup textarea.form-control {
    height: 82px;
    padding-top: 10px;
    resize: none;
}

.main-popup .form-control:focus {
    outline: none;
    border-color: var(--theme-color);
    box-shadow: none;
}

/* =========================
   BUTTON (COMPACT)
========================= */
.main-popup .site-button {
    margin-top: 8px;
    height: 44px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(
        135deg,
        var(--theme-color),
        var(--second-color)
    );
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.main-popup .site-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(254, 96, 53, 0.3);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
    .main-popup .popup-container {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .main-popup .popup-image-section {
        display: none;
    }

    .main-popup .popup-form-section {
        padding: 22px 18px;
    }
    .tour-card__badge, .tour-card__location{
        font-size: 13px;
    }
}

/* =========================
   ANIMATION
========================= */
@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


.contant-no-area {
    position: fixed;
    bottom: 40px;
    right: -2px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 3px;
    background-color: transparent;
    transition: left 0.5s ease;
}

.contant-no-area a {
    position: relative;
    border-radius: 5px 0 0 5px;
    box-shadow: 5px -5px 10px rgba(0, 0, 0, 0.2);
    background: #25D366;
    width: 40px;
    height: 40px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    color: #fff;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.contant-no-area a:nth-child(2) {
    background-color: var(--theme-color);
}

.contant-no-area a:nth-child(3) {
    background-color: var(--second-color);
}

.contant-no-area a span {
    position: absolute;
    right: 100%;
    white-space: nowrap;
    background: inherit;
    padding: 0 20px 0 12px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 0 5px 5px 0;
    pointer-events: none;
}

.contant-no-area a:hover {
    width: auto;
    min-width: 40px;
    justify-content: flex-start;
    padding-left: 15px;
    box-shadow: 5px -5px 15px rgba(0, 0, 0, 0.25);
}

.contant-no-area a:hover span {
    opacity: 1;
    transform: translateX(0);
    right: 0;
    position: relative;
}

.contant-no-area a i {
    transition: transform 0.3s ease;
    min-width: 20px;
    text-align: center;
    z-index: 1;
}

.contant-no-area a:hover i {
    transform: scale(1.1);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .contant-no-area a {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }
    
    .contant-no-area a:hover {
        min-width: 42px;
    }
    
}

/* Optional: Add a subtle pulse animation for attention */
@keyframes subtlePulse {
    0% { box-shadow: 5px -5px 10px rgba(0, 0, 0, 0.2); }
    50% { box-shadow: 5px -5px 15px rgba(0, 0, 0, 0.3); }
    100% { box-shadow: 5px -5px 10px rgba(0, 0, 0, 0.2); }
}

.contant-no-area a {
    animation: subtlePulse 3s infinite;
}

.contant-no-area a:hover {
    animation: none;
}
a.with_name{
    display: flex;
    align-items: center;
    gap: 4px;
}
a.with_name img{
    display: block;
}
a.with_name .site_name{
    max-width: 200px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    margin-left: 5px;
}

@media(max-width: 992px){
    a.with_name .site_name{
        color: var(--theme-color);
        font-size: 18px;
        max-width: 174px;
    }
}