﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Yantramanav:wght@100;300;400;500;700;900&display=swap');
* {
    padding:0px;
    margin:0px;
    box-sizing:border-box;
    font-family: "Roboto", sans-serif;
}
html,body{
    width:100%;
    height:100%;
    overflow-x:hidden;
}

/*Top bar fixed start here*/
.main-header {
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
}

    .main-header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

/*Top bar fixed end here*/

.main-dropdown {
    border: none !important;
    background: white;
    min-width: 250px !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0px !important;
}

.mainsub-dropdown {
    border: none !important;
    background: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0px !important;
    min-width: 250px !important;

}

.news {
    border: none;
    background: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0px !important;
    min-width: auto !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: 0.1rem;
        display: none;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

/* prevent flicker */
.navbar .dropdown,
.navbar .dropdown-submenu {
    position: relative;
}

/* main dropdown */
.navbar .dropdown-menu {
    display: none;
    margin-top: 0;
}

/* hover open main menu */
.navbar .dropdown:hover > .dropdown-menu {
    display: block;
}

/* submenu */
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
}

/* keep submenu visible */
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* IMPORTANT – hover bridge */
.dropdown-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
}

.main-bg-color {
    background: #d5a419 !important;
}

.main-color {
    color: #d5a419 !important;
}

.btn-font {
    font-size: 12px;
}


/*Hero section css*/

ul {
    padding-left: 0px !important;
}

.text-font {
    font-family: "Roboto", sans-serif;
}

.primary-color {
    color: #d5a419 !important;
}

.main-head {
    color: white;
    font-size: 3.3rem;
/*    line-height: 94px;*/
}

.banner-section {
    /* height: 100%;
  width: 100%; */
    background-image: url('../img/tfz_new_banner.png');
    background-position: center;
    background-size: cover;
}

.center-section {
    padding-top: 8rem;
    padding-bottom:6rem;
}

.parent-list {
    padding-left: 0px !important;
}

    .parent-list > li {
        list-style: none;
        color: white;
        padding-bottom: 0.5rem;
    }

.contact-btn {
    padding: 12px 35px;
    background-color: #d5a419;
    border: none;
    color: black;
    font-weight: 600;
    border-radius: 8px;
}



.content {
    border: 1px solid rgb(255, 177, 0);
    width: 90%;
    background-image: linear-gradient(180deg, #00000036 0%, #000000 100%);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.num {
    color: rgb(255, 177, 0);
    font-size: 75px;
    font-weight: bolder;
}
.step-btn.active {
    font-weight: bold;
    color: rgb(255, 177, 0) !important;
    border-left: 7px solid rgb(0, 0, 0) !important;
    border-radius: 0;
    position: relative;
}

    .step-btn.active::after {
        content: "";
        position: absolute;
        left: -6px;
        top: 0;
        height: 56px;
        width: 6px;
        background-color: rgb(255, 177, 0);
    }

    .step-btn.btn {
        font-size: 16px;
        border-left: 2px solid rgb(255, 177, 0) !important;
        border-radius: 0;
        padding: 0;
        margin: 0;
    }
    .step-btn.btn:hover {
        color: rgb(255, 177, 0) !important;
        background-color: transparent;
    }
.heading-q {
    text-align: center;
    font-family: 'Raleway', sans-serif;
}
.inner_contents {
    text-align: start;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    padding-bottom: 1rem;
    line-height:35px;
    word-spacing: 1px;
}

/*Search bar start*/
.search-row {
    border: 15px solid #ffe5a8;
    padding: 12px;
    border-radius:60px;
}

.select-row {
    border: 1px solid #ffb100;
}

.select-row-i {
    border: 1px solid #ffb100;
}

.bss {
    align-items: start;
    height: 40px;
    width: 40px;
    background-color: #ffb100;
    color: black;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

    .bss i {
        transition: all 0.3s ease;
        transform: rotate(-50deg);
    }

.links:hover .bss i {
    transform: rotate(0deg);
}

.links:focus,
.links:active,
.links:focus-visible,
.form-select:focus,
.form-select:active,
.form-select:focus-visible {
    box-shadow: 0 0 5px #ffb100 !important;
    border-color: #ffb100 !important;
}

@media (max-width: 576px) {
    .search-row {
        border-radius: 1.25rem !important;
    }

    .select-row {
        border-radius: 0.25rem !important;
    }

    .select-row-i {
        border-radius: 0.25rem !important;
    }

    .search-head {
        width: 80% !important;
    }
}

/*Search bar end*/



/*Swiper js  The Best Business Setup Services
In Dubai, UAE*/

.top-business-sec {
    background: linear-gradient(45deg, #000000b3, #d5a419);
}

.swiper_holder {
    padding: 40px 100px;
}

@media (max-width: 576px) {
    .swiper_holder {
        padding: 0 10px;
    }
}

.swiper {
    width: 100%;
    height: auto;
}

.swiper-slide {
    overflow: hidden;
}

/*.Content_holder {
    height: 500px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
}*/

#Company_1{
    display:none;
}

.bck-img1 {
    background-image: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0)), url('../img/mainland.jpg');
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

.bck-img2 {
    background-image: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0)), url('../img/freezone.jpg');
    height: 500px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
    background-size: cover;
}
.bck-img3 {
    background-image: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0)), url('../img/offshare.jpg');
    height: 500px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
    background-size: cover;
}

