/*
Theme Name:ecomlogisticspark
Theme URI:https://#/
Author:ecomlogisticspark Team
Author URI:https://ecomlogisticspark.com/
Description:ecomlogisticspark theme for home website
Version:1.0.0
License:GNU General Public License v2 or later
License URI:<https://www.gnu.org/licenses/gpl-2.0.html>
Text Domain:ecomlogisticspark
*/
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url("assets/css/responsive.css");
:root {
	--white:#fff; 
	--black:#000; 
	--blue:#304835; 
	--grey-900:#101828;
	--golden:#F2A33B;
	--main-font:"Rajdhani", sans-serif; 
	--jost:"Inter", sans-serif;  
	 --smoke:#f4f3f0;
	 --mist:#e8e6e0;
	--ink:#0b0f1a;
    --gray: #7f8c8d;
	
	--card-bg: #2f4a3a;
    --card-bg-hover: #3a5a47;
    --card-text: #e8e3d5;
    --card-text-soft: #b5b09e;
	
  --green-900: #0d2218;      /* near-black green */
  --green-800: #12392a;      /* deep forest */
  --green-700: #184a36;      /* body dark sections */
  --green-600: #1f5d44;      /* primary dark green */
  --green-500: #2a6f52;      /* accent dark green */
  --green-50:  #f3f6f3;      /* light tint */
  --line: rgba(24, 74, 54, 0.12);
	    --ease: cubic-bezier(.22, .61, .36, 1);
  --green-100: #e7ede8;align-content
	scroll-behavior:smooth;
}
@keyframes fadeIn {0% {opacity:0;}100% {opacity:1;}}
body *, html * {box-sizing:border-box;}
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {font-size:16px; line-height:1.5; font-family:var(--jost); font-weight:400; margin:0 auto; overflow-x:hidden;}
.container {margin:0 auto; width:100%; max-width:1440px; padding:0 32px;}
.container-fluid {width:100%; padding:0 32px;}
.row {margin:0 -32px;}
ul {margin:0; padding-left:20px; color:var(--grey-700);}
ol {padding-left:20px; color:var(--grey-700);}
.dn {display:none!important;}
h1, h2, h3, h4, h5, h6 {font-family:var(--main-font); margin:0; line-height:1.1; font-weight: 400; }
h1 {font-size:60px; font-weight:700;}
h2 {font-size:56px;}
h3 {font-size:38px;}
h4 {font-size:32px;}
h5 {font-size:26px;}
h6 {color:var(--grey-900);}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {font-weight:300;}
.greybg {background:#F9FAFB;}
.flex {display:flex;}
.btn {justify-content: center; align-items: center; gap: 8px; display: inline-flex; font-size: 18px; transition: all 0.5s; font-weight: 600; box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05); line-height: 28px; border-radius: 24px; border: 1px solid var(--grey-900); cursor: pointer; background: var(--grey-900); color: var(--white); overflow:hidden; width:fit-content;}
.btn a, .btn-holo a {padding:10px 30px;}
.btn:hover {background: none; color: var(--grey-900);}
.btn a, .btn-holo a {color:inherit; text-decoration:none;}
.btn-holo {justify-content: center; align-items: center; gap: 8px; display: inline-flex; font-size: 18px; transition: all 0.5s; font-weight: 600; box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05); line-height: 28px; border-radius: 24px; border: 1px solid var(--grey-900); cursor: pointer; background: transparent; color: var(--grey-900); overflow:hidden; width:fit-content;}
.btn-holo:hover {background: var(--grey-900); color: var(--white);}
.btn.blue-btn {background:var(--blue); border-color:var(--blue);}
.btn.blue-btn:hover {background:transparent; color:var(--blue);}
.btn-holo.blue-btn {border-color:var(--blue); color:var(--blue);}
.btn-holo.blue-btn:hover, .btn-holo.blue-btn.active {background:var(--blue); color:var(--white);}
.btn-holo.white-btn {border-color:var(--white); color:var(--white);}
.btn-holo.white-btn:hover {background:var(--golden); border-color:var(--golden); color:var(--white);}
.btn-holo.white-btn.active {background:var(--golden); border-color:var(--golden); color:var(--white);}
.text-center .btn-holo, .text-center .btn{margin:auto;}
#bodyinside p {font-size:16px; color:var(--grey-700); margin:0;}
#bodyinside ul {font-size:18px;}
#bodyinside ul li:not(:last-child){margin-bottom:16px;}
#bodyinside a {text-decoration:none; color:inherit;}
#bodyinside p a:not([class]) {text-decoration:underline;}
/* header */
header {position: absolute;top: 38px;padding: 10px 0;z-index:9999;font-family:var(--main-font);background: #ffffff78;width: 100%;}
header.sticky {background:#fff;box-shadow: rgba(16, 24, 40, 0.04) 0px 8px 8px -4px;position: fixed;top: 0;}
header .brand a {display:flex;}
.brand img { border-radius: 8px;}
header .navbar-collapse ul {list-style:none; padding-left:0;}
header .navbar-collapse ul li a {text-decoration:none;}
.search-form {display: flex; align-items: center;}
.search-submit {border: 0; background: none; padding: 0; display: flex; cursor:pointer;}
.search-submit:hover svg {filter: brightness(0) saturate(100%) invert(67%) sepia(44%) saturate(2874%) hue-rotate(154deg) brightness(86%) contrast(76%);}
.search-form input:-webkit-autofill {background-color::inherit;}
header ul.sub-menu li.menu-item-has-children > a {font-weight: 600; color: var(--black); gap: 8px; display: flex; align-items: center; font-size: 20px;}
header ul.sub-menu li.menu-item-has-children > a:before {content: ''; width: 6px; height: 7px; background: var(--red);}
header .menu-item-has-children ul {gap:20px; display:flex; margin-top:20px; flex-direction:column;}
header .menu-item-has-children ul li a {color:var(--white); font-weight:500; border-bottom:2px solid transparent;}
header .menu-item-has-children ul li:hover > a {border-color:var(--white)}
/* footer */
footer {
    background: #304835 url(/wp-content/uploads/2025/07/footer-bg.png) no-repeat center;
    background-size: cover;
    background-blend-mode: color-dodge;
}

.card section .title {color: var(--white); font-size: 24px; font-weight: 700; font-family: var(--main-font);}
.card section:has(.title) {margin-bottom:20px;}
.card section > p {color: var(--white); font-size: 24px; font-style: normal; font-weight: 600; line-height: 32px; margin: 0 0 20px;}
.card section ul {padding: 0; list-style: none; display: flex; flex-direction: column; gap: 5px;}
.card section li a {color: var(--white); font-size: 16px; font-style: normal; font-weight: 500; line-height: 24px; letter-spacing: -0.1px; text-decoration: none;}
.card section li a:hover {color:var(--golden);}
.navori-logo-footer {display: flex; flex-direction: column; gap: 10px;}
.navori-logo-footer p {font-size: 12px; margin:0}
footer .copyright {padding-top: 24px; border-top: 1px solid var(--white); color:var(--white);}
footer .social-icons {display: flex; gap: 20px; align-items:inherit;}
footer .social-icons a {display:inline-flex;}	
footer .social-icons a img {filter:brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(0%) hue-rotate(150deg) brightness(104%) contrast(103%);}
footer .social-icons a:hover img{filter:brightness(0) saturate(100%) invert(67%) sepia(44%) saturate(2874%) hue-rotate(154deg) brightness(86%) contrast(76%);}
footer .card:has(.custom-html-widget) {width: 25%; font-size: 16px; color: #ffffff;}
.card .custom-html-widget p {color:var(--white); font-size:16px; }
.card .custom-html-widget img {filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0%) hue-rotate(300deg) brightness(107%) contrast(100%);}
.vc_section .wpb_text_column:has(video) {overflow:hidden;}
.vc_section p:has(video) {margin:-45px 0;}
/* home */
#homebanner {position:relative; color:var(--white); padding-top: 120px;}
#homebanner::before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(15, 27, 36, 0.8); z-index: 0;}
#homebanner h1 {text-transform:uppercase;}
#homebanner h1 span { color:var(--golden); font-weight:bold;}
#homebanner > .vc_row {z-index:1; display:flex; align-items:center;}
#homebanner .vc_col-sm-5 > div {padding-right:25px;}
#homebanner .vc_single_image-wrapper {display: flex; justify-content: end;}
#homebanner iframe { border-radius: 2%; border: 15px solid rgba(255, 255, 255, 0.1); -o-object-fit: contain; object-fit: contain;}
.feature-inner > .vc_col-sm-4 {box-shadow: 0 0 10px -2px rgba(107,125,111, 0.2); border-radius: 10px; transition: all 0.2s;}
.feature-inner > .vc_col-sm-4:hover {transform: translateY(-10px); box-shadow:rgba(31, 45, 61, 0.125) 0px 1rem 3rem !important;}
.feature-inner .vc_col-sm-8 .wpb_text_column {padding:20px; border-left:2px solid #eee;}
.feature-inner > .vc_col-sm-4 > .vc_row-fluid {gap:0;}
.feature-inner .vc_col-sm-4:has(img) {align-items: center; justify-content: center;}
.feature-inner img {width:130px; height:auto;}
#how_we_work {background: var(--blue);}
#how_we_work > .vc_row-fluid:not(.step) {color:var(--white);}
#how_we_work .step .vc_col-sm-12 {display:flex; flex-wrap:wrap; flex-direction:row;}
#how_we_work .step .vc_col-sm-12 > .vc_row-fluid {position: relative; /*height: 60vh;*/ height:264px; flex: 1 1 0%; transition: 0.7s; overflow: hidden; background: var(--white); border-radius: 24px;}
#how_we_work .step .vc_col-sm-12 > .vc_row-fluid.active {flex: 8 1 0%;}
#how_we_work .step .vc_col-sm-12 > .vc_row-fluid .vc_col-sm-6:has(.vc_single_image-wrapper ) {display:none;}
#how_we_work .step .vc_col-sm-12 > .vc_row-fluid.active .vc_col-sm-6:has(.vc_single_image-wrapper ) {display:block;}
#how_we_work .step img {object-fit: cover; width: 100%; height: 266px;}
#how_we_work .step .vc_col-sm-12 > .vc_row-fluid.active .vc_col-sm-6 .wpb_text_column {padding: 20px 20px 20px 0;}
#how_we_work .step .vc_col-sm-12 > .vc_row-fluid .vc_col-sm-6 {width:100%;}
#how_we_work .step .vc_col-sm-12 > .vc_row-fluid:not(.active) .vc_col-sm-6 .wpb_text_column {padding:20px; align-items: center; height: 100%; justify-content: center;}
#how_we_work .step .vc_col-sm-12 > .vc_row-fluid:not(.active) p, #how_we_work .step .vc_col-sm-12 > .vc_row-fluid:not(.active) h4 {display:none;}
#how_we_work .step .vc_col-sm-12 > .vc_row-fluid:not(.active) h3 {text-orientation: upright; writing-mode: sideways-lr;}
#how_we_work .step .vc_col-sm-12 > .vc_row-fluid h3 {text-transform:uppercase;}
#counter {background-image: url(/wp-content/uploads/2025/08/achievement.webp); height: 350px; background-size: cover; background-position: center; background-attachment: fixed; display: -webkit-box; display: -ms-flexbox; display: flex;-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; z-index: 1;}
#counter::before {background:#171717; position:absolute; top:0; left:0; width:100%; height:100%; content:''; display:block; opacity:0.8;}
#counter > .vc_row {z-index:0;}
#counter h3 {color:var(--white); animation-duration: 1s; animation-delay: 0s;}
#counter h3 span {font-weight:inherit;}
#counter p {color:var(--blue);}
#counter h2, #counter h2+p {color:var(--white)}
#outer-service {max-width: 1440px; margin: auto; overflow: hidden; display:flex; width: 100%; padding:0 32px;}
#service {transition: transform 400ms cubic-bezier(0.25, 1, 0.5, 1) 0s;  padding:0;}
#service .vc_col-sm-2 {border:1px solid #eee;border-radius: 10px; padding: 20px; min-width: calc(24% - 8px);}
#service .vc_col-sm-2 h3 {color: var(--blue); border-bottom: 2px solid var(--blue); padding-bottom: 15px;}

#testimonial {padding: 0px; overflow:hidden;}
#testimonial .slide {transition: transform 400ms cubic-bezier(0.25, 1, 0.5, 1) 0s;  padding:0; display:flex; gap:40px;}
#testimonial h3 {color:var(--golden)}
#testimonial h5 {font-weight:400; color:#fff;}
#testimonial .divTableRow {min-width: calc(33% - 22px); gap: 10px; display: flex ; flex-direction: column; background:#275030;
    background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .08); border-radius: 18px;
    padding: 32px 28px; transition: background .25s;}
#testimonial .rating {display: flex; flex-direction: row; gap: 15px; justify-content: left;}
#testimonial .rating img {width: 100%; max-width:10px; filter: brightness(0) saturate(100%) invert(59%) sepia(52%) saturate(2152%) hue-rotate(4deg) brightness(109%) contrast(105%);}
#testimonial div:has(>p) {text-align: justify; font-size: 14.5px;
    color: rgba(255, 255, 255, .72);
    line-height: 1.8;
    margin-bottom: 24px;
    font-style: italic;  padding-top: 10px;}

