/* Alison By TeamXcel */

/*  ==========================================================================
    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
    
    ==========================================================================
    Alison Portfolio Template Version 0.1
    ========================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700|Oswald:400,500,600,700');

:root{
    --bg-main: #120d0b;
    --bg-soft: #191310;
    --bg-card: rgba(255, 248, 240, 0.055);
    --bg-card-strong: rgba(255, 248, 240, 0.075);
    --text-main: #f5eee7;
    --text-soft: #cdbfb3;
    --text-muted: #a69080;
    --accent: #d96b43;
    --accent-strong: #f07f4f;
    --accent-soft: rgba(217, 107, 67, 0.14);
    --border-soft: rgba(255, 235, 219, 0.1);
}
	
/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
	padding: 0;
	margin: 0;
}
body{
    background-color: var(--bg-main);
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 23px;
    color: var(--text-muted);
    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: 100px 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: var(--bg-main)!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: var(--bg-soft);
    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-color: var(--accent);
    color: var(--text-main);
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -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: #fff3ea;
    -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: #1b120d;
}
.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: 80px;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px 0;
}
.navbar-fixed-top.header-section{
    background-color: rgba(25, 19, 16, 0.96);
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.05);
    height: 70px;
    border-bottom: 0;
    padding: 0;
}
.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: #ddd;
}
.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: #fff;
}
.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;
}
.navbar-brand{
    display: inline-block;
    position: relative;
    z-index: 5;
}
.navbar-brand img{
    display: block;
    width: auto;
    max-height: 56px;
}
.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;
}

/* Nav Menu */
#navbar{
    z-index: 999;
    padding: 0 15px;
}
ul.nav{}
ul.nav > li{}
ul.nav > li > a{
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 70px;
    z-index: 1;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li > a.active{
    background: none;
    color: #fff;
    opacity: 1;
}
.menu-btn{
    margin-left: 10px;
    margin-top: 10px;
}

/*Mobile Menu */
.menu-wrap{
    position: relative;
    margin-left: auto;
    z-index: 3;
}
.slicknav_menu {
    background: none;
    padding: 4px 0;
    display:none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
.slicknav_btn,
.slicknav_nav{
    pointer-events: auto;
}
.slicknav_nav {
    background-color: #fff;
}
.slicknav_btn{
    background-color: transparent;
    margin: 17px 5px 19px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row, 
.slicknav_nav a,
.slicknav_nav a:hover{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #777;
}
.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: #333;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section{
    background-image: linear-gradient(rgba(4, 4, 4, 0.82), rgba(4, 4, 4, 0.93)), url(../img/hero-umkm.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}
.hero-buttons{
    margin: 30px 0 25px;
}
.hero-buttons .default-btn{
    margin: 0 8px 10px;
}
.hero-highlight{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 auto 26px;
    max-width: 980px;
}
.hero-highlight span{
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 235, 219, 0.14);
    background: rgba(255, 248, 240, 0.05);
    color: #f0ddd1;
    font-size: 13px;
    line-height: 1.5;
}
.section-kicker{
    display: inline-block;
    margin-bottom: 16px;
    color: #ffbf9d;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.btn-outline{
    background-color: transparent;
    border: 1px solid rgba(255, 235, 219, 0.35);
}
.btn-outline:before{
    background: var(--accent);
}
.btn-outline:hover{
    color: var(--text-main);
}
.proposal-points{
    margin-top: 30px;
}
.proposal-point,
.proposal-card,
.pricing-content{
    background: var(--bg-card);
    border: 1px solid var(--border-soft);
    padding: 28px;
    border-radius: 14px;
}
.proposal-point{
    margin-bottom: 20px;
}
.proposal-point ul,
.proposal-card ul,
.pricing-content ul{
    padding-left: 18px;
    margin-top: 15px;
}
.proposal-point li,
.proposal-card li,
.pricing-content li{
    list-style: disc;
    margin-bottom: 10px;
    color: var(--text-soft);
}
.target-summary{
    color: var(--text-soft);
    margin-bottom: 18px;
}
.target-chips{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.target-chips span{
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border: 1px solid rgba(240, 127, 79, 0.2);
    background: var(--accent-soft);
    color: var(--text-main);
    font-size: 13px;
    line-height: 1.4;
}
.pricing-grid .col-lg-4{
    margin-bottom: 30px;
}
.pricing-box{
    height: 100%;
}
.pricing-content{
    position: relative;
    height: 100%;
    padding: 34px 30px;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.18);
}
.card-badge{
    display: inline-block;
    margin: 0 0 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 191, 157, 0.12);
    color: #ffe2d4;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.pricing-label{
    display: inline-block;
    margin-bottom: 18px;
    padding: 6px 12px;
    background: var(--accent-soft);
    color: #ffb18f;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.pricing-content h3{
    min-height: 70px;
    margin-bottom: 14px;
}
.pricing-content > p{
    color: var(--text-soft);
    line-height: 1.8;
}
.pricing-note{
    color: var(--text-soft);
    font-size: 14px;
    margin-top: 16px;
}
.card-cta{
    margin-top: 20px;
}
.featured .pricing-content{
    border-color: rgba(240, 127, 79, 0.3);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
    transform: translateY(-6px);
}
.proof-section,
.demo-section{
    position: relative;
}
.before-after-grid .pd-15,
.demo-section .pd-15{
    margin-bottom: 30px;
}
.proof-card,
.demo-card{
    height: 100%;
}
.proof-label{
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffd3bf;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.proof-label.success{
    margin-top: 8px;
    background: rgba(93, 186, 126, 0.12);
    color: #b6f0c9;
}
.demo-card .default-btn{
    margin-top: 10px;
}
.urgency-box{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 24px;
    padding: 18px 20px;
    border-radius: 14px;
    background: rgba(240, 127, 79, 0.1);
    border: 1px solid rgba(255, 191, 157, 0.18);
    color: #f6ddd0;
}
.urgency-box strong{
    color: #fff3ea;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    letter-spacing: 0.4px;
}
.proposal-section{
    background: linear-gradient(180deg, #140f0d 0%, #0f0b09 100%);
}
.proposal-card{
    height: 100%;
}
.addon-section{
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(240, 127, 79, 0.18), transparent 28%),
        linear-gradient(180deg, #17110e 0%, #100b09 100%);
}
.addon-section:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 191, 157, 0.55), transparent);
}
.addon-highlight{
    margin: 0 auto 28px;
}
.addon-highlight span{
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid rgba(255, 191, 157, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: #f7dccd;
    font-size: 13px;
    letter-spacing: 0.3px;
}
.addon-examples{
    margin-top: 16px;
}
.addon-card{
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 191, 157, 0.08);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
}
.addon-icon{
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 14px;
    background: rgba(240, 127, 79, 0.14);
    color: #ffbf9d;
    font-size: 20px;
}
.addon-card h3{
    margin-bottom: 10px;
}
.addon-card p strong{
    color: #fff3ea;
    font-weight: 600;
}
.addon-cta{
    margin-top: 18px;
}
.addon-cta .pricing-note{
    max-width: 760px;
    margin: 0 auto 18px;
}
.addon-cta .default-btn{
    margin: 0 8px 10px;
}
.seo-link-groups{
    margin-top: 8px;
}
.seo-link-card h3{
    margin-bottom: 16px;
}
.seo-link-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.seo-link-list a{
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border: 1px solid rgba(240, 127, 79, 0.2);
    background: var(--accent-soft);
    color: var(--text-main);
    font-size: 13px;
    line-height: 1.4;
    transition: all 0.2s ease-in-out;
}
.seo-link-list a:hover{
    background: rgba(240, 127, 79, 0.22);
    color: #fff;
}
.seo-article-strip{
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.seo-link-list-inline{
    justify-content: center;
}
.step-card{
    position: relative;
    padding-top: 48px;
}
.step-number{
    position: absolute;
    left: 28px;
    top: 22px;
    color: var(--accent-strong);
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
}
.contact-details p{
    margin-bottom: 10px;
    color: var(--text-soft);
}
.hero-content h1{
    font-size: 80px;
    text-transform: uppercase;
}
.hero-content h5{
    color: #f1d8c8;
    text-transform: uppercase;
}
.hero-content p{
    color: #ead9cd;
    margin-bottom: 50px;
}
.social-link{}
.social-link li{
    display: inline-block;
    margin: 0 10px;
}
.social-link li a{
    display: inline-block;
    color: #d7c4b6;
    font-size: 18px;
}
.social-link li a:hover{
    color: #fff3ea;
}
.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: #ead9cd;
    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: center;
}
.about-content{
    padding-right: 40px;
}
.about-content .default-btn{
    margin-top: 20px;
}
.about-content p{
    color: var(--text-soft);
}
.about-visual{
    position: relative;
    min-height: 100%;
    overflow: hidden;
}
.about-visual img{
    width: 100%;
    height: 100%;
    min-height: 720px;
    object-fit: cover;
    display: block;
    filter: grayscale(15%);
}
.about-visual:before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.about-visual-card{
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 40px;
    z-index: 1;
    background: rgba(25, 19, 16, 0.8);
    border: 1px solid rgba(255, 235, 219, 0.12);
    padding: 28px;
    backdrop-filter: blur(4px);
}
.about-visual-label{
    display: inline-block;
    margin-bottom: 14px;
    color: #ffb18f;
    font-size: 11px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
.about-visual-card h3{
    font-size: 28px;
    line-height: 1.35;
    margin-bottom: 12px;
}
.about-visual-card p{
    margin-bottom: 0;
    color: #e0d0c4;
}
/* ==========================================================================
   Service Section
   ========================================================================== */
.service-section{
    background-image: linear-gradient(rgba(3, 3, 3, 0.74), rgba(3, 3, 3, 0.84)), url(../img/services-background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.service-section .section-heading p{
    color: #ddd;
}
.service-wrap{
    margin-top: -15px;
    margin-bottom: -15px;
}
.service-content{
    background-color: var(--bg-card);
    padding: 30px 20px;
    transition: all 0.2s ease-in-out;
    border: 1px solid var(--border-soft);
    border-radius: 14px;
    min-height: 100%;
}
.service-content:hover{
    background-color: var(--bg-card-strong);
    transition: all 0.2s ease-in-out;
    transform: translateY(-4px);
}
.service-content i{
    font-size: 40px;
    color: var(--accent-strong);
    margin-bottom: 15px;
}
.service-content h3{
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.service-content p{
    color: var(--text-soft);
    font-size: 13px;
}

/* ==========================================================================
   Portfolio Section
   ========================================================================== */
.portfolio-section{
    padding: 110px 0 30px;
}
.portfolio-section .section-heading p{
    color: #ead9cd;
}
.portfolio-items .col-lg-4{
    padding: 0;
}
.portfolio-wrap{
    display: flex;
    align-items: center;
}
.portfolio-content{}
.portfolio-thumb img{
    width: 100%;
}
.portfolio-thumb{
    position: relative;
}
.portfolio-box .hover{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    
    opacity: 0;
    visibility: hidden;
    padding: 15px;
}
.portfolio-box .hover div{
    background-color: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.portfolio-box:hover .hover{
    opacity: 1;
    visibility: visible;
}
/* ==========================================================================
   CTA Section
   ========================================================================== */
.cta-section{}
.cta-section{
    padding: 130px 0;
}
.cta-wrap{
    max-width: 980px;
    margin: 0 auto;
}
.cta-panel{
    background: linear-gradient(180deg, rgba(255, 248, 240, 0.04), rgba(255, 248, 240, 0.02));
    border: 1px solid rgba(255, 235, 219, 0.1);
    border-radius: 20px;
    padding: 54px 56px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}
.cta-section .cta-content h2{
    font-size: 40px;
    margin-bottom: 25px;
}
.cta-content p{
    max-width: 760px;
    margin: 0 auto 28px;
    color: #e4d3c7;
    line-height: 1.85;
}
.cta-actions{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}


/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact-section{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.contact-wrap{
    display: flex;
    align-items: center;
    padding: 120px 0;
}
.contact-panel,
.map-panel{
    background: linear-gradient(180deg, rgba(255, 248, 240, 0.04), rgba(255, 248, 240, 0.02));
    border: 1px solid var(--border-soft);
    border-radius: 18px;
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.16);
}
.contact-panel{
    padding: 42px 42px 32px;
    margin-right: 28px;
}
.contact-info h2{
    margin-bottom: 18px;
}
.contact-info > p{
    line-height: 1.85;
    margin-bottom: 24px;
}
.contact-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}
.contact-actions .default-btn{
    margin: 0;
}
.mobile-wa-sticky{
    display: inline-flex;
    position: fixed;
    right: 18px;
    bottom: 88px;
    z-index: 999;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #25d366, #179c52);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    box-shadow: 0 16px 36px rgba(20, 140, 72, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.mobile-wa-sticky i{
    font-size: 20px;
}
.mobile-wa-sticky:hover,
.mobile-wa-sticky:focus{
    color: #fff;
    transform: translateY(-2px);
}
/*Contact Form*/
.contact-form .form-control{
    border: none;
    border-bottom: 1px solid rgba(255, 235, 219, 0.12);
    border-radius: 0;
    height: 45px;
    background-color: transparent;
    color: #fff;
    padding-left: 10px;
}
.form-control:hover,
.form-control:focus{
    box-shadow: none;
    border-color: rgba(240, 127, 79, 0.45);
}
.contact-form .submit-button:hover{ cursor: pointer; }
.contact-form{
    padding-right: 40px;
    margin-top: 24px;
}
.contact-form .form-control.message{
    height: 140px;
}
.contact-form .form-group{
    margin-bottom: 24px;
}
#form-messages{
    display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success{
    display: block;
}
/*Google Map*/
.map-panel{
    overflow: hidden;
}
.map-container iframe{
    display: block;
    width: 100%;
}
.map-note{
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 18px 22px 20px;
    background: rgba(255, 248, 240, 0.03);
    color: var(--text-soft);
}
.map-note strong{
    color: var(--text-main);
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
}
@media (max-width: 991px){
    .hero-highlight{
        max-width: 100%;
    }
    .urgency-box{
        margin-top: 6px;
    }
    .cta-actions{
        align-items: stretch;
    }
}

@media (max-width: 767px){
    .hero-highlight span{
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .cta-actions .default-btn,
    .demo-card .default-btn{
        width: 100%;
    }
}
/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer-section{
    background-color: var(--bg-soft);
    display: block;
    color: #fff;
    text-align: center;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 235, 219, 0.08);
}
.footer-section p{
    text-transform: none;
    font-size: 12px;
    margin: 0;
    color: #d8c7bb;
    letter-spacing: 0.4px;
}  

/* ==========================================================================
   Scroll To Top
   ========================================================================== */
#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;
}
#scroll-to-top:hover{
    background-color: #282828;
    color: #fff;
}