.heading_contain {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    padding-bottom: 20px;
}

.BUSINESS {
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 20px;
}

.inner_short > .OFFSHORT {
    text-align: center;
    font-weight: 800;
    font-size: 45px;
    padding: 0px;
    line-height: 50px;
    color: #FFFFFF;
}

.hovereffect {
    width: 100%;
    height: 100%;
    background-color: #eceaea;
    position: absolute;
    z-index: 1;
    top: 0px;
    overflow: hidden;
    border-radius: 10px;
    margin-left: -450px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    transition: margin-left 0.5s ease-out;
    flex-direction: column;
    padding: 0px 20px;
}

.Content_holder:hover .hovereffect {
    margin-left: 0px;
    transition: margin-left 0.5s ease-in;
}

.title {
    font-size: 18px;
    line-height: 30px;
    font-family: "Poppins",sans-serif;
    color: #1A3150;
    margin: 20px;
    text-align: center;
    justify-content: center;
}

.msg {
    color: #1A3150;
    font-size: 13px;
    font-family: "Poppins",sans-serif;
    margin: 20px;
    letter-spacing:1px;
}

.Card-danger:hover {
    background: transparent;
    color: #d5a419;
    background-color: #fceeee;
}

.Card-danger {
    display: inline-block;
    padding: 8px;
    font-weight: 300;
    text-decoration: none;
    border: 1px solid #fff;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    font-family: "Poppins",sans-serif;
}

.swiper-pagination-bullet {
    background: rgb(161, 31, 31);
}

.font-weight-size{
    font-weight:800;
}


/*Top 5 Business to Invest in UAE*/
.business-card{
    min-height:460px;
    border-radius:0px !important;
}
.Bank-logo_holder {
    height: 120px;
    background: #e1e1e1;
   display:flex;
   align-items:center;
   justify-content:center;
  
}
/*.Bank-logo_holder>img{
    object-fit:cover;
     width:80% !important;
    height:100%;
}*/

/*------Video start here------*/
.video{
    width:80%;
   min-height:80vh !important;
}
 /*Advoice card */
