/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: A child theme of Hello Elementor
Author: Your Name
Author URI: https://yourwebsite.com
Template: hello-elementor
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");



/* :root {
  --bg-color: #ffffff;
  --text-color: #000000;
 
}


body {
  background: url('/wp-content/uploads/2025/09/Frame-26.png'), #ffffff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-color: #ffffff;
  color: var(--text-color);
  transition: background 0.5s ease, color 0.3s ease;
}


[data-theme="dark"] body {
  background: url('/wp-content/uploads/2025/09/Frame-26.png'), #000000;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-color: #000000;
  color: #ffffff; 
}
 */

:root {
  --bg-color: #000000;
  --text-color: #ffffff;
  --bg-image: url('/wp-content/uploads/2025/09/Frame-26.png'); /* dark default */
}



body *:not(a)  {
        cursor: default;

}
.elementor-button span {
	cursor: pointer !important;
}

 /* body > * {
  opacity: 0;
  transition: opacity 0.1s ease;
}

body.css-loaded > * {
  opacity: 1;
}  */


[type=button], [type=submit], button {
	color:#D0353E !important;
}

/* [type=button]:hover, {
     color:#D0353E !important;
} */

.plyr__control:hover {
     background: transparent !important;
}

.iti.iti--allow-dropdown {
    position: relative;
}

html {
  background-color: #000000;
}

/* Light mode */
[data-theme="light"] {
  --bg-color: #ffffff;
  --text-color: #000000;
  --bg-image: url('/wp-content/uploads/2025/09/Frame-26.png');
  background-color: #ffffff !important;
}

/* Apply to body */
body {
  background: var(--bg-image), var(--bg-color);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  color: var(--text-color);
  transition: background 0.4s ease, color 0.3s ease;
}

@media (max-width: 1024px) {
	.elementskit-menu-overlay,
	.elementskit-menu-overlay.active{
		transition: left .6s cubic-bezier(.6, .1, .68, .53) !important;
	}
}


.theme-toggle {
  background: none;
  border: none;
  cursor: pointer !important;
  display: inline-flex;
  align-items: center;
  padding: 6px;
}

.theme-toggle:hover {
	background-color:transparent !important;
} 

.theme-toggle:active {
	background-color:transparent !important;
} 

.theme-toggle:focus {
	background-color:transparent !important;
} 

/* Default Light Mode */
h1, h2, h3, h4, h5, h6 {
  /* Black for light mode */
   color: #ffffff  !important;
}
 
 P {
	 	 color: #CACACA !important;

}
/* Dark Mode */
[data-theme="light"] h1,
[data-theme="light"] h2,
[data-theme="light"] h3,
[data-theme="light"] h4,
[data-theme="light"] h5,
[data-theme="light"] h6 {
    color: #000000 !important;
}

[data-theme="light"] p {
    
	 color:#848484 !important;
}

[data-theme="light"] .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
	 color: #000000 !important;
}


[data-theme="light"] .clutch img {
	filter: invert(1);
}
 .clutch img {
	filter: invert(0);
}


/* Default (Light Mode) */
#logo-light {
    display: block;
 
}
#logo-dark {
   display: none; 
}

/* Dark Mode Active */
[data-theme="light"] #logo-light {
 
    display: none;
}
[data-theme="light"] #logo-dark {
    display: block;
}

/* Smooth fade */
#logo-light, #logo-dark {
  transition: opacity 0.4s ease;
}

[data-theme="light"] span.elementor-counter-number, [data-theme="light"] span.elementor-counter-number-suffix {
	color: #D0353E !important;
}


[data-theme="light"] .home-box::before {
	content: "";
    position: absolute;
    width: 94px;
    height: 90px;
    top: -20px;
    left: -10px;
    opacity: 0.56;
    background: #D0353E;
    border-radius: 50%;
    z-index: -1;
    filter: blur(80px);
}

[data-theme="light"] .home-box::after {
    content: "";
    position: absolute;
    width: 64px;
    height: 60px;
    bottom: -20px;
    right: -10px;
    opacity: 0.56;
    background: #D0353E;
    border-radius: 50%;
    z-index: -1;
    filter: blur(70px);
}

[data-theme="light"] .home-box {
	background: transparent !important;
}

[data-theme="light"] .home-box img { 
       filter: invert(1);
}

[data-theme="light"] .life-box {
	background: transparent !important;
}

[data-theme="light"] .life-box img { 
       filter: invert(1);
}
 
[data-theme="light"] .life-box::before {
     background: #D0353E !important;
	filter: blur(70px) !important;
}


[data-theme="light"] .life-box::after {
	  background: #D0353E !important;
	   filter: blur(70px) !important;
}

[data-theme="light"] .life-box p {
	 
     color:#464646 !important;
}

[data-theme="light"] .python-box {
	background: transparent !important;
}

[data-theme="light"] .python-box img { 
       filter: invert(1);
}

[data-theme="light"] .python-box::before {
     background: #D0353E !important;
	filter: blur(70px) !important;
}


[data-theme="light"] .python-box::after {
	  background: #D0353E !important;
	   filter: blur(70px) !important;
}


.span-hd {
	color:#CACACA;
} 
[data-theme="light"] .span-hd {
	color:#D0353E;
} 

[data-theme="light"] .home-clients {
	background:url(/wp-content/uploads/2025/11/light-bg-home.webp) !important;
     background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
}

[data-theme="light"] .elementor-counter-title {
	color:#464646 !important;
}

[data-theme="light"] .lives-through p {
	color:#464646 !important;
}

[data-theme="light"] .vide-code-text ul li {
	color:#464646 !important;
}
[data-theme="light"] .vide-code-text p {
	color:#464646 !important;
}
[data-theme="light"] .vide-code-Al{
  
	background-image:none !important;
}

[data-theme="light"] .testimonial-content p {
	color:#1E1E1E !important;
}


[data-theme="light"] .testimonial-content h3 span {
        color:#464646 !important;
}

[data-theme="light"] .swiper-button-prev {
	width: 50px;
    height: 50px;
    border: 1px solid #000000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#000000;
    background: transparent;
}

[data-theme="light"] .swiper-button-next  {
	width: 50px;
    height: 50px;
    border: 1px solid #000000 !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#000000 !important;
    background: transparent;
}

[data-theme="light"] .abover-footer h2 {
	color:#FFFFFF !important;
}  

[data-theme="light"] .elementor-icon-list-text {
	color:#000000  !important;
}

[data-theme="light"] .elementor-social-icon svg, [data-theme="light"] .elementor-social-icon i {
	fill: #000000;
	color: #000000;
}
[data-theme="light"] .elementor-social-icon {
 background-color: transparent !important;	    
 border-color: #CACACA !important;
      
}