/* feature */
#faeture-banner {background:var(--blue); position:relative; padding-bottom:120px; padding-top:120px; color:var(--white);}
#faeture-banner:after { background: url(/wp-content/uploads/2025/08/wave-effects.png) repeat; position: absolute; bottom: -2px; width: 6400px; height: 100px; animation: river-wave 35s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite; transform: translate3d(0, 0, 0); content:'';}
#faeture-banner:before { background: url(/wp-content/uploads/2025/08/wave-effects.png) repeat; position: absolute; bottom: -45px; width: 6400px; height: 100px; animation: river-wave 20s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite; transform: translate3d(0, 0, 0); content:'';}
@keyframes river-wave {  
    0% {margin-left: 0;}
    100% {margin-left: -1600px;}
}
@keyframes swell {  
    0%, 100% {transform: translate3d(0,-45px,0);}
    50% {transform: translate3d(0,5px,0);}
}
#faeture-banner .design {background: var(--white); padding: 20px 40px; border-radius: 50px 0 50px 0; max-width: 500px; margin-left: auto; color: initial; transform:scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg); transition:all 1s;}
#faeture-banner .design:hover {transform:scale(1.1); border-radius: 0 50px 0 50px;}
#onboarding .vc_col-sm-4 {border-radius: 20px; padding: 20px; box-shadow: 0 0 10px -2px rgba(107, 125, 111, 0.2); transition: all 0.2s;}
#onboarding .vc_col-sm-4:hover {transform: translateY(-10px); box-shadow:rgba(31, 45, 61, 0.125) 0px 1rem 3rem !important;}
#onboarding h5 {transition: all 0.2s;}
#onboarding .vc_col-sm-4:hover h5 {color:var(--blue);}
#platform {background:var(--blue); position: relative; margin-top:60px; margin-bottom:60px; color:var(--white)}
#platform::before {content: ''; width: 102%; height: 68px; transform: rotate(-2deg); background: var(--blue); position: absolute; top: -35px; left: 0;}
#platform::after {content: ''; width: 102%; height: 68px; transform: rotate(-2deg); background: var(--blue); position: absolute; bottom: -33px; left: -5px;}
#platform .vc_col-sm-4 {border-radius: 20px; padding: 20px; box-shadow: 0 0 10px -2px rgba(255, 255, 255, 0.2); transition: all 0.2s; border:1px solid;}
#platform .vc_col-sm-4:hover {transform: translateY(-10px); box-shadow:rgba(31, 45, 61, 0.125) 0px 1rem 3rem !important; background:var(--white);}
#platform .vc_col-sm-4:hover h5 {color:var(--blue);}
#platform .vc_col-sm-4:hover p {color:#000;}
/* pricing */
#pricing .vc_tta-tabs-list a {border:0; background:none; color:var(--blue);}
#pricing .vc_tta-tabs-list .vc_active a {background:var(--blue); color:var(--white);}
#pricing .vc_tta-panels {background:none; border:0;}
#pricing .vc_tta-panel-body {background:none; border: 0; padding: 0;}
#pricing .vc_tta-panel-body .vc_col-sm-4:has(.wpb_raw_html) { border:1px solid #CCCCCC; border-radius:20px; transition: all 0.2s;}
#pricing .vc_tta-panel-body .vc_col-sm-4:has(.wpb_raw_html):hover {transform: translateY(-10px); box-shadow:rgba(31, 45, 61, 0.125) 0px 1rem 3rem !important;}
#pricing .vc_col-sm-4 h4 {text-align: center; border-bottom: 1px solid #ccc; padding: 20px; font-size: 40px; font-weight: 500;}
#pricing .vc_col-sm-4 lable {text-align: center; color: var(--blue); padding:0 20px;}
#pricing .vc_col-sm-4 h5, #pricing .vc_col-sm-4 p {text-align:center; padding:0 20px;}
#pricing .vc_col-sm-4 p+span {text-align: center; padding: 10px 20px; background: var(--blue); color: var(--white); font-weight: 500; font-family: var(--main-font); font-size: 26px;}
#pricing .vc_col-sm-4 ul {margin:0 20px;}
#pricing .vc_col-sm-4 ul li::marker {color:var(--blue);}
#pricing .vc_col-sm-4 .btn {margin:0 auto 20px;}
#pricing .vc_col-sm-4 .btn a {padding-right: 50px; padding-left: 50px; font-family: var(--main-font);}
/* partner */
#partners {display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;}
.partner {border: 1px solid #cccc; border-radius: 10px; overflow: hidden; width: calc(20% - 20px); text-align: center; transition: all 0.2s; padding-top: 20px; display: flex; flex-direction: column; align-items: center; justify-content: space-between;}
.partner:hover {transform: translateY(-10px); box-shadow:rgba(31, 45, 61, 0.125) 0px 1rem 3rem !important;}
.partner h3 {padding: 10px; background: var(--blue); color: var(--white); font-weight: 500; font-size: 24px; margin-top:10px; width:100%;}
.partner img {filter:grayscale(1);  transition: all 0.2s;}
.partner:hover img {filter:none;}
/* form */
#quick, #quick_inter {display: flex; flex-direction: column; gap: 20px;}
#quick .full, #quick_inter .full {width: 100%; display: flex; flex-direction: column; position:relative;}
#quick .half, #quick_inter .half {display:flex; gap:20px;}
#quick input, #quick select, #quick_inter input {border: 0; font-size: 20px; border-bottom: 1px solid #E6E8EC; outline: none; height: 30px; z-index: 1; background: transparent;}
#quick label, #quick_inter label {position: relative; bottom: -30px; transition:all .5s;}
#quick div:has( > input:valid) label, #quick div:has( > input:focus) label,
#quick_inter div:has( > input:valid) label, #quick_inter div:has( > input:focus) label {bottom:0;}
#quick div:has( > select:valid) label, #quick div:has( > select:focus) label {bottom:0;}
#quick button, #quick_inter button  {display: inline-flex; font-size: 18px; transition: all 0.5s; font-weight: 600; box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05); line-height: 28px; border-radius: 24px; border: 1px solid var(--blue); cursor: pointer; padding:10px 30px; width:max-content; background:var(--blue); color:var(--white); font-family:var(--main-font);}
#quick .error, #quick_inter .error {position: absolute; bottom: 0; font-size: 16px; color: red; right: 0;}
#quick label sup, #quick_inter label sup {color:red;}
/* about */
#about-banner {background: url(/wp-content/uploads/2026/04/WhatsApp-Image-2024-05-28-at-3.50.50-PM.jpeg); color:var(--white); position: relative; padding: 120px 0 50px;}
#about-banner::before { background:var(--blue);  content: ''; width: 100%; height: 100%; top: 0; position: absolute; background-position: bottom; mix-blend-mode: multiply;}
.vc_box_shadow_3d img { border: 5px solid #f2a33b; height: 470px !important;}
#banner {padding:0; position:relative; }
#about-banner h1 {padding:0; position:relative; z-index:999; font-size: 50px;}
#about-banner h1 em { font-size: 24px; display: block; color: #eba33e; font-style: normal; margin-top: -20px;}
#banner::before {background:var(--blue); width:100%; height:100%; position:absolute; content:''; top:0; left:0; mix-blend-mode: color;}
#banner .vc_row, #fullbanner .vc_row {max-width:100%; padding:0;}
#fullbanner {padding:0;}
/* blog */
.blog_grid {flex-wrap:wrap; margin-top:32px; margin-bottom:32px;}
.blog_grid .grid-inner {border-radius: 20px; background: var(--white); box-shadow: 0 0 10px -2px rgba(107, 125, 111, 0.2); display: flex; flex-direction: column; overflow: hidden; transition: 1s ease; height: 100%;}
.imagebox {position:relative; overflow:hidden;}
.imagebox img {width: 100%; object-fit: cover; height: 100%; transition: 1s ease;}
.grid-inner:hover .imagebox img {transform: scale(1.1);}
.imagebox .subtitle {padding: 15px 32px; font-weight: 600; color: var(--white); position: absolute; bottom: 0; font-size: 24px; text-transform: capitalize; width: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -70%, #101323 85.5%);}
.blog_grid .box {padding: 24px 32px; display: flex; flex-direction: column; gap: 24px;}
.blog_grid .box p {margin: 0; color: var(--black);}
.blog_grid .box label {color:var(--blue);}

.recent-post {border: 2px solid #efefef; border-radius: 10px; overflow:hidden; padding:20px;}
.recent-post h4 {color: var(--blue); border-bottom: 2px solid var(--blue); font-weight:600; margin-bottom:20px}
.recent-post .list-post {display: flex; flex-direction: column; gap: 20px;}
.recent-post .list-post a {display: flex; gap: 20px; box-shadow: 0 0 10px -2px rgba(107, 125, 111, 0.2); border-radius: 10px; overflow: hidden; text-decoration:none; color: var(--black); transition: all 0.2s;}
.recent-post .list-post a:hover {transform: translateY(-10px); box-shadow: rgba(31, 45, 61, 0.125) 0px 1rem 3rem !important;}
.recent-post .list-post a > div {width: calc(100% - 170px); display: flex; flex-direction: column; gap: 10px; padding: 10px 0;}
.recent-post .list-post a > div p {margin:0;}
/* {display: flex; gap: 20px; border: 2px solid #efefef; border-radius: 10px;} */
/* detail */
.breadcum {border-bottom:1px solid #eaeaea;}
.breadcum .vc_col-sm-12 {max-width:1440px; margin:auto; padding:0 32px;}
.breadcum ul {margin: 0; padding: 0; list-style: none; display: flex; gap: 10px; padding-bottom:20px;}
.breadcum ul a {color:var(--black); text-decoration:none;}
.breadcum ul a:hover {color:var(--blue);}
.post-detail {margin: auto; max-width: 1440px; display: flex; gap: 32px; padding: 32px;}
.post-detail .banner {border-radius: 10px; overflow: hidden; max-height: 570px; margin-bottom:20px;}
.post-detail .date {margin-bottom:10px; color:var(--blue);}
/* result */
.result {max-width: 1440px; margin: auto; padding: 60px 32px;}
.link-list {max-width: 1024px; display: flex; flex-direction: column; gap: 40px; margin-top: 30px;}
.link-list a {box-shadow: 0 0 10px -2px rgba(107, 125, 111, 0.2); border-radius: 10px; overflow: hidden; text-decoration:none; color: var(--black); transition: all 0.2s; padding:20px;}
.link-list a:hover {transform: translateY(-10px); box-shadow: rgba(31, 45, 61, 0.125) 0px 1rem 3rem !important;}
/* Extra small devices (phones) */
@media (max-width: 575.98px) {
	#bodyinside {overflow:hidden;}
	#bodyinside p, #bodyinside ul {font-size:16px;}
	#dss-service .vc_col-sm-2, footer .addresscontent .card {width:100%;}
	#counter {height:auto;}
	#how_we_work .step .vc_col-sm-12 > .vc_row-fluid.active .vc_col-sm-6 .wpb_text_column {padding-left:20px;}
	footer .card:has(.custom-html-widget) {max-width:100%;}
	/* partne */
	.partner {width:100%;}
	/* pricing */
	#pricing .vc_tta-tabs-container {display:block;}
	#pricing .vc_tta-panel-heading {display:none}
	/* from */
	#quick .half, #quick_inter .half {flex-wrap:wrap;}
	#service {flex-direction: row;}
	#service .vc_col-sm-2 {min-width: calc(100% - 0px);}
	#testimonial .divTableRow {min-width: calc(100% - 0px);}

}
@media (max-width: 479.98px) {
	h1 {font-size:24px; line-height:30px;}
	h2 {font-size:22px; line-height:28px;}
	.aligncenter h2, h3 {font-size:20px; line-height:26px;}
	/* home */
/* 	#homebanner > .vc_row {flex-direction: column-reverse;} */
}
@media (min-width: 480px) and (max-width: 575.98px) {
	h1 {font-size:32px; line-height:44px;}
	h2 {font-size:26px; line-height:42px;}
	.aligncenter h2, h3 {font-size:24px; line-height:32px;}
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.btn a, .btn-holo a {padding: 8px 29px;font-size: 10px;}
	#bodyinside {overflow:hidden;}
	h1 {font-size:40px; line-height:50px;}
	h2 {font-size:30px; line-height:42px;}
	.aligncenter h2, h3 {font-size:26px; line-height:34px;}
	footer .addresscontent .card {width:calc(50% - 15px);}
	footer .card:has(.custom-html-widget) {max-width:100%;}
	/* home */
/* 	#homebanner > .vc_row {flex-direction: column-reverse;} */
	#counter {height:auto;}
	#how_we_work .step .vc_col-sm-12 > .vc_row-fluid.active .vc_col-sm-6 .wpb_text_column {padding-left:20px;}
	#service {flex-direction: row;}
	#service .vc_col-sm-2 {min-width: calc(50% - 15px);}
	#testimonial .divTableRow {min-width: calc(50% - 20px);}
	/* pricing */
	#pricing .vc_tta-tabs-container {display:block;}
	#pricing .vc_tta-panel-heading {display:none}
	/* partner */
	.partner {width:calc(50% - 10px);}
	/* form */
	#quick .half, #quick_inter .half {flex-wrap:wrap;}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	h1 {font-size:48px; line-height:60px;}
	h2 {font-size:34px; line-height:42px;}
	.aligncenter h2, h3 {font-size:28px; line-height:36px;}
	footer .addresscontent .card {width:calc(33.33% - 20px);}
	footer .card:has(.custom-html-widget) {max-width:100%;}
	/* home */
	#homebanner .vc_col-sm-5 {width:50%;}
	.feature-inner {flex-wrap:wrap;}
	.feature-inner > .vc_col-sm-4 {width: calc(48% - 1px);}
	#service .vc_col-sm-2 {min-width: calc(50% - 15px);}
	#testimonial .divTableRow {min-width: calc(50% - 20px);}
	/* partner */
	.partner {width:calc(33% - 11px);}
	.blog_grid > .vc_col-sm-4 { width: calc(50% - 15px);}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1249.98px) {
	h1 {font-size:54px; line-height:66px;}
	h2 {font-size:38px; line-height:42px;}
	.aligncenter h2, h3 {font-size:28px; line-height:36px;}
	.aligncenter h2 {margin-right:10%;}
	header .navbar-collapse.collapse > ul, header .navbar-collapse.collapse, header #desktop .buttonsnav {gap:15px}
	header .navbar-collapse.collapse a {font-size:16px; padding: 8px 5px !important;}
	.btn, .btn-holo {font-size:16px;}
	.btn a, .btn-holo a { padding:8px 20px;}
	header .brand a img {width: 140px; height: auto;}
	footer .addresscontent {gap:30px 0;}
	footer .addresscontent .card {width:calc(33.33% - 20px);}
	/* home */
	#service .vc_col-sm-2 {min-width: calc(33% - 17px);}
	
	/* partner */
	.partner {width:calc(25% - 15px);}
	/* blog*/
}
@media (min-width: 1250px) and (max-width: 1499.98px) {
	header .navbar-collapse.collapse > ul, header #desktop .buttonsnav {gap:20px;}
	header .navbar-collapse .Mega-menu > a {font-size:18px;}
	.navori-logo-footer {align-items:center}
	/* home */
	.imagebox{height: 350px;}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1500px) {
	.navori-logo-footer {align-items:center}
	.imagebox{height: 300px;}
}
/* for navigation */
@media (max-width: 991.98px) {
	.top-sec, header #desktop {display:none;}
	.top-mobile-sec {background: var(--blue); display: flex; align-items: center; width: 100%; justify-content: center; gap: 10px; padding: 15px 32px; font-size: 16px; min-height: 51px; color: var(--white);}
	.top-mobile-sec img {width: 20px; height: 20px; filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0%) hue-rotate(300deg) brightness(107%) contrast(100%);}
	.top-mobile-sec a {color: var(--white); text-decoration: none;}
	#mobile .first {display: flex; align-items: center; justify-content: space-between;}
	.navbar-toggle {background:none; border:0; padding:0; cursor:pointer; display:flex; gap:5px; flex-direction:column;}
	.navbar-toggle span {width: 30px; height: 1px; background: var(--grey-900); border: 1px solid var(--grey-900); transition: all 0.5s; position:relative;}
	.navbar-toggle span:nth-child(1) {transform: rotate(0deg); top: 0px;}
	.navbar-toggle span:nth-child(2) {opacity:1;}
	.navbar-toggle span:nth-child(3) {transform: rotate(0deg); top: 0px;}
	#mobile {position:relative;}
	#mobile .first.show .navbar-toggle span:nth-child(2) {opacity:0;}
	#mobile .first.show .navbar-toggle span:nth-child(1) {transform: rotate(45deg); top: 8px;}
	#mobile .first.show .navbar-toggle span:nth-child(3) {transform: rotate(-45deg); top: -5px;}
	#mobile .second {position: absolute; top: 75px; height: calc(100vh - 67px); width: calc(100% + 64px); left: calc(-100vw - 32px); border-top: 1px solid var(--blue); padding: 19px 32px; background: var(--white); transition:all 0.5s; overflow-x:auto;}
	#mobile .first.show+.second {left:-32px;}
	#mobile .second ul {list-style:none; padding-left:0; display:flex; flex-direction:column; gap:10px; width:100%;}
	#mobile .second ul li a	{font-weight: 600; color: var(--grey-900);}
	header .menu-item-has-children ul {margin-top:10px;}
	#mobile .second .buttonsnav {display: flex; gap: 10px; margin-top: 10px; flex-direction:column;}
	#mobile .second .buttonsnav > div {margin-right:auto;}
	#mobile .second a {text-decoration: none;}
	/* header .second .Mega-menu > a {font-weight:600; color:var(--grey-900);} */
	.search-form {position:relative; margin-top:10px;}
	.search-form:has(input:not(.dn)){background: #F2F4F7;border-radius: 10px; padding-right:10px;}
	.search-form input {outline: none; background:inherit; border: 0; height: 44px; width: 100%; z-index: 1; border-radius: 10px; padding: 0 10px;}
	header .Mega-menu.menu-item-has-children {display:flex; flex-direction:row-reverse; flex-wrap:wrap; position:relative; padding-right:10%;}
	header .second .Mega-menu.menu-item-has-children::before {content:'+'; position:absolute; width:10%; font-weight:600; text-align:center; font-size:20px; right:0;}
	header .second .Mega-menu.menu-item-has-children > a {width:100%;}
	#mobile .second .Mega-menu > ul {display:none;}
	#mobile .second .Mega-menu.minus > ul {display:flex;}
	header .second .Mega-menu.minus.menu-item-has-children::before {content:'-';}
	/* footer */
	footer {padding:32px 0;}
	footer .addresscontent {display:flex; gap:30px; flex-wrap:wrap;}
	footer .copyright {margin-top: 30px; display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center;}
	/* home */
	#how_we_work .step .vc_col-sm-12 {flex-direction:column;}
	#how_we_work .step .vc_col-sm-12 > .vc_row-fluid:not(.active) h3 {writing-mode: horizontal-tb;}
	.post-detail {display: flex; flex-wrap: wrap-reverse;}
	.post-detail .banner img {max-width:100%;}
	.vc_col-sm-4:has(.recent-post) {width:100%;}
	section:has(.fixedIconNav) {display:none;}
}
@media (min-width: 992px) {
	.top-mobile-sec {display:none;}
	.top-sec {background:var(--blue); display:flex; align-items:center; width:100%; justify-content:space-between; gap:48px; padding:15px 32px; font-size:16px; min-height:51px;}
	.top-contact {display: inline-flex; gap: 20px; align-items: center; color: var(--white);}
	.top-contact > div {display: inline-flex; gap: 5px;}
	.top-contact img {width: 20px; height:20px; filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0%) hue-rotate(300deg) brightness(107%) contrast(100%);}
	.top-contact a {color:var(--white); text-decoration:none;}
	.top-sec > section {position: relative; display: flex; width: 50%; justify-content: right; height: 21px;}
	.top-sec > section .textwidget {display: contents;}
	.top-sec b {opacity:0; position:absolute; color:var(--white); font-weight:400;}
	.top-sec b.show {opacity:1;}
	header #mobile {display:none;}
	/* header */
	header #desktop {display: flex; align-items: center; justify-content: space-between;}
	header .navbar-collapse, #desktop .buttonsnav {display:flex; gap:30px;}
	header .navbar-collapse {position:relative;}
	header .navbar-collapse > ul {display: flex; flex-direction: row; gap: 30px;}
	header .navbar-collapse > ul > li {display:inline-flex}
	header .navbar-collapse > ul > li > a {padding:8px 10px; border-bottom:2px solid transparent; color:var(--grey-900); font-weight:600;}
	header .navbar-collapse > ul > li.menu-item-has-children > a:after {position: relative; content: ''; border-bottom: 2px solid var(--grey-900); width: 5px; height: 5px; display: inline-flex; border-right: 2px solid var(--grey-900); transform: rotate(45deg); left: 10px; top: -5px;}
	header .navbar-collapse > ul > li.menu-item-has-children:hover > a:after {border-color:var(--blue);}
	header .navbar-collapse > ul > li > a:hover, header .navbar-collapse > ul > li:has(ul:hover) > a, header .navbar-collapse > ul > li.current-menu-item > a {color:var(--blue); border-color:var(--blue);}
	header .search-form input {background: var(--blue); outline: none; border: 0; position: absolute; height: 50px; left: -2%; width: 104%; z-index: 1; border-radius: 10px; padding: 0 47px 0 10px; color:var(--white);}
	header .search-form input::placeholder {color:var(--white);}
	header .search-form:has(input:not(.dn)) button svg {filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(0%) hue-rotate(150deg) brightness(104%) contrast(103%);}
	header .search-submit {z-index:2;}
	header .navbar-collapse > ul > li:has(a+ul.sub-menu) {position:relative}
	header .navbar-collapse > ul > li > a+ul.sub-menu {position: absolute; width: max-content; display: none; margin-top: 0; top: 46px; padding: 25px 40px; left: -22px; box-shadow: 0px 8px 8px 0px rgba(16, 24, 40, 0.08); background: var(--blue); border-radius: 0 0 20px 20px;}
	header .navbar-collapse > ul > li:hover > a+ul.sub-menu {display:flex;}
	/* footer */
	.footerCopyright { text-align: center; border-top: 1px solid #ffffff8a; padding-top: 15px; color: #fff; margin-top: 25px; font-size: 16px;}	
	footer {padding:64px 0 15px;}
	footer .container {display:flex; gap:64px; flex-direction:column;}
	footer .addresscontent {display:flex; flex-wrap:wrap; justify-content:space-between;}
	footer .copyright {display:flex; justify-content:space-between; align-items:center;}
	/* dss */
	.blog_grid .vc_col-sm-4 { width:calc(33.3333% - 20px);}
	/* */
	.fixedIconNav {position: fixed; transform: translate(0%, -50%); right: 0; top: 50%; z-index: 999;}
	.fixedIconNav ul {padding: 0; margin: 0;}
	.fixedIconNav ul li {list-style:none;}
	.fixedIconNav ul li a {background: var(--blue); color: #fff; width: auto; height: 54px; display: flex; align-items: center; justify-content: center; border-radius: 8px 0px 0px 8px; margin-bottom: 8px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; padding: 0px 0px 0px 10px; right: -80px; position: relative; overflow: hidden; transition: ease-in 0.3s; font-weight: 600; text-decoration:none;}
	.fixedIconNav ul li a:hover {right: 0;}
	.fixedIconNav ul li a img {-webkit-filter: grayscale(1) invert(1); filter: grayscale(1) invert(1); max-width: 30px; margin-right: 6px; background: #ccc; border-radius: 6px; padding: 6px;}
	.fixedIconNav ul li a span.hidef {width: 80px;}
}


 

/* Responsive */
@media (max-width: 900px) {
  .why-pro-container {
    flex-direction: column;
  }
  .why-pro-stats-row {
    flex-direction: column;
  }
}

/* home */
#Herobanner {background:#f5f7ff;}
#Herobanner .vc_row:has(.heroleft) {align-items:center;}
#Herobanner .hero-desc {max-width: 650px;}
#Herobanner .hero-buttons {margin-bottom: 0; flex-wrap:wrap;}
#Herobanner #slider {position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 20px;}
#Herobanner .slide {position:absolute; transition:all 1s; opacity:0;}
#Herobanner .slide.active { opacity:1;}
#Herobanner .slide img {width: 100%; box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);}


.blueOrgangeGradient, .blueOrangeGradient {
    color: transparent;
    background: transparent linear-gradient(99deg, #ffc465 0%, #5338ff 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 300;
}
.colorGulfBlue {
    color: #0a0753;
}
.fontSize72 {
    font-size: 72px;
    line-height: 76px;
}
.fontSize18 {
    font-size: 18px;
    line-height: 28px;
}
.btn-holo.white-btn1 {border-color:var(--red); color:var(--red);}
.btn-holo.white-btn1:hover {background:var(--blue); border-color:var(--blue); color:var(--white);}

#platform1 {background:var(--blue); position: relative; margin-top:60px; margin-bottom:60px; color:var(--white)}
#platform1::before {content: ''; width: 102%; height: 68px; transform: rotate(-2deg); background: var(--blue); position: absolute; top: -35px; left: 0;}
#platform1::after {content: ''; width: 102%; height: 68px; transform: rotate(-2deg); background: var(--blue); position: absolute; bottom: -33px; left: -5px;}
#platform1 .vc_col-sm-4 {border-radius: 20px; padding: 20px; box-shadow: 0 0 10px -2px rgba(255, 255, 255, 0.2); transition: all 0.2s; border:1px solid;}
#platform1 .vc_col-sm-4:hover {transform: translateY(-10px); box-shadow:rgba(31, 45, 61, 0.125) 0px 1rem 3rem !important; background:var(--white);}
#platform1 .vc_col-sm-4:hover h5 {color:var(--blue);}
#platform1 .vc_col-sm-4:hover p {color:#000;}
#platform1 h3:hover {
    color: red;
}
#platform1 .vc_col-sm-4:hover h2,
#platform1 .vc_col-sm-4:hover h3 {
    color: red;
}

.vc_figure img.attachment-full {
    width: 100%;
    height: 350px;
}
@media (max-width:880px){
  .footerProductsLogo { display: inline-block !important;}
  .footerProductsLogo li { display: inline-block;}
}

.footerLogo {font-size: 30px; text-align: center; margin: auto;}
.footerLogo h6{    font-weight: 800; color: white;}
.footerProductsLogo {list-style: none; padding: 0; margin: 0; display: flex; gap: 10px; align-items: center; margin: 10px 0 20px;}
.footerProductsLogo li {background: #fff; border-radius: 10px; line-height: 20px;}
.footerProductsLogo li img {width: 100px; height: 50px; object-fit: contain; padding: 3px;}
.footerProductsLogo {list-style: none; padding: 0; margin: 0; display: flex; gap: 10px; align-items: center; margin: 10px 0 20px;}
.footerProductsLogo li {background: #fff; border-radius: 10px; line-height: 20px;}
.footerProductsLogo li img {width: 100px; height: 50px; object-fit: contain; padding: 3px;}


/*Blog AI */

/* ===== Base Layout ===== */
.post-detail {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
}

/* Main content & sidebar */
.post-detail .vc_col-sm-8 {
  width: 66.66%;
}

.post-detail .vc_col-sm-4 {
  width: 33.33%;
}

/* ===== Banner & Images ===== */
.post-detail img {
  max-width: 100%;
  height: auto;
  display: block;
}

.banner img {
  width: 100%;
  border-radius: 10px;
}

/* WordPress block images */
.wp-block-image {
  margin: 20px 0;
}

.wp-block-image img {
  border-radius: 8px;
}

/* ===== Typography ===== */
.post-detail h1 {
  font-size: 32px;
  line-height: 1.3;
}

.wp-block-heading {
  font-size: 22px;
}

.wp-block-paragraph,
.wp-block-list li {
  font-size: 16px;
}

/* ===== Tables (Mobile Friendly) ===== */
table {
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
}

table th,
table td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}

/* ===== Sidebar ===== */
.recent-post {
  position: sticky;
  top: 20px;
}

.recent-post a {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
  text-decoration: none;
}

.recent-post img {
  width: 80px;
  height: auto;
  border-radius: 6px;
}

.recent-post h5 {
  font-size: 14px;
  margin: 0 0 5px;
}

.recent-post p {
  font-size: 13px;
  margin: 0;
}

/* ===== Tablet (≤ 992px) ===== */
@media (max-width: 992px) {
  .post-detail {
    flex-direction: column;
  }

  .post-detail .vc_col-sm-8,
  .post-detail .vc_col-sm-4 {
    width: 100%;
  }

  .recent-post {
    position: static;
  }
}

/* ===== Mobile (≤ 576px) ===== */
@media (max-width: 576px) {
  .post-detail {
    padding: 12px;
  }

  .post-detail h1 {
    font-size: 24px;
  }

  .wp-block-heading {
    font-size: 20px;
  }

  .wp-block-paragraph,
  .wp-block-list li {
    font-size: 15px;
    line-height: 1.7;
  }

  /* Sidebar cards stacked nicely */
  .recent-post a {
    flex-direction: column;
  }

  .recent-post img {
    width: 100%;
  }
}

/*Blog End AI*/



/*Blog Listing */

/* ===============================
   BLOG GRID – LAYOUT CONTROL
================================ */
.blog_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

/* Reset WPBakery floats */
.blog_grid > .vc_column_container {
  float: none !important;
  display: flex;
  box-sizing: border-box;
}

/* Desktop / Laptop → 3 columns */
@media (min-width: 768px) {
  .blog_grid > .vc_column_container {
    width: 30.3333% !important;
  }
}

/* Mobile → 2 columns */
@media (max-width: 767px) {
  .blog_grid > .vc_column_container {
    width: 50% !important;
  }
}

/* ===============================
   CARD IMPROVEMENTS
================================ */
.blog_grid .grid-inner {
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.blog_grid .grid-inner:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

/* Make whole card clickable */
.blog_grid .grid-inner a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

/* ===============================
   IMAGE
================================ */
.imagebox {
  position: relative;
  height: 210px;
  overflow: hidden;
}

.imagebox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.grid-inner:hover .imagebox img {
  transform: scale(1.08);
}

/* Image title overlay */
.imagebox .subtitle {
  padding: 16px 24px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(16, 19, 35, 0.9) 100%
  );
}

/* ===============================
   CONTENT
================================ */
.blog_grid .box {
  padding: 22px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-grow: 1;
}

.blog_grid .box h4 {
  font-size: 18px;
  line-height: 1.4;
}

/* Clamp text for equal height cards */
.blog_grid .box p {
  margin: 0;
  color: var(--black);
  font-size: 15px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Read More */
.blog_grid .box label {
  margin-top: auto;
  font-weight: 600;
  color: var(--blue);
  cursor: pointer;
}

/* ===============================
   MOBILE REFINEMENTS
================================ */
@media (max-width: 767px) {
  .imagebox {
    height: 160px;
  }

  .blog_grid .box {
    padding: 18px;
  }

  .blog_grid .box h4 {
    font-size: 16px;
  }

  .blog_grid .box p {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
}


/* ===============================
   MOBILE BLOG – 1 CARD PER ROW
================================ */
@media (max-width: 767px) {

  /* Force full width layout */
  .blog_grid,
  .blog_grid .vc_row,
  .blog_grid .vc_row-fluid,
  .blog_grid .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  /* Remove WPBakery side gaps */
  .blog_grid .vc_column_container,
  .blog_grid .vc_column-inner {
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin: 0 !important;
  }

  /* Stack cards vertically */
  .blog_grid {
    display: flex !important;
    flex-direction: column !important;
  }

  .blog_grid > .vc_column_container {
    width: 100% !important;
    display: flex !important;
  }

  .blog_grid > .vc_column_container > .vc_column-inner {
    display: flex;
    width: 100%;
  }

  /* Card stretch */
  .blog_grid .grid-inner {
    width: 100%;
  }

  /* Image size for mobile */
  .imagebox {
    height: 180px;
  }
}


/*Blog End Listing

/* ─── ANNOUNCEMENT BAR ─── */
.ann-bar{background:var(--blue);padding:10px 0;overflow:hidden}
.ann-track{display:flex;gap:60px;animation:marquee 28s linear infinite;white-space:nowrap}
.ann-track span{font-size:12px;font-weight:600;letter-spacing:.8px;color:rgba(255,255,255,.7);text-transform:uppercase;flex-shrink:0}
.ann-track span b{color:var(--golden)}
@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}


.hero-stats{display:flex;gap:0}
.hero-stat{padding:0 28px 0 0;border-right:1px solid rgba(255,255,255,.12);margin-right:28px}
.hero-stat:last-child{border:none;margin:0;padding:0}
.hero-stat .n{font-size:42px;letter-spacing:1px;color:#fff;line-height:1}
.hero-stat .l{font-size:11px;color:rgba(255,255,255,.45);text-transform:uppercase;letter-spacing:1.2px;margin-top:4px}

/* ─── TRUST STRIP ─── */
.trust-strip{background:var(--golden);border-bottom:1px solid var(--mist);padding:18px 0}
.trust-list{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}
.trust-item{display:flex;align-items:center;gap:10px}
.trust-ico{width:38px;height:38px;background:#fff;border:1px solid #f5f5f5; border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0}
.trust-txt strong{display:block;font-size:13px;font-weight:700;color:var(--ink)}
.trust-txt span{font-size:11.5px;color:#000}
.trust-sep{width:1px;height:32px;background:#f4f0f045}

@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ─── SERVICES GRID ─── */
.tag { display: inline-block;font-size: 11px; font-weight: 700;    letter-spacing: 2.5px;
    text-transform: uppercase;color: var(--golden);margin-bottom: 14px;}
.h2 { font-size: 52px; line-height: .97; letter-spacing: .3px; }
.divider {width: 40px; height: 3px; background: var(--golden);    border-radius: 2px;    margin: 16px 0 24px;}
.sec-head.center {text-align: center;}
.services-sec{background:var(--smoke); padding:70px 0;}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.svc-card{background:#fff;border-radius:22px;padding:36px 30px;border:1px solid var(--mist);transition:all .25s;position:relative;overflow:hidden}
.svc-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--mist);transition:background .25s}
.svc-card:hover{border-color:rgba(212,43,30,.15);transform:translateY(-4px);box-shadow:0 14px 50px rgba(212,43,30,.08)}
.svc-card:hover::before{background:var(--golden)}
.svc-icon-wrap{width:56px;height:56px;background:rgba(212,43,30,.08);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:20px}
.svc-card h3{font-size:17px;font-weight:800;color:var(--ink);margin-bottom:10px}
.svc-card p{font-size:13.5px;color:var(--stone);line-height:1.7;margin-bottom:22px}
.svc-price{font-size:13px;font-weight:700;color:var(--red);background:rgba(212,43,30,.07);padding:6px 14px;border-radius:20px;display:inline-block}
.svc-arrow{position:absolute;bottom:28px;right:28px;width:36px;height:36px;background:var(--smoke);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;color:var(--stone);transition:all .25s}
.svc-card:hover .svc-arrow{background:var(--golden);color:#fff}


/* ─── HOW IT WORKS ─── */ 
.how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;margin-top:16px}
.how-grid::after{content:'';position:absolute;top:38px;left:12%;right:12%;height:1px;background:var(--mist);z-index:0}
.how-step{text-align:center;padding:0 20px;position:relative;z-index:1}
.step-circle{width:76px;height:76px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-family:var(--font-display);font-size:30px;letter-spacing:.5px;border:2px solid var(--mist);background:#fff;color:var(--stone);transition:all .3s}
.how-step:nth-child(1) .step-circle,.how-step:nth-child(4) .step-circle{background:var(--golden);border-color:var(--golden);color:#fff}
.how-step h3{font-size:16px;font-weight:800;color:var(--ink);margin-bottom:8px}
.how-step p{font-size:13.5px;color:var(--stone);line-height:1.65}



/* ─── ABOUT / WHY ─── */
.about-sec{background:var(--blue)}
.about-sec .h2 { color:#fff;}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.about-img-wrap{position:relative}
.about-img{width:100%;height:560px;object-fit:cover;border-radius:24px}
.about-badge{position:absolute;bottom:-24px;right:-24px;background:#fff;border-radius:20px;padding:28px 30px;box-shadow:0 20px 60px rgba(0,0,0,.12);text-align:center;min-width:160px}
.about-badge .ab-num{font-family:var(--font-display);font-size:52px;color:var(--red);line-height:1}
.about-badge .ab-label{font-size:11px;color:var(--stone);text-transform:uppercase;letter-spacing:1.2px;margin-top:4px}
.about-year{position:absolute;top:28px;left:28px;background:var(--ink);color:#fff;padding:10px 18px;border-radius:10px;font-size:12px;font-weight:700;letter-spacing:.5px}
.about-points{display:flex;flex-direction:column;gap:20px;margin-top:10px}
.about-pt{display:flex;gap:16px; color:#fff;}
.apt-icon{width:48px;height:48px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;border:1px solid var(--mist)}
.apt-text h4{font-size:16px;font-weight:700;color:var(--white);margin-bottom:4px}
.apt-text p{font-size:13.5px;color:var(--white);line-height:1.65}
.about-sec p.lead { color:var(--white) !important;}

/* ─── STATS BAR ─── */
.stats-bar{background:var(--golden);padding:56px 0}
.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.stat-item{text-align:center;padding:0 20px;border-right:1px solid rgba(255,255,255,.15)}
.stat-item:last-child{border:none}
.stat-item .sn{font-family:var(--font-display);font-size:64px;color:#fff;line-height:1;letter-spacing:1px}
.stat-item .sl{font-size:12px;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:1.5px;margin-top:8px;font-weight:600}

/* ─── TESTIMONIALS ─── */
.reviews-sec{background:var(--blue)}
.reviews-sec .h2 {color:#fff}
 
/* ─── FAQ ─── */
.faq-sec{background:#fff; padding-top:80px;}
.faq-split{display:grid;grid-template-columns:1fr 1fr; gap:60px;align-items:start}
.faq-list{display:flex;flex-direction:column;gap:12px}
.faq-item{border:1px solid var(--mist);border-radius:14px;overflow:hidden}
.faq-q{padding:20px 24px;font-size:15px;font-weight:700;color:var(--ink);cursor:pointer;display:flex;justify-content:space-between;align-items:center;user-select:none;transition:background .18s}
.faq-q:hover{background:var(--smoke)}
.faq-toggle{width:28px;height:28px;border-radius:50%;background:var(--smoke);display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--stone);transition:all .25s;flex-shrink:0}
.faq-item.open .faq-toggle{background:var(--golden);color:#fff;transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 24px}
.faq-item.open .faq-a{max-height:200px;padding:0 24px 20px}
.faq-a p{font-size:14px;color:var(--stone);line-height:1.75;padding-top:16px;border-top:1px solid var(--mist)}
.faq-promo{background:var(--blue);border-radius:24px;padding:48px 40px;position:sticky;top:100px}
.faq-promo h3{ font-size:46px;color:#fff;line-height:1;margin-bottom:14px;letter-spacing:.5px}
.faq-promo .fp-price{font-size:60px;color:var(--golden); font-weight:bold; line-height:1;margin:24px 0 6px}
.faq-promo .fp-note{font-size:13px;color:rgba(255,255,255,.4);margin-bottom:30px}
.faq-promo p.fp-desc{font-size:15px;color:rgba(255,255,255,.6) !important; line-height:1.7;margin-bottom:32px}
.faq-promo hr{border:none;border-top:1px solid rgba(255,255,255,.1);margin:28px 0}
.faq-promo ul{list-style:none;margin-bottom:32px}
.faq-promo ul li{font-size:14px;color:rgba(255,255,255,.65);padding:9px 0;border-bottom:1px solid rgba(255,255,255,.07);display:flex;align-items:center;gap:10px}
.faq-promo ul li::before{content:'✓';color:var(--golden);font-weight:800;flex-shrink:0}
a.btn.btn-white.btnFaq { background: #f2a33b; border: 1px solid #ffffff78;}
a.btn.btn-white.btnFaq:hover { color: var(--golden) !important; background: none;}

/* ─── LOCATIONS ─── */
.locations-sec{background:var(--golden);padding:72px 0; position: relative; background-attachment:fixed;}
.locations-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(221 153 51 / 97%);
    z-index: 0;
}
.locations-sec .vc_row {  z-index:8;}
.loc-split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.loc-split .h2{color:#fff}
.loc-split .tag{color:var(--amber);}
.loc-split .lead{color:rgba(255,255,255,.5)}
.areas-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px}
.area-tag{background: rgb(255 255 255 / 83%);border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:10px 14px;font-size:13px;font-weight:600;color: rgb(20 16 16);text-align:center;transition:all .2s}
.area-tag:hover{background:rgba(212,43,30,.2);border-color:rgba(212,43,30,.3);color:#fff}
.loc-map{border-radius:20px;overflow:hidden;background: #c27c0f;border:1px solid rgba(255,255,255,.08);padding:32px;display:flex;flex-direction:column;gap:20px}
.loc-info-row{display:flex;align-items:flex-start;gap:14px}
.loc-ico{width:40px;height:40px;background: rgb(255 255 255);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}
.loc-info-row strong{display:block;font-size:13.5px;font-weight:700;color:#fff;margin-bottom:3px}
.loc-info-row span{font-size:13px;color:#fff; line-height:1.5}
.loc-divider{border:none;border-top:1px solid rgba(255,255,255,.07)}
.innerPage h2 { color: #f2a33b; font-size: 42px; margin-bottom: 20px;}
.innerPage h4 {  font-size: 22px; margin-bottom: 10px;}
.innerPage p { margin-bottom: 20px !important;}

/* ─── CONTACT CTA ─── */
 .chained-quiz .chained-quiz-question p {
    font-size: 30px !important;
    font-weight: 500 !important;
    color: var(--golden) !important;
}
 
/* TARGET EXISTING STRUCTURE */
.wpb_image_grid_ul li {
  position: relative;
  overflow: hidden;
  border-radius: 10px; 
}

 




/* Hero Quote Card */
.hero-card{background:#fff;border-radius:24px;padding:38px 32px;box-shadow:0 30px 80px rgba(0,0,0,.5)}
.hero-card-head{margin-bottom:26px}
.hero-card-head h3{font-size:20px;font-weight:800;color:var(--ink);margin-bottom:4px}
.hero-card-head p{font-size:13px;color:var(--stone)}
.fgrp{margin-bottom:14px}
.fgrp label{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--stone);display:block;margin-bottom:7px}
.fgrp input,.fgrp select{width:100%;padding:12px 16px;border:1.5px solid var(--mist);border-radius:10px;font-size:14px;color:var(--ink);background:var(--smoke);transition:border-color .2s;-webkit-appearance:none}
.fgrp input:focus,.fgrp select:focus{outline:none;border-color:var(--red);background:#fff}
.fgrp select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239a9690' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}
.fsubmit{width:100%;background:var(--golden);color:#fff;border:none;padding:15px;border-radius:12px;font-size:15px;font-weight:800;cursor:pointer;transition:all .2s;margin-top:6px;letter-spacing:.3px}
.fsubmit:hover{background:var(--blue)}
.fnote{font-size:11.5px;color:var(--stone);text-align:center;margin-top:10px}


/* banner */
  .hero-visual {
            position: relative;
            height: 600px;
        }
        .floating-card {
            position: absolute;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            padding: 1.5rem;
            animation: float 6s ease-in-out infinite;
        }

        .floating-card:nth-child(1) {
            top: 10%;
            right: 10%;
            animation-delay: 0s;
        }

        .floating-card:nth-child(2) {
            top: 40%;
            left: 10%;
            animation-delay: 2s;
        }

        .floating-card:nth-child(3) {
            bottom: 10%;
            right: 2%;
            animation-delay: 4s;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }

        .floating-card h4 {
            color: var(--golden);
            margin-bottom: 0.5rem;
            font-size: 1.1rem;
        }

        .floating-card p {color: rgba(255, 255, 255, 0.7);font-size: 0.9rem; }
        .hero-image { width: 100%; height: 100%; object-fit: cover; border-radius: 30px;}
.bannerBtn { padding:20px 0;}
.contact-list li { font-size: 15px; color: #fff;}
.contact-list svg { min-width: 35px; float: left;}


/* ─── FINAL CTA ───────────────────────────────────── */
.cta-section {
  background: var(--golden);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  right: -100px;
  top: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
}
.cta-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
}
.cta-text h2 { color: var(--black); font-size: 2.4rem; }
.cta-text p { color: rgba(255,255,255,0.8); margin-top: 10px; max-width: 540px; font-size: 1rem; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; flex-shrink: 0; }
.cta-section .btn-white {
  background: var(--white);
  color: var(--gold);
}
.cta-section .btn-white:hover { background: #000; color: #fff !important; }
.cta-section .btn-outline-white {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.7) !important;
}
.cta-section .btn-outline-white:hover { background: rgba(255,255,255,0.15) !important; border-color: var(--white); }

/* ─── BUTTONS ─────────────────────────────────────── */
.cta-section .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: 2px; 
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: var(--transition);
}
.cta-section .btn-primary {
  background: var(--golden);
  color: var(--white);
}



 /* ─── PRICING Sabir─── */
  

.pricing-section .card-quote-btn,.scroll-btn{ cursor:pointer}.card,.card-cta{overflow:hidden;user-select:none}
.pricing-section { position:relative;overflow:hidden}
.pricing-header{margin:0 auto clamp(40px,5vw,64px);padding:0 clamp(24px,5vw,64px);display:grid;grid-template-columns:1fr auto;gap:48px;align-items:end}
.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:600;margin-bottom:20px}
.eyebrow::before{content:'';width:28px;height:1px;background:#d4a84b}
.pricing-title{font-weight:700;font-size:clamp(34px, 4.5vw, 52px);line-height:1.05;letter-spacing:-.025em;color:var(--blue);max-width:18ch}
.pricing-title span{color:var(--golden);font-weight:600;font-style:italic}
.pricing-meta{text-align:right;color:#5a6661;font-size:13px}
.pricing-meta strong{display:block;color:#14201a;font-weight:700;font-size:13px;letter-spacing:.14em;margin-bottom:6px}
.card-cta-action span,.scroll-status{letter-spacing:.12em;text-transform:uppercase}
.pricing-meta .dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#4caf50;margin-right:8px;vertical-align:middle;box-shadow:0 0 0 4px rgba(76,175,80,.18);animation:2s ease-in-out infinite pulse}
@keyframes pulse{0%,100%{box-shadow:0 0 0 4px rgba(76,175,80,.18)}50%{box-shadow:0 0 0 6px rgba(76,175,80,.06)}}
.scroll-controls{ display:flex;justify-content:space-between;align-items:center;gap:24px}
.scroll-status{display:flex;align-items:center;gap:12px;font-size:12px;color:#5a6661;font-weight:600}
.scroll-status .live-dot{width:8px;height:8px;border-radius:50%;background:var(--golden);animation:1.5s ease-in-out infinite liveDot}
@keyframes liveDot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}
.scroll-buttons{display:flex;gap:8px;margin-left:auto}
.scroll-btn{width:44px;height:44px;border:1px solid rgba(47,74,58,.2);background:0 0;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--card-bg);transition:.3s}
.pricing-section .card,.scroll-btn:hover{background:var(--card-bg)}
.scroll-btn:hover{border-color:var(--card-bg);color:var(--ivory)}
.scroll-btn svg{width:16px;height:16px}
.marquee-wrap{position:relative;overflow:hidden}
.marquee-wrap::after,.marquee-wrap::before{content:'';position:absolute;top:0;bottom:0;width:clamp(40px,6vw,96px);z-index:3;pointer-events:none}
.marquee-wrap::before{left:0;background:linear-gradient(to right,var(--bg) 10%,transparent)}
.marquee-wrap::after{right:0;background:linear-gradient(to left,var(--bg) 10%,transparent)}
.marquee-track{display:flex;gap:20px;padding:12px clamp(24px,5vw,64px) 24px;width:max-content;will-change:transform;animation:80s linear infinite marquee}
.marquee-track.paused{animation-play-state:paused}
.marquee-track.dragging{animation:none;cursor:grabbing}
.marquee-track:hover .card:not(:hover){opacity:.5;filter:saturate(.7)}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 10px))}}
@media (prefers-reduced-motion:reduce){
.marquee-track{animation:none}}
.pricing-section .card{flex:0 0 320px;min-height:540px;color:var(--card-text);border-radius:8px;padding:36px 32px 32px;display:flex;flex-direction:column;position:relative;transition:background .45s cubic-bezier(.4, 0, .2, 1),opacity .45s,filter .45s,transform .45s cubic-bezier(.4, 0, .2, 1),box-shadow .45s}
.pricing-section .card:hover{background:var(--card-bg-hover);transform:translateY(-8px);box-shadow:0 30px 60px -20px rgba(20,32,26,.35)}
.pricing-section .card-badge,.card-subtitle::before,.card::before{background:var(--accent,var(--golden))}
.pricing-section .card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;transition:height .4s}
.pricing-section .card:hover::before{height:6px}
.pricing-section .card-badge{position:absolute;top:24px;right:24px;font-size:9px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--card-bg);padding:5px 10px;border-radius:3px}
.pricing-section .card-tier{font-size:28px;font-weight:800;letter-spacing:.02em;text-transform:uppercase;color:var(--accent,var(--golden));line-height:1;margin-bottom:16px;transition:color .4s}
.card-subtitle{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.06);padding:12px 14px;border-radius:4px;margin-bottom:24px;font-size:13px;font-weight:600;color:var(--card-text)}
.pricing-section .card-subtitle::before{content:'';flex-shrink:0;width:3px;height:18px;border-radius:2px}
.pricing-section .card-price-wrap{display:flex;align-items:baseline;gap:6px;margin-bottom:6px}
.pricing-section .card-price-prefix{font-size:18px;font-weight:500;color:var(--card-text-soft)}
.pricing-section .card-price-symbol{font-size:32px;font-weight:600;color:var(--card-text);line-height:1;margin-right:2px}
.pricing-section .card-price{font-size:56px;font-weight:700;line-height:.95;color:var(--card-text);letter-spacing:-.04em}
.pricing-section .card-blurb,.card-price-suffix{color:var(--card-text-soft) !important;font-size:13px !important; margin-bottom:10px !important}
.card-price-suffix{font-weight:500;margin-left:6px}.card-blurb{line-height:1.55;margin:16px 0 24px;min-height:42px}
.pricing-section .card-quote-btn{display:block;width:100%;background:0 0;border:1.5px solid var(--accent,var(--golden));color:var(--accent,var(--gold));padding:14px 20px;text-align:center;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;border-radius:4px;transition:.3s;text-decoration:none;margin-bottom:14px}
.pricing-section .card-quote-btn:hover,.card:hover .card-quote-btn{background:var(--accent,var(--golden));color:var(--card-bg)}
.pricing-section .card-phone{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--card-text);text-decoration:none;font-size:14px;font-weight:500;padding:8px;transition:color .3s}
.pricing-section .card-includes-label,.card-phone svg,.card-phone:hover{color:var(--accent,var(--golden))!important}
.pricing-section .card-phone svg{width:14px;height:14px}.card-includes{margin-top:auto;padding-top:20px;border-top:1px solid rgba(255,255,255,.08)}
.pricing-section .card-includes-label{display:inline-flex;align-items:center;gap:8px;background:rgba(212,168,75,.1);padding:6px 12px;border-radius:100px;font-size:11px;font-weight:600;letter-spacing:.05em;margin-bottom:14px}
.pricing-section .card-includes-label::before{content:'✓';font-size:10px}
.pricing-section .card-includes ul{list-style:none;padding:0;margin:0}
.pricing-section .card-includes li{display:flex;align-items:flex-start;gap:10px;font-size:13px;
	color:var(--card-text);line-height:1.4;padding:5px 0; margin:0px !important;}
.pricing-section .card-cta,.card-cta-blurb,.card-cta-eyebrow,.card-cta-title{color:var(--card-bg)}
.pricing-section .card-includes li::before{content:'';flex-shrink:0;margin-top:6px;width:14px;height:14px;border-radius:50%;background:var(--accent,var(--golden));background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f4a3a' stroke-width='3.5'><path d='M5 13l4 4L19 7'/></svg>");background-size:10px;background-position:center;background-repeat:no-repeat}

.pricing-section .card-cta{flex:0 0 320px;min-height:540px;background:linear-gradient(150deg,var(--golden) 0,var(--golden) 100%);border-radius:8px;padding:36px 32px 32px;display:flex;flex-direction:column;cursor:pointer;transition:transform .45s cubic-bezier(.4, 0, .2, 1),box-shadow .45s;position:relative}
.card-cta:hover{transform:translateY(-8px);box-shadow:0 30px 60px -20px rgba(212,168,75,.45)}
.card-cta-eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;opacity:.7;margin-bottom:24px}
.card-cta-title{font-size:32px;font-weight:700;line-height:1.1;letter-spacing:-.025em;margin-bottom:16px}
.card-cta-title em{font-style:italic;font-weight:600}
.card-cta-blurb{font-size:14px;line-height:1.6;opacity:.85;margin-bottom:auto}
.card-cta-action{display:flex;align-items:center;justify-content:space-between;padding:18px 0 6px;margin-top:24px;border-top:1px solid rgba(20,32,26,.2)}
.card-cta-action span{font-size:14px;font-weight:700;color:var(--card-bg)}
.card-cta-arrow{width:44px;height:44px;background:var(--card-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s}
.card-cta:hover .card-cta-arrow{transform:translateX(4px)}
.card-cta-arrow svg{width:16px;height:16px;color:var(--golden)}

@media (max-width:768px){
.pricing-header{grid-template-columns:1fr;gap:24px}.pricing-meta{text-align:left}
 .scroll-buttons{display:none}
.card .card-cta{flex:0 0 290px;min-height:500px;padding:32px 28px 28px}
 .card-tier{font-size:24px}.card-price{font-size:48px}
 .card-cta-title{font-size:26px}.marquee-track{animation-duration:60s}
 .card-cta:hover,.card:hover{transform:none;box-shadow:none}
 .marquee-track:hover .card:not(:hover){opacity:1;filter:none}
}
@media (hover:none){
.card:hover{background:var(--card-bg);transform:none;box-shadow:none}
.card:hover::before{height:4px}
.card:hover .card-quote-btn{background:0 0;color:var(--accent,var(--gold))}
}
.card-cta:focus-visible,.card-quote-btn:focus-visible,.card:focus-visible,.scroll-btn:focus-visible{outline:2px solid var(--gold);outline-offset:3px}


 /* ─── PROJECTS / GALLERY ─── */
  .projects { background: var(--white); }
  .projects-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 220px 220px;gap: 16px; margin-top: 48px;}
  .proj-img { border-radius: 14px; overflow: hidden; position: relative; }
  .proj-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s;}
  .proj-img:hover img { transform: scale(1.04); }
  .proj-img.tall { grid-row: 1 / 3; }
  .proj-overlay { position: absolute; inset: 0;    background: linear-gradient(to top, rgba(13,34,24,0.75) 0%, transparent 60%); display: flex; align-items: flex-end; padding: 18px; opacity: 0; transition: opacity .3s;  }
  .proj-img:hover .proj-overlay { opacity: 1; }
  .proj-label { font-size: 13px; font-weight: 600; color: var(--white); background: rgba(201,162,39,0.9); padding: 5px 12px; border-radius: 6px;  }

/* Service Box */
.info-card,.map-section{box-shadow:var(--shadow)}
.service-box{padding:20px}
.service-box .icon{width:50px;height:50px;color:#f39c12;margin-bottom:20px}
.service-box h3{font-size:18px;margin-bottom:10px;color:#222}
.service-box p{font-size:14px;color:#666;line-height:1.6}
.info-card h3,.info-icon{font-size:1.25rem;display:flex}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem}
.info-section{display:flex;flex-direction:column;gap:1.5rem}
.info-card{background:var(--white);border-radius:20px;padding:2rem;transition:transform .3s;border-left:4px solid #e67e22}
.info-card:hover{transform:translateX(10px)}
.info-card h3{align-items:center;gap:.75rem;margin-bottom:1rem;color:#2c3e50}
.info-icon{width:40px;height:40px;background:linear-gradient(135deg,#e67e22 0,#f39c12 100%);border-radius:10px;align-items:center;justify-content:center;color:#fff}
.info-content{color:var(--gray);line-height:1.8; font-size:14px;}
.info-content strong{color:#2c3e50;display:block;margin-bottom:.25rem}
.hours-grid{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1rem;margin-top:.5rem}
.hours-grid .day{font-weight:500;color:#2c3e50}.hours-grid .time{color:#e67e22;font-weight:600}
.hours-grid .closed{color:#e74c3c;font-weight:600}
.map-section{background:var(--white);border-radius:24px;overflow:hidden;margin-bottom:4rem}
.map-header{padding:2rem;background:linear-gradient(135deg,#2c3e50 0,#1a252f 100%);color:#fff}
.map-header h2{font-size:1.5rem;margin-bottom:.5rem}.map-header p{opacity:.9}
.map-container{position:relative;width:100%;height:400px}
.map-container iframe{width:100%;height:100%;border:none}
.form-card{background:var(--white);border-radius:24px;padding:2.5rem;box-shadow:0 10px 40px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s}

.form-card{background:var(--white);border-radius:24px;padding:2.5rem;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s}
.form-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}
.form-header{margin-bottom:2rem}
.form-header h2{font-size:1.75rem;color:var(--secondary);margin-bottom:.5rem}
.form-header p{color:var(--gray)}.form-group{margin-bottom:1.5rem}
.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--secondary);font-size:.9rem}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:12px;font-family:inherit;font-size:1rem;transition:.3s;background:#fafafa}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:0;border-color:var(--golden);background:var(--white);box-shadow:0 0 0 4px rgba(230,126,34,.1)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
@media (max-width:600px){.form-row{grid-template-columns:1fr}}

.submit-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,var(--golden) 0,var(--golden) 100%);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:.3s;display:flex;align-items:center;justify-content:center;gap:.5rem}
.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(230,126,34,.3)}
.submit-btn:active{transform:translateY(0)}
.innerBannerDesgin { margin-top: 84px; border-top: 2px solid var(--golden); background: var(--blue); padding: 24px; box-shadow: 0px 0px 8px #00000036;}
.innerBannerDesgin h1 { font-size: 30px; margin: 0; color:#fff}

/* .chained-quiz-question, .chained-quiz-email, .chained-quiz { text-align:center;} */
.chained-quiz-choices { display: flex;   gap: 20px;}
input.chained-quiz-email { width: 100%; padding: 1rem; border: 2px solid #e0e0e0; border-radius: 12px; font-size: 1rem; transition: .3s; background: #fafafa; margin: 20px 0;}

/* ─── RESPONSIVE ─── */
@media(max-width:1024px){
  .hero-content{grid-template-columns:1fr}
  .hero-card{max-width:480px}
  .services-grid{grid-template-columns:1fr 1fr}
  .about-grid{grid-template-columns:1fr}
  .about-badge{right:20px;bottom:-16px}
  .about-img{height:400px; width: 90%;}
  .rates-wrap{grid-template-columns:1fr}
  .faq-split{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .renewal-inner{grid-template-columns:1fr}
  .team-grid{grid-template-columns:1fr 1fr}
  .loc-split{grid-template-columns:1fr}
}
@media(max-width:768px){
  .main-nav{display:none}
  .how-grid{grid-template-columns:1fr 1fr;gap:28px}
  .how-grid::after{display:none}
  .reviews-grid{grid-template-columns:1fr}
  .stats-row{grid-template-columns:auto}
  .stat-item{padding:20px;border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}
  .services-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .hero h1{font-size:clamp(46px,11vw,80px)}
  .top-mobile-sec { display: none !important;}
	#homebanner .vc_col-sm-5 > div { padding-right: 0;}
	.cta-actions { display: grid;}
    .why-grid, .pricing-intro, .team-inner { grid-template-columns: 1fr; gap: 40px; }
	.projects-grid { grid-template-columns: 1fr; }
	.trust-list{ animation:marquee 28s linear infinite; display: flex; flex-wrap: nowrap;}
	.trust-txt { width: 150px;}
	.brand a img { width: auto; height: 30px;}	 
	.trust-sep { width: 100%; height: 1px; background: #f4f0f045; margin: 8px;}
	.hero-stat { padding: 8px 8px 8px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); margin-right: 0;}
  .footerCopyright {
        text-align: center;
        border-top: 1px solid #ffffff8a;
        padding-top: 15px;
        color: #fff;
        margin-top: 25px;
        font-size: 16px;
    }
}
@media(max-width:480px){ 
   .btn a, .btn-holo a {padding: 8px 29px;font-size: 10px;}
  .contact-form{padding:28px 24px}
  .form-row{grid-template-columns:1fr}
  .hero-stats{flex-direction:column;gap:12px; display:none;}
	.hero-visual { display: none;} 
	
	     
	
}