.Advoice-card{
    height:544px !important;
}
/*30 Minutes session*/
.CONSULTATION_SESSION {
    background-image: url('../img/session.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.section-title {
    font-size: 50px;
    line-height: 54px;
    color: #FFFFFF;
}



.outer {
    background-color: #ffffff99;
    backdrop-filter: blur(22px);
/*    width: 55rem;*/
max-width:80%;
    border-radius: 15px;
    margin: 0 auto;
    padding:40px 30px;
}

.text {
    font-size: 22px;
    color: #05283D;
    margin-bottom: 24px;
}

.btn-danger {
    background-color: #c2012f;
    border-color: #c2012f;
    transition: transform 0.2s ease-in-out;
    padding: 14px 32px;
    font-size: 13px;
}

    .btn-danger:hover {
        background-color: #c2012f;
        border-color: #c2012f;
        transform: scaleX(1.08);
    }

    /*Blog feature*/
.upper_box {
    max-width:40%;
    border-radius:10px;
    top: 60px;
    left: 60px;
    background: linear-gradient(90deg, #d5a419ad 25%, #ffbd0038);
}


.Date_time{
    width:150px; 
    text-align:center;
}

.first_box {
    width: 100%;
    /*    height:40vh;*/
/*    padding: 20px 0px 0px 0px;*/
    transition: transform 0.4s ease;
}

    .first_box:hover {
        transform: scale(1.03);
    }

    .inner_first_box {
        width: 100%;
        height: 100%;
    }

.arrow_btn {
    width: 35px;
    height: 35px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s;
}

.arrow_btn:hover{
    transform:rotate(45deg);
    transition:all 0.5s;
}

.second_box {
    width: 100%;
    /*    height: 45vh;*/
    background-image: url('../img/business-setup.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    overflow: hidden;
    transition: transform 0.4s ease;
}
    .second_box:hover {
        transform: scale(1.03);
    }

.inner_second_box {
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}

.blog_img {
    transition: transform 0.4s ease;
}

    .blog_img:hover {
        transform: scale(1.03);
    }



    /*Refer & Earn*/
.Advertisement {
    background-color: #d5a419;
    height: 100%;
    width: 100%;
}

.Advertisement-content {
    font-size: 15px;
    text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
    ;
}

.advertisement-button {
    font-size: 15px;
    padding:10px 12px;
}



/*Review Section buttons*/
.reviews .swiper-button-next,
.reviews .swiper-button-prev {
    /* top: 100% !important; */
    transform: translateY(-50%) !important;
    color: #fff !important;
    position: absolute !important;
    z-index: 9999 !important;
}

.swiper-button-next, .swiper-button-prev {
    top: 66% !important;
}

.swiper-button-prev {
    left: -19px !important;
}

.swiper-button-next {
    right: -10px !important;
}

.Start {
   
    display:flex;
    align-items:center;
    justify-content:center;
    gap:5px;
}
    .Start > i {
        background: #4ba872;
        color: white;
        width:20px;
        height:20px;
        display:flex;
        align-items:center;
        justify-content:center;
    }


.review-section {
    background: #cbcbcb40;
}


/*AboutUs Page css*/
.about-banner {
    background:  url('../img/aboutus.jpg');
    background-position: center;
    background-size: cover;
    padding-block: 9.6rem;
    text-align: center;
}

    .about-banner h1 {
        color: #fff;
        font-size: 48px;
        font-weight: 700;
    }

.about-content {
    background-color: #fbf9f4;
}

.Aboutsection-title {
    color: #D5A419;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
}

.sub-title {
    color: #62615C;
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

/*.vision-section {
    background-color: #fbf9f4;
    padding: 80px 0;
}*/


.vision-img {
    max-width: 100%;
    height: auto;
}


.vertical-line {
    width: 2px;
    height: 248px;
    background-color: #f2b705;
}


.vision-small-title {
    color: #1E1810;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    line-height: 1.25em;
    margin-bottom: 10px;
}


.vision-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
    font-family: "Roboto", sans-serif;
}


.vision-quote {
    color: #62615C;
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}

.vision-text {
    color: #62615C;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Roboto", sans-serif;
}


/*Frequently Asked Questions*/

.shadow-bottom {
    border: 0;
    border-radius: 2px;
    background-color: rgb(215,215,245);
    margin-bottom: .5%;
}

.buttons {
    border: 0;
    box-shadow: 0 2px 2px gray;
}

    .buttons.active {
        font-weight: 600;
    }

.question-btn {
    cursor: pointer;
}

.answer {
    padding: 10px 14px;
    margin-bottom: 10px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #6c757d;
    font-size: 0.95rem;
}

.small-content {
    background-color: #fff;
}

.hh {
    padding-block: 0.5%;
}

.buttons.active {
    background-color: #d5a419 !important;
    color:white !important;
    font-weight: 600;
}
  /*--------------------------------------------------*/    
/*Footer css*/
.footer-body {
    /*    background-image: url('../img/avyanco-footer-compressed-new.jpg');*/
    /*    background-image: url('../img/footer.png');*/
    background: #d5a419;
    background-position: center;
    background-size: cover;
    position: relative;
}
/*
    .footer-body::before{
        content:"";
        width:100%;
        height:100%;
        position:absolute;
        z-index:1;
        background:rgba(0,0,0,0.3);
    }*/

    .footer-first {
        color: rgb(6, 48, 87);
    }

.footer-second {
    background-color: #ffb100;
    text-align: center;
    text-decoration: none;
}

.footer-service p {
    font-size: 17px;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .footer-service p:hover {
        color: #ffffff;
        transform: translateY(-3px);
    }

.social-icon {
    width: 35px;
    height: 35px;
    background-color: #0b2c4d;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.custom-bullet {
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    line-height: 27px;
    transition: all 0.3s ease;
    list-style: none;
    padding-left: 0;
}

    .custom-bullet li:hover {
        color: white;
        transform: translateY(-3px);
    }

    .custom-bullet li i {

        margin-right: 8px;
        font-size: 1.2rem;
    }

.list-hr {
    width: 50%;
    height: 3px;
    background-color: #ffb100;
    opacity: 100%;
}

.list-hr-m {
    width: 50%;
    height: 3px;
    background-color: #ffb100;
    opacity: 100%;
}

/*.third-section-head {
    color: #0095ff;
}*/

.text-first {
    font-size: 15px;
    font-weight: bold;
}

.text-second {
    font-size: 15px;
    color: #0095ff;
    padding: 0%;
}

.text-third {
    font-size: 15px;
    padding: 0%;
    margin: 0%;
}




/*About Section css*/




/* Sections */
.contact-section {
    background-color: #ececec;
}

/* Banner */
.contact-banner {
    background: rgba(0, 0, 0, 0.4) url('../img/slide-1_01.jpg') center/cover no-repeat;
    padding-block: 9.6rem;
    text-align: center;
}

.about-banner h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}
/* .contact-btn {
  background-color: #d5a419;
} */


input::placeholder,
textarea::placeholder {
    color: #c89b1f !important;
    opacity: 1;
}
.custom-input-option {
    color: #c89b1f !important;
}

.custom-input-option > option {
    color: #c89b1f !important;
}

.custom-input,
.custom-input-option {
    background-color: #ffffff;
    color: #c89b1f;
    border: none;
    border-bottom: 1px solid #c89b1f;
    border-radius: 0;
}

    .custom-input:focus,
    .custom-input-option:focus,
    .form-control:focus,
    .form-select:focus {
        background-color: #ffffff;
        outline: none;
        box-shadow: none;
        border-bottom-color: #d5a419;
    }

.contact-content {
    color: #62615c;
}

.contact-tap {
    font-family: 'Montserrat', sans-serif;
    color: #d5a419;
}

.contact-top {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 24px;
}

/* Contact form card */
.contact-form {
    padding: 30px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

/* Social icons */
.social-icons {
    display: flex;
    gap: 12px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    /* Brand colors */
    .social-icon.facebook {
        background-color: #1877F2;
    }

    .social-icon.twitter {
        background-color: #1DA1F2;
    }

    .social-icon.pinterest {
        background-color: #E60023;
    }

    .social-icon.instagram {
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    }

    /* Hover effect */
    .social-icon:hover {
        transform: scale(1.1);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

.multi-icons>i{
    width:35px;
    height:35px;
    display:flex; 
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:white;
    font-size:20px;
}

.multi-icons>i:hover{
    color:white !important;
    background:black !important;
}



.Nest_IPadPro{
    display:none;
}


.Calendary, .Language {
    /* padding: 8px 13px; */
    background-color: #d5a419;
    border: none;
    color: black;
    font-size: 12px;
    font-weight: 600;
    width: 92px;
    height: 33px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    border-radius: 5px;
}


/*cost calcolator*/
.cost-head {
    border-radius: 8px;
    overflow: hidden;
}

.cost-calculator {
    border-start-start-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.cost-head-h {
    font-weight: 800;
}

.cost-hr {
    width: 100%;
    height: 2px;
    background-color: rgb(78, 78, 78);
}

.cost-heading {
    border-left: 2px solid #fff;
    /* padding-left: 10px;
    line-height: 1.2em;
    font-size: 45px; */
}

.cost-heading-c {
    font-weight:300;
    padding-left: 20px;
    font-size: 40px;
}

.cost-name {
    border: none !important;
    border-bottom: 1px solid #D5A419 !important;
    border-radius: 0 !important;
}

    .cost-name:hover {
        border-bottom: 2px solid #d5a419;
    }

    .cost-name:focus {
        border-bottom-color: #d5a419;
        box-shadow: none;
    }

input::placeholder {
    color: #d5a419 !important;
/*    font-size: 20px;*/
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #D5A419;
}

.cost-select option {
/*    background-color: #d5a419 !important;*/
    color: !important;
}
.form-select:focus {
    color: #d5a419;
  
}


.cost-content {
    background-color: #d5a419;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.cost-lavel {
    font-size: 18px;
    font-weight: normal;
    color: #d5a419;
    line-height: 20px;
}

.cost-select {
    border: none !important;
    border-bottom: 1px solid #d5a419 !important;
    border-radius: 0 !important;
    color: black !important;
    box-shadow:!important;
}

    .cost-select:focus {
        border-bottom-color: #d5a419;
        box-shadow: none;
    }

    .cost-select:hover {
        border-bottom: 2px solid #d5a419;
    }

.cost-button {
    width: 40%;
    background-color: #D5A419;
    border-radius: 0;
}

.cost-button-first {
    width: 22%;
    background-color: #D5A419;
    border-radius: 0;
}

    .cost-button-first:hover {
        background-color: #000000;
    }

.cost-button:hover {
    background-color: #000000;
}

@media (max-width: 767px) {
    .cost-content {
        margin-top: 20px;
        border-radius: 8px;
    }

    .cost-heading-c {
        font-size: 30px;
    }

    .cost-calculator {
        box-shadow: none;
    }

    .cost-button {
        width: 100%;
    }

    .cost-button-first {
        width: 100%;
    }



}


/* Remove full border */ 
.select2-container--default .select2-selection--single {

    border: none !important;
    border-bottom: 1.5px solid #d5a419 !important; /* change color if needed */
    border-radius: 0 !important;
    height: 42px;
    padding: 6px 0;
}


    /* Text alignment */ .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 20px 0px !important;
        /* line-height: 350px !important; */ font-size: 16px;
        color: black !important;
    }

    /* Remove arrow bg */ .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100%;
    }
/* On focus */


.select2-container--default.select2-container--open .select2-selection--single {
    border-bottom: 2px solid #d5a419 !important; /* bootstrap primary */
}


/* Dropdown height fix */ .select2-results__options {

    max-height: 200px;
    overflow-y: auto;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}



.select2-selection__placeholder {
    color: black !important;
}



/*--blog css--*/
.featured-blog {
    height: 450px;
}

    .featured-blog img {
        height: 100%;
        object-fit: cover;
    }

    .featured-blog .overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient( to top, rgba(0,0,0,0.7), rgba(0,0,0,0.1) );
    }

/*Blog details page */
.blog-details{
    width:80%;
    width:80%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}

.cost-calculator-device{
    display:none;
}

.Render_section{
    margin-top:140px;
}
.logo {
    width: 65% !important;
}

/*Services-------------*/
.Services {
    background: url('../img/aboutus.jpg');
    background-position: center;
    background-size: cover;
    padding-block: 9.6rem;
    text-align: center;
}



.lang-dropdown {
    padding: 8px 2px;
    border-radius: 6px;
    border: 1px solid #ccc;
    cursor: pointer;
}

/*
    reviews card button*/
.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    padding: 15px;
}

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 20px; 
    }

    /*Services sestion css start here*/

.section-title span {
    color: #d5a419;
    font-weight: 700;
}

.section-title {
    color: black;
    font-size: 32px;
}

.service-box {
    text-align: center;
    margin-bottom: 40px;
}

.service-icon {
    font-size: 32px;
    /* color: #333; */
    margin-bottom: 15px;
}

    .service-icon > img {
        max-width: 30%;
    }

.service-btn {
    background: linear-gradient(to bottom, #d5a41961, #d5a419);
    color: black;
    border-radius: 6px;
    padding: 10px 6px;
    /* padding: 10px; */
    font-size: 12px;
    font-weight: 500;
    border: none;
    text-decoration: none;
    transition: 0.3s;
}

    .service-btn:hover {
        background: #d5a419;
        transform: translateY(-2px);
    }

.section-padding {
    padding: 80px 0;
    background: #f5f5f5;
}

@media (max-width: 576px) {
    .service-btn {
        min-width: 100%;
    }
}
/*Services sestion css start here*/
