@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; --light-bg: #F8F9FB; --border-color: #EAEAEA; }
.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; }
.logo-wrp { display: flex; align-items: center; gap: 7px;}
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, header .header nav .nav-links li.current_page_item a::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: 250%; font-style: italic; font-size: 20px;}
.inner-hero-section .banner-cnt p{ font-weight: 250; font-size: 40px; line-height: 125%;}
.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 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 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; position: sticky; top: 0; z-index: 2; }
.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 * { z-index: 2; }
.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; }
.our-services-section + section { position: relative; z-index: 5; }
.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 .left-cnt{ padding-right: 18%; }
.why-section .why-cnt-wrap .sec-title { margin-top: 10px; max-width: 64%;}
.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 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-wrp{margin-bottom: 24px;}
footer .footer .left-cnt p{ font-weight: 275; line-height: 150%;}
footer .footer .right-cnt .ft-quick-links { margin-top: 18px; }
.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;line-height: 100%; 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; }
.contact-form .wpcf7-form br { display: none; }

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,footer .footer .right-cnt .ft-quick-links li.current_page_item a{ 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; min-width: 20%; text-align: end;}

.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;margin: 10px 0 0;}
.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, .calender-thankyou-section h1,.thankyou-wraper 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 .contact-form p{margin: 0;}
.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);}
.contact-form .intl-tel-input {   width: 100%; }

.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; width: 100vw;}
.quote-popup-overlay .quote-popup-modal { background: var(--white); max-width: 700px; width: 90%; padding: 50px; position: relative; border-radius: 10px; top: 50%; left: 50%; transform: translate(-50%,-70%); transition: transform 0.5s ease; opacity: 0;}
body.quote-popup .quote-popup-modal {opacity: 1; transform: translate(-50%, -50%); }
.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; }


/* For Contact us page specific styles start */
.page-id-133  footer .footer .middle-cnt { display: none; }
.page-id-133 footer .footer .right-cnt ul#menu-footer-links{margin-top: 0 !important}
.page-id-133 footer .footer .left-cnt p{ display: none; }
@media screen and (min-width:768px){
.page-id-133 footer .footer .left-cnt { min-width: 187px; width: fit-content;}
.page-id-133 footer .footer .right-cnt { width: 80%; }
.page-id-133 footer .footer .right-cnt ul#menu-footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.page-id-133 footer .footer .right-cnt .ft-quick-links li.request-btn { margin-top: 0; }	
}
@media screen and (min-width:767px){
.page-id-133 footer .footer .left-cnt .logo-wrp { margin-bottom: 0; }
}
/* For Contact us page specific styles end */

/*flag css*/
.logo-wrp .flg_img .tooltip { opacity: 1; width: 100%; height: 100%; cursor: pointer; }
header .logo-wrp .flg_img .tooltip { position: relative; }
.logo-wrp .flg_img .tooltip .tooltiptext { position: absolute; font-weight: 400; font-size: 14px; line-height: 100%; letter-spacing: 0.4px; color: var(--white); min-width: max-content; position: absolute; top: 50%; left: 35px; transform: translateY(-50%); background: var(--dark-color); padding: 5px 6px; border-radius: 5px; opacity: 0; visibility: hidden; transition: 0.3s ease; z-index: 3; }
.logo-wrp .flg_img .tooltip:hover .tooltiptext { opacity: 1; visibility: visible; }
.logo-wrp .flg_img img { width: 30px; height: 30px; object-fit: cover; border-radius: 50px; margin: 0px; }
footer .footer .left-cnt .logo-wrp{position: relative;}
footer .logo-wrp .flg_img .tooltip .tooltiptext{ background: var(--primary-color); top: 104%; left: 0; transform: unset;}

/* not found page css  */
.error-wrap,.thankyou-wraper { padding: 80px 0; text-align: center; }
.error-wrap h1 ,.calender-thankyou-section h1  ,.thankyou-wraper h1{ margin-bottom: 30px; }
.error-wrap p , .calender-thankyou-section p ,.thankyou-wraper p{ margin-bottom: 20px; }
.calender-thankyou-section { padding-top: 80px; text-align: center; }
.managed_services_about.thankyou { padding-bottom: 80px; }

