/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


div#iconheader {
    margin-bottom: 0 !important;
}

span.elementor-headline-dynamic-text.elementor-headline-text-active:before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2025/12/SVG-e1764867346910.png)no-repeat;
    left: 0;
    right: 0;
    top: 73%;
    bottom: 0;
    padding-bottom: 36px;
}

.elementor-161 .elementor-element.elementor-element-5edea74d .elementor-swiper-button svg {
    display: none;
    font-size: 10px !important;
    width: 20px !important;
}

.elementor-161 .elementor-element.elementor-element-5edea74d.elementor-arrows-yes .elementor-main-swiper {
    width: calc(100% - 0px) !important;
}

.elementor-161 .elementor-element.elementor-element-3dba937e {
    overflow: hidden !important;
}

.elementor-161 .elementor-element.elementor-element-5edea74d .elementor-testimonial__text {
    word-spacing: -1px !important;
}


/*slider*/


/* Main carousel wrapper */
.services-carousel {
  position: relative;
  margin-top: 20px;
}

/* Horizontal track */
.services-track {
  display: flex;
  overflow-x: auto;
  gap: 20px; /* thoda kam gap mobile ke liye */
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}

/* Hide scrollbar (optional) */
.services-track::-webkit-scrollbar {
  display: none;
}

/* ---------- MOBILE: ONLY 1 SLIDE VISIBLE ---------- */
.services-track .elementor-widget-call-to-action {
  scroll-snap-align: start;
  flex: 0 0 100%;   /* 1 card per view */
  max-width: 100%;
}

/* ---------- TABLET: 2 SLIDES ---------- */
@media (min-width: 768px) {
  .services-track .elementor-widget-call-to-action {
    flex-basis: 48%;
    max-width: 48%;
  }
}

/* ---------- DESKTOP: 4 SLIDES ---------- */
@media (min-width: 1024px) {
  .services-track .elementor-widget-call-to-action {
    flex-basis: 23%;
    max-width: 23%;
  }
}

/* Arrows */
.services-nav {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
  z-index: 5;
  box-shadow: 0 0 8px rgba(0,0,0,0.08);
}

.services-prev { left: 10px; }
.services-next { right: 10px; }

.services-nav:hover {
  box-shadow: 0 0 12px rgba(0,0,0,0.18);
}



.elementor-161 .elementor-element.elementor-element-64f22e40 .elementor-headline-dynamic-wrapper path {
    display: none;
}

button.services-nav.services-prev {
    font-size: 28px !important;
}

button.services-nav.services-next {
    font-size: 28px !important;
}

.services-nav {
    padding: 25px !important;
}



div#bookservicesid button#wpforms-submit-583 , div#bookservicesid button#wpforms-submit-637 {
    width: 100% !important;
    height: 48px;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Jost';
}

p.elementor-icon-box-description a {
    color: #3e4054 !important;
}

.home p.elementor-icon-box-description a {
    color: #fff !important;
}

.page-id-164 p.elementor-icon-box-description a {
    color: #fff !important;
}

div#scrollid ul {
    overflow-y: scroll;
    height: 177px;
}

div#pricingcol:hover * {
    color: #fff !important;
}

div#pricingcol:hover svg path {
    fill: #fff !important;
}

/*servicestable*/


.pricing-section {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.pricing-table th, .pricing-table td {
    text-align: left;
    padding: 15px;
    font-size: 16px;
    color: #333;
}

.pricing-table th {
    background-color: #304fb4;
    color: white;
    font-weight: bold;
}

.pricing-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.additional-services {
    margin-top: 30px;
}

.service-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.service-title {
    font-weight: bold;
}

.service-price {
    color: #007bff;
}

.book-now-btn {
    display: block;
    width: 100%;
    background: linear-gradient(177deg, rgb(67 184 81) 0%, rgb(67 184 81) 100%) !important;
    color: white;
    font-size: 18px;
    padding: 15px;
    border: none;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.book-now-btn:hover {
    background-color: #0056b3;
}

.book-now-btn a {
    color: #fff !important;
}

section#innerservices ul {
    padding-left: 19px !important;
}

section#innerservices ol {
    padding-left: 19px !important;
}

.menu-item-has-children > a .sub-arrow:not(:first-child) {
  display: none !important;
}








/*responsive*/

@media only screen and (max-width: 600px) and (min-width: 400px)  {
	h2.elementor-icon-box-title {
    font-size: 20px !important;
}

.elementor-161 .elementor-element.elementor-element-6d108319 {
    padding-bottom: 20px !important;
}
	
.services-track .elementor-widget-call-to-action {
  scroll-snap-align: start;
  flex: 0 0 100%;   /* 1 card per view */
  max-width: 100%;
}	
	
.services-track {
    width: 100%;
}

.services-nav {
    display: none;
}	
	
span.elementor-headline-dynamic-text.elementor-headline-text-active:before {
    display: none;
}	
	
.services-carousel {
    width: 100%;
}	

div#scrollid ul {
    height: auto;
}	
	
}

@media only screen and (max-width: 1000px) and (min-width: 320px){
	section#innerservices h3 , section#innerservices h2 {
    font-size: 20px !important;
}

}