[data-theme="light"] .footer-bg { 
	
	background:url(/wp-content/uploads/2025/11/light-bg-footer.webp) !important;
    background-repeat: no-repeat !important;
    background-size:100% 100% !important;
}


[data-theme="light"] .about-contact { 
	
	background:url(/wp-content/uploads/2025/11/bg-contact-light.webp) !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


/* Input Fields */
[data-theme="light"] .custom-contact-form .form-group label {
	
        color: #000;
}


[data-theme="light"] .custom-contact-form input, [data-theme="light"] .custom-contact-form select, [data-theme="light"] .custom-contact-form textarea {
	
      background: #ACACAC1A !important;
      color: #000 !important; 
}


[data-theme="light"] .custom-select {
	background: #ACACAC1A !important;
      color: #000 !important; 
}


[data-theme="light"] .custom-select.placeholder {
    color: #9D9D9D !important;
}

[data-theme="light"] .custom-select::after {
	 filter: invert(1);
} 
[data-theme="light"] .custom-options {
 
  background: linear-gradient(92.2deg, #C9242A -7.71%, #F52A31 55.11%, #C9242A 109.8%);

}

[data-theme="light"] .custom-option.selected::after {
		color:#FFFFFF !important;
}

[data-theme="light"] .custom-contact-form ::placeholder {
  color: #9D9D9D !important;

}


[data-theme="light"] .custom-upload-area {

    border-radius: 8px !important;
	background-color: #ACACAC1A !important;
}

[data-theme="light"] .benefits-box {
	    background: #1f1f1f0f !important;
}

[data-theme="light"] .why-geeks {
	  
	 background-image:none !important;
}



[data-theme="light"] .process-timeline::before {
	
    border-left: 2px dashed #000 !important;
}

[data-theme="light"] .process-timeline .number.active {
	
     color:#000 !important;
}

[data-theme="light"] .process-timeline .title {
	
     color:#000 !important;
}

[data-theme="light"] .process-timeline .title {
	color: #000 !important;
}

[data-theme="light"] .process-timeline .icon {
	background: transparent !important;
}

[data-theme="light"] .mega-cc-main {
	background:#ffff !important;
}

[data-theme="light"] .nav-social div {
	color:#464646 !important;
}

[data-theme="light"] .nav-social {
	border-right-color:#CACACA !important;
}

[data-theme="light"] .Gok-blog-bg {
	background-image:none !important;
}

[data-theme="light"] .cc-post-ticker-block {
	background: #D1D1D12E !important;

}

[data-theme="light"] .eael-ticker-wrap .eael-ticker .ticker-content a {
	color:#040404 !important;
}



[data-theme="light"] .eael-entry-title a {
	color:#000000 !important;
}

[data-theme="light"] .healthcare-slider-container .swiper-slide {
	background: transparent !important;
}

[data-theme="light"] .healthcare-slider-container .swiper-slide::before{
     
      background: #D0353E !important;
     filter: blur(70px) !important;
 }

[data-theme="light"] .healthcare-slider-container .swiper-slide::after{
     
      background:#D0353E !important;
     filter: blur(70px) !important;
 } 

[data-theme="light"] .Live-videos .swiper-pagination-bullet {
	background:#B1B1B1;
}

[data-theme="light"] .Live-videos .swiper-pagination-bullet-active {
	
    background:#D0353E;
}


[data-theme="light"] .medical-slider-container{

   
        display: flex;
        border: 1px solid #D0353E;
        border-radius: 8px;
           background:transparent !important;
        color: #fff;
        padding-inline: 40px;
        background-image: url('/wp-content/uploads/2025/10/medical-slider-bg2.png') !important;
        background-position: bottom right !important;
        background-repeat: no-repeat!important;
        background-size: 78% !important;
        position: relative;
        margin-block: 20px;

}


[data-theme="light"] .medical-slider-left{
    
        background:transparent !important;
       
        
      
 }


      
[data-theme="light"] .medicalSwiperMenu .swiper-slide {
       color:#1C1C1C !important;
      padding: 15px;
      cursor: pointer;
      opacity: 0.5;
      transition: all 0.3s ease;
      filter: blur(1px);
      
}
      
[data-theme="light"] .medicalSwiperMenu .swiper-slide.swiper-slide-thumb-active {
        opacity: 1;
        font-weight: bold;
        background: #FFF !important;
        color:#1C1C1C !important;
        text-shadow: 0 2px 28px #D0353EE5;
        scale: 1.25;
        filter: blur(0px);
      }


[data-theme="light"] .Our-path-p {
    
   color:#000000CC !important;
}
[data-theme="light"] .elementskit-card {

	border-left: 4px solid #E0E0E0 !important;
}

[data-theme="light"] .elementskit-btn-link {
	
   color:#000 !important;
}

[data-theme="light"] .faq-section p {
	
     color:#000 !important;
}

[data-theme="light"] .testimonial-author {
	color:#000000 !important;
}
[data-theme="light"] .testimonial-role {
	color:#000000 !important;
}   

[data-theme="light"] .elementskit-menu-hamburger svg path {
    fill: #000000 !important;
    stroke: #000000 !important;
}   

[data-theme="light"] .modal {
   background:url(/wp-content/uploads/2025/11/Get-Quote-Modal-4.png)#eeecec !important;
   background-size:cover !important;
   background-repeat: no-repeat !important;
   background-position: bottom !important; 
} 

[data-theme="light"] img.icons-modal {
    filter: invert(1);
} 

[data-theme="light"] .modal-slider-card {
  background: rgba(000, 000, 000, 0.05);
  backdrop-filter: blur(46.334983825683594px);
  -webkit-backdrop-filter: blur(46.334983825683594px);
  border-radius: 16px;
  padding: 60px 40px 40px;
  box-shadow:none;
  color: #222;
  position: relative;
  text-align: center;
  
}

[data-theme="light"] img.Entre {
    filter: invert(0);
}

[data-theme="light"] .close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 36px;
  cursor: pointer;
  color: #000 !important;
}
[data-theme="light"] .close-btn:hover {
  color:#888 !important;
}


/* light mood css  end */

span.eael_load_more_text {
    color: #fff !important;
}



.clutch-review-logo { 
 position: absolute;
    z-index: 9;
    width: 120px;
    height: 90px;
    left: 0%;
    right: 0%;
    margin: 0 auto;

}

img.Entre {
    filter: invert(1);
}

.footer-bg { 
	
	background:url(/wp-content/uploads/2025/09/Vector-9-1.png) !important;
    background-repeat: no-repeat !important;
    background-size:100% 100% !important;
}
* ===== Modal Slider Styles ===== */




.modal-slider-section {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: auto;
  padding: 60px 0;
}

.modal-slider-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 30px;
  padding: 6px 18px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  font-weight: 600;
  z-index: 10;
}