/* Thank you page css  */
.calender-thankyou-section { text-align: center; }
:root { --white: #FFFFFF; --dark-color: #232526; --primary-color: #BE0974; --primary-hover-color: #97085b; --light-bg: #F8F9FB; --border-color: #EAEAEA; --shadow: 0 12px 24px rgba(0, 0, 0, 0.08); --radius: 16px; }
.thk_sec { background: var(--white); max-width: 900px; margin: 20px auto 0; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; font-family: 'Barlow'; }
.thk_sec * { font-family: 'Barlow'; }
.thk_sec form .left_sec.row { display: flex; flex-wrap: wrap; margin: 0; }
.thk_sec .col-sm-8 { flex: 0 0 60%; max-width: 60%; padding: 30px; background: var(--white); border-right: 1px solid var(--border-color); }
.thk_sec .col-sm-4 { flex: 0 0 40%; max-width: 40%; padding: 30px; background: var(--light-bg); }
.ui-datepicker-inline { width: 100% !important; border: none !important; padding: 0 !important; background: transparent !important; }
.ui-datepicker-header { background: transparent !important; border: none !important; margin-bottom: 20px !important; display: flex; align-items: center; justify-content: center; }
.ui-datepicker-title { color: var(--dark-color); font-size: 18px; font-weight: 700; }
.ui-datepicker-title select { border: none; background: transparent; font-weight: bold; color: var(--dark-color); cursor: pointer; font-size: 16px; }
.ui-datepicker-prev, .ui-datepicker-next { cursor: pointer; background: var(--white) !important; border-radius: 50%; width: 30px; height: 30px; display: flex !important; align-items: center; justify-content: center; }
.ui-datepicker-prev span, .ui-datepicker-next span { filter: invert(0.4); }
.ui-datepicker-calendar thead th { color: #888; font-size: 12px; text-transform: uppercase; font-weight: 600; padding-bottom: 10px; }
.ui-datepicker-calendar td { padding: 4px; }
.ui-datepicker-calendar .ui-state-default { background: transparent !important; border: none !important; color: var(--dark-color) !important; text-align: center; width: 40px; height: 40px; line-height: 40px; margin: 0 auto; border-radius: 50%; font-weight: 500; transition: all 0.2s; display: flex; justify-content: center; align-items: center; }
.ui-datepicker-calendar .ui-state-default:hover { background: #fcebf4 !important; color: var(--primary-color) !important; font-weight: bold; }
.ui-datepicker-calendar .ui-state-active { background: var(--primary-color) !important; color: var(--white) !important; box-shadow: 0 4px 10px rgba(190, 9, 116, 0.4); }
.tim_sec ul { list-style: none; padding: 0; margin: 0; }
.tim_sec ul li { margin-bottom: 12px; }
.tim_sec ul li input[type="radio"] { display: none; }
.tim_sec ul li label { display: block; width: 100%; padding: 10px; background: var(--white); border: 1px solid var(--border-color); border-radius: 8px; color: var(--dark-color); font-weight: 600; text-align: center; cursor: pointer; transition: all 0.2s ease; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02); }
.tim_sec ul li label:hover { border-color: var(--primary-color); color: var(--primary-color); transform: translateY(-2px); }
.tim_sec ul li input[type="radio"]:checked+label { background: var(--primary-color); color: var(--white); border-color: var(--primary-color); box-shadow: 0 4px 8px rgba(190, 9, 116, 0.3); }
.mCustomScrollBox { max-height: 400px; }
.mCSB_scrollTools { width: 5px !important; right: 5px !important; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: var(--primary-color) !important; width: 5px !important; border-radius: 10px !important; margin: 0 !important; }
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: var(--primary-hover-color) !important; }
.mCSB_scrollTools .mCSB_draggerRail { width: 2px !important; }
.mCustomScrollbar { height: 280px; }
.text-center { padding: 20px; background: var(--white); }
.thk_sec form .left_sec.row {  border-bottom: 1px solid var(--border-color); }
.send-btn { 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: block; width: fit-content; transition: all 0.3s ease-in-out; outline: none; border: none; margin: 0 auto; }
.send-btn:hover { background: var(--primary-hover-color); box-shadow: 0 5px 15px rgba(190, 9, 116, 0.3); }
.ui-datepicker .ui-datepicker-title { display: flex; width: 50%; gap: 15px; }
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 100%; border: 1px solid #BE0974; border-radius: 4px; padding: 5px; outline: none !important;}
.ui-widget-header .ui-datepicker-prev span, .ui-widget-header .ui-datepicker-next span { display: none; }
.ui-widget-header .ui-datepicker-prev:after, .ui-widget-header .ui-datepicker-next:after { content: ""; width: 30px; height: 30px; background-image: url('https://demo.3eemonkeys.com/wp-content/themes/3eemonkeys/library/images/left-arrow.png'); background-size: 100% 100%; background-repeat: no-repeat; }
.ui-widget-header .ui-datepicker-next:after { transform: rotate(180deg); }
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev { top: 50%; transform: translateY(-50%); border: none !important;}
.mCSB_inside>.mCSB_container { margin-right: 25px !important; padding-top: 5px; }
.mCSB_scrollTools .mCSB_draggerContainer { background: rgba(0, 0, 0, 0.05) !important; }
@media screen and (max-width: 1399px) {
.send-btn { padding: 10px 24px; font-size: 18px; }
}
@media screen and (max-width: 1199px) {
.send-btn { padding: 10px 20px; font-size: 16px; }
}
@media (max-width: 768px) {
.thk_sec form .left_sec.row { flex-direction: column; }
.thk_sec .col-sm-8, .thk_sec .col-sm-4 { flex: 0 0 100%; max-width: 100%; width: 100%; }
.thk_sec .col-sm-8 { border-right: none; border-bottom: 1px solid var(--border-color); }
}
@media screen and (max-width: 767px) {
.send-btn { padding: 8px 16px; }
}


/* fomr number field   */
.contact-form .intl-tel-input.allow-dropdown .flag-container, .contact-form .intl-tel-input.separate-dial-code .flag-container { right: unset; left: 0; }
.contact-form .intl-tel-input .country-list { max-width: 380px; width: 380px; }
.contact-us-section .contact-form .intl-tel-input .country-list { max-width: unset; width: unset; }
.contact-form .country-list *{ color: var(--dark-color); }
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=tel], .intl-tel-input.separate-dial-code input[type=text] ,.field-wrap:has(.intl-tel-input) label{padding-left: 42px !important;}
.contact-form form .field-wrap.active label, .contact-us-section .contact-form form .field-wrap.has-value label{ padding-left: 0 !important; }
.contact-form  .intl-tel-input .selected-flag{padding-left: 0;}
.contact-form .intl-tel-input.allow-dropdown .selected-flag,.contact-form .intl-tel-input.separate-dial-code .selected-flag { width: 38px; }

