/* 
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 */

/* general style start */
/* #content {
    margin-top: 70px;
}
.home #content {
    margin-top: 0px;
}
*/
body {
  background-image: url("https://imsnhance.com/wp-content/uploads/2025/10/BG-Main.png") !important;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cyt-revisitIcon img {
    width: 30px;
    max-width: 30px;
    height: 30px;
}
.cyt-revistIcon-text-left {
    width: 150px !important;
}
.center-txt-cls .elementor-counter-title {
    text-align: center;
}
.txt-green-cls {
	color: #5FC896;
}
.txt-purple-cls {
	color: #583F98;
}
.txt-yellow-cls {
	color: #FFD23F;
}
.txt-pink-cls {
	color: #E87994;
}
.txt-blue-cls {
	color: #59C9F3;
}
.gradient-heading-cls {
    background: linear-gradient(to bottom, #583F98, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.gradient-pink-heading-cls {
    background: linear-gradient(to bottom, #E87994, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.gradient-green-heading-cls {
    background: linear-gradient(to bottom, #5FC896, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.gradient-yellow-heading-cls {
    background: linear-gradient(to bottom, #FFD23F, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.gradient-purple-num-cls .elementor-counter-number-wrapper {
	background: linear-gradient(to bottom, #583F98, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.gradient-green-num-cls .elementor-counter-number-wrapper {
	background: linear-gradient(to bottom, #5FC896, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.gradient-yellow-num-cls .elementor-counter-number-wrapper {
	background: linear-gradient(to bottom, #FFD23F, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.gradient-pink-num-cls .elementor-counter-number-wrapper {
	background: linear-gradient(to bottom, #E87994, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* general style end */


/* home page style start */
.min-height-content-cls {
    min-height: 150px;
}
.caro-market-cls {
    position: relative;
    /* Define a height/max-height for the wrapper if needed */
}

.caro-market-cls .elementor-swiper-button {
    z-index: 99 !important;
}
.caro-market-cls::before,
.caro-market-cls::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 250px; /* Adjust the width of the fading area */
    pointer-events: none; /* Allows clicks to pass through to the carousel */
    z-index: 10; /* Ensure it is on top of the cards */
}

/* Left Fade */
.caro-market-cls::before {
    left: 0;
    background: linear-gradient(to right, 
        rgba(10, 10, 20, 1) 10%, /* Background color of the container */
        rgba(10, 10, 20, 0) 100%
    );
}

/* Right Fade */
.caro-market-cls::after {
    right: 0;
    background: linear-gradient(to left, 
        rgba(10, 10, 20, 1) 10%, /* Background color of the container */
        rgba(10, 10, 20, 0) 100%
    );
}


/* home page style end */


/* soltion page style start */
/* remove native marker and prepare counter */
.list-number-cls ol {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
  margin: 0;
}

/* increment counter and leave space for our custom marker */
.list-number-cls ol li {
  counter-increment: item;
  position: relative;
  padding-left: 3rem; /* adjust to taste */
  margin: 0.5rem 0;
}

/* custom marker (this supports gradient text via background-clip) */
.list-number-cls ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;             /* lets us center the text */
  align-items: start;
  justify-content: center;
  font-weight: 700;
  font-size: 2rem;

  /* gradient-on-text technique */
  background: linear-gradient(to bottom, #583F98, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome/Safari/Edge */
  background-clip: text;                /* non-prefixed attempt */
  color: transparent;                   /* fallback */

  /* optional: tweak vertical alignment if needed */
  line-height: 18px;
}
.number-mar-cls img {
    margin-left: 50px;
}
.number4-mar-cls img {
    margin-left: 35px;
}
/* soltion page style end */


/* agency page style start */
.the-result-width-cls li.elementor-icon-list-item {
    min-width: 130px;
}
/* agency page style end */


/* brand page style start */
.icon-txt-cls span.elementor-icon {
    margin-top: 10px;
}
.mar-right-cls-50 {
	padding-right:80px;
}
.mar-left-cls-50 {
	padding-left:80px;
}
/* brand page style end */

/* contact page style start */
.wpcf7-form-control-wrap input::placeholder, .wpcf7-form-control-wrap textarea::placeholder  {
  color: #fff; /* Replace with your desired color */
  opacity: 1;      /* Optional: controls transparency */
}
.wpcf7-form-control-wrap input:focus-within, .wpcf7-form-control-wrap input:focus, .wpcf7-form-control-wrap input:focus-visible, .wpcf7-form-control-wrap textarea:focus-within, .wpcf7-form-control-wrap textarea:focus, .wpcf7-form-control-wrap textarea:focus-visible{
  border: none; /* removes border */
  background-color: transparent; /* resets background */
  box-shadow: none; /* remove any shadows */
}
.wpcf7-form-control-wrap input {
    border-radius: 15px;
    background: #281C47;
    color: #fff;
    border: 1px solid #ffffff6b;
	margin-bottom: 15px;
	height:50px;
}
.wpcf7-form-control-wrap textarea {
    border-radius: 15px;
    background: #281C47;
    color: #fff;
    border: 1px solid #ffffff6b;
	margin-bottom: 15px;
}
.acceptance-txt-cls {
    color: #fff;
    font-size: 11px;
	line-height: 15px;
	margin-bottom: 15px !important;
}
.wpcf7-form p {
    margin: 0;
}
.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    margin: 0px 10px 0px 0px;
    width: 15px !important;
    height: 15px !important;
}
.wpcf7-form-control input[type="checkbox"] {
    width: 15px !important;
    height: 11px !important;
}
.wpcf7 .wpcf7-submit:hover {
    color: #fff !important;
}
.wpcf7 .wpcf7-submit {
    margin-top: 10px;
	line-height: 16px;
}
/* contact page style end */

/* footer style start */
.footer-logo-slider::before,
.footer-logo-slider::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 90px; /* Adjust the width of the fading area */
    pointer-events: none; /* Allows clicks to pass through to the carousel */
    z-index: 10; /* Ensure it is on top of the cards */
}

/* Left Fade */
.footer-logo-slider::before {
    left: 0;
    background: linear-gradient(to right, 
        rgba(20, 21, 21, 1) 20%, /* Background color of the container */
        rgba(10, 10, 20, 0) 100%
    );
}

/* Right Fade */
.footer-logo-slider::after {
    right: 0;
    background: linear-gradient(to left, 
        rgba(20, 21, 21, 1) 20%, /* Background color of the container */
        rgba(10, 10, 20, 0) 100%
    );
}
/* footer style end */

/* Styles for screens smaller than 768px (mobile) */
@media screen and (min-width: 768px) {
	.resource-model-tab-cls .e-n-tabs-heading {
    width: 100%;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.resource-model-tab-cls .e-n-tabs {
    gap: 0 !important;
}
}

@media screen and (max-width: 767px) {
.mar-right-cls-50 {
	padding-right:0px;
}
.mar-left-cls-50 {
	padding-left:0px;
}
.bg-none-mobile {
    background: none !important;
}
.caro-market-cls::before,
.caro-market-cls::after {
    width: 0px; /* Adjust the width of the fading area */
}	
}

/* Styles for screens between 768px and 1024px */
@media screen and (min-width: 768px) and (max-width: 1024px) {
.mar-right-cls-50 {
	padding-right:40px;
}
.mar-left-cls-50 {
	padding-left:40px;
}
}

@media screen and (min-width: 1366px) {
  /* Your CSS styles for screens 1366px wide and larger go here */
.number-mar-cls img {
    width: 145px;
    height: 200px;
}	
.number-mar-cls img {
    margin-left: 125px;
}
.number4-mar-cls img {
    margin-left: 105px;
}
}