.modal-slider-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(46.334983825683594px);
  -webkit-backdrop-filter: blur(46.334983825683594px);
  border-radius: 16px;
  padding: 60px 40px 40px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  color: #222;
  position: relative;
  text-align: center;
  
}

.modal-slider-image img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #D0353E;
  object-fit: cover;
}

.modal-slider-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0 4px;
}

.modal-slider-designation {
  font-size: 13px;
  color: #6b6b6b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.modal-slider-quote {
  color: #444;
  font-size: 15px;
  padding:0 20px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 500px;
}

.modal-slider-quote-icon {
  color: #7d62ff;
  font-size: 22px;
  display: block;
  margin-top: 8px;
}

/* Arrows */
.modal-slider-arrow {
  background: #fff !important;
  border-radius: 50% !important;
  width: 42px !important;
  height: 42px !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2) !important;
}

.modal-slider-prev::after,
.modal-slider-next::after {
  color: #000 !important;
  font-size: 18px !important;
  font-weight: bold !important;
    top: 52% !important;
    left: 50% !important;
}



.modal-slider-arrow:hover {
  background: #6b4eff;
}

.modal-slider-arrow:hover::after {
  color: #fff;
}

.main-contact-form-modal {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: flex-start;
}

/* .swiper.modal-slider-container {
    flex: 1;
} */

.cf7-form-wrapper {
	 flex: 1;
}

.modal-slider-right{
	 flex: 1;
     width:50%;
}

.warpper-slider-award-logos img {

	width: 80px !important;
    height: auto;
    margin: 0 30px;
    margin-top: 10px;
} 

.warpper-slider-award-logos {
    display: flex;
    /* grid-template-columns: 1fr 1fr 1fr; */
    flex-wrap: wrap;
    align-items: center;
    padding-top: 20px;
}
/*End Modal Slider */

body:has(.elementskit-menu-container.active) {
    overflow: hidden;
}

.custom-upload-area.error:after {
    content: "Please select a file";
    color: #ff3b3b;
    font-size: 12px;
    margin-top: 4px;
    display: block;
    position: absolute;
    bottom: 8px;
    left: 0;
}


.btn-bg a {

    background: linear-gradient(92.2deg, #C9242A -7.71%, #F52A31 55.11%, #C9242A 109.8%);
}

div[data-elementor-type="wp-page"] {
    padding-top: 100px;
}

.page-id-5277  div[data-elementor-type="wp-page"] {
    padding-top:0px !important;
}

.page-id-3280  div[data-elementor-type="wp-page"] {
    padding-top:0px !important;
}

.page-id-3395  div[data-elementor-type="wp-page"] {
    padding-top:0px !important;
}

.page-id-5345 div[data-elementor-type="wp-page"] {
    padding-top:0px !important;
}



.elementskit-menu-hamburger svg path{
	fill:#ffffff;
}


.fast {
	height:32px !important;
}
/* #header-section {

   position: fixed;
    z-index: 999;
  

} */
 


.hero-icon-side::before {
	content: "";
    position: absolute;
    width: 94px;
    height: 90px;
    top: 20px;
    background:url(/wp-content/uploads/2025/10/Line-7.svg);
	background-repeat: no-repeat;
}

.hero-icon-side:first-child::before {
  display: none;
}


.typewrite {
    color: #C9242A;
}

.home-counrt {
    
    border-top: 0.5px solid #e3dbdb85;
}

.home-box {
  background: rgba(000, 000, 000, 0.1);      /* transparent overlay */
  backdrop-filter: blur(46.334983825683594px);
  -webkit-backdrop-filter: blur(46.334983825683594px); /* Safari support */
  border: 0.5px solid #e3dbdb85;
  border-radius: 16px;
  padding: 25px 25px;
  color: #000;
  overflow: hidden;
}

.home-box img {
	max-width: 45px !important;
}


.home-box h2 {
	font-size: 20px !important;
}


.home-box p {
	font-size: 14px !important;
}

.home-box::before{ 
    content: "";
    position: absolute;
    width: 94px;
    height: 90px;
    top: -20px;
    left: -10px;
    opacity: 0.56;
      background: #ffff;
    border-radius: 50%;
    z-index: -1;
    filter: blur(34px);
}


.home-box::after{ 
    content: "";
    position: absolute;
    width: 64px;
    height: 60px;
    bottom: -20px;
    right: -10px;
    opacity: 0.56;
    background: #ffff;
    border-radius: 50%;
    z-index: -1;
    filter: blur(34px);
}

/* LIfe of GOK Box */

.life-box {
  background: rgba(000, 000, 000, 0.1);      /* transparent overlay */
  backdrop-filter: blur(46.334983825683594px);
  -webkit-backdrop-filter: blur(46.334983825683594px); /* Safari support */
  border: 0.5px solid #e3dbdb85;
  border-radius: 16px;
  padding: 25px 25px;
  color: #000;
  overflow: hidden;
  min-height:230px;
}

.life-box img {
	max-width:12% !important;
}


.life-box h2 {
	font-size: 20px !important;
}


.life-box p {
	font-size: 14px !important;
}

.life-box::before{ 
    content: "";
    position: absolute;
    width: 94px;
    height: 90px;
    top: -20px;
    left: -10px;
    opacity: 0.56;
      background: #ffff;
    border-radius: 50%;
    z-index: -1;
    filter: blur(34px);
}


.life-box::after{ 
    content: "";
    position: absolute;
    width: 64px;
    height: 60px;
    bottom: -20px;
    right: -10px;
    opacity: 0.56;
    background: #ffff;
    border-radius: 50%;
    z-index: -1;
    filter: blur(34px);
}


/* Python page  Box */

.python-box {
  background: rgba(000, 000, 000, 0.1);      /* transparent overlay */
  backdrop-filter: blur(46.334983825683594px);
  -webkit-backdrop-filter: blur(46.334983825683594px); /* Safari support */
  border: 0.5px solid #e3dbdb85;
  border-radius: 16px;
  padding: 25px 25px;
  color: #000;
  overflow: hidden;
  min-height:300px;
}

.python-box img {
	max-width:14% !important;
}


.python-box h2 {
	font-size: 22px !important;
}


.python-box p {
	font-size: 14px !important;
}

.python-box::before{ 
    content: "";
    position: absolute;
    width: 94px;
    height: 90px;
    top: -20px;
    left: -10px;
    opacity: 0.56;
      background: #ffff;
    border-radius: 50%;
    z-index: -1;
    filter: blur(34px);
}


.python-box::after{ 
    content: "";
    position: absolute;
    width: 64px;
    height: 60px;
    bottom: -20px;
    right: -10px;
    opacity: 0.56;
    background: #ffff;
    border-radius: 50%;
    z-index: -1;
    filter: blur(34px);
}


/* client testimonial-section */

       .testimonial-section {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    
      background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
                        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
      background-size: 60px 60px; /* grid effect */
      padding: 50px 20px;
    }

    .swiper-testimonial {
      width: 100%;
      max-width: 1100px;
      overflow: hidden;
      position:relative;
    }

    .testimonial-slide {
      display: flex;
      align-items: center;
      justify-content:center;
      gap: 100px;
      /* padding: 50px; */
    }

    /* Left Logo Circle */
    .testimonial-logo {
      width: 150px;
      height: 350px;
      border-radius: 50%;
      background: rgba(000, 000, 000, 0.1);
       backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
      display: flex;
      justify-content: center;
      align-items: center;
      padding:60px;
      flex-shrink: 0;
      display:none;
    
    }

    .testimonial-logo h2 {
      font-size: 38px;
      font-weight: 800;
      letter-spacing: 2px;
    }

    /* Right Content */
    .testimonial-content {
      max-width: 750px;
    }

    .testimonial-content h3 {
     font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    }

    .testimonial-content p {
      font-size: 16px;
      line-height: 1.7;
      color: #CACACA;
    position: relative;
    margin-bottom: 30px;
    font-weight: 400;
    text-indent: -20px;
    }


sup.quotes {
    color: red;
    font-size: 40px;
    line-height: 0px;
    vertical-align: bottom;
}
sup.right-quotes{
    color: red;
    font-size: 40px;
    line-height: 0px;
    vertical-align: bottom;
    display: inline-block;
    margin-bottom: -13px;
    margin-left: 20px;
}



    .testimonial-author {
       font-size: 30px;
    font-weight: 700;
    color: #fff;
    }

    .testimonial-role {
      font-size: 14px;
      color: white;
    }

    /* Navigation Arrows - match screenshot */
  .testimonial-section .swiper-button-next, 
    .swiper-button-prev {
      width: 50px;
      height: 50px;
      border: 1px solid #fff;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      background: transparent;
    }
 .testimonial-section .swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-section .swiper-button-next::after {
  content: "→";
}


.testimonial-section .swiper-button-prev::after {
  content: "←";
}


    /* Remove default Swiper styles overriding our custom look */
.testimonial-section .swiper-button-next, .testimonial-section .swiper-button-prev {
       bottom: 0px;
       top: unset;
    }

.testimonial-section .swiper-button-prev {
      right: 7% !important;
      left: unset;
    }

 .testimonial-section .swiper-button-next {
      right:0;
      /* transform: translateX(100%); */
    }

    /* customer section */

    .home-clients {

      /* background-size: 100% 100% !important; */
    }


   .heightlight {
        color: #C9242A;
    }

/* contact form */

.iti__country-list {
  background-color: #181818;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
}

.iti__country:hover {
  background-color: rgba(255,255,255,0.1);
}


    /* FAQ  Sections*/ 

.services-faq {
    max-width: 1500px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
}


.elementskit-card {
     border:1px solid #e3dbdb85 !important ;
     border-radius: 6px !important;
    border-left: 4px solid #fff !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.elementskit-card.active {
    border-left-color: #f00 !important;
}


/* contact Us */

/* Contact Form Wrapper */
.custom-contact-form {
  max-width: 550px;
  margin: 0 auto;
 color: #fff;
}

/* Row Layout */
.custom-contact-form .form-row {
  display: flex;
  gap: 20px;
  /* margin-bottom: 20px; */
  flex-wrap: wrap;
}

/* Group Styling */
.custom-contact-form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  justify-content:start;
}