@media screen and (max-width:992px) {
.contact-form .intl-tel-input .country-list { max-width: 280px; width: 280px; }
}
@media screen and (max-width:767px) {
    .contact-form .intl-tel-input .country-list,.contact-us-section .contact-form .intl-tel-input .country-list { max-width: 290px; width: 290px; }
}

.fancybox__content :focus:not(.carousel__button.is-close) { outline: none; box-shadow: none; }
.top-header, .mobile-view-only { display: none !important; }
.thk_sec span.errmsg {margin-top: 10px; display: block; color: #FF0000; position: absolute;}
@media screen and (max-width:768px) {
.thk_sec span.errmsg { position: unset; text-align: center; }
}
/*02032026 popup + flip popup css*/
.popup-left {width: 45%; padding-right: 25px; display: flex; flex-direction: column; justify-content: center; padding-top: 10px; padding-bottom: 10px; }
.idea-badge {background: linear-gradient(135deg, #ffd700, #ffed4e); color: #333; padding: 6px 15px; border-radius: 15px; font-weight: 600; font-size: 13px; display: inline-flex; align-items: center; gap: 6px; margin-bottom: 18px; align-self: flex-start; }
.idea-badge:before {content: "💡"; font-size: 14px; }
.idea-section {margin-bottom: 22px; }
.idea-title {color: #333; font-size: 18px; font-weight: 700; margin: 0 0 8px 0; line-height: 1.3; } 
.idea-subtitle {color: #666; font-size: 13px; margin: 0; line-height: 1.4; }
.feature-list {display: flex; flex-direction: column; gap: 14px; margin-bottom: 20px; }
.feature-item {display: flex; align-items: flex-start; gap: 10px; }
.feature-icon {flex-shrink: 0; width: 20px; height: 20px; background: #0066ff; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 12px; margin-top: 1px; }
.feature-content h3 {margin: 0 0 3px 0; font-size: 14px; color: #333; font-weight: 600; line-height: normal;}
.feature-content p {margin: 0; font-size: 12px; color: #666; line-height: 1.3; }
.highlight-box {background: #f8f9fa; border-radius: 8px; padding: 15px; border-left: 3px solid #0066ff; font-size: 12px; margin-top: 5px; }
.highlight-box h3 {color: #0066ff; margin: 0 0 5px 0; font-size: 14px; font-weight: 700; line-height: normal; }
.highlight-box p {margin: 0; color: #666; line-height: 1.3; }
#estimatePopup {display: none;  top: 0; left: 0; width: 100%; height: 100%; justify-content: center; align-items: center; }
#estimatePopup.popup-overlay {position: fixed !important; inset: 0 !important; display: flex !important; justify-content: center !important; align-items: center !important; background: rgba(0,0,0,0.56) !important; z-index: 999999 !important; padding: 28px !important; -webkit-font-smoothing:antialiased; }
#estimatePopup .popup-box{width: 100% !important; max-width: 100% !important; background: #ffffff !important; border-radius: 12px !important; display: flex !important; overflow: hidden !important; box-shadow: 0 28px 60px rgba(2,6,23,0.45) !important; position: relative !important; align-items: stretch !important; padding: 0 !important; box-sizing: border-box !important; }
#estimatePopup .close-btn{position: absolute !important; top: 12px !important; right: 12px !important; z-index: 6 !important; width:36px !important; height:36px !important; border-radius:50% !important; border:0 !important; background: rgba(0,0,0,0.04) !important; color:#222 !important; font-size:18px !important; cursor:pointer !important; display:flex !important; align-items:center !important; justify-content:center !important; }
#estimatePopup .close-btn:hover{ background: rgba(0,0,0,0.08) !important; }
#estimatePopup .popup-left{width: 40% !important; min-width:240px !important; display:flex !important; justify-content:center !important; padding: 36px !important; background: #fff !important; }
#estimatePopup .popup-left img{width: 82% !important; max-width: 320px !important; height: auto !important; display:block !important; }
#estimatePopup .popup-right{width: 60% !important; padding: 34px 34px 36px 30px !important; box-sizing: border-box !important; }
#estimatePopup .popup-right h2{margin:0 0 6px !important; font-size:20px !important; line-height:1.2 !important; font-weight:700 !important; color:#0b0b0b !important; } 
#estimatePopup .popup-right .highlight{color: #0b61ff !important; font-weight:800 !important; text-decoration-thickness: 2px !important; }
#estimatePopup .popup-right p {margin:10px 0 16px !important; color:#555 !important; font-size:14px !important; line-height: normal; position: relative; }
#estimatePopup .popup-right p span.ajax-loader {position: absolute; top: 11px; right: 0; }
#estimatePopup .estimate-cf7,
#estimatePopup .estimate-cf7 form,
#estimatePopup .estimate-cf7 .wpcf7-form { width:100% !important; box-sizing:border-box !important; }
#estimatePopup .popup-right textarea.wpcf7-textarea, #estimatePopup .popup-right input[type="text"], #estimatePopup .popup-right input[type="email"], #estimatePopup .popup-right input[type="tel"], #estimatePopup .popup-right .wpcf7-text, #estimatePopup .popup-right .wpcf7-textarea, #estimatePopup .popup-right .wpcf7-form-control {width:100% !important; padding:12px 14px !important; border-radius:8px !important; border:1px solid #e6e9ee !important; box-sizing:border-box !important; font-size:14px !important; color:#222 !important; background:#fff !important; margin-bottom:12px !important; outline:none !important; }
#estimatePopup .popup-right textarea.wpcf7-textarea,
#estimatePopup .popup-right textarea { min-height:110px !important; resize:vertical !important; }
#estimatePopup .row { display:flex !important; gap:12px !important; align-items:stretch !important; margin-bottom:12px !important; }
#estimatePopup .row > span { flex:1 1 0% !important; display:block !important; }
#estimatePopup .row > span input { width:100% !important; }
#estimatePopup textarea:focus,
#estimatePopup input:focus,
#estimatePopup .wpcf7-form-control:focus {border-color: #0b61ff !important; box-shadow: 0 0 0 4px rgba(11,97,255,0.08) !important; }
#estimatePopup .row {margin: 0px; }
#estimatePopup .wpcf7-form-control.wpcf7-submit, #estimatePopup input[type="submit"], #estimatePopup button[type="submit"] {width:100% !important; max-width:100% !important; display:block !important; margin:12px auto 0 auto !important; padding:12px 18px !important; border-radius:8px !important; background:#facc15 !important; border:0 !important; font-weight:700 !important; font-size:15px !important; cursor:pointer !important; color:#111 !important; box-sizing:border-box !important; }
#estimatePopup .wpcf7-submit:hover, #estimatePopup input[type="submit"]:hover, #estimatePopup button[type="submit"]:hover {background:#eab308 !important; }
#estimatePopup .wpcf7-response-output { margin-top:10px !important; font-size:14px !important; margin: 0}
@media (max-width:880px){
  #estimatePopup .popup-box { flex-direction:column !important; width: calc(100% - 36px) !important; border-radius:10px !important; }
  #estimatePopup .popup-left, #estimatePopup .popup-right { width:100% !important; padding:20px !important; }
  #estimatePopup .popup-left img { max-width:180px !important; width:70% !important; }
  #estimatePopup .row { flex-direction:column !important; }
  #estimatePopup .wpcf7-form-control.wpcf7-submit,
  #estimatePopup input[type="submit"] { width:100% !important; max-width:none !important; margin:12px 0 0 0 !important; }
}
@media (max-width: 767px){
    .modal-subs .modal-header button.close{right: 55px;}
}
#estimatePopup textarea.wpcf7-textarea::placeholder, #estimatePopup textarea::placeholder, #estimatePopup .row > span input::placeholder{color: #5c5c5c !important; opacity: 1; }
#estimatePopup textarea.wpcf7-textarea:focus,
#estimatePopup textarea:focus,
#estimatePopup .row > span input:focus{border: 1.5px solid #000 !important; box-shadow: none !important;}
#estimatePopup .wpcf7-not-valid-tip{font-size:12px !important; color:#e11d48 !important; margin-top:-9px !important; line-height:1.3 !important; }
#estimatePopup .wpcf7-not-valid{border-color:#e11d48 !important; box-shadow:none !important; }
#estimatePopup .wpcf7-response-output{margin-top:14px !important; padding:12px 14px !important; border-radius:8px !important; font-size:13px !important; background:#fff7ed !important; border:1px solid #fed7aa !important; color:#9a3412 !important; }
#estimatePopup .wpcf7-spinner{margin-left:8px !important; }
#estimatePopup .estimate-cf7 form{margin-top:8px !important; }
#estimatePopup .row{align-items:flex-start !important; }
#estimatePopup p{margin:0 !important; }
#estimatePopup .highlight-box p{font-size: 12px; }
#estimatePopup .popup-right textarea.wpcf7-textarea, #estimatePopup .popup-right textarea.wpcf7-textarea, #estimatePopup .popup-right textarea.wpcf7-textarea, #estimatePopup .popup-right input {font-size: 13px !important; }
#estimatePopup .row > span input {font-size: 13px !important; padding-block: 10px !important; height: auto; }
#estimatePopup .row > span{width: 100%; }
#estimatePopup .modal-subs .modal-lg {max-width: 800px; margin: 0 auto; }
@media screen and (max-width: 767px){
    #estimatePopup .popup-left{display: none !important;}
    #estimatePopup .popup-box{min-width: 100%}
    .modal-subs .modal-header button.close{right:15px;}
    #estimatePopup .popup-right h2, #estimatePopup .popup-right p {text-align: center;}
    #estimatePopup .popup-right h2 {font-size: 16px !important;margin-bottom: 11px !important;    margin-top: 26px !important;}
    #estimatePopup .popup-right p {font-size: 13px !important; }
}
#estimatePopup .popup-flip{width: 100%; }
/* flipped popep */
/* ================= BACK SIDE ================= */
.popup-back {transform: rotateY(180deg); background: #f8fafc; }
.exit-title {text-align: center; margin-bottom: 20px; }
.exit-title h1 {font-size: 36px; line-height: 100%; font-weight: 800; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; }
.exit-title h2 {font-size: 30px; color: #5c5a5a; }
.exit-content {display: flex; gap: 30px; }
.exit-left {width: 50%; background: #ff8a004a; border-radius: 6px; padding: 15px; }
.exit-left ul {list-style: none; padding: 0; }
.exit-left li {margin-bottom: 18px; font-size: 15px; line-height: 20px; }
.exit-left strong {font-size: 17px; position: relative; padding-left: 20px; }
.exit-left strong::before {content: ''; position: absolute; top: 0; left: 0; background: url('https://3eemonkeys.com/wp-content/themes/3eemonkeys/library/images/popup/right-arrow.png') no-repeat center center; background-size: contain; width: 15px; height: 15px; }
.exit-left .exit-img {display: flex; align-items: center; flex-wrap: wrap; column-gap: 6px; row-gap: 10px; width: 100%; }
.exit-left .exit-img img {width: auto; height: 30px; object-fit: contain; }
.exit-right {width: 50%; }
.exit-right input, .exit-right textarea {width: 100%; padding: 10px; border: none; border-bottom: 1px solid #ccc; margin-bottom: 17px; background: transparent; border-radius: unset; }
.exit-right textarea {height: 70px; resize: none; }
.exit-right button {background: #0066ff; color: #fff; transition: all 0.3s ease; }
.exit-right button:hover {background: #1565c0; }
/* ================= CLOSE BUTTON ================= */
.close-btn {position: absolute; top: 12px; right: 18px; font-size: 22px; line-height: 100%; width: 30px; min-width: 30px; height: 30px; cursor: pointer; z-index: 10; background: #325b7e; background: #2f5778; background-color: #24435c; border-radius: 50%; color: #fff; padding: 5px; display: flex; justify-content: center; align-items: center; }
.close-btn.no-bg{background: none; color: #000; font-size: 29px; }
span.exit-btn {font-size: 40px; line-height: 100%; width: 40px; height: 40px; cursor: pointer; z-index: 10; background: #2f5778; background-color: #24435c; border-radius: 50%; color: #fff; padding: 5px; display: flex; justify-content: center; align-items: center; font-weight: normal; margin-left: 10px; }
#estimatePopup #popupFlip{position: relative; transform-style: preserve-3d; transition: transform 0.6s ease; }
#estimatePopup #popupFlip.flipped{transform: rotateY(180deg); }
#estimatePopup .popup-face{backface-visibility: hidden; width: 100%; }
#estimatePopup .popup-back{position: absolute; top: 0; left: 0; width: 100%; transform: rotateY(180deg); }
.popup-face.popup-back {background: #fff; border-radius: 12px; backface-visibility: hidden; padding: 25px; box-sizing: border-box; }
#estimatePopup .popup-face.popup-back .exit-content .exit-left ul li {list-style: none; margin-bottom: 15px; }
#estimatePopup .close-btn {color: #000000 !important; font-size: 38px !important; }
#estimatePopup .exit-right submit, #estimatePopup .exit-right  input[type="submit"] {background: #0066ff !important; color: #fff !important; transition: all 0.3s ease !important; margin-top: 0px !important; }
#estimatePopup .exit-right .popup-form textarea {min-height: 100px !important; margin-bottom: 0px; }
#estimatePopup .popup-back .exit-content .exit-right .popup-form textarea {margin-bottom: 10px !important; border-radius: 0px; }
#estimatePopup .popup-back .exit-content .exit-right input::-webkit-input-placeholder {color: #757575 !important; opacity: 1; }
#estimatePopup .popup-back .exit-content .exit-right input::-moz-placeholder {color: #757575 !important; opacity: 1; }
#estimatePopup .popup-back .exit-content .exit-right input:-ms-input-placeholder {color: #757575 !important; opacity: 1; }
#estimatePopup .popup-back .exit-content .exit-right input::placeholder {color: #757575 !important; opacity: 1; }
#estimatePopup .popup-face.popup-back span.ajax-loader {position: absolute; bottom: 35px; right: 20px; }
#estimatePopup .exit-right .exit-title h2 {margin-bottom: 10px !important; }
@media (max-width: 911px) {
 #estimatePopup .exit-content {display: flex; flex-direction: column; gap: 30px; justify-content: center; align-items: center; }
 #estimatePopup .exit-left {width: 100%; }
 #estimatePopup .exit-right {width: 100%; }
}
#estimatePopup .exit-right input, #estimatePopup .exit-right textarea {padding: 5px!important; margin-bottom: 14px !important; }
#estimatePopup .exit-right textarea {margin-bottom: 0px !important; }
#estimatePopup .exit-title h1 {font-size: 32px !important; margin-bottom: 5px !important; }
#estimatePopup .exit-title h2 {font-size: 26px !important; line-height: 100% !important; margin-bottom: 10px !important; }
#estimatePopup .exit-right input ,#estimatePopup .exit-right textarea {font-size: 15px; color: black !important; height: 40px !important; }
#estimatePopup .exit-right textarea:focus, #estimatePopup .exit-right input:focus {border-radius: 6px !important; box-shadow: none !important; border: 1px solid #0b61ff !important; }
#estimatePopup .exit-title h1 {font-size: 24px !important; margin-bottom: 5px !important; }
#estimatePopup .exit-title h2 {font-size: 20px !important; }
#estimatePopup .exit-left {height: max-content !important; }
#estimatePopup .exit-left .exit-img {justify-content: space-evenly !important; }
@media (max-width: 911px) {
 #estimatePopup .popup-back{padding: 60px 20px 20px 20px !important; } 
 #estimatePopup .popup-back .exit-title span.exit-btn {width: 25px !important; height: 25px !important; } .exit-title h1 {font-size: 21px !important; } .exit-title h2 {font-size: 18px !important; }
}
.popup-back .exit-content .exit-right .popup-form textarea {border-bottom: 1px solid #ccc !important; border:none; }
/*whatapp button style for desktop 16022026*/
/* MAIN BUTTON */
.wanotifier-click-to-chat-btn {background: #000 !important; width: 50px !important; height: 50px !important; border-radius: 0px 20px 20px 0px; position: fixed !important; display: flex !important; align-items: center !important; justify-content: center !important; box-shadow: 0 4px 15px rgba(0,0,0,.4) !important; }

/* REMOVE WANOTIFIER GREEN CIRCLE */
.wanotifier-click-to-chat-btn > div, .wanotifier-click-to-chat-btn span {display: none !important; }

/* FORCE WHATSAPP ICON */
.wanotifier-click-to-chat-btn:after {content: ""; width: 30px; height: 30px; filter: invert(55%) sepia(95%) saturate(400%) hue-rotate(85deg) brightness(95%) contrast(95%); /*background: url("https://www.devstree.com/wp-content/uploads/2025/07/whatsApp-icon.svg") center/contain no-repeat;*/ pointer-events: none !important; padding-left: 10px !important; }

/* DESKTOP LEFT */
@media (min-width: 769px) {
  .wanotifier-click-to-chat-btn {left: 0px !important; right: auto !important; top: 50% !important; bottom: auto !important; }
}

/* MOBILE BOTTOM RIGHT */
@media (max-width: 768px) {
  .wanotifier-click-to-chat-btn {right: 15px !important; left: auto !important; bottom: 20px !important; top: auto !important; } 
  .wanotifier-click-to-chat-btn {background: transparent !important; box-shadow: none !important; }
}
/* Inject clean WhatsApp icon */
.wanotifier-click-to-chat-btn::after {content: ""; width: 30px; height: 30px; background: url("https://www.abbacustechnologies.com/wp-content/themes/abbacus/assets/images/whatsApp-icon.svg") center/contain no-repeat; }
/* Restore clickability */
.wanotifier-click-to-chat-btn {pointer-events: auto !important; }

/* Re-enable pointer on anchor */
.wanotifier-click-to-chat-btn a {display: block !important; position: absolute !important; inset: 0 !important; opacity: 0 !important; pointer-events: auto !important; }
.wanotifier-click-to-chat-btn btn-style-1 svg {object-fit: cover !important; }

/*5:22*/
#estimatePopup .modal-content {background: transparent; } #estimatePopup .row.inner-row p {display: flex !important; gap: 12px !important; } #estimatePopup .row.inner-row p sapn textarea{margin-bottom: 0px !important; } #estimatePopup .popup-right p{margin-bottom: 0px !important; }
#estimatePopup .row {margin-bottom: 0px !important; } 
#estimatePopup .popup-right p input[type="submit"], #estimatePopup .exit-right input[type="submit"] {color: white !important; background: #ff8a00 !important; }
#estimatePopup .popup-right .highlight{color: #ff8a00 !important ; }
#estimatePopup .exit-left strong {line-height: 32px; } #estimatePopup .popup-right p input[type=tel] ,#estimatePopup .exit-right input[type=tel]{padding-left: 50px !important; }
#estimatePopup .exit-right .flag-container .selected-flag {height: 40px; }
#estimatePopup .popup-right p input::placeholder , #estimatePopup .popup-right p textarea::placeholder{color: #757575 !important; opacity: 1; }
.single-post .blog-left-right h2, .single-post .blog-left-right h3, .single-post .blog-left-right h4 {font-size: 28px !important; line-height: unset !important; }
#estimatePopup {position: fixed; top: 0; left: 0; z-index: 9999999; width: 100%; height: 100%; display: none; }
#estimatePopup.show {background: #000000b8; overflow-y: auto; }
#estimatePopup .modal-dialog.modal-lg.modal-dialog-centered {max-width: 970px; padding-left: 15px; margin: 0 auto; padding-right: 15px; }
#estimatePopup .modal-content {border-radius: 12px; }
.modal-open {padding-right: 0 !important; }
#estimatePopup .popup-right .highlight {color: #BE0974 !important; }
#estimatePopup .popup-right p input[type="submit"],#estimatePopup .exit-right input[type="submit"] {background-color: #BE0974 !important; color: #fff; }
#estimatePopup.fade .modal-dialog {transition: transform .3s ease-out; }
#estimatePopup .modal-dialog {display: flex; align-items: center; min-height: calc(100% - 1rem); }
#estimatePopup .row {width: 100%; display: block !important; }
#estimatePopup .row .intl-tel-input, #estimatePopup .exit-right .intl-tel-input {display: block; }
#estimatePopup  .intl-tel-input.allow-dropdown .selected-flag{width: 46px; height: 40px; }
#estimatePopup .exit-left{background-color:#be097366; }
#estimatePopup .popup-right p span.wpcf7-spinner {margin-left: 8px !important; position: absolute; bottom: 10px; right: 10px; }
#estimatePopup .popup-face.popup-back span.wpcf7-spinner{position: absolute; bottom: 35px; right: 20px; }
#estimatePopup.fade.show .modal {overflow-x: hidden; overflow-y: auto; }
@media (max-width: 911px) {
	#estimatePopup .popup-back .exit-title span.exit-btn{padding: 0px 5px 5px 5px; }
}