/* Gepard Garage Performance Theme */

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header Section
    3.0 Hero Section
    4.0 About Section
    5.0 Feature Section
    6.0 Video Section
    7.0 Screenshot Section
    8.0 Pricing Section
    9.0 Counter Section
    10.0 Testimonial Section
    11.0 Blog Section
    12.0 Download Section
    13.0 Subscribe Section
    14.0 Footer Section
    15.0 Scrool To Top
    
    ==========================================================================
    Gepard Garage Performance Template
    ========================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700|Oswald:400,500,600,700');
	
/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
	padding: 0;
	margin: 0;
}
html{
    scroll-behavior: smooth;
}
body{
    background-color: #050505;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 23px;
    color: #777;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing:antialiased;
	color: #333;
}
h1{
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #fff;
    letter-spacing: -0.05em;
}
h2{
    font-size: 32px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: -0.04em;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.7;
    color: #fff;
    letter-spacing: -0.01em;
}
h3{
    font-size: 18px;
}
h4{
    font-size: 16px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
    max-width: 100%;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a, span{}
p{
    font-size: 15px;
    margin-bottom: 15px;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #ddd !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #ddd !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #ddd !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #ddd !important;  
}
button{
    border: none;
	background: none;
}
/* Helper Class */
.padding{
    padding: 120px 0;
}
.no-padding{
    padding: 0;
}
.padding-15{padding: 15px;}
.padding-20{padding: 20px;}

.bg-white{ background-color: #fff; }
.bg-grey{ background-color: #eef3f9;}
.bg-dark{ background-color: #050505!important;}
.bd-top{ border-top: 1px solid #eaeaea;}
.bd-bottom{ border-bottom: 1px solid #eaeaea;}

.mb-10{ margin-bottom: 10px; }
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.ml-15{ margin-left: 15px; }
.ml-20{ margin-left: 20px; }
.ml-25{ margin-left: 25px; }
.ml-30{ margin-left: 30px; }
.ml-35{ margin-left: 35px; }
.fz-28{ font-size: 28px; }
.fz-24{ font-size: 24px; }
.fz-22{ font-size: 22px; }
.fz-20{ font-size: 20px; }
.fz-18{ font-size: 18px; }
.fz-16{ font-size: 16px; }
.pd-15{ padding: 15px; }
.pdl-80{ padding-left: 80px; }
.text-black{
    color: #333;
}
.text-white{
    color: #ffffff;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
    float: right;
}
.fl-left{
    float: left;
}

.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* Preloader Styles */
.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden;
}
.site-preloader-wrap {
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    background: #111;
    top: 0;left: 0
}

.site-preloader-wrap .spinner {
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.spinner {
  width: 40px;
  height: 40px;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

/* Button Style */
.btn_group{}
.btn_group a{
    margin: 5px;
}
.default-btn{
    font-family: "Open Sans",sans-serif;
    letter-spacing: 2px;
    background: linear-gradient(90deg, #f9d976 0%, #f6b625 100%);
    color: #0c0c0c;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 10px 28px rgba(0,0,0,0.35);
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.default-btn:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0c0c0c;
    -webkit-transform-origin: right center;
       -moz-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scale(0, 1);
       -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
         -o-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
       -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.default-btn:hover{
    color: #f6c55f;
}
.default-btn:hover:before{
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left center;
    -webkit-transform: scale(1, 1);
       -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
         -o-transform: scale(1, 1);
            transform: scale(1, 1);
}
.default-btn.btn_sm{
    line-height: 40px;
    padding: 0 15px;
}

/* Transition Effect */
a,a:hover, .overlay, img, .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/* ==========================================================================
   Header Section
   ========================================================================== */
.header-section{
    background-color: transparent;
    width: 100%;
    height: 70px;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0 20px;
}
.navbar-fixed-top.header-section{
    background-color: #111;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.05);
    border-bottom: 0;
    padding: 0;
}
section[id]{
    scroll-margin-top: 90px;
}
.mainmenu .download-btn{
    background-color: #ef5560;
    box-shadow: 0 10px 35px 2px rgba(239, 85, 96, 0.8);
    border-radius: 30px;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    margin: 14px 0;
}
.navbar-fixed-top .mainmenu .download-btn{
    background-color: #23262e;
    color: #fff;
}
.mainmenu .download-btn:hover{
    border-radius: 0;
    box-shadow: none;
}
.navbar-fixed-top ul.nav > li > a{
    color: #fff;
}
.navbar-fixed-top ul.nav > li > a:hover,
.navbar-fixed-top ul.nav > li > a:focus,
.navbar-fixed-top ul.nav > li.active > a{
    color: #f6c55f;
}
.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header-section,
.header-section{
    transition: all 0.3s ease-in-out;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-header {
    padding: 17px 0;
}
.navbar-header .brand{
    font-size: 25px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
	margin-left: 13px;
}
.navbar-header .nav-btn{
    padding: 8px;
    border-radius: 1px;
}
.navbar-header .nav-btn .icon-bar{
    background-color: #fff;
    width: 18px;
}
.navbar-fixed-top .navbar-header .nav-btn .icon-bar{
    background-color: #777;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus{
    opacity: 0.8;
}

/* =========================
   NAVBAR GENERAL
========================= */

#navbar{
    z-index: 999;
    padding: 0 20px;
    height: 70px;
}

.navbar{
    min-height: 90px;
    height: 90px;
    display: flex;
    align-items: center;
}

.navbar-fixed-top{
    height: 90px;
}


/* =========================
   LOGO AREA
========================= */
.navbar .navbar-brand{
    padding: 0;
    margin-right: 28px;
    height: 70px;
    display: flex;
    align-items: center;
    overflow: hidden; /* logo taşarsa kırp */
}

.navbar .navbar-brand img{
    height: 400%;          /* navbar kadar */
    width: auto;
    max-width: 500px;      /* genişlik sınırı */
    object-fit: contain;
    padding-top: 30px;      /* üstten biraz boşluk */
}


/* =========================
   NAV MENU
========================= */

ul.nav{
    display: flex;
    align-items: center;
}

ul.nav > li{}

ul.nav > li > a{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    align-items: center;
    padding: 0 14px;
    letter-spacing: 1.5px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    height: 70px;
    line-height: 70px;
    z-index: 1;
}

.navbar-fixed-top ul.nav > li > a{
    height: 70px;
    line-height: 70px;
}

ul.nav > li > a:hover,
ul.nav > li > a:focus{
    background: none;
    color: #f6c55f;
    opacity: 1;
}

ul.nav > li > a.active{
    background: none;
    color: #f6c55f;
    opacity: 1;
}
.lang-switch{
    margin-right: 12px;
    display: flex;
    align-items: center;
}
.lang-switch select{
    background: rgba(255,255,255,0.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 18px;
    min-width: 52px;
    height: 38px;
    padding: 0 10px;
    text-align: center;
    text-align-last: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    line-height: 38px;
}
.lang-switch select option{
    color: #111;
}

@media (max-width: 576px){
    .lang-switch{
        margin-right: 6px;
    }
    .lang-switch select{
        min-width: 56px;
        height: 34px;
        line-height: 34px;
        padding: 0 8px;
        font-size: 11px;
    }
}


/* =========================
   RIGHT MENU WRAP
========================= */

.menu-wrap{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex: 1;
}

.menu-btn{
    margin-left: 10px;
    margin-top: 0;
}


/* =========================
   MOBILE MENU
========================= */

.slicknav_menu {
    background: none;
    padding: 4px 0;
    display: none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.slicknav_nav {
    background-color: transparent;
    box-shadow: none;
    text-align: right;
    padding-right: 10px;
    position: relative;
    z-index: 2000;
}

.slicknav_btn{
    background-color: transparent;
    margin: 17px 5px 19px;
    padding: 6px;
    position: relative;
}
.slicknav_btn .slicknav_icon{
    position: relative;
    display: block;
    width: 20px;
    height: 14px;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row, 
.slicknav_nav a,
.slicknav_nav a:hover{
    border-radius: 0;
}

.slicknav_nav .slicknav_row, 
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #fff;
    display: inline-block;
}

.slicknav_nav a .caret{
    display: none;
}

.slicknav_nav ul{
    margin: 0;
}

.slicknav_nav ul li a{
    padding-left: 30px;
    font-size: 12px;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover{
    background-color: transparent;
    color: #f6d33a;
}

/* make hamburger morph into an X when open */
.slicknav_btn .slicknav_icon-bar{
    background: #fff;
    height: 2px;
    transition: transform .2s ease, opacity .2s ease;
}
.slicknav_btn.slicknav_open .slicknav_icon-bar{
    opacity: 0;
}
.slicknav_btn.slicknav_open .slicknav_icon:before{
    content: "\f00d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section{
    background: none;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.hero-video-bg{
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}
.hero-video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.hero-content{
    position: relative;
    z-index: 1;
}
.hero-title-static{
    font-size: 110px;
    letter-spacing: 4px;
    margin-bottom: 15px;
    line-height: 0.95;
}
.hero-rotate-heading{
    font-size: 64px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.08;
    text-shadow: 0 8px 32px rgba(0,0,0,0.45);
    margin: 0 0 12px;
    letter-spacing: 1px;
}
.hero-rotate-heading .rotate{
    display: inline-block;
}
.hero-content h5{
    color: #f6c55f;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 2.4px;
    font-weight: 700;
}
.hero-content p{
    color: #fff;
    margin: 20px auto 50px;
    font-size: 20px;
    line-height: 1.8;
    max-width: 720px;
    font-weight: 600;
    text-shadow: 0 6px 28px rgba(0,0,0,0.55);
}
.social-link{}
.social-link li{
    display: inline-block;
    margin: 0 10px;
}
.social-link li a{
    display: inline-block;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    text-shadow: 0 4px 18px rgba(0,0,0,0.5);
}
.social-link .fa{
    font-family: 'FontAwesome' !important;
    font-weight: normal;
}
.social-link .fa-brands,
.social-link .fab{
    font-family: 'Font Awesome 6 Brands' !important;
    font-weight: 400;
}
.social-link li a:hover{
    color: #f6c55f;
}
.down-arrow a {
    position: absolute;
    width: 40px;
    height: auto;
    left: calc(50% - 25px);
    bottom: 50px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    color: #ddd;
    writing-mode: vertical-rl;
    text-align: center;
    line-height: 40px;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

/* Down Arrow Animation */
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-20px);}
    60% {-webkit-transform: translateY(-10px);}
}
 
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-20px);}
    60% {-moz-transform: translateY(-10px);}
}
 
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-20px);}
    60% {-o-transform: translateY(-10px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-20px);}
    60% {transform: translateY(-10px);}
}
/* ==========================================================================
   About Section
   ========================================================================== */
.about-section{}
.about-wrap{
    display: flex;
    align-items: flex-start;
    min-height: 78vh;
}
.about-wrap .col-md-6:last-child{
    padding: 0;
    display: flex;
}
.about-wrap img{
    width: 100%;
    height: 100%;
    min-height: 78vh;
    object-fit: cover;
    display: block;
}
.about-content{
    padding-right: 40px;
}
.about-section{
    padding: 90px 0;
}
.about-content .default-btn{
    margin-top: 20px;
}
.about-content p{
    color: #e8ecf3;
    line-height: 1.7;
    font-weight: 500;
    font-size: 15px;
}
.about-content h2{
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 38px;
    margin-top: 0;
}
.about-content .about-points{
    list-style: none;
    padding: 0;
    margin: 20px 0 25px;
}
.about-content .about-points li{
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    color: #e8ecf3;
    line-height: 1.7;
    font-weight: 500;
    font-family: inherit;
}
.about-content .about-points li::before{
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #f6c55f;
}
/* ==========================================================================
   Service Section
   ========================================================================== */
.service-section{
    background-image: url(../img/services-background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}
.service-section.padding{
    padding: 100px 0;
}
.service-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5,7,12,0.25) 0%, rgba(5,7,12,0.15) 100%);
    z-index: 0;
}
.service-section .container-fluid{
    position: relative;
    z-index: 1;
}
.service-section .service-area{
    min-height: 65vh;
}
.service-section .section-heading p{
    color: #ddd;
}
.service-section .section-heading .service-points{
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    color: #e8ecf3;
}
.service-section .section-heading .service-points li{
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    line-height: 1.6;
}
.service-section .section-heading .service-points li::before{
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #f6c55f;
}
.service-wrap{
    margin-top: -15px;
    margin-bottom: -15px;
}
.service-content{
    background-color: rgba(12,12,12,0.58);
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 12px 32px rgba(0,0,0,0.32);
    border-radius: 10px;
    padding: 32px 22px;
    transition: all 0.2s ease-in-out;
}
.service-content:hover{
    background-color: rgba(18,18,18,0.9);
    border-color: rgba(246,197,95,0.4);
    box-shadow: 0 18px 48px rgba(0,0,0,0.45);
    transform: translateY(-4px);
    transition: all 0.2s ease-in-out;
}
.service-content i{
    font-size: 40px;
    color: #f6c55f;
    margin-bottom: 15px;
}
.service-content h3{
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #fff;
}
.service-content p{
    color: #e8ecf3;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 500;
}

/* ==========================================================================
   Portfolio Section
   ========================================================================== */
.portfolio-section{
    padding: 70px 0 50px;
    min-height: 100vh;
}
.portfolio-section .section-heading p{
    color: #ddd;
}
.portfolio-section .section-heading{
    padding-left: 20px;
    margin-top: -10px;
}
.portfolio-items .col-lg-4,
.portfolio-items .col-lg-3,
.portfolio-items .col-md-4,
.portfolio-items .col-sm-6,
.portfolio-items .col-6{
    padding: 8px 6px;
}
.portfolio-wrap{
    display: flex;
    align-items: flex-start;
    padding-top: 10px;
}
.portfolio-content{}
.portfolio-thumb{
    position: relative;
    padding-top: 74%; /* smaller height to start higher on page */
    overflow: hidden;
    border-radius: 16px;
}
.portfolio-thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 110%;
    object-fit: contain;
    object-position: center center;
    background: transparent;
    transition: transform 0.4s ease;
}
.portfolio-box{
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: transparent;
    box-shadow: 0 14px 32px rgba(0,0,0,0.3);
    height: 100%;
}
.portfolio-box .hover{
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.portfolio-box::after{
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(255,255,255,0.12) 0%, rgba(0,0,0,0.55) 70%);
    opacity: 0;
    transition: opacity 0.35s ease;
}
.portfolio-box:hover::after{
    opacity: 1;
}
.portfolio-box:hover .portfolio-thumb img{
    transform: scale(1.12);
}
/* ==========================================================================
   CTA Section
   ========================================================================== */
.cta-section{}
.cta-section{
    padding: 50px 0;
}
.cta-section .cta-content h2{
    font-size: 40px;
    margin-bottom: 25px;
}
.contact-info h2{
    font-size: 28px;
    line-height: 1.35;
    margin-bottom: 18px;
}
.contact-hr{
    border: 0;
    height: 2px;
    width: 90px;
    background: linear-gradient(90deg, #f6d33a 0%, #f6c55f 100%);
    margin: 0 0 26px;
}


/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact-section{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.contact-wrap{
    display: flex;
    align-items: stretch;
    padding: 80px 0;
}
.map-embed{
    position: relative;
    height: 100%;
    min-height: 420px;
    box-shadow: 0 18px 48px rgba(0,0,0,0.35);
}
.map-embed iframe{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
/*Contact Form*/
.contact-form .form-control{
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
    height: 45px;
    background-color: transparent;
    color: #fff;
}
.form-control:hover,
.form-control:focus{
    box-shadow: none;
}
.contact-form .submit-button:hover{ cursor: pointer; }
.contact-form{
    padding-right: 40px;
}
.contact-form .form-control.message{
    height: 120px;
}
#form-messages{
    display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success{
    display: block;
}
#form-messages.alert-success{
    background: #f6c55f;
    color: #111;
    border: none;
}
/*Google Map*/
#google-map{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer-section{
    background-color: #111;
    display: block;
    color: #fff;
    text-align: center;
    padding: 18px 0;
}
.footer-section p{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}  
.footer-meta{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.footer-links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.footer-links li{
    display: inline-flex;
    align-items: center;
}
.footer-links a{
    color: #f6c55f;
    letter-spacing: 0.6px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
}
.footer-links a i{
    margin-right: 6px;
    font-family: 'FontAwesome' !important;
    font-size: 15px;
}
.footer-links a:hover{
    color: #fff;
    text-decoration: underline;
}

/* ==========================================================================
   Scroll To Top
   ========================================================================== */
#scroll-to-down{
    background-color: #fff;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 45px;
    color: #555;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}
#scroll-to-down:hover{
    background-color: #f6c55f;
    color: #050505;
}
#scroll-to-top{
    background-color: #fff;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 45px;
    color: #555;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}
#scroll-to-top:hover{
    background-color: #f6c55f;
    color: #050505;
}