.custom-contact-form .form-group.full-width {
  flex: 100%;
}

/* Labels */
.custom-contact-form .form-group label {
  font-size: 14px;
  color: #fff;
  margin-bottom: 6px;
  opacity: 0.9;
}

/* Input Fields */
.custom-contact-form input,
.custom-contact-form select,
.custom-contact-form textarea {
  width: 100%;
  padding: 14px;
  background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(46.334983825683594px);
  -webkit-backdrop-filter: blur(46.334983825683594px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #fff !important;
  font-size: 12px;
  outline: none;
}

.wpcf7-submit.is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.custom-contact-form .form-row:not(:last-child) {
    margin-bottom: 10px;
}
.custom-contact-form br {
    display: none;
}

.custom-select-wrapper {
    margin-block-end: .9rem;
}

/* Placeholder */
.custom-contact-form ::placeholder {
  color: #ccc;
  opacity: 0.6;
}




/* Textarea */
.custom-contact-form textarea {
  /* min-height:20px;
  resize: none; */
  max-height:80px;
}

/* Submit Button */
.custom-contact-form input[type="submit"] {
  background: linear-gradient(90deg, #ff3b3b, #b60000) !important;
  border: none;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: bold;
  color: #fff !important;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 50%;
}

.custom-contact-form input[type="submit"]:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
  
 

.country-list {
  background: #000 !important;
}

/* Placeholder color when no option is selected */
.custom-select.placeholder {
  color:#9D9D9D;
}


/* Hide native select */
.custom-select-wrapper select {
  display: none;
 
}

/* Custom dropdown container */
.custom-select {
  background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(46.334983825683594px);
  -webkit-backdrop-filter: blur(46.334983825683594px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 14px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  position: relative;
}

/* Arrow */
.custom-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 12px;
  height: 7px;
  pointer-events: none;
  background: url("data:image/svg+xml;utf8,<svg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.17969 0.763916L6.17969 5.76392L11.1797 0.763916' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
  transform: translateY(-50%);
}

/* Options list */
.custom-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background:#383334;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  margin-top: -8px;
  z-index: 1000;
}

/* Each option */
.custom-option {
  padding: 12px 14px;
  font-size:14px;	
  cursor: pointer;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-option:hover {
  background: rgba(255,255,255,0.1);
}

/* Red check for selected */
.custom-option.selected::after {
  content: "✔";
  color: #ff3b3b;
  font-weight: bold;
}

.custom-select-wrapper p {
  margin-bottom: 0;
}

.custom-select-wrappe::placeholder {
  color: #9D9D9D !important;
  opacity: 0.6;
}


.custom-select-wrapper.error .custom-select {
/*   border-color: #ff3b3b !important; */
  background: rgba(255, 0, 0, 0.05);
}

.custom-select-wrapper.error::after {
  content: "Please select an option";
  color: #dc3232;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

.wpcf7-not-valid-tip {
	font-size: 12px !important;
}
  
.wpcf7 form.invalid {

	
    color:#ffff ;
}


.wpcf7 form.invalid .wpcf7-response-output {
  border-color:#ff3b3b !important;	
}

/* Success message (sent successfully) */
.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #109183; /* green border */
  color: #ffff; /* green text */
}

/* Error message (validation failed or submission failed) */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  border: 1px solid #ff3b3b; /* red border */
  color: #ffff; /* red text */
}

[data-theme="light"] .wpcf7 form.invalid .wpcf7-response-output,
[data-theme="light"] .wpcf7 form.failed .wpcf7-response-output {
  color: #000000;
}



/* slider carrea section */

  .slider-team-wrapper {
    width: 100%;
    padding: 50px 0;
     align-items: center;
  }

  .slider-team .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .slider-team .swiper-slide img {
    width: 90%;
    height:200px;
    border-radius: 10px; 
    object-fit: cover;
    box-shadow: 0px 8px 20px rgba(0,0,0,0.4);
    /* transition: all ease .2s; */
  }

  /* Optional arrows styling */
  .slider-team .swiper-button-next,
  .slider-team .swiper-button-prev {
    color: #fff;
    display: none;
  }

  /* Pagination dots */
  .slider-team .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.7;
    display: none;
  }
  .slider-team .swiper-pagination-bullet-active {
    background: #ffcc00;
    opacity: 1;
  }


 /* .slider-team  .swiper-slide.swiper-slide-active {
      width: 383px !important;
      height: 509px;
      object-fit: cover;
 } */

.slider-team .swiper-slide.swiper-slide-active img {
     width: 300px !important;
    height: 425px !important;
    border-radius: 10px !important;
    object-fit: cover !important;
 }



 .slider-team .swiper-slide.swiper-slide-prev img{
     width:248px !important;
    height:331px !important;
    border-radius: 10px !important;
    object-fit: cover !important;
 }

  .slider-team .swiper-slide.swiper-slide-next img{
     width:248px !important;
    height:331px !important;
    border-radius: 10px !important;
    object-fit: cover !important;
 } 

 
  /* ===== VIDEO SLIDER (.Live-videos) ===== */
  /* Custom slider styles */
.Live-videos {
  width: 90%;
  max-width: 100%;
  margin: auto;
  padding: 120px 0 !important;
}

.Live-videos .swiper-slide {
  position: relative;
  cursor: pointer;
}

.Live-videos .video-thumb {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.Live-videos .video-thumb img {
  width: 100%;
  display: block;
  border-radius: 20px;
  border: 1px solid #e3dbdb85;
}

.Live-videos .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: white;
  background: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

 .Live-videos .swiper-button-next,
  .Live-videos .swiper-button-prev {
    color: #fff;
    display: none;
  }

   
/*    .Live-videos .swiper-pagination {
    bottom: -90px !important;
    top: unset !important;
  }  */
  .Live-videos .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.7;
    margin-top: 120px;
    
  }
  .Live-videos .swiper-pagination-bullet-active {
    background: #b60000;
    opacity: 1;
  }

  .Live-videos .swiper-slide.swiper-slide-active {
    scale: 1.4;
}

.page-id-1018 .custom-contact-form input[type="submit"] {
  background: linear-gradient(90deg, #ff3b3b, #b60000);
  border: none;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
  width:50% ;
}

/* Timeline */

  .timeline-container {
      position: relative;
      width: 100%;
      overflow: hidden;
      padding: 20px 0;
    }

    .timeline {
      display: flex;
      align-items: flex-start;
      position: relative;
	    gap:20px;	
      transition: transform 0.6s ease;
    }

    .timeline::before {
      content: "";
      position: absolute;
      top: 48px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #444;
      z-index: 1;
    }

    .timeline-item {
      position: relative;
      flex: 0 0 300px;
      text-align: left;
      cursor: pointer;
    }


    .timeline-dot {
      position: absolute;
      top: 40px;
      left: 0;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #3D3D3D;
      border: 2px solid #969696;
      z-index: 2;
      transition: all 0.3s ease;
    }

    .timeline-year {
      font-weight: bold;
      margin-bottom: 50px;
      color: #777;
      transition: color 0.3s ease;
    }

    .timeline-item p {
      margin-top: 10px;
      font-size: 14px;
	  font-weight:300;	
      line-height: 1.6;
      color: #777; 
      transition: color 0.3s ease;
    }

    .timeline-item.active .timeline-dot {
      background: #D0353E;
      border-color: #fff;
      box-shadow: 0px 0px 84px 12px #D0353E;
    }

    .timeline-item.active .timeline-year {
      color: #fff;
    }

    .timeline-item.active p {
      color: #fff;
    }

    .timeline-item h3{
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 0;
    }
    
    .timeline-item.active h3 {
      color: #fff;
    }


/* Tech swiper Logos */

 .tech-swiper {
      width: 95%;
    }

    .tech-slide {
      display: flex;
      justify-content: center;
      align-items: center;
    }


   .icon-box img {
      width: 130px;
      height: 160px;
      object-fit: contain;
    }








/* process Time Line */

      .process-timeline {
      position: relative;
      max-width: 1000px;
      margin: 50px auto;
      padding: 20px;
    }

    /* center dashed line */
    .process-timeline::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 2px;
      border-left: 2px dashed #FFFf;
    }

    .process-timeline .timeline-item {
      display: flex;
      justify-content: space-between;
      margin: 80px 0;
      position: relative;
    }

    /* gray dots */
    .process-timeline .timeline-item::before {
     content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 20px;
    height: 20px;
    background: #3D3D3D;
    border-radius: 50%;
    border: 2px solid #969696;
    z-index: 2;
    }

    /* left side */
    .process-timeline .timeline-item .left {
      width: 45%;
      text-align: right;
    }

    /* right side */
    .process-timeline .timeline-item .right {
      width: 45%;
      text-align: left;
    }

    /* number styling */
   .process-timeline .number {
      font-size: 90px;
      font-weight: 800;
      color: #cacaca; /* default gray */
      transition: color 0.3s ease;
    }

    .process-timeline .number.active {
      color: #fff; /* active white */
    }

    .process-timeline .content {
      margin-top: 15px;
    }

    .process-timeline .title {
      font-size: 24px;
      font-weight: 400;
	color:#fff;	
      margin: 10px 0 5px 0;
    }

    /* icon above title */
    .process-timeline .icon {
      width: 45px;
      height: 45px;
      border-radius: 10px;
      background: #1c1c1c;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
/*       margin: 0 auto 10px auto; */
    }

 .process-timeline .left .icon {
      width: 45px;
      height: 45px;
      border-radius: 10px;
      background: #1c1c1c;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      margin-left:90%;
    }

    .process-timeline .desc {
      font-size: 16px;
	  font-weight:400;	
      line-height: 1.6;
      color: #CACACA;
    }

    /* Red Active Indicator Dot */
    .process-timeline .indicator {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 20px;
      height: 20px;
      background:#D0353E;
	  border: 2px solid #ffff;	
      border-radius: 50%;
      box-shadow: 0 0 12px #d0353e;
      transition: top 0.3s ease;
      z-index: 3;
    } 



    .contact-logo::before {
    
    content: "";
    background: url(/wp-content/uploads/2025/10/export-2-1.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 343px;
    left: 0;
    
   }

  .contact-logo::after{
    
    content: "";
    background: url(/wp-content/uploads/2025/10/export-3-1.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 200px;
    height: 343px;
    right: 0;
    top: 90%;
    
   }
   .tech-center-img img{
    min-height: 624px;
        object-fit: cover;
        border-radius: 12px;
    } 


      /* Healthcare Page  */

      .healthcare-slider-container .swiper-slide{
        position: relative;
        background: rgba(000, 000, 000, 0.1);
        backdrop-filter: blur(46.334983825683594px);
        -webkit-backdrop-filter: blur(46.334983825683594px);
        border: 0.5px solid #e3dbdb85;
        border-radius: 16px;
        padding: 28px 35px;
        color: #000;
        overflow: hidden;
        color: #CACACA;
        min-height: 200px;
      }

      .healthcare-slider-container .swiper {
        padding-bottom: 60px;
      }

      .healthcare-slider-container .swiper-slide::before{
        content: "";
        position: absolute;
        width: 94px;
        height: 90px;
        top: -20px;
        left: -10px;
        opacity: 0.56;
        background: #ffff;
        border-radius: 50%;
        z-index: -1;
        filter: blur(34px);
      }
      .healthcare-slider-container .swiper-slide::after{
        content: "";
        position: absolute;
        width: 64px;
        height: 60px;
        bottom: -20px;
        right: -10px;
        opacity: 0.56;
        background: #ffff;
        border-radius: 50%;
        z-index: -1;
        filter: blur(34px);
      }

      .healthcare-slider-container .swiper-slide h2{
        font-size: 24px;
        font-weight: 400;
        color: #fff;
      }

      .healthcare-slider-container .swiper-pagination-bullet{
        background: #D9D9D9;
      }
      .healthcare-slider-container .swiper-pagination-bullet-active{
        background: #D0353E;
      }
      
      .medical-slider-container {
        display: flex;
        border: 1px solid #D0353E;
        border-radius: 8px;
        background: #000;
        color: #fff;
        padding-inline: 40px;
        background-image: url('/wp-content/uploads/2025/10/medical-slider-bg2.png');
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 75%;
        position: relative;
        margin-block: 20px;
      }

      .medical-slider-container:before{
        content: "";
        width: 1px;
        height: 100%;
        background-color: #FFFFFF66;
        position: absolute;
        left: 35%;
      }

      .medical-slider-container::after{
        content: "";
        background: url('/wp-content/uploads/2025/10/medical-geek-logo.svg') no-repeat;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 300px;
        height: 300px;
        position: absolute;
        bottom: -110px;
        right: -100px;
      }
      
      .medical-slider-left {
        width: 30%;
        background: #31000357;
        text-align: center;
      }
      
      .medicalSwiperMenu .swiper-slide {
        padding: 15px;
        cursor: pointer;
        opacity: 0.5;
        transition: all 0.3s ease;
        filter: blur(1px);
      }
      
      .medicalSwiperMenu .swiper-slide.swiper-slide-thumb-active {
        opacity: 1;
        font-weight: bold;
        background: #000;
        text-shadow: 0 2px 28px #D0353EE5;
        scale: 1.25;
        filter: blur(0px);
      }


      
      .medical-slider-right {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70%;
        padding: 60px 120px;
      }
      .medical-slider-right .swiper-slide h2{
        font-size: 42px;
      }
      .medical-slider-right .swiper-slide h2 span{
        color: #D0353E;
      }

      .medical-slider-right .swiper-slide p{
        color:#CACACA;
      }


      @media (max-width: 767px){
        .medical-slider-container{
          flex-direction: column;
          padding-inline: 24px;
		  padding-top:20px;	
        }
        .medicalSwiperMenu .swiper-slide {
          padding: 10px;
        }
        .medical-slider-left {
          width: 100%;
        }
        .medical-slider-right {
          width: 100%;
          padding: 25px 25px 80px 25px;
        }
        .medical-slider-right .swiper-slide h2 {
          font-size: 24px;
        }
        .medical-slider-container:before{
          display: none;
        }
        .medicalSwiperMenu .swiper-slide.swiper-slide-thumb-active {
          scale: 1.1;
        }
      }
      @media only screen and (min-width: 768px) and (max-width: 1024px)  {
        .medical-slider-container{
          padding-inline: 10px;
        }
        .medicalSwiperMenu .swiper-slide {
          padding: 10px;
        }
        .medicalSwiperMenu .swiper-slide.swiper-slide-thumb-active {
          scale: 1.1;
        }
        .medical-slider-right{
          padding: 20px 20px 20px 60px;
        }
        .medical-slider-right .swiper-slide h2 {
          font-size: 36px;
      }  
     
.testimonial-section  .swiper-button-prev {
    left: 70% !important;
    transform: translateX(-100%);
  }
         
    }
/* Popup Modal */

 /* Overlay */
/* Overlay (hidden state) */

/* .modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgb(255 243 243 / 17%);
  display: none; 
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.4s ease;
}


.modal-overlay.show {
  display: flex; 
  opacity: 1;
}


.modal {
   background:url(/wp-content/uploads/2025/10/Getmodal.png)#000;
   background-size:cover;
   background-repeat: no-repeat;
   background-position: bottom;
   padding: 40px;
   border-radius: 20px;
   width: 1250px;
   max-width: 95%;
    height: 90vh;
  overflow: auto;
  -ms-overflow-style: none;
   scrollbar-width: none;
   box-shadow: 0px 0px 40px rgba(0,0,0,0.8);
   position: relative;
   color: #fff;
   transform: scale(0.95);
  transition: transform 0.3s ease;
}
.modal-overlay.show .modal {
  transform: scale(1);
}
 */

.modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(255, 243, 243, 0.17);
  display: none; /* hidden initially */
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.modal-overlay.show {
  display: flex; /* show when active */
  opacity: 1;
}

.modal {
	background: url(/wp-content/uploads/2025/10/Getmodal.png) #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 40px;
	border-radius: 20px;
	width: 1250px;
	max-width: 95%;
	height: fit-content;
	max-height: 90vh;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.8);
	position: relative;
	color: #fff;

	/* Animation */
	transform: scale(0.8);
	opacity: 0;
	transition: transform 0.4s ease, opacity 0.4s ease;
}

.modal-overlay.show .modal {
  transform: scale(1);
  opacity: 1;
}



.modal h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 25px;
}

.modal h2 span {
  color:#D0353E;
  font-weight: bold;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 36px;
  cursor: pointer;
  color: #888;
}
.close-btn:hover {
  color: #fff;
}


/* Style CF7 fields */
.modal .wpcf7-form input,
.modal .wpcf7-form select,
.modal .wpcf7-form textarea {
/*   background: #1e1e1e; */
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  color: #fff;
  width: 100%;
  margin-bottom: 15px;
}

.modal .wpcf7-form input:focus,
.modal .wpcf7-form select:focus,
.modal .wpcf7-form textarea:focus {
  border-color: #d0353e;
  outline: none;
}

.modal .wpcf7-form input[type="submit"] {
  background: linear-gradient(92.2deg, #C9242A -7.71%, #F52A31 55.11%, #C9242A 109.8%);
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  width: 50%;
}
.modal .wpcf7-form input[type="submit"]:hover {
  background: #ff3b4f;
}
   
.cc-post-grid-single .eael-grid-post-holder-inner .eael-entry-wrapper .eael-post-elements-readmore-btn{
  display: inline-block !important;
  background: linear-gradient(92.2deg, #C9242A -7.71%, #F52A31 55.11%, #C9242A 109.8%);
}

.cc-post-grid-single .eael-grid-post-holder-inner .eael-entry-media {
  box-shadow: 0px 0px 20px 0px #D0353EB2;
  border-radius: 16px;
}

/*upload section */

.form-group.custom-upload {
  flex-direction: column;
}

.form-group.custom-upload p {
  margin: 0;
}

.custom-upload-area {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.custom-upload-area.dragover {
  background-color: rgba(14, 135, 125, 0.1);
  border-color: #0E877D;
}

.custom-upload-area p {
  margin: 0;
  font-size: 11px;
}

#custom-file-input {
  display: none !important;
}


.ekit-wid-con svg {
    width: 30px !important;
    height: 30px !important;
}


/* ===== Awards Slider Unique Styles ===== */

.awards-slider-section {
  padding: 40px 0;

}
.awards-slider-section .container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
}
.awards-swiper-unique {
  width: 100%;
  overflow: hidden;
}
.awards-swiper-unique .swiper-wrapper {
  align-items: center;

}
.awards-swiper-unique .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  box-sizing: border-box;
}
.awards-swiper-unique img {
  max-width: 160px;
  max-height: 60px;
  width: auto;
  height: auto;
  display: block;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: transform .25s ease, opacity .25s ease, filter .25s ease;
}
.awards-swiper-unique .swiper-slide:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/* Logo marquee */

.logo-marquee {
  overflow: hidden;
  background: transparent; 
  padding: 10px 0;
}

.logo-track {
  display: flex;
/*   width: calc(2 * 1200px);  */
  animation: marquee 20s linear infinite;
  align-items: center;
}

.logo-track img {
  width: 120px;  
  height: 90px;
  margin: 0 30px; 
}

#logo-light .logo-track img {
  width: 120px !important; 
  height:auto;	
  max-height: 90px !important;
  margin: 0 30px; 
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (min-width: 1025px) {
  .ekit-wid-con .elementskit-menu-po-center .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-custom_width .elementskit-megamenu-panel{
		transform: translateY(0px) translateX(-52.5%) !important;
	}

  .main-header {
      background: rgba(000, 000, 000, 0.1);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.2);
      color: #ffff;
  }


#header-section {
   position: fixed;
   z-index: 999;
}


  .cc-post-grid-single .eael-grid-post-holder-inner {
    flex-direction: row;
    align-items: center;
    gap: 50px;
  }

  .cc-post-grid-single .eael-grid-post-holder-inner .eael-entry-wrapper {
      flex: 1;
  }

  .cc-post-grid-single .eael-grid-post-holder-inner .eael-entry-media {
      flex: 1;
  }

  .health-timeline-container .timeline-item,
  .tech-timeline-container .timeline-item{
    flex: 1;
  }
  
	
}


