@font-face { font-family: 'Barlow'; src: url('../font/Barlow-Black.woff2') format('woff2'), url('../font/Barlow-Black.woff') format('woff'); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Barlow'; src: url('../font/Barlow-SemiBold.woff2') format('woff2'), url('../font/Barlow-SemiBold.woff') format('woff'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Barlow'; src: url('../font/Barlow-Regular.woff2') format('woff2'), url('../font/Barlow-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Barlow'; src: url('../font/Barlow-Bold.woff2') format('woff2'), url('../font/Barlow-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Barlow'; src: url('../font/Barlow-ThinItalic.woff2') format('woff2'), url('../font/Barlow-ThinItalic.woff') format('woff'); font-weight: 100; font-style: italic; font-display: swap; }
@font-face { font-family: 'Barlow'; src: url('../font/Barlow-Thin.woff2') format('woff2'), url('../font/Barlow-Thin.woff') format('woff'); font-weight: 100; font-style: normal; font-display: swap; }
@font-face { font-family: 'Barlow'; src: url('../font/Barlow-Italic.woff2') format('woff2'), url('../font/Barlow-Italic.woff') format('woff'); font-weight: normal; font-style: italic; font-display: swap; }
@font-face { font-family: 'Barlow'; src: url('../font/Barlow-ExtraBold.woff2') format('woff2'), url('../font/Barlow-ExtraBold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Barlow'; src: url('../font/Barlow-Light.woff2') format('woff2'), url('../font/Barlow-Light.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Barlow'; src: url('../font/Barlow-Medium.woff2') format('woff2'), url('../font/Barlow-Medium.woff') format('woff'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Barlow'; src: url('../font/Barlow-ExtraLightItalic.woff2') format('woff2'), url('../font/Barlow-ExtraLightItalic.woff') format('woff'); font-weight: 200; font-style: italic; font-display: swap; }
@font-face { font-family: 'Barlow'; src: url('../font/Barlow-ExtraLight.woff2') format('woff2'), url('../font/Barlow-ExtraLight.woff') format('woff'); font-weight: 200; font-style: normal; font-display: swap; }
@font-face { font-family: 'Barlow'; src: url('../font/Barlow-LightItalic.woff2') format('woff2'), url('../font/Barlow-LightItalic.woff') format('woff'); font-weight: 300; font-style: italic; font-display: swap; }
* { padding: 0; margin: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
body { padding: 0; margin: 0; font-family: 'Barlow'; background: var(--white); color: var(--dark-color); }

/* common css start  */
:root { --white: #FFFFFF; --dark-color: #232526; --primary-color: #BE0974; --primary-hover-color: #97085b; }
.container-lg { width: 100%; max-width: 1440px; margin: 0 auto; padding-left: 15px; padding-right: 15px; }
.container { margin: 0 auto; max-width: 1270px; padding-left: 30px; padding-right: 30px; }
.container-sm { width: 100%; max-width: 990px; margin: 0 auto; padding-left: 30px; padding-right: 30px; }
.container-right { display: grid; grid-template-columns: 1fr 45.7%; gap: 120px; padding-left: calc((100% - 1210px) / 2); position: relative; }
a { text-decoration: none; }
button { outline: none; border: none;box-shadow: none; background: transparent; cursor: pointer;}
li { list-style: none; }
img { display: block; height: 100%; width: 100%; }
h1 { font-weight: 250; font-size: 90px; line-height: 1; letter-spacing: 0; text-transform: uppercase; display: inline-block; margin-bottom: 64px; }

/* h2, .p-40 { font-weight: 250; font-size: 40px; line-height: 50px; letter-spacing: 0; }
h3 { font-weight: 275; font-size: 36px; line-height: 40px; letter-spacing: 0; }
h4 { font-weight: 275; font-size: 30px; line-height: 30px; letter-spacing: 0; }
h5 { font-weight: 400; font-size: 20px; line-height: 120%; letter-spacing: 0; }
h6 { font-weight: 400; font-size: 16px; line-height: 20px; letter-spacing: 0; } */

h2, .p-40 { font-weight: 250; font-size: 40px; line-height: 125%; letter-spacing: 0; }
h3 { font-weight: 275; font-size: 36px; line-height: 112%; letter-spacing: 0; }
h4 { font-weight: 275; font-size: 30px; line-height: 100%; letter-spacing: 0; }
h5 { font-weight: 400; font-size: 20px; line-height: 120%; letter-spacing: 0; }
h6 { font-weight: 400; font-size: 16px; line-height: 125%; letter-spacing: 0; }
.p-36,.our-services-section .right-cnt .text-cnt p { font-weight: 275; font-size: 36px; line-height: 112%; letter-spacing: 0; }
p, li { font-weight: 400; font-size: 20px; line-height: 120%; letter-spacing: 0; }
p{font-weight: 275; }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px transparent inset !important; -webkit-text-fill-color: #000000 !important; transition: background-color 9999s ease-in-out 0s; }
.bg-dark input:-webkit-autofill { -webkit-text-fill-color: var(--white) !important;}

.btn a { font-weight: 400; font-size: 20px; line-height: 100%; letter-spacing: 0; }
.primary-btn a,.primary-btn button{ font-weight: 400; font-size: 20px; line-height: 120%; letter-spacing: 0; color: var(--white); background: var(--primary-color); padding: 13px 28px; border-radius: 26px; display: inline-block; width: fit-content; transition: all 0.3s ease-in-out; }
.primary-btn a:hover, .primary-btn button:hover { background: var(--primary-hover-color); }
.dark-btn a { font-weight: 400; font-size: 20px; line-height: 120%; letter-spacing: 0; color: var(--white); background: var(--dark-color); border: 1px solid var(--dark-color); padding: 13px 28px; border-radius: 26px; display: inline-block; transition: all 0.3s ease-in-out; }
.dark-btn a:hover { background: #161718; color: var(--white) !important; }
.bg-dark { background: var(--dark-color); }
.bg-primary { background: var(--primary-color); }
.bg-dark *, .bg-primary * { color: var(--white); }
.sec-title { margin-bottom: 35px; } 
/* common css end */ 

/* header start */ 
header { position: relative; position: sticky; top: 0; left: 0; width: 100%; z-index: 999999; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; background: var(--primary-color); padding: 30px 0; }
header .header { display: flex; align-items: center; gap: 20px; }
header .header .logo { max-width: 162px; height: auto; }
header .header .logo a { display: block; }
header .header .logo img { width: 100%; height: 100%; display: block; }
header .header nav.main-nav { margin-left: auto; }
header .header nav .nav-links { display: flex; align-items: center; gap: 20px; }
header .header nav .nav-links a { font-weight: 400; font-size: 20px; line-height: 120%; letter-spacing: 0; text-align: right; color: var(--white); transition: all 0.3s ease-in-out; display: inline-block; position: relative; }
header .header nav .nav-links a::after { content: ""; height: 1px; width: 100%; position: absolute; top: 115%; left: 0; transform: scaleX(0); background: currentcolor; transform-origin: bottom right; transition: transform 0.25s ease-out; }
header .header nav .nav-links a:hover::after { transform: scaleX(1); transform-origin: bottom left; }
header .header nav .nav-links .request-btn a::after { content: none; }
body.mobile-header-open,body.quote-popup { overflow: hidden; }
header .toggle-btn { display: none; }
header .toggle-btn .toggle-icon { display: block; position: relative; width: 30px; height: 3px; background: var(--white); border-radius: 3px; transition: all 0.3s ease-in-out; }
header .toggle-btn .toggle-icon::before, header .toggle-btn .toggle-icon::after { content: ""; width: 100%; height: 3px; border-radius: 3px; background: var(--white); position: absolute; left: 0; transition: all 0.3s ease-in-out; }
header .toggle-btn .toggle-icon::before { top: -8px; }
header .toggle-btn .toggle-icon::after { top: 8px; }
header .toggle-btn.active .toggle-icon::before { top: 0; transform: rotate(45deg);}
header .toggle-btn.active .toggle-icon { background: transparent; }
header .toggle-btn.active .toggle-icon::after { top: 0; transform: rotate(-45deg);}
/* header end */ 

.inline-image { display: inline-flex; position: relative; width: 110px; height: 70px; margin: 0 10px; }
.full-text-section .inline-image { max-width: 73px; max-height: 46px; margin: 0 0px; vertical-align: middle; }
.inline-image img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; max-width: 110px; object-fit: cover; opacity: 0; animation: imageFade 2s ease-in-out infinite; }
.inline-image img:nth-child(1) { animation-delay: 0s;}
.inline-image img:nth-child(2) { animation-delay: 0.4s;}
.inline-image img:nth-child(3) { animation-delay: 0.8s;}
.inline-image img:nth-child(4) { animation-delay: 1.2s;}
.inline-image img:nth-child(5) { animation-delay: 1.6s;}

.home-hero-section { padding: 60px 0 140px; }
.home-hero-section h1 strong,.home-hero-section h1 b { font-weight: 300; }
.home-hero-section .banner-cnt .highlight-text { position: relative; z-index: 1; width: fit-content; }
.home-hero-section .banner-cnt .highlight-text span { font-weight: 600; font-style: Italic; font-size: 20px; line-height: 100%; letter-spacing: 0; text-decoration: underline; color: var(--white); margin-left: 5px; }
.home-hero-section .banner-cnt .highlight-text::after { content: ""; height: 48px; width: 120px; background-image: url('../images/bg-vector.svg'); background-size: 100% 100%; background-repeat: no-repeat; position: absolute; top: 50%; left: 68%; transform: translateY(-50%); z-index: -1; }
h1 img{ max-width: 60px; display: inline-block; }
.home-hero-section .banner-cnt p{ font-weight: 250; font-size: 40px; line-height: 125%; }
.inner-hero-section { padding: 60px 0 140px; }
.inner-hero-section h1 strong,.inner-hero-section h1 b { font-weight: 300; }
.inner-hero-section .banner-cnt .shopify-tag{ font-weight: 250; line-height: 125%; font-style: italic; }
.inner-hero-section .banner-cnt p{ font-weight: 250; font-size: 40px; line-height: 125%;}
/* .inner-hero-section .banner-cnt p .animated-text{width: 17.5%; display: inline-block;} */
.inner-hero-section .banner-cnt p .animated-text{width: 215px; display: inline-block;}

.one-stop-section { padding: 100px 0 130px; }
/* .one-stop-section .container-right { grid-template-columns: 1fr 605px; gap: 120px;} */
.one-stop-section .container-right { grid-template-columns: 1fr 45.7%; gap: 120px;}
.one-stop-section p { margin-bottom: 50px; }
.one-stop-section img { max-height: 570px; }
.one-stop-section .left-cnt { display: flex; flex-direction: column; }
.one-stop-section .left-cnt .primary-btn{ margin-top: auto; }
.one-stop-section .right-cnt .item { cursor: grab; }
.one-stop-section .right-cnt .owl-item.active+.owl-item.active { opacity: 0.2; }
.one-stop-section .right-cnt .owl-item.active { opacity: 1; }
.one-stop-section span.animated-text-with-bg { min-width: 100px; text-align: center; }
.our-services-section { padding-top: 68px; }
/* .our-services-section .services-wrap { display: grid; grid-template-columns: 1fr 810px; gap: 40px; } */
.our-services-section .services-wrap { display: grid; grid-template-columns: 1fr 67%; gap: 40px; }
.our-services-section .left-cnt { position: relative; }
.our-services-section .left-cnt .sec-title { position: sticky; top: 30px; z-index: 1; margin-top: 30px; transition: all 0.3s ease-in-out;}
body:has(#main__header.active) .our-services-section .left-cnt .sec-title {top: calc(var(--header-height) + 30px);}
.our-services-section .right-cnt { position: relative; z-index: 5; }
.our-services-section .right-cnt .service-cnt { padding: 50px 60px 40px 55px; display: flex; /* gap: 35px; */ position: sticky; top: 0; z-index: 2; }
/* .our-services-section .right-cnt .service-cnt:nth-child(1) { z-index: 6; }
.our-services-section .right-cnt .service-cnt:nth-child(2) { z-index: 7; }
.our-services-section .right-cnt .service-cnt:nth-child(3) { z-index: 8; } */
.our-services-section .right-cnt .service-cnt .variant-image-wrapper { width: 22%; margin-top: 12px; position: relative; }
.our-services-section .right-cnt .cnt-wrp { width: calc(100% - 120px); padding-left: 35px;}
.our-services-section .right-cnt .cnt-title { margin-bottom: 20px; font-weight: 250; }
.our-services-section .right-cnt h5 { font-weight: 275; line-height: 250%; letter-spacing: 0; }
.our-services-section .right-cnt .text-cnt p { margin-bottom: 10px; }
.our-services-section .right-cnt .text-cnt ul { padding-left: 30px; }
.our-services-section .right-cnt .text-cnt ul li { list-style: disc; font-weight: 275; line-height: 150%; }
/* .our-services-section .service-cnt.bg-dark, .our-services-section .service-cnt.bg-dark * { position: relative; z-index: 2; } */
.our-services-section .service-cnt.bg-dark, .our-services-section .service-cnt.bg-dark * { z-index: 2; }
/* .our-services-section .service-cnt.bg-dark::after { content: ""; position: absolute; top: -20px; left: 50%; transform: translateX(-50%); width: 85%; height: 60%; background: var(--dark-color); filter: blur(200px); z-index: 0; } */
.our-services-section .service-cnt.bg-dark:nth-child(2):after { content: ""; position: absolute; top: -20px; left: 50%; transform: translateX(-50%); width: 85%; height: 60%; background: var(--dark-color); filter: blur(200px); z-index: 0; }
.why-section { padding: 70px 0 90px; }
.why-section .why-cnt-wrap,.faqs-section .faq-cnt-wrap { display: grid; gap: 30px; grid-template-columns: 1fr 1fr;}
/* .why-section .why-cnt-wrap>* ,.faqs-section .faq-cnt-wrap>* { width: 50%; } */
.why-section .why-cnt-wrap .sec-title { margin-top: 10px; }
.why-section .why-cnt-wrap .sec-title .animated-text { width: 106px; display: inline-block; }
.why-section .accordion-header .accordion-title { font-weight: 275; line-height: 250%; }
.why-section .accordion-item { border-bottom: 1px solid rgba(255, 255, 255, 0.4); margin-bottom: 10px; }
.why-section .accordion-item:last-child { border-bottom: none; margin-bottom: 0;}
.why-section .accordion-item:last-child .accordion-content{ padding-bottom: 0;}
.why-section .accordion-header { display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 14px; letter-spacing: 0.5px; margin-bottom: 15px; position: relative; }
.why-section .accordion-item:last-child .accordion-header { margin-bottom: 0; }
.why-section .accordion-header::before, .why-section .accordion-header::after { content: ''; width: 20px; height: 20px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); background-image: url('../images/accordion-icon.svg'); background-size: 100% 100%; background-repeat: no-repeat; }
.why-section .accordion-header::after { transform: translateY(-50%) rotate(-90deg); background-image: url('../images/accordion-icon.svg'); transition: all 0.3s ease-in-out; }
.why-section .accordion-item.active .accordion-header:after { transform: translateY(-50%) rotate(0deg); }
.why-section .accordion-header::after { transform: translateY(-50%) rotate(90deg); }
.why-section .accordion-header .icon { font-size: 22px; line-height: 1; }
.why-section .accordion-content { display: none; padding-right: 50px; padding-bottom: 34px; }
.say-about-us-section { padding: 100px 0; }
.say-about-us-section .sub-title { color: var(--primary-color); margin-bottom: 24px; }
.say-about-us-section p { font-weight: 275; font-size: 20px; line-height: 150%; }
/* .say-about-us-section .container-right { display: grid; grid-template-columns: 1fr 705px; gap: 30px; } */
.say-about-us-section .container-right { display: grid; grid-template-columns: 1fr 53.21%; gap: 30px; }
.say-about-us-section .container-right .left-cnt { padding-right: 120px; }
.say-about-us-section .right-cnt .item a { position: relative; display: block; padding-bottom: 124.45%;}
.say-about-us-section .right-cnt .item a img{ position: absolute; top: 0; width: 100%; height: 100%;object-fit: cover;}
.say-about-us-section .right-cnt .item a .play-animate { width: 47px; height: 47px; display: flex; justify-content: center; align-items: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.say-about-us-section .right-cnt .play-animate { position: relative; display: flex; align-items: center; justify-content: center; }
.say-about-us-section .right-cnt .play-animate .play-icon { display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; width: 20px; height: 20px; }
.say-about-us-section .right-cnt .play-animate .shape { position: absolute; width: 54px; height: 54px; background: var(--white); opacity: 0; animation: shapeSwitch 1.2s steps(1, end) infinite; }
.say-about-us-section .right-cnt .play-animate .square { animation-delay: 0s; }
.say-about-us-section .right-cnt .play-animate .circle { border-radius: 27px; animation-delay: 0.4s; }
.say-about-us-section .right-cnt .play-animate .triangle { width: 0; height: 0; background: none; border-left: 27px solid transparent; border-right: 27px solid transparent; border-bottom: 54px solid var(--white); animation-delay: 0.8s; transform: translateY(-8px); }
.say-about-us-section .right-cnt .play-animate:hover .shape { animation-play-state: paused; }

.say-about-us-section .right-cnt .item a video { display: none; }
.fancybox__container{z-index: 999999;}
.fancybox__container .fancybox__thumbs .carousel__slide .fancybox__thumb::after { border-color: var(--primary-color); border-radius: var(--primary-color, 1px);border-width: 3px; border-radius: 4px; }

/* footer start */
footer{ padding: 100px 0 35px; }
footer .footer .logo { max-width: 162px; height: auto; }
footer .footer .logo a { display: block; }
footer .footer .logo img { width: 100%; height: 100%; display: block; }
footer .footer{ display: flex; justify-content: space-between; padding-bottom: 80px; margin-left: -30px; margin-right: -30px;}
footer .footer>*{ padding-left: 30px; padding-right: 30px; width: 29.5%; }
footer .footer .middle-cnt{width: 41%;}
footer .footer .left-cnt .logo{margin-bottom: 24px;}
footer .footer .left-cnt p{ font-weight: 275; line-height: 150%;}
.contact-form .form-title { color: var(--primary-color); margin-bottom: 20px; }
.contact-form form .field-wrap{ position: relative; margin-bottom: 20px; }
.contact-form form .field-wrap:has(.wpcf7-not-valid-tip){ margin-bottom: 40px; }
.contact-form form .field-wrap label { display: block; width: 100%;  font-weight: 275; font-size: 20px; line-height: 150%; letter-spacing: 0; position: absolute; left: 0; top: 50%; transform: translateY(-50%);  pointer-events: none; transition: all 0.3s ease; background: var(--dark-color);}
.contact-form form .field-wrap.active label, .contact-form form .field-wrap.has-value label{color: rgba(255, 255, 255, 0.5); }
.contact-form form .field-wrap input , .contact-form .field-wrap textarea{ background: transparent; border: none; outline: none; display: block; width: 100%; padding: 10px 0; font-family: 'Barlow'; font-weight: 275; font-size: 30px; line-height: 100%; letter-spacing: 0;    border-bottom: 1px solid rgba(255, 255, 255, 0.3) ; }
.contact-form form .field-wrap.active input,.contact-form form .field-wrap.active textarea{border-bottom: 1px solid rgba(255, 255, 255, 1);}
.contact-form form .wpcf7-not-valid-tip { color: #FF0000 !important; font-size: 14px; padding-top: 4px;position: absolute;}
.contact-form form .field-wrap input:focus+label, .contact-form form .field-wrap.has-value input+label, .contact-form .field-wrap textarea:focus+label, .contact-form form .field-wrap.has-value textarea+label{ top: 0; font-size: 16px;}
.contact-form form .field-wrap:has(input:focus) label, .contact-form form .field-wrap.has-value label, .contact-form .field-wrap:has( textarea:focus) label, .contact-form form .field-wrap.has-value label{ top: 0; font-size: 16px;}
.contact-form .field-wrap textarea{ resize: vertical; min-height: 80px;}
.contact-form form button { outline: none; border: none; margin-top: 20px; cursor: pointer;}
.contact-form form .field-wrap input[type="number"]::-webkit-inner-spin-button,
.contact-form form .field-wrap input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; }
.contact-form form .field-wrap input[type="number"] { -moz-appearance: textfield; }
.contact-us-section .contact-form form .field-wrap label{ background: var(--white);}
.contact-form form .field-wrap input.wpcf7-not-valid { border-bottom: 1px solid #FF0000 !important; }

footer .footer .right-cnt .ft-quick-links li a{ font-weight: 400; font-size: 20px; line-height: 150%; letter-spacing: 0; color: var(--white); transition: all 0.3s ease-in-out; display: inline-block; position: relative; }
footer .footer .right-cnt .ft-quick-links li a:hover{ color: var(--primary-color); }
footer .footer .right-cnt .ft-quick-links li.request-btn{ margin-top: 32px; }
footer .footer .right-cnt .ft-quick-links li.request-btn a:hover{ color: var(--white); }

.bottom-footer { padding-top: 40px; border-top: 1px solid rgba(255, 255, 255, 0.2); }
.bottom-footer ul{display: flex; flex-wrap: wrap; align-items: center;gap: 50px;justify-content: center;}
.bottom-footer ul li,.bottom-footer ul li a{ font-weight: 275; font-size: 20px; line-height: 150%; letter-spacing: 0; color: var(--white); display: inline-block; position: relative; transition: all 0.3s ease-in-out;}
.bottom-footer ul li a:hover{color: var(--primary-color);}
.bottom-footer ul li {position: relative;}
.bottom-footer ul li:not(:last-child):after {content: ""; position: absolute;height: 20px; width: 1px;background: var(--white);top: 50%; transform: translateY(-50%);right: -24px;}
/* footer end */

/* inner Page start  */
.full-text-section {padding: 120px 0;}
.full-text-section p  { font-weight: 250; font-size: 40px; line-height: 125%; }
.full-text-section p img { width: 100%; height: 100%; object-fit: cover; transition: 0.3s ease; opacity: 1; }
.full-text-section p a{ font-weight: 300; font-size: 40px; line-height: 125%; letter-spacing: 0; text-decoration: underline; text-decoration: underline; text-decoration-thickness: 5%; text-underline-offset: 4px; }
.full-text-section p a:hover{ text-decoration: none; }

.faqs-section{padding: 100px 0;}
.faqs-section .faq-cnt-wrap .faqs-wrap{padding-bottom: 30px; margin-bottom: 22px;border-bottom: 1px solid rgba(255, 255, 255, 0.4)}
.faqs-section .faq-cnt-wrap .faqs-wrap:last-child{padding-bottom: 0; margin-bottom: 0;border:none}
.faqs-section .faq-cnt-wrap .faqs-wrap .question{margin-bottom: 10px;}
.faqs-section .faq-cnt-wrap .faqs-wrap .answer{ font-weight: 275; line-height: 150%; }

.stats-section{padding: 120px 0;}
.stats-section .stats-cnt-wrap{display: flex;gap: 30px;}
.stats-section .stats-cnt-wrap .left-cnt { margin-top: 150px; }
.stats-section .stats-cnt-wrap .left-cnt,
.stats-section .stats-cnt-wrap .right-cnt{ display: flex; flex-direction: column; gap: 100px; width: 100%;}
.stats-section .stats-cnt-wrap .stat-card{display: flex;align-items: center; justify-content: space-between; gap: 20px;padding: 50px 60px;background: rgba(255, 255, 255, 0.2); min-height: 200px;}
.stats-section .stats-cnt-wrap .left-cnt .stat-card:nth-child(3n + 1){background: rgba(255, 255, 255, 0.2); }
.stats-section .stats-cnt-wrap .left-cnt .stat-card:nth-child(3n + 2){background: rgba(255, 255, 255, 0.1); }
.stats-section .stats-cnt-wrap .left-cnt .stat-card:nth-child(3n){background: rgba(255, 255, 255, 0.05); }
.stats-section .stats-cnt-wrap .right-cnt .stat-card:nth-child(3n + 1){background: rgba(255, 255, 255, 0.25); }
.stats-section .stats-cnt-wrap .right-cnt .stat-card:nth-child(3n + 2){background: rgba(255, 255, 255, 0.15); }
.stats-section .stats-cnt-wrap .right-cnt .stat-card:nth-child(3n){background: rgba(255, 255, 255, 0.05); }
.stats-section .stats-cnt-wrap .stat-card span{ font-weight: 250; font-size: 40px; line-height: 125%; letter-spacing: 0;}
.stats-section .stats-cnt-wrap .stat-card span.count{ font-weight: 275; font-size: 80px; line-height: 100%; letter-spacing: 0;}

.contact-us-section{padding: 80px 0;}
.contact-us-section .contact-form form .field-wrap input,.contact-us-section .contact-form form .field-wrap textarea{ border-bottom: 1px solid rgba(35, 37, 38, 0.3) }
.contact-us-section .contact-form form .field-wrap.active input,.contact-us-section .contact-form form .field-wrap.active textarea{ border-bottom: 1px solid rgba(35, 37, 38, 1) }
.contact-us-section .contact-form form .field-wrap.active label, .contact-us-section .contact-form form .field-wrap.has-value label{background: var(--white); color: rgba(35, 37, 38, 0.5); }
.wpcf7 form.invalid .wpcf7-response-output { font-size: 14px; border: 1px solid var(--primary-color); }
.article-details-section{margin-top: 40px;}
.article-details-section .article-cnt-wrap h5{ color: var(--primary-color); font-weight: 250; line-height: 250%; font-style: italic; }
.article-details-section h1{ font-size: 60px; line-height: 150%; margin-bottom: 12px; }
.article-details-section h3{ margin-bottom: 10px; }
.article-details-section p {line-height: 150%;}
.article-details-section p,.article-details-section ul{margin-bottom: 40px;}
.article-details-section p strong{font-weight: 400;display: block;}
.article-details-section p:has(+ul){margin-bottom: 15px;}
.article-details-section p:has(+.read-more-wrap){margin-bottom: 0;}
.article-details-section ul{padding-left: 50px;}
.article-details-section ul li{ font-weight: 275; line-height: 170%; list-style: disc;}
.article-details-section ul li strong{ font-weight: 400; }
.article-details-section .article-cnt-wrap{ display: flex; gap: 40px; padding-bottom: 40px; position: relative;}
.article-details-section .article-cnt-wrap:after{content:""; position: absolute; width: 100%; height: 100px; background: linear-gradient(0deg, #FFFFFF 29.33%, rgba(255, 255, 255, 0) 100%); bottom: 0; }
.article-details-section .article-cnt-wrap .article-desc { width: 62%; position: relative;max-height: 2240px; overflow: hidden; transition: max-height 0.5s ease;padding-bottom: 20px;}
.article-details-section .article-cnt-wrap .article-desc.expanded { max-height: none; }
.article-details-section .article-cnt-wrap:has(.article-desc.expanded):after {content: none; }
.article-details-section .article-cnt-wrap .article-desc .read-more-wrap { position: absolute; z-index: 1; width: 100%; bottom: 30px;     display: flex; justify-content: center; }
.article-details-section .article-cnt-wrap .contact-form-wrap{ width: 38%; padding: 30px 30px 36px; height: fit-content; position: sticky; top: 40px; z-index: 1; transition: all 0.3s ease-in-out;}
body:has(#main__header.active) .article-details-section .article-cnt-wrap .contact-form-wrap{ top: calc(var(--header-height) + 40px);}

.related-articles-section{padding: 120px 0;}
.related-articles-section .related-articles-wrap{ display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.related-articles-section .related-articles-wrap .item{ padding-bottom: 60px; border-bottom: 1px solid rgba(255, 255, 255, 0.4) }
.related-articles-section .related-articles-wrap .item:last-child, .related-articles-section .related-articles-wrap .item:nth-last-child(2) { border: none; padding-bottom: 0;}
.related-articles-section .related-articles-wrap .item h3{ margin-bottom: 10px; }

/* *** Animation CSS start *** */ 
/* Switch images animation */
@keyframes imageFade {
0% { opacity: 0; }
5% { opacity: 1; }
20% { opacity: 1; }
25% { opacity: 0; }
100% { opacity: 0; }
}

/* animated-text-with-bg */ 
.animated-text-with-bg { display: inline-block; padding: 0 6px; border-radius: 4px; font-weight: 250; font-size: 40px; letter-spacing: 0; line-height: 125%; font-style: normal; background: transparent; transition: all 0.6s ease; animation: animatedtextbg 1.2s steps(1, end) infinite; animation-delay: 200ms; }
@keyframes animatedtextbg {
0% { background: transparent; font-weight: 250; font-style: normal; }
16% { background: var(--primary-color); font-weight: 400; font-style: normal; }
32% { background: transparent; font-weight: 250; font-style: italic; }
48% { background: transparent; font-weight: 600; font-style: normal; }
64% { background: var(--primary-color); font-weight: 275; font-style: normal; }
80% { background: transparent; font-weight: 500; font-style: italic; }
100% { background: transparent; font-weight: 250; font-style: normal; }
}

/* animated-text */ 
.animated-text { font-style: normal; animation: textVariantSwitch 1.4s steps(1, end) infinite; animation-delay: 200ms; }
@keyframes textVariantSwitch {
0% { font-weight: 250; font-style: normal; }
16.66% { font-weight: 400; font-style: normal; }
33.33% { font-weight: 250; font-style: italic; }
50% { font-weight: 600; font-style: normal; }
66.66% { font-weight: 275; font-style: normal; }
83.33% { font-weight: 500; font-style: italic; }
100% { font-weight: 250; font-style: normal; }
}

/* scroll-img-container */ 
.scroll-img-container { width: 120px; height: 120px; overflow: hidden; position: relative; margin-top: 15px;}
.scroll-img-container.round-image { border-radius: 50%; }
.scroll-track { position: absolute; top: 0; left: 0; width: 100%; animation: scrollImage 6s linear infinite; }
.scroll-track img { width: 100%; display: block; }
@keyframes scrollImage {
0% { transform: translateY(0); }
100% { transform: translateY(-50%); }
}

/* Switch shape img */ 
@keyframes shapeSwitch {
0% { opacity: 1; }
33% { opacity: 1; }
34% { opacity: 0; }
100% { opacity: 0; }
}
/* *** Animation CSS end *** */

/* Quote Popup */
.quote-popup-overlay { position: fixed; inset: 0; background: rgba(35, 37, 38, 0.6); opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 999999; }
body.quote-popup .quote-popup-overlay { opacity: 1; visibility: visible; }
.quote-popup-overlay .quote-popup-modal { background: var(--white); max-width: 700px; width: 90%; margin: 80px auto; padding: 50px; position: relative; border-radius: 10px; transform: translateY(-20px); transition: transform 0.3s ease; }
body.quote-popup .quote-popup-modal { transform: translateY(0); }
.quote-popup-overlay .popup-close { position: absolute; top: 14px; right: 16px; width: 24px; height: 24px; cursor: pointer; transition: all 0.4s ease-in-out;}
.quote-popup-overlay .popup-close::before, .quote-popup-overlay .popup-close::after { content: ''; position: absolute; top: 10px; left: 0; width: 100%; height: 2px; background: var(--dark-color); }
.quote-popup-overlay .popup-close::before { transform: rotate(45deg); }
.quote-popup-overlay .popup-close::after { transform: rotate(-45deg); }
.quote-popup-overlay .contact-form form .field-wrap label{ background: var(--white);}
.quote-popup-overlay .contact-form form .field-wrap label{ background: var(--white);}
.quote-popup-overlay .contact-form form .field-wrap input,.quote-popup-overlay .contact-form form .field-wrap textarea{ border-bottom: 1px solid rgba(35, 37, 38, 0.3) }
.quote-popup-overlay .contact-form form .field-wrap.active input,.quote-popup-overlay .contact-form form .field-wrap.active textarea{ border-bottom: 1px solid rgba(35, 37, 38, 1) }
.quote-popup-overlay .contact-form form .field-wrap.active label, .quote-popup-overlay .contact-form form .field-wrap.has-value label{background: var(--white); color: rgba(35, 37, 38, 0.5); }
.quote-popup-overlay .contact-form form .field-wrap input, .quote-popup-overlay .contact-form .field-wrap textarea { text-align: start; }