.top-header {
    height: 70px;
    background-color: var(--black) !important;
}

.email-btn {
    top: 0;
}

.email-address input#email {
    width: 90% !important;
}

.top-header a {
    text-decoration: none;
}

.top-header i,
.top-header img {
    display: inline-block;
    vertical-align: middle;
}

.top-header .number,
.top-header .gmail-div,
.top-header .whatsapp-div {
    margin-left: 15px; /* space between items */
}

@media (max-width: 575px) {
    .top-header {
        height: 100px;
        padding: 0 10px; /* small padding on mobile */
    }
    .top-header .number,
    .top-header .gmail-div,
    .top-header .whatsapp-div {
        margin-left: 10px;
    }

    .email-address input#email {
    width: 80% !important;
}
}


.cst-pricing {
    width: 1140px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    left: 0 !important;
}


/** Our Clients **/


.client-logos-wrapper {
    margin-top: 30px; /* Spacing at the top */
}

.client-logo-item img {
    max-height: 100px; /* Set a consistent max height for the logos */
    object-fit: contain; /* Ensure logos scale without distortion */
    transition: transform 0.3s ease; /* Smooth transition for hover effect */
    display: block;
    margin: 0 auto; /* Center the image within the container */
}

.client-logo-item:hover img {
    transform: scale(1.1); /* Slightly scale up the logo on hover */
}

.client-logo-item {
  width: 260px;          /* fixed width */
    height: 121px;         /* fixed height */
    background-color: #f9f9f9; /* Add a light background for logos */
    border: 1px solid #ddd; /* Border to visually separate logos */
    padding: 10px; /* Padding around logos */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Soft shadow for a 3D effect */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
        display: flex;         /* for centering content */
    justify-content: center; /* horizontal center */
    align-items: center;      /* vertical center */
    overflow: hidden;      /* hide overflow if image is larger */
    margin: 0 auto;        /* optional, center block */
}


.client-logo-item img {
    max-width: 100%;      /* scale image to fit width */
    max-height: 100%;     /* scale image to fit height */
    object-fit: contain;  /* maintain aspect ratio */
}

.client-logo-item:hover {
    background-color: #eaeaea; /* Change background on hover */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15); /* Enhance shadow on hover */
}

.no-logos {
    text-align: center;
    font-size: 16px;
    color: #555;
}


/** Our Client End **/


.sub-menu {
  min-width: 320px !important;
}

.sub-menu li a {
  white-space: normal !important;
}

.sub-menu li {
  list-style:disc !important;
}

.cst-custom {
    width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.cst-custom h3{
    font-family: 'Poppins';
    font-size: 27px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 5px;
}

/* Make image column sticky */
.cst-custom .vce-col--md-30p .vce-col-content {
    position: sticky;
    top: 20px; /* Distance from top when scrolling */
}

.cst-custom {
    position: relative;
}

ul.sub-menu a {
    text-wrap-mode: nowrap;
}

ul.sub-menu {
    border: 1px solid #e6e6e6;
}

@media (max-width: 991px) {
    .brandnav li.menu-item-has-children > ul.sub-menu {
        position: relative; /* inside parent column */
        box-shadow: none;
        display: none; /* hidden by default */
    }

    .brandnav li.menu-item-has-children > a::after {
        content: " ▼";
        float: right;
    }
}


/* Desktop hover for submenu */
@media (min-width: 992px) {
    .brandnav li.menu-item-has-children > ul.sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        padding: 10px 0;
        min-width: 200px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        z-index: 9999;
    }

    .brandnav li.menu-item-has-children:hover > ul.sub-menu {
        display: block;
    }
}


@media(min-width: 992px){
    .cst-custom .vce-col--md-30p .vce-col-content {
        position: sticky;
        top: 20px;
    }
}


.cst-custom ul li { list-style: disc;margin-bottom: 10px;}

.star-rating svg path {
	color: var(--primary);
}

@media only screen and (max-width: 991px){
	
	body.page-id-60 .inner-page-banner{
		height: 350px !important;
		padding-bottom: 35px !important;
	}
    span.wpcf7-spinner{margin: 0 !important;}
	
}

section.terms-and-conditions {
    padding: 50px 00px;
}
section.terms-and-conditions h2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 60px;
    color: var(--bg-color);
}
section.terms-and-conditions h3,.privacy-policy .privacy-div ul li h2 {
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 60px;
}
section.terms-and-conditions p,.list-one ul li h3,.privacy-policy .privacy-div ul li ul li h3{
    font-family: 'Poppins', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin-top: 00px;
}
ul.defination-list li, .list-one ul li {
    /* list-style: disc !important; */
    margin-bottom: 10px;
}
ul.defination-list{
    padding-left: 30px !important;
}
h2.customer-obl {
    margin-top: 20px;
}
ul.defination-list li { list-style: disc;}

body.page-id-2095 h1.has-text-align-center {
    padding: 50px 0px 30px 0px;
    font-family: 'Poppins';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
}
.wpcf7-spinner{margin: 0 !important;}
section.slider-section.mobile-without-slider { display: none;}

@media only screen and (max-width: 767px){
    section.slider-section.desktop-slider.desktop-with-slider {display: none;}
    section.slider-section.mobile-without-slider { display: block;}
    section.slider-section.mobile-without-slider .item { margin-top: 30px;}


    .container.section-space {
            padding: 313px 0 130px 0 !important
        }

        .cst-custom {
    padding: 170px 0 0 0 !important;
    margin: 25px 0 0 25px !important;
    text-wrap-mode: wrap;
    width: 100%;
}


}

/* Mobile responsiveness */
@media (max-width: 768px) {

  .cst-custom {
    width: auto !important;
  }

  /* Main column padding */
  .cst-custom .vce-col-inner,
  .cst-custom .vce-col-content {
    padding: 15px !important;
  }

  /* Headings */
  .cst-custom .vce-text-block h2 {
    font-size: 22px;
    line-height: 1.3;
    text-align: left;
  }

  .cst-custom .vce-text-block h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  /* Paragraphs */
  .cst-custom .vce-text-block p {
    font-size: 15px;
    line-height: 1.6;
  }

  /* Lists */
  .cst-custom .vce-text-block ul {
    padding-left: 18px;
    margin-bottom: 15px;
  }

  .cst-custom .vce-text-block ul li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
  }

  /* Fix nested UL issue (your HTML has UL inside UL) */
  .cst-custom .vce-text-block ul ul {
    padding-left: 0;
    list-style: disc;
  }

  /* Button container */
  .cst-custom .vce-button--style-basic-container {
    text-align: center;
    margin-top: 25px;
  }

  /* Button */
  .cst-custom .vce-button {
    width: 100%;
    max-width: 320px;
    font-size: 16px;
    padding: 14px 20px !important;
  }

  .cst-pricing {
    width: auto !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    left: 0 !important;
}
}
@media (max-width: 768px) {

  /* Banner column */
  .inner-page-banner {
    width: 100% !important;
  }

  /* Inner container spacing */
  .inner-page-banner .vce-col-inner,
  .inner-page-banner .vce-col-content {
    padding: 20px 15px !important;
  }

  /* Remove unnecessary spaces from raw HTML container */


  /* Heading */
  .inner-page-banner h2 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 12px;
    text-align: left;
  }

  /* Paragraphs */
  .inner-page-banner p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: left;
  }

  /* Button */
  .inner-page-banner .btn-primary {
    display: inline-block;
    width: 100%;
    max-width: 280px;
    padding: 14px 20px;
    font-size: 16px;
    text-align: center;
  }
}