@media (max-width: 991px) {
  .testimonial-slide {
    flex-direction: column;
    text-align: start;
    gap: 40px;
  }

  .testimonial-logo {
    width: 250px;
    height: 250px;
    padding: 40px;
  }

  .testimonial-content {
    max-width: 90%;
    margin-top:35px;
  }

  .testimonial-content h3 {
    font-size: 32px;
  }

  .testimonial-author {
    font-size: 22px;
  }

 .testimonial-section .swiper-button-prev {
    left: 20%;
  }

.testimonial-section  .swiper-button-next {
    right: 20%;
  }

/* process Time line */

.process-timeline {
    padding: 10px;
  }

  .process-timeline .timeline-item {
    margin: 60px 0;
  }

  /* Reduce number font size */
  .process-timeline .number {
    font-size: 60px;
  }

  .process-timeline .title {
    font-size: 20px;
  }

  .process-timeline .desc {
    font-size: 15px;
  }


}

/* ===== Mobile (≤ 575px) ===== */
@media (max-width: 575px) {
  .testimonial-section {
    padding: 40px 15px;
  }

  .testimonial-slide {
    align-items: start;
    gap: 30px;
  }

  .testimonial-logo {
    width: 180px;
    height: 180px;
    padding: 20px;
  }

  .testimonial-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
     padding: 0px 20px;
  }

  .testimonial-content p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .testimonial-author {
    font-size: 18px;
     padding: 0px 20px;
  }

  .testimonial-role {
    font-size: 12px;
	 padding: 0px 20px;  
  }

 .testimonial-section .swiper-button-prev, 
  .testimonial-section .swiper-button-next {
    width: 40px;
    height: 40px;
  }

 .testimonial-section .swiper-button-prev {
    left: 61%;
  }

