/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 06 2025 | 09:52:22 */
.ctm-gradient-counter .elementor-image-box-title {
	background: linear-gradient(90deg, #6DDCFF, #7F60F9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.testi-slider-custom .testimonial-desc-content .quote {
	margin-bottom: 15px;
	font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}
.wol_blue_color {
	color: #05b3f9;
}
.ctm-hvac-box-shadow:hover {
    border-image: linear-gradient(135deg, #6DDCFF2E, #7F60F92E) 1;
	border-radius: 10px;
}
.sticky-scroll-section{
	position: sticky;
    top: 100px !important;
    height: 200px;
}
/* Apply gradient to icon + title on hover */
.ctm-hover-box-gradient:hover .elementor-icon-box-icon,
.ctm-hover-box-gradient:hover .elementor-icon-box-title span {
    background: linear-gradient(135deg, #6DDCFF 0%, #7F60F9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent !important;
}


.ctm-icon-box-a a {
    display: contents !important;
}
.reveal-box .elementor-widget-container {
	 min-height: 300px;
	align-content: center;
}
/* Keep box height fixed */
.reveal-box .elementor-icon-box-wrapper {
    position: relative;
}

/* ICON + TITLE (default state) */
.reveal-box .elementor-icon-box-icon,
.reveal-box .elementor-icon-box-title {
    transition: opacity 0.3s ease;
}

/* DESCRIPTION (hidden initially) */
.reveal-box .elementor-icon-box-description {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -70%);
    width: 100%;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

/* ON HOVER → Hide icon + title */
.reveal-box:hover .elementor-icon-box-icon,
.reveal-box:hover .elementor-icon-box-title {
    opacity: 0;
}

/* ON HOVER → Show description centered */
.reveal-box:hover .elementor-icon-box-description {
    opacity: 1;
}



/* bigcommerce page css */
.bc-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

/* BOX */
.bc-service-box {
    background: #f8f8f8;
    border-radius: 14px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    border: 1px solid #eaeaea;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

/* ARROW */
.bc-service-box .arrow {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 22px;
    color: #777;
    transition: 0.25s ease;
}

/* TITLE */
.bc-service-box h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-top: 20px;
}

/* DESCRIPTION (HIDDEN INITIALLY) */
.bc-service-box p {
    opacity: 0;
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    transition: opacity 0.35s ease, max-height 0.35s ease;
}

/* FIRST BOX ALWAYS EXPANDED */
.bc-service-box.expanded p {
    opacity: 1;
    max-height: 300px;
    font-size: 16px;
    font-family: 'Montserrat';
}

/* HOVER EFFECT */
.bc-service-box:hover {
    background: linear-gradient(135deg, #dce8ff, #f3eaff);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* SHOW DESCRIPTION ON HOVER (FADE-IN) */
.bc-service-box:hover p {
    opacity: 1;
    max-height: 300px;
    font-size: 16px;
    font-family: 'Montserrat';
}

/* ARROW ANIMATION */
.bc-service-box:hover .arrow {
    transform: translateX(5px);
}

.ctm-testimonial-section * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.ctm-testimonial-section {
  display: grid;
  place-items: start;
/*   min-height: 100vh; */
  font-family: "Poppins", sans-serif;
  color: #26273e;
  padding-block: min(20vh, 3rem);
}

@media screen and (min-width: 980px) {
  .ctm-testimonial-section {
    place-items: center;
  }
}

.ctm-testimonial-section {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: calc(min(90rem, 85%));
}

@media screen and (min-width: 980px) {
  .ctm-testimonial-section {
    column-gap: 5rem;
  }
}

.ctm-testimonial-section h1 {
  grid-column: span 12;
  text-transform: capitalize;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  font-weight: 700;
  font-family: Montserrat;
}

@media screen and (min-width: 980px) {
  .ctm-testimonial-section h1 {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}

.ctm-testimonial-section .cards {
  grid-column: span 12;
  display: grid;
  gap: 2rem;
}

@media screen and (min-width: 980px) {
  .ctm-testimonial-section .cards {
    grid-column: span 5;
  }
}

.ctm-testimonial-section .ctm-testimonial-card {
  cursor: pointer;
  padding: 2em;
  border-radius: 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 2.188rem;
  align-items: center;
  transition: 0.3s;
  position: relative;
  border: 0.094rem solid transparent;
}

.ctm-testimonial-section .ctm-testimonial-card img {
  display: block;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 50%;
  filter: grayscale(1);
  transition: 0.5s;
}

.ctm-testimonial-section .ctm-testimonial-card > div h3 {
  text-transform: capitalize;
  font-size: 1.025rem;
	font-family: Montserrat;
}

.ctm-testimonial-section .ctm-testimonial-card > div p {
  text-transform: capitalize;
  color: #767676;
  font-size: 0.9rem;
	font-family: Montserrat;
}

.ctm-testimonial-section .ctm-testimonial-card.active {
  background: #fff;
  border: 0.094rem solid #0f172a14;
}

.ctm-testimonial-section .ctm-testimonial-card.active .gradient {
  background-image: linear-gradient(
    to right,
    #4755690a,
    #9d0cb28a,
    #4343c899,
    #4755690a
  );
  width: 50%;
  height: 0.094rem;
  position: absolute;
  content: "";
  bottom: -0.063rem;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0.125rem 0.75rem #4343c84d;
}

.ctm-testimonial-section .ctm-testimonial-card.active img {
  filter: grayscale(0);
}

.ctm-testimonial-section .content {
  grid-column: span 12;
  position: relative;
  width: 100%;
  overflow: inherit;
  margin-top: 2rem;
}

@media screen and (min-width: 980px) {
  .ctm-testimonial-section .content {
    grid-column: span 7;
    margin-top: 0;
    height: auto;
  }
}

.ctm-testimonial-section .contentBox {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
}

@media screen and (min-width: 980px) {
  .ctm-testimonial-section .contentBox {
    align-items: center;
  }
}

.ctm-testimonial-section .contentBox .text {
  padding-bottom: 2rem;
}

@media screen and (min-width: 980px) {
  .ctm-testimonial-section .contentBox .text {
    padding-bottom: 0;
  }
}

.ctm-testimonial-section .contentBox h2 {
  transition: 0.5s;
  opacity: 0;
	font-family: Montserrat;
}

.ctm-testimonial-section .contentBox p {
  transition: 0.5s;
  opacity: 0;
  margin-top: 1.25rem;
	font-family: Montserrat;
}

.ctm-testimonial-section .contentBox span {
  display: inline-block;
  transition: 0.5s;
  opacity: 0;
  margin-top: 0.625rem;
}

.ctm-testimonial-section .contentBox span svg {
  width: 1.25rem;
  color: #eca633;
}

.ctm-testimonial-section .contentBox.active h2 {
  opacity: 1;
  transition-delay: 0.5s;
}

.ctm-testimonial-section .contentBox.active span {
  opacity: 1;
  transition-delay: 0.7s;
}

.ctm-testimonial-section .contentBox.active p {
  opacity: 1;
  transition-delay: 0.9s;
}



.casestudy-heading-color {
  color: #A53448;
}
.ctm-smm-packages-box {
    border-width: 5px 0;
    border-style: solid;
    border-color: transparent;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #ffffff, #7f60f9, #ffffff) border-box;
    background-clip: padding-box, border-box;
}
.ctm-wmb-border {
  position: relative;
  border-radius: 10px;
  z-index: 1;
  overflow: hidden; /* ensures the gradient doesn't spill over rounded corners */
  
}

.ctm-wmb-border::before {
  content: "";
  position: absolute;
   /* shorthand for top/right/bottom/left = 0 */
   padding: 1px;/* thickness of the border */
  border-radius: inherit;
  background: linear-gradient(90deg, #6DDCFF, #7F60F9) !important;
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  mask-composite: exclude; /* for non-WebKit browsers */
  z-index: -1;
}
.trusted-hover-image-wrapper {
  position: relative;
  display: inline-block;
}

.trusted-hover-image-wrapper img {
  display: block;
  width: 100%;
  transition: opacity 0.4s ease;
}

.trusted-hover-image-wrapper .color-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.trusted-hover-image-wrapper:hover .color-image {
  opacity: 1;
}

.trusted-hover-image-wrapper:hover .bw-image {
  opacity: 0;
}

#consent-banner {
            position:fixed;
            bottom:0;
            width:35% !important;
            background:#F6F6F6;
            color:#000;
            padding:15px;
            text-align:center;
            z-index:9999;
            display:flex;
            flex-direction:column;
            justify-content:space-between;
            align-items:center;
            font-family:'Montserrat', sans-serif;
            line-height:1.3em;
            margin-bottom:20px;
            margin-left:20px;
            border-radius:20px;
            padding: 30px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#consent-banner h2 {
	font-weight: 600;
}
.cookie-buttons {
    margin-top:20px;
}
#accept-cookies {
    background: #000;
    color: white;
    border: none;
    padding: 8px 12px;
    margin-right: 5px;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 20px;
}
#reject-cookies {
    background: #4caf5000;
    color: #000;
    /* border: none; */
    padding: 8px 12px;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 20px;
}
/* Sticky button for mobile */
.sticky-mobile-btn {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 400px;
  background-color: #00B6F9;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 14px 20px;
  border-radius: 50px;
  text-decoration: none;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Hover effect */
.sticky-mobile-btn:hover {
  background-color: #0035b8;
  color: #ffffff;
}

/* Show only on mobile */
@media (min-width: 768px) {
  .sticky-mobile-btn {
    display: none;
  }
}

.spl-btn-link a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0048e9;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none; /* remove default underline */
    transition: all 0.3s ease;
    position: relative;
}

.spl-btn-link a::after {
    content: " →"; /* arrow */
    font-size: 16px;
    transition: transform 0.3s ease;
}

.spl-btn-link a:hover {
    text-decoration: underline;
}

.spl-btn-link a:hover::after {
    transform: translateX(4px); /* move arrow slightly on hover */
}


.spl-banner-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.spl-banner-list li {
  margin-bottom: 12px;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.spl-banner-tick {
  margin-right: 5px;
  font-weight: bold;
  background: linear-gradient(45deg, #00bdf9, #4a1dfd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ctm-website-migration-sticky {
	position: sticky;
    top: 100px;
}
.webiste-migration-submit-form .input-group {
	padding: 0px !important;
	margin-bottom: 40px !important;
}
.webiste-migration-submit-btn .submit-btn {
    background: linear-gradient(90deg, #6DDCFF, #7F60F9);
    color: white !important;
    padding: 12px 30px;
    border: none;
    border-radius: 50px !important;
    font-size: 18px !important;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    width: 100%;
    font-family: 'Montserrat';
}

.ctm-website-migration-gradient-heading {
	    background: linear-gradient(90deg, #6DDCFF, #7F60F9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.market-baby-sub-heading {
	font-size: 26px !important;
}
.view_casestudy_spl {
  position: relative;
}

.view_casestudy_spl .case-study-hover-btn {
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9) !important;
    opacity: 0;
    transition: all 0.4s ease;
    pointer-events: none !important;
    white-space: nowrap;
    z-index: 2;
}

.view_casestudy_spl:hover .case-study-hover-btn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}



.spl_gradiant_color {
    background: linear-gradient(45deg, #00bdf9, #4a1dfd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.shopify-landing-pageheader {
	position: absolute;
}
/* === FORM ROWS AND COLUMNS === */
.shopify-landing-pageform .row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.shopify-landing-pageform .form-content p {
	margin-bottom: 0px !important;
}
.shopify-landing-pageform .col-md-12 {
  width: 100%;
  position: relative;
}
.shopify-landing-pageform input.wpcf7-form-control.wpcf7-phonetext.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-phonetext {padding-left: 150px;}


.shopify-landing-pageform .intl-tel-input input {
    padding-left: 130px !important;
}
.shopify-landing-pageform .selected-dial-code {
    padding: unset !important;
}

/* === ICON STYLE === */
.shopify-landing-pageform .form-field {
    display: flex;
    flex-direction: column;
    margin-top: -25px;
} 
.shopify-landing-pageform .form-icon {
    position: relative;
    bottom: -35px;
    right: -10px;
    width: 24px;
    height: 24px;
    z-index: 9999;
}

.shopify-landing-pageform .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.shopify-landing-pageform .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 select,
.shopify-landing-pageform .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"],
.shopify-landing-pageform .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="text"] {
  padding-left: 100px !important;
}


/* === INPUTS === */
.shopify-landing-pageform input[type="text"],
.shopify-landing-pageform input[type="email"],
.shopify-landing-pageform input[type="url"],
.shopify-landing-pageform input[type="tel"],
.shopify-landing-pageform select,
.shopify-landing-pageform textarea {
background-color: #fff;
	font-family: "Montserrat", Sans-serif;
    width: 100%;
    padding: 12px 15px 12px 45px;
    border: 1px solid #ccc;
    border-radius: 8px;
	color: #767676;
}
.shopify-landing-pageform .flag-container {
    margin-left: 45px;
}

.shopify-landing-pageform input:focus,
.shopify-landing-pageform select,
.shopify-landing-pageform textarea:focus {
  border-color: #00B6F9;
  outline: none;
}
.shopify-landing-pageform select option:hover {
    color: #000;
}

/* === SUBMIT BUTTON === */
.shopify-landing-pageform .form-button input[type="submit"] {
  background: linear-gradient(to right, #00B6F9, #0069EC);
  color: white;
	font-family: "Montserrat", Sans-serif;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  transition: background 0.3s;
}

.shopify-landing-pageform .form-button input[type="submit"]:hover {
  background: linear-gradient(to right, #009ee6, #005ad1);
}


.lp_shopify_gradiant_heading {
	color: #00B6F9;
}
.ctm-lp-border-gradient-box {
	min-height: 225px !important;
}
.ctm-lp-border-gradient-box:hover {
  background: linear-gradient(90deg, #e3f5ff, #d0e8ff); /* Light bg */
  border-image: linear-gradient(90deg, #00B6F9, #0069EC) 1;
  border-radius: 20px;
}
.ctm-hoverbox-gradient:hover {
    background: linear-gradient(180deg, #00b6f98c 0%, #0069eca3 100%);
}
.ctm-hoverbox-gradient:hover h3.elementor-image-box-title {
    color: #fff !important;
}
.ctm-hoverbox-gradient:hover p.elementor-image-box-description {
    color: #fff !important;
}
.simap-blog-ul-li .elementor-widget-container ul.ctm-resources-pages-list-sitemap {
    columns: 1 !important;
}
.simap-blog-ul-li .elementor-widget-container ul.ctm-resources-pages-list-sitemap ul.ctm-resources-pages-list-sitemap-child {
    columns: 1 !important;
}
.ctm-tabs-black .e-n-tabs-heading button.e-n-tab-title:hover {
	border-radius: 0px;
}
.ctm-tabs-black .e-n-tabs-heading button.e-n-tab-title:active {
	border-radius: 0px;
}
.ctm-tabs-black .e-n-tabs-heading button.e-n-tab-title:focus {
	border-radius: 0px;
}
.ctm-tabs-black .e-n-tabs-heading {
	min-height: 385px;
}
.ctm-hover-bold-heading .elementor-icon-box-content h3.elementor-icon-box-title:hover {
    font-weight: 600;
}
.ctm-benefits-education-section:hover .heading-bg {
    background-color: #6A6A6A !important;
}

.ctm-benefits-education-section:hover .heading-bg h3 {
    color: #fff !important;
}

.ctm-benefits-education-section:hover .description {
    color: #fff !important;
}
.ctm-travel-process-section {
        position: sticky !important;
        top: 110px;
        height: 100vh;
}
.ctm-services-include-hover:hover h3.elementor-icon-box-title {
    color: #fff !important;
}
.ctm-services-include-hover:hover p.elementor-icon-box-description {
    color: #fff !important;
}
.ctm-services-include-hover:hover p span a {
    color: #fff !important;
}

.ctm-packages-underline-heading .gradiant_color {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.ctm-packages-underline-heading .gradiant_color::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px; /* Adjust as needed */
  width: 100%;
  background: linear-gradient(to right, #6dd5ed, #8e54e9); /* Adjust colors to match image */
  border-radius: 2px;
}
.ctm-pricing-heading-size span.gradiant_color {
    font-size: 40px;
    font-weight: 600;
    font-family: 'Montserrat';
}
.ctm-hvac-pricing-heading-size span.gradiant_color {
    font-size: 26px;
    font-weight: 600;
    font-family: 'Montserrat';
}
.ctm-woocommerce-process button.e-n-tab-title,
.ctm-woocommerce-process button.e-n-tab-title:hover,
.ctm-woocommerce-process button.e-n-tab-title.active {
	border-radius: 20px !important;
}
#pricingplans {
	overflow: hidden;
}
/* Tooltip css */
.custom-tooltip-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-tooltip-list li {
  padding: 8px 16px;
    border-top: 1px solid #ddd;
    margin-bottom: 8px;
    font-family: 'Montserrat';
    font-size: 16px;
    position: relative;
	text-align: center;
}

.tooltip-item {
  position: relative;
  display: inline-block;
  cursor: help;
}

.tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: 240px;
  background-color: #333333eb;
  color: #fff;
  text-align: center;
  padding: 12px 14px;
  border-radius: 8px;
  position: absolute;
  z-index: 999;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 1.4;
  transition: opacity 0.3s ease;
  white-space: normal;
}

.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%; /* at the bottom of the tooltip box */
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.tooltip-item:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}


.ctm-formleft-accordin .elementor-tab-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

/* When active */
.ctm-formleft-accordin .elementor-tab-content.elementor-active {
  max-height: 500px; /* Adjust this to your content size */
  padding: 15px 20px; /* Add padding here only when visible */
}
.ctm-formleft-accordin .elementor-tab-content.elementor-active {
    box-shadow: 2px 2px 10px 2px #0000001c;
}
.ctm-wordpressseo-faq .elementor-active { 
	background-color: #404040 !important; 
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
} 
.ctm-wordpressseo-faq .elementor-tab-title.elementor-active { 
	padding-bottom: 0px !important;
}
.ctm-wordpressseo-faq .elementor-tab-content.elementor-active { 
	background-color: #404040 !important;
	border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
	padding-top: 10px !important;
}
.ctm-wordpressseo-faq .elementor-tab-title {
    border-top-right-radius: 16px !important;
	border-top-left-radius: 16px !important;
	border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
span.ctm-green-text {
    color: #54B94A;
}
     
.form-container h2 {
            font-size: 20px;
            margin-bottom: 10px;
        }
        .form-container p {
            font-size: 14px;
            color: #555;
            margin-bottom: 20px;
        }
		.faq-sidebarform-flag p {
			display: flex;
		}
        .input-group {
            display: flex;
            align-items: center;
            padding: 10px;
            border-radius: 5px;
            margin-bottom: 10px;
			border-bottom: 0.5px solid #CFCFCF;
			border-radius: 0px;
        }
        .input-group input {
            border: none;
            outline: none;
            background: transparent;
            flex: 1;
            padding-left: 10px;
			font-family: 'Montserrat';
   		    font-size: 16px;
        }
        .input-group i {
            font-size: 18px;
            color: #888;
			padding-right: 15px;
        }
        .captcha {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
		.captcha span {
			font-family: 'Montserrat';
			padding-left: 20px;
         }

        .captcha input {
            width: 50px;
            text-align: center;
            padding: 5px;
            border-radius: 5px;
            border: 1px solid #ccc;
        }
        .ctm-faq-stickyform .submit-btn {
            background: black !important;
            color: white !important;
            padding: 12px !important;
            border: none !important;
            width: 100% !important;
            border-radius: 20px !important;
            cursor: pointer !important;
            font-size: 16px !important;
			font-family: 'Montserrat' !important;
        }
.form-container .captcha {
    display: flex;
    align-items: flex-start;
	justify-content: flex-start;
	padding: 10px;
}
.form-container .captcha label {
    font-family: 'Montserrat';
}
.form-container .captcha p.c4wp-display-captcha-form, p.c4wp-display-captcha-form label {
    display: inline-flex;
}
.form-container .captcha span {
    font-family: 'Montserrat';
    padding-left: 6px;
}
.ctm-timeline .twae-vertical.twae-wrapper .twae-timeline:before {
	    background-color: #6DDCFF !important;
        width: 2px;
}
.ctm-timeline .twae-wrapper .twae-icondot{
border-width: 0px;	
background: linear-gradient(90deg, #6DDCFF, #7F60F9);
	
}
.ctm-timeline .twae-start {
	background: #6DDCFF !important;
}
.ctm-timeline .twae-end {
	background: #6DDCFF !important;
}
.ctm-timeline .twae-content .twae-description h3 {
	font-size: 20px !important;
}
/*.slider-container {
        width: 100%;
        max-width: 100%;
        margin: 50px auto;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .slider-wrapper {
        width: 100%;
        overflow: hidden;
    }
    
    .slider {
        display: flex;
        transition: transform 0.5s ease-in-out;
        width: 100%; /* Adjusted for dynamic slides */
    }
    
    .slide {
        width: calc(100% / 3); /* 3 slides per view */
        flex: 0 0 auto;
        padding: 10px;
        box-sizing: border-box;
    }*/
    
    .card {
    width: 100%; /* Adjust width as needed */
	min-height: 450px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: left;
    padding: 0px;
    font-family: Arial, sans-serif;
}

.card img {
    width: 100%;
    height: 180px; /* Adjust for consistency */
    object-fit: cover;
}

.badge {
    display: inline-block;
    color: white;
    font-size: 30px;
    font-weight: 600;
    padding: 10px;
    border-radius: 0px;
    width: 55px;
    margin-top: -30px;
    background: linear-gradient(90deg, #6DDCFF, #7F60F9);
	font-family: 'Montserrat';
}

.card h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
	padding: 0 25px 0 25px;
	font-family: 'Montserrat';
	line-height: 1.5em;
}

.card p {
    font-size: 16px;
    color: #000000;
	margin-top: 10px;
	padding: 0 25px 20px 25px;
	font-family: 'Montserrat';
}
    
   
    /* Dots Pagination */
    .dots {
        text-align: center;
        margin-top: 10px;
    }
    
    .dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 5px;
        background: #ccc;
        border-radius: 50%;
        cursor: pointer;
    }
    
    .dot.active {
        background: #000000;
    }
@media (max-width: 1024px) {
    .input-group {
            padding: 0px;
        }
	.ctm-lp-border-gradient-box {
		min-height: unset !important;
	}
}
@media (max-width: 987px) {
.form-container .input-group p{
            display: flex;
        }
.form-container .input-group p img {
	height: 20px !important;
	}
	.form-container .captcha {
		padding: 0px ;
	}
}
@media (max-width: 767px) {
	.ctm-travel-process-section {
	position: relative !important;
}
.ctm-timeline .twae-labels {
    padding-top: 20px !important;
}
.ctm-form-section {
	overflow: hidden;
}
	#consent-banner {
    width: 95% !important;
    margin-right: 10px !important;
    margin-bottom: 45px !important;
    margin-left: 10px !important;
    border-radius: 20px !important;
    padding: 20px !important;
}
	#reject-cookies {
		margin-bottom: 10px;
	}
	#accept-cookies {
		margin-bottom: 10px;
	}
}



/*Testimonial new design page start */
.ctm-tstmnl-video .elementor-custom-embed-play {
    position: absolute;
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
}
.ctm-tstmnl-video .elementor-custom-embed-image-overlay {
    background-position: unset !important;
}
.ctm-tstmnl-tab-sec button:hover {
    border-radius: 20px 20px 0 0;
}
.ctm-tstmnl-tab-sec button:focus {
    border-radius: 20px 20px 0 0;
}
.ctm-tstmnl-tab-sec .elementor-image-box-content {
    display: flex;
    flex-direction: column-reverse;
}
.ctm-tstmnl-tab-sec p.elementor-image-box-description {
    padding-bottom: 20px;
}
.ctm-tstmnl-counter .elementor-counter-title {
    text-align: center;
}
.ctm-tstmnl-counter .elementor-counter-number-wrapper {
    color: transparent !important;
    background: linear-gradient(98.24deg, #6DDCFF 0%, #7F60F9 100%);
    background-clip: text;
}
.ctm-gradiant-border {
    border-image-slice: 1;
    border-image-source: linear-gradient(98.24deg, #6DDCFF 0%, #7F60F9 100%);
}
.ctm-video-play-icon-placement .elementor-custom-embed-play {
    top: unset;
    left: unset;
    right: -20px;
    bottom: -20px;
    border: 6px solid #fff;
    border-radius: 50px;
    transform: unset;
	background: #fff;
}
.ctm-video-play-icon-placement .elementor-custom-embed-image-overlay img{
    border-radius: 50px 20px 50px 20px !important;
}
.ctm-video-play-icon-placement .elementor-widget-container {
    overflow: visible !important;
}
.ctm-sec-gradient-border .elementor-widget-wrap.elementor-element-populated {
	border-image-slice: 1;
	background: linear-gradient(white, white) padding-box, linear-gradient(98.24deg, #6DDCFF 0%, #7F60F9 100%) border-box;
  	background-origin: padding-box, border-box;
  	background-clip: padding-box, border-box;
}

/*Testimonial new design page end */
.contact-testimonials button.slick-arrow {font-size: 0;}
.ctm-contact-page-form input.wpcf7-form-control.wpcf7-text,
.ctm-contact-page-form .form-content textarea,
.ctm-contact-page-form input#c4wp_user_input_captcha {
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    border-radius: 10px !important;
	border-bottom: unset !important;
	border: 1px solid #000 !important;
	background-color: #fff!important;
}
.ctm-contact-page-form .c4wp-display-captcha-form label {
    margin-right: 10px;
}
@media (max-width: 499px) {
  .ctm-lp-border-gradient-box {
    height: unset !important;
	}
}
}


.shopify-landing-pageform .form-field p {
    margin: 0 !important;
}

.shopify-landing-pageform .form-button {
    text-align: left !important;
}



/* @media only screen and (max-width: 767px) {
	.email_form .btn_submit {
        right: 86px !important;
	 }
} */

/* @media only screen and (min-width: 768px) and (max-width:1024px) {
	  .email_form .btn_submit {
        right: 86px !important;
	 }
} */


/* start CSS for Page: website-maintenance-packages */
.ctm-logo-slider img.swiper-slide-image {
    padding: 8px 17px;
    box-shadow: 2px 2px 10px 2px #5E5E5E26;
}



/* end CSS for Page: website-maintenance-packages */

/* start CSS for Page: ppc-package */


.ppc-game-change-iconbox:hover .elementor-icon-list-items span {	color:#fff !important;  }
.ppc-game-change-iconbox:hover span svg g path{   fill: #fff;  }

.ppc-game-change-iconbox li.elementor-icon-list-item {
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.ctm-ppc-3s-sec .e-n-tabs-heading button:hover,
.ctm-ppc-3s-sec .e-n-tabs-heading button:focus,
.ctm-ppc-3s-sec .e-n-tabs-heading button:active {
    border-radius: 10px !important;
}
.ctm-ppc-3s-sec button:hover span {
    background-image: linear-gradient(to right, #6ed5ff, #7e66f9);
    background-clip: text;
    -webkit-background-clip: text;
}
.ctm-ppc-3s-sec button:hover {
    border-bottom: 1px solid #D1D1D6;
}
.ctm-adv-sec button.e-n-tab-title:hover,
.ctm-adv-sec button.e-n-tab-title:focus {
    border-radius: 20px 20px 0px 0px !important;
}
.ctm-ppc-strategy-sec .e-n-tabs-heading button:hover,
.ctm-ppc-strategy-sec .e-n-tabs-heading button:focus {
    border-radius: 20px 0px 0px 20px!important;
    border: 1px solid #7f60f9 !important;
    border-right: none !important;
}
.ctm-ppc-strategy-sec button:hover span {
    background-image: linear-gradient(to right, #6ed9ff, #7f60f9);
    background-clip: text;
    -webkit-background-clip: text;
}
.ctm-newsletter-sec .email_form .btn_submit {
    top: 10px !important;
}
/* end CSS for Page: ppc-package */
.ctm-faq-scroll-1,
.ctm-faq-scroll-2  {
    height: 600px;
}
/* SEO Package page style start */
.ctm-seo-pg-3p-sec button:hover span {
    background-image: linear-gradient(to right, #6ed9ff, #7f60f9);
    background-clip: text;
    -webkit-background-clip: text;
}
/* SEO Package page style end */

/*# all blog popup style start #*/
	.all-blog-popup-wrapper {
		background: #e7e7e7;
	}
  /* Trigger button */
  .all-blog-popup-wrapper .open-modal-btn {
    background: linear-gradient(to right, #5db8ff, #8a6cff);
    border: none;
    color: white;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 28px;
    border-radius: 30px;
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .all-blog-popup-wrapper .open-modal-btn:hover {
    opacity: 0.9;
  }

  /* Modal styling */
  .all-blog-popup-wrapper .contact-modal {
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
    border: none;
  }

  .all-blog-popup-wrapper .contact-modal .modal-body {
    position: relative;
  }

  /* Close button */
  .all-blog-popup-wrapper .contact-modal .btn-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: linear-gradient(to right, #74aaff, #9a6fff);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    color: #fff;
    opacity: 1;
    font-size: 20px;
    font-weight: 500;
	line-height: 0;
  }

  /* Heading + Subtext */
  .all-blog-popup-wrapper .text-gradient {
    font-weight: 700;
    font-size: 40px;
    background: linear-gradient(to right, #5db8ff, #8a6cff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
  }

  .all-blog-popup-wrapper .subtitle {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .all-blog-popup-wrapper hr {
    width: 80%;
    margin: 20px 0;
    border: 2px solid #000000;
    justify-self: anchor-center;
  }

  .all-blog-popup-wrapper .form-note {
    font-size: 15px;
    font-weight: 700;
    color: #00000066;;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
  }

  /* CF7 fields */
	.all-blog-popup-wrapper .input-wrapper {
		 border: none;
		border-bottom: 1px solid #ccc;
		background: transparent;
		padding: 0px 5px 25px;
		font-size: 14px;
		outline: none;
		margin-bottom: 20px;
		position: relative;
		display: inline-block;
		width: 100%;
		text-align: left;
	}

	.all-blog-popup-wrapper .input-wrapper .icon i {
	    position: absolute;
		left: 0;
		top: 5%;
		font-size: 18px;
	}

	.all-blog-popup-wrapper .input-wrapper .field input,
	.all-blog-popup-wrapper .input-wrapper .field textarea
	 {
	    padding-left: 25px !important;
		border: unset !important;
		background: unset !important;
		font-size: 16px;
   		width: 100%;
	}
   .all-blog-popup-wrapper .c4wp-display-captcha-form {
		color: #00000080;
	}
	.all-blog-popup-wrapper .c4wp-display-captcha-form label {
		padding: 0 20px 0 0;
		color: #00000080;
	}
	.all-blog-popup-wrapper .c4wp_user_input_captcha {
		border-radius: 4px;
		border: 1px solid #00000080 !important;
	}

  	.all-blog-popup-wrapper .cf7-wrapper input[type="submit"],
	.all-blog-popup-wrapper .continue-reading-btn
	{
		width: 100%;
		max-width:100%;
		background: linear-gradient(to right, #5db8ff, #8a6cff);
		border: none;
		color: #fff;
		font-weight: 600;
		border-radius: 25px;
		padding: 12px;
		margin-top: 10px;
		transition: opacity 0.3s;
	 }

  	.all-blog-popup-wrapper .cf7-wrapper input[type="submit"]:hover,
	.all-blog-popup-wrapper .continue-reading-btn:hover {
    	opacity: 0.9;
		border-radius: 25px;
		border: none;
		color: #fff !important;
  	}
  .all-blog-popup-wrapper .form-field:focus-visible { outline: none !important; }
	@media screen and (max-width: 992px) {
		.all-blog-popup-wrapper .contact-modal .modal-body{
			padding: unset;
		}
		.all-blog-popup-wrapper .contact-modal .btn-close {
			top: -25px;
			right: -25px;
			width: 20px;
			height: 20px;

		}
		.all-blog-popup-wrapper .text-gradient{
			font-size: 30px;
		}
		.all-blog-popup-wrapper .subtitle{
			font-size: 16px;
		}
		.all-blog-popup-wrapper .form-note{
			font-size: 12px;
			margin: 20px 0 35px 0;
			flex-wrap: wrap;
			gap: 10px;
		}
		.all-blog-popup-wrapper .input-wrapper{
			padding: 0px 5px 10px;
		}
		.all-blog-popup-wrapper .input-wrapper .icon i{
			top: 10%;
			font-size: 14px;
		}
		.all-blog-popup-wrapper .input-wrapper .field input, .all-blog-popup-wrapper .input-wrapper .field textarea{
			font-size: 14px;
			padding-left: 20px !important;
		}
		.all-blog-popup-wrapper .c4wp-display-captcha-form{
			font-size: 14px;
		}
	}
    
/*# all blog popup style end #*/
/*# hvac-marketing-services style start #*/
.hvac-slider-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}

/* FIXED CARD WIDTH */
.hvac-marketing-services-pg-step-slider .item {
  width: 330px !important; /* Adjust as needed */
  margin-right: 30px;
}

/* Owl stage becomes FULL WIDTH while scrolling */
.hvac-marketing-services-pg-step-slider .owl-stage-outer {
  overflow: visible !important;
}

/* Center first slide nicely inside container */
.hvac-marketing-services-pg-step-slider .owl-stage {
  padding-left: 0 !important; /* You can remove this if you want no gap at all */
}

.hvac-marketing-services-pg-step-slider.owl-carousel .item {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  min-height: 380px;
  box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
  margin: 20px 10px;
}

.hvac-marketing-services-pg-step-slider .card-number {
  font-size: 42px;
  font-weight: 600;
  background: linear-gradient(90deg, #64d2ff, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  width: fit-content;
}

.hvac-marketing-services-pg-step-slider .card-title {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin-top: 5px;
  margin-bottom: 10px;
}

.hvac-marketing-services-pg-step-slider .card-text {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

/* hvac-marketing-services-pg-step-slider end */
/* case study slider style start */
.ctm-hvac-casestudy-slider .ctm-case-study-slider-wrapper {
	padding: 0 40px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.ctm-hvac-casestudy-slider .ctm-case-study-slide {
	background: white;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.06);
	border: 1px solid #D1D1D6;
	min-height: 600px;
    align-content: center;
}
.ctm-hvac-casestudy-slider .case-study-detail {
	display: flex;
	align-items: center;
}
.ctm-hvac-casestudy-slider .ctm-text-section {
	padding-right: 20px;
	width: 55%;
}
.ctm-hvac-casestudy-slider .ctm-text-section h3{
	font-family: Montserrat;
	font-weight: 700;
	font-size: 18px;
	margin-bottom:20px;
}
.ctm-hvac-casestudy-slider .ctm-text-section p{
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
}
.ctm-hvac-casestudy-slider .ctm-text-section ul {
	margin: 0;
	padding-left: 20px;
}
.ctm-hvac-casestudy-slider .ctm-text-section li {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 6px;
}
.ctm-hvac-casestudy-slider .ctm-image-section {
	width: 45%;
}
.ctm-hvac-casestudy-slider .ctm-image-section img {
	max-width: 100%;
	border-radius: 8px;
}
/* case study slider style end */
.ctm-marketing-solution-hvac .e-n-tabs-heading {
    background: #fff;
    padding: 30px;
    border-radius: 23px;
}

.ctm-marketing-solution-hvac .e-n-tab-title[aria-selected="true"] {
    margin-right: -35px;
}
@media screen and (max-width: 768px) {
	.ctm-marketing-solution-hvac .e-n-tab-title[aria-selected="true"] {
    	margin-right: unset;
		border: 2px solid #fff !important;
	}
	
}

/*# hvac-marketing-services style end #*/
/*# ecommerce-seo-page style start #*/
.ctm-ecommSEOpg-platform-service .e-n-tabs-heading {
	padding: 30px;
}
.ctm-ecommSEOpg-platform-service .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"] {
	border-radius: 10px 0 0 10px;
}
.ctm-ecommSEOpg-platform-service button:hover h3 {
    background-image: linear-gradient(to right, #6DDCFF, #7F60F9);
    -webkit-background-clip: text;
    background-clip: text;
}
.ctm-ecommSEOpg-platform-service .e-n-tab-title[aria-selected="true"] { margin-right: -30px; }

@media (max-width: 768px) {
	.ctm-ecommSEOpg-platform-service .e-n-tabs-heading {
		padding: 20px;
	}
	.ctm-ecommSEOpg-platform-service .e-n-tab-title[aria-selected="true"] {
		margin-right: -20px;
	}
}
@media (max-width: 766px) {
	.ctm-ecommSEOpg-platform-service .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"] {
		border-radius: 10px;
		margin-bottom: 5px !important;
	}
	.ctm-ecommSEOpg-platform-service .e-n-tab-title[aria-selected="true"] {
		margin-right: 0px;
	}
}
 .ctm-case-study-slider-wrapper {
        padding: 0 40px;
        position: relative;
        width: 100%;
        overflow: hidden;
        padding-right: 0px;
    }
    .ctm-case-study-slider .slick-slide {
        margin: 0 10px;
    }
    .ctm-case-study-slider .owl-stage {
        padding-left: 0px !important;
    }
    .slick-list {
        overflow: visible;
        margin: 0 -10px;
    }
    .ctm-case-study-slide {
        display: flex !important;
        align-items: center;
        background: white;
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
        height: auto !important;
        box-sizing: border-box;
        min-height: 550px !important;
    }
    .ctm-text-section {
        flex: 0 0 60%;
        padding-right: 20px;
        text-align: left;
    }
    .ctm-image-section {
        flex: 0 0 40%;
        background-color: #e6f3ff;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }
    .ctm-image-section img {
        max-width: 100%;
        border-radius: 8px;
    }
    .ctm-case-study-heading p {
        font-size: 22px !important;
        font-weight: 600 !important;
        font-family: 'Montserrat';
    }
    .ctm-text-section ul li {
            font-size: 16px;
            font-weight: 400;
            line-height: 1.5em;
            font-family: 'Montserrat';
    }
    .ctm-text-section p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5em;
        font-family: 'Montserrat';
    }
    .ctm-case-study-link {
        display: inline-flex;
        align-items: center;
        font-family: 'Montserrat';
        font-weight: 600;
        font-size: 16px;
        text-decoration: none;
        background: linear-gradient(90deg, #4da6ff, #7b6cff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        gap: 8px;
        margin-top: 12px;
    }
    .ctm-case-study-link .arrow-circle {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ctm-case-study-link svg {
        width: 24px;
        height: 24px;
    }
    .ctm-case-study-link:hover .arrow-circle {
    transform: translateX(4px);
    transition: transform 0.3s ease;
    }
    .ctm-seo-slick-nav {
        display: flex;
        max-width: 150px;
        margin: 0 0 30px auto;
        gap: 10px;
    }
    .ctm-seo-slick-arrow {
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }

    .ctm-seo-slick-arrow:hover {
        background-color: #f0f0f0;
    }

    .ctm-seo-slick-arrow i {
        font-size: 16px;
        color: #333;
    }
    p.gradient-text {
        background: linear-gradient(90deg, #6DDCFF, #7F60F9);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
    }
    @media (max-width: 1024px) {
        .ctm-case-study-slider-wrapper {
            padding-left: 0px;
            padding-right: 0px;
        }
    }
    @media (max-width: 768px) {
        .ctm-case-study-slider .slick-slide {
        height: auto !important;
        }
        .ctm-seo-slick-nav {
        display: flex;
        margin: 20px 0 30px 0;
        gap: 10px;
        justify-content: center;
        }
        .ctm-case-study-slide {
            flex-direction: column;
            height: auto;
        }

        .ctm-text-section,
        .ctm-image-section {
            flex: 1 1 100%;
            padding: 10px 0;
        }
    }
/*# ecommerce-seo-page style end #*/