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

/* menu style start */
.sub-menu a.elementor-sub-item {
    font-size: 16px !important;
}

/* menu 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;
}
.bg-green-dot {
  position: relative; /* required for absolute positioning inside */
}

.bg-green-dot::before {
    content: "";
    position: absolute;
    top: -12px;
    height: 30px;
    background: url(https://imsnhance.com/wp-content/uploads/2025/10/green-dot.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    left: 5px;
    z-index: 9;
}
.bg-green-dot1::before {
    content: "";
    position: absolute;
    top: -4px;
    height: 30px;
    background: url(https://imsnhance.com/wp-content/uploads/2025/10/green-dot.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    right: 5px;
    z-index: 9;
}
.bg-pink-dot::before {
    content: "";
    position: absolute;
    top: -12px;
    height: 30px;
    background: url(https://imsnhance.com/wp-content/uploads/2025/10/pint-dot.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    left: 5px;
    z-index: 9;
}
.bg-pink-dot1::before {
    content: "";
    position: absolute;
    top: -13px;
    height: 30px;
    background: url(https://imsnhance.com/wp-content/uploads/2025/10/pint-dot.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    left: -5px;
    z-index: 9;
}
.bg-purple-dot::before {
    content: "";
    position: absolute;
    top: -12px;
    height: 30px;
    background: url(https://imsnhance.com/wp-content/uploads/2025/10/purple-dot.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    left: 5px;
    z-index: 9;
}
.bg-purple-dot1::before {
    content: "";
    position: absolute;
    top: -4px;
    height: 30px;
    background: url(https://imsnhance.com/wp-content/uploads/2025/10/purple-dot.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    right: 5px;
    z-index: 9;
}
/* 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 */

/* about us page style start */
.charter-video-cls img {
    aspect-ratio: auto !important;
}
.charter-video-cls .elementor-custom-embed-play {
    transform: translate(calc(-107% * var(--direction-multiplier)), -203%) !important;
}
/* about us page style end */

/* meet us start */
  .team-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: auto;
	position: relative;
  }
  .team-container-tabs {
	margin-bottom: 20px;
	max-width: 1200px;  
	margin: 0px auto 10px;  
  }
  .team-container-tabs .tabs {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 10px;
}

.team-container-tabs .tab-btn {
  padding: 12px 24px;
  background-color: transparent;
  background-image: radial-gradient(at top right, #141515 0%, #141515 100%);
  color: #fff;
  border: 1px solid #FFFFFF66;	
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.3s;
  min-width: 160px;
  margin: 5px 10px 5px 0px;
  font-size: 16px;	
  font-family: "Syne", Sans-serif;
  font-weight: 700;
  text-transform: none;	
}
.team-container-tabs .tab-btn:hover { 
	color: #fff;	
}
.team-container-tabs .tab-btn.active {
  background-color: transparent;
  background-image: linear-gradient(45deg, #302052 0%, #302052 100%); 	
  color: #fff;	
}

.team-container .tab-content {
  display: none;
}


.team-container .tab-content.active {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  flex: 1;
  transition: all 0.6s ease;
}


  .profile-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    flex: 1;
    transition: all 0.6s ease;
  }

  .profile-grid.shrink {
    grid-template-columns: repeat(2, 1fr) !important;
    max-width: 49.3%;
	transition: all 0.6s ease;
  }

  .card {
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    border: 1px solid #FFFFFF66;
    overflow: hidden;
    transition: all 0.3s ease;
    background: linear-gradient(229deg, #1E1D1D 52.4%, #583F98 100%);
    backdrop-filter: blur(3px);
	padding: 10px;  
}
  .img-div {
	background-color: transparent;
    background: linear-gradient(180deg, #000 0%, #281C47 100%);
    padding: 25px 25px 0 25px;
	border-radius: 12px;  
  }

  .img-div img {
    filter: grayscale(1);
    transition: all 0.3s ease;
        margin: 0 0 -8px 0;
  }

  .card:hover .img-div img,
  .card.active .img-div img {
    filter: grayscale(0);
  }
.card:hover .img-div {
  background: #302052;
    border-radius: 12px;
  }
.card.active .img-div {
    background: #302052;
    border-radius: 12px;
  }
.cont-div {
    padding: 20px 0 10px 0;
}
  .name {
    margin-top: 0px;
    color: #fff;
    margin-bottom: 0;
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  }

  .title {
    color: var( --e-global-color-text );
    margin-bottom: 0px;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: 12px; 
	line-height: 18px;  
  }

.bio-panel {
  width: 45%;
  min-width: 300px;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}


.bio-panel.visible {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.bio {
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  animation: slideInFromRight 0.8s ease forwards;	
  position: relative;	
}

.bio.visible {
  display: block;
  opacity: 1;
}

.vertical-line {
  position: absolute;
  top: 0;
  left: 0; /* Or right: 0 if you want it on the right edge */
  height: 60% !important;
    min-height: 90%;
  width: auto;
  max-width: 10px;
  object-fit: cover;
  z-index: 1;
  pointer-events: none; /* So it doesn't block clicks */
  display: none;	
}

.bio h2 {
    color: #fff;
    font-size: var(--e-global-typography-9fbfa15-font-size);
    line-height: var(--e-global-typography-9fbfa15-line-height);
    letter-spacing: var(--e-global-typography-9fbfa15-letter-spacing);
	font-family: var(--e-global-typography-1cc4203-font-family), Sans-serif;
	font-weight: 700;
  }
  .bio h3 {
    color: #CECECE;
	font-size: var(--e-global-typography-749d3c4-font-size);
    line-height: var(--e-global-typography-749d3c4-line-height);
	font-family: var(--e-global-typography-749d3c4-font-family), Sans-serif;  
  }
  .bio h2 {
    margin-bottom: 0;
}
.bio h3 {
    margin-top: 0;
}
  .bio p {
    color: #CECECE;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
  }
  .social-link {
    display: inline-block;
    color: #CECECE !important; 
    text-decoration: none;
    font-size: 18px;
  }

  .social-link i {
    margin-right: 8px;
  }
a.social-link i {
    font-size: 30px !important;
}
a.social-link:hover {
   color: #fff;
}
.back-btn {
    cursor: pointer;
    color: #fff;
    margin-bottom: 20px;
	font-family: var(--e-global-typography-1cc4203-font-family), Sans-serif;
    font-weight: 700;  
  }
.back-btn i.fas.fa-arrow-left {
    margin-right: 15px;
}
/* meet us end */

/* blog page start */
.single main#content, .single .elementor-location-single {
    padding-top: 100px;
}
.single .e-con>.e-con-inner {
    margin: 0 auto;
    max-width: 1200px;
}
.blog-list-cls h3.elementor-post__title {
    height: 90px;
    overflow: hidden;
}
.blog-list-cls .elementor-post-date {
  position: relative;
  padding-left: 25px;
}
.blog-list-cls .elementor-post__thumbnail {
  position: relative; /* Make it a positioned container */
}

.blog-list-cls .elementor-post__thumbnail::after {
  content: "";
  position: absolute;
  bottom: 10px; /* adjust as needed */
  right: 10px;  /* adjust as needed */
  width: 55px;  /* set your image size */
  height: 55px;
  background-image: url('https://imsnhance.com/storage/2025/10/blog-link-arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none; /* so it doesn’t block clicks */
}
.blog-list-cls .elementor-post__thumbnail:hover::after {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
/*.blog-list-cls .elementor-post__thumbnail img {
  mask-image: linear-gradient(to top left, transparent 15%, black 60%);
  -webkit-mask-image: linear-gradient(to top left, transparent 15%, black 60%);
}*/


.blog-list-cls .elementor-post__thumbnail img { 
mask-image: url('https://imsnhance.com/wp-content/uploads/2025/10/blog-image-frame-border-3.png'); 
-webkit-mask-image: url('https://imsnhance.com/wp-content/uploads/2025/10/blog-image-frame-border-3.png'); /* for Safari */ 
mask-size: cover; 
mask-repeat: no-repeat; 
height: 320px;
}

.elementor-pagination span.page-numbers.current {
    background: #302052;
    border-radius: 14px;
    display: inline-block;
    width: 36px;
    border: 1px solid #ffffff80;
}
.elementor-pagination {
	margin-top: 30px;
}
.single img.view-all-blog-cls {
    width: 15px;
	height: 15px;
    margin-left: 10px;
}
.blog-list-cls .elementor-post-date::before {
  content: "";
  background: url('https://imsnhance.com/wp-content/uploads/2025/10/date-time-icon.png') no-repeat center;
  background-size: 16px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


.archive article, .search article {
    padding: 20px !important;
}
.category {
    width: 100% !important;
}
/* blog page 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) {
nav .elementor-item.elementor-item-active.has-submenu {
    background: none !important;
    color: var(--e-global-color-3133e79) !important;
}
nav .elementor-item.has-submenu.highlighted {
    background: none !important;
    color: var(--e-global-color-3133e79) !important;
}	
nav .elementor-sub-item.elementor-item-active, nav .elementor-nav-menu--dropdown li a, nav .elementor-nav-menu--dropdown {
    border-radius: 0 !important;
}	
.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 */
}
.single main#content, .single .elementor-location-single {
    padding-top: 100px;
}
/* meet us page start */	
    .team-container {
      flex-direction: column;
    }

    .profile-grid,
    .profile-grid.shrink {
      grid-template-columns: 1fr !important;
      max-width: 100%;
    }

    .bio-panel {
      width: 100%;
      margin-top: 20px;
      transform: translateY(30px);
      position: relative;
    }
    

    .bio-panel.visible {
      transform: translateY(0);
    }	
/* meet us page end */	
}

/* 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;
}
.charter-video-cls .elementor-custom-embed-play {
    transform: translate(calc(-132% * var(--direction-multiplier)), -230%) !important;
}	
}

@media screen and (min-width: 1920px) {
	.charter-video-cls .elementor-custom-embed-play {
    transform: translate(calc(-125% * var(--direction-multiplier)), -245%) !important;
}
	
}