.testimonial-section  .swiper-button-next {
    right: 9%;
  }

/* video slider */

  .Live-videos {
    padding: 10px 0 !important;
  }
  .Live-videos .play-button {
    width: 40px;
    height: 40px;
  }

}


@media (max-width: 1024px) {
  .icon-box img {
    width: 100px !important;
    height: 120px !important;
  }

.our-process{
		background-image:none !important;
	}
.elementor-18 .elementor-element.elementor-element-434ebf3 .elementskit-menu-container {
		max-width:100%;
      
        background: rgba(000, 000, 000, 0.5);
        backdrop-filter: blur(10px);
       -webkit-backdrop-filter: blur(10px); 
	}

[data-theme="light"] .elementor-18 .elementor-element.elementor-element-434ebf3 .elementskit-menu-container {
		max-width:100%;
      
        background: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(10px);
       -webkit-backdrop-filter: blur(10px); 
	}

/* slider video  */ 
	.Live-videos .swiper-slide.swiper-slide-active {
    scale: none;
}

 .Live-videos {
    padding: 50px 0 !important;
  }	
  
  .health-timeline-container .timeline::before{
    width: 1920px;
  }

  .tech-timeline-container .timeline::before{
    width: 1920px;
  }

  .tech-center-img img {
    min-height: 300px;
    object-fit: cover;
    border-radius: 12px;
    height: 350px;
}

	.life-gok-img {
		width: 100%;
        border: 0.5px solid #e3dbdb85;
	}

	.custom-contact-form input[type="submit"] {
		width:70%;
	}


.elementor-18 .elementor-element.elementor-element-434ebf3 .elementskit-menu-hamburger {
        padding: 8px 8px 8px 8px;
        width: 45px;
        border-radius: 3px;
        display: flex;
        align-items: center;
        background: transparent;
    }

 .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator {
        margin-left: 0 !important;
    }

	.elementskit-menu-close elementskit-menu-toggler {
		    font-family: 'Manrope' !important;
	}
   
	.elementor-18 .elementor-element.elementor-element-434ebf3 .elementskit-menu-close {
		background: transparent !important;
	}

    [data-theme="light"] .elementor-18 .elementor-element.elementor-element-434ebf3 .elementskit-menu-close {
		 color:#000 !important;
         background: transparent !important;
	}


.main-contact-form-modal {
    display: flex;
	flex-direction:column;
   justify-content: center;
   align-items: center;
}
.modal-slider-right {
    flex: 1;
    width: 100%;
}

 .modal-slider-card {
    padding: 50px 25px 30px;
  }

  .modal-slider-quote {
    font-size: 14px;
  }


}





@media (max-width: 767px) {


  .icon-box img {
    width: 80px !important;
    height: 100px !important;
  }

.our-process{
		background-image:none!important;
	}
	
	.hero-h2 {
		min-height:86px;
	}
   
.hero-h2 br {
		display:none;
	}

 div[data-elementor-type="wp-page"] {
    padding-top: 36px;
  }


/* process timeline */ 


  .process-timeline .number {
    font-size: 60px;
  }

  .process-timeline .title {
    font-size: 18px;
  }

  .process-timeline .desc {
    font-size: 12px;
  }

	.process-timeline .left .icon {
		margin-left: 70%;
	}

/* slider video  */ 
	.Live-videos .swiper-slide.swiper-slide-active {
    scale: none;
}


/* contact form */


	.custom-contact-form input[type="submit"] {
		width:100% !important;
	}

	.custom-contact-form .form-row {
		    flex-direction: column;
		    gap:10px;
       }

	.custom-contact-form .form-group.full-width {
		    margin-top: 10px;
	}

/* 	.custom-select-wrapper {
		 margin-top: 10px;
	} */


/* modal form */ 

  .modal {
    width: 90%;
    max-height: 90%;
    overflow: scroll;
    padding: 30px 25px;
    border-radius: 16px;
  }

  .modal h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .modal .wpcf7-form input,
  .modal .wpcf7-form select,
  .modal .wpcf7-form textarea {
    font-size: 12px;
    padding: 14px;
    margin-bottom: 0;
  }

   .modal .custom-select-wrapper {
		 margin-top: 10px;
	}

  .modal .wpcf7-form input[type="submit"] {
    width: 100%;
    font-size: 15px;
  }
  
.hero-icon-side::before {
   display:none;
	}

.typewrite {
		display:block;
	}

.home-box img {
	max-width: 45px !important;
    
}


.home-box h2 {
	font-size: 16px !important;
    text-align:center;
    margin-top: 10px;
}


.home-box p {
	font-size: 14px !important;
    text-align:center;
    margin-top: -8px;
}

 .testimonial-content p {
        padding: 0px 20px;
    }

.cta-card br {
		
		display:none;
	}


.iti.iti--allow-dropdown {
    width: 100%;
}

.custom-contact-form p {
		margin-block-end: .1rem;
	} 

.custom-select-wrapper {
    margin-block-end: .1rem;
}

.logo-track img {
    width: 50px;
    height: 50px;
    margin: 0 15px;
}

.contact-logo::after {
    content: "";
    background: url(/wp-content/uploads/2025/10/export-3-1.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 149px;
    height: 333px;
    right: 0;
    top: 94%;
}

.contact-logo::before {
		display:none;
	} 

 .theme-toggle {
		padding:0 !important;
	}

.main-contact-form-modal {
    display: flex;
	flex-direction: column-reverse;
	gap: 0px;
}
.modal-slider-right {
    flex: 1;
    width: 100%;
}

 .modal-slider-card {
    padding: 50px 25px 30px;
  }

  .modal-slider-quote {
    font-size: 14px;
  }

  .modal-slider-arrow {
   display:none;
  }

  .warpper-slider-award-logos {
	 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: center;
    padding-top: 20px;

	}

.modal-slider-card {
		min-height:270px;
	}

.close-btn {
	font-size: 22px !important;	
}
}


.footer-bar-text p {
    color: #fff !important;
    margin: 0;
}

#close-foobar i{
  cursor: pointer !important;
}

.footer-bar-closed .footer-bar-sticky{
  transform: translateY(100%);
}
.footer-bar-text .elementor-widget-text-editor{
  position: relative;
  overflow: hidden;
}

.footer-bar-text .elementor-widget-text-editor:before,
.footer-bar-text .elementor-widget-text-editor:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100px;
  z-index: 1;
  display: block;
}

.footer-bar-text .elementor-widget-text-editor:before{
  left: 0;
  background: linear-gradient(to right, #d0353e, transparent);
}

.footer-bar-text .elementor-widget-text-editor:after{
  right: 0;
  background: linear-gradient(to left, #d0353e, transparent);
}

.footer-bar-text .elementor-widget-text-editor .footer-bar-marquee{
  display: flex;
  align-items: center;
  gap: 60px;
  animation: marquee 25s linear infinite;
  flex-wrap: wrap;
  width: max-content;
}

.footer-bar-text .elementor-widget-text-editor .footer-bar-marquee p{
  white-space: nowrap;
}

body:not(.footer-bar-closed) .footer-bg{
  padding-bottom: 40px;
}

.phone-group .wpcf7-not-valid-tip,
.custom-select-wrapper .wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-phone-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  font-weight: normal;
  display: block;
}


@media (min-width: 1025px){
	body.blog .site-main {
    	padding-top: 120px;
	}
}

@media (max-width: 767px){
  body #hubspot-messages-iframe-container.widget-align-left {
    left: unset !important;
    right: 0 !important;
  }
}
@media (max-width: 350px){
  .mian-logo img{
    max-width: 190px !important;
  }
}