ul {
  margin: 0px !important;
}
.post,
.page {
	margin: 0 !important;
}
.black-font {
  color: #2e2a2b;
/*   font-weight: bold; */
}
.white-font {
  color: #ffffff;
  font-weight: bold;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 0px !important;
}
.wpcf7 form.invalid .wpcf7-response-output {color: #ff0000 !important;}
.wpcf7 form.sent .wpcf7-response-output { color: #28a745 !important; }
.header-menu nav button:focus {
  border-radius: 0px !important;
}
@font-face {
    font-family: "product_sans_lightregular";
    src: url("/wp-content/uploads/2026/03/productsans-light-webfont.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}
body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'product_sansregular' !important;
}
.custom-font { font-family: 'product_sans_lightregular' !important; }
.email-link {
  text-decoration: none;
  color: #fff;
}
.faq-number {
  color: #dddddd;
  margin-right: 15px;
  font-size: 30px;
}
::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #ECECEC; 
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #CFCFCF;
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #a7a7a7;
  }
/* header menu css start */
.header-menu .ServiceWidth {
  display: flex;
  gap: 0;
  position: relative;
}

.header-menu .ServiceWidth > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 250px;
}

.header-menu .dropdown-item {
  display: block;
  position: relative;
}

.header-menu .dropdown-item a {
  display: block;
  /*             padding: 12px 20px; */
  padding-bottom: 10px;
  text-decoration: none;
  color: #696969;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.header-menu .dropdown-item a:hover, .global-header .subsidemenu .side-item a:hover {
  color: #232222;
  line-height: 24px !important;
  transition: all 0.3s ease;
}

.header-menu .has-submenu::after {
  content: "›";
  font-size: 24px;
  font-weight: bold;
  color: #232222;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateX(-5px);
}

/* Show arrow icon on hover */
.header-menu .dropdown-item:hover .has-submenu::after {
  opacity: 1;
  transform: translateX(0);
}
.header-menu .subsidemenu {
  display: none;
  /* background: #fff; 
  padding: 20px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
  border-left: 1px solid #e0e0e0; 
  min-width: 280px; */
}
.header-menu .subsidemenu.active {
  display: block;
}
.header-menu .side-item {
  padding-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  /* border-radius: 4px; */
  /* color: #7A7A7A; */
  /* margin-bottom: 5px; */
}
.header-menu .side-item a {
  color: #7a7a7a;
}

.header-menu .side-item a:hover {
  /*             background-color: #232222; */
  color: #232222;
  /*             padding-left: 20px; */
}

/* header menu css end */
/* video pop up css start */
#temp-video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
/*   height: 100%; */
  /*         background: #ffff; */
  z-index: 999999;
  padding: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#close-video {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  /*         font-size: 50px; */
  /*         font-weight: 300; */
  cursor: pointer;
  /*         transition: all 0.3s ease; */
  z-index: 1000000;
}

/* #close-video:hover {
  color: #ff4444;
  transform: scale(1.1);
} */
#temp-video-popup .video-sub-container {
  width: 75% !important;
  background-color: white !important;
  border: 0 !important;
  border-radius: 20px !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
#video-container {
  /*         max-width: 1200px; */
  /*         margin: 50px auto 0; */
  padding: 60px 40px 40px;
  position: relative;
}

#video-container video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 500px;
  /* 		max-height: 80vh; */
  /*         background: #000;
	border-radius: 14px; */
  /*         box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5); */
}

/* Make video cards clickable */
[data-video-url] {
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* video pop up css end */
/* location svg icon start */
.locationSec .mapSec .PointerMap {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #24acff;
  border-radius: 100px;
  left: 64%;
  top: 38%;
  border: 2px solid #fff;
  padding: 0px;
  outline: 2px solid #24acff;
}
.locationSec .mapSec {
  position: relative;
}
.locationSec .mapSec img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
}

.locationSec .mapSec .PointerMap::before {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: wave;
  animation-timing-function: linear;
  border-radius: 100px;
  box-shadow: 0 0 0 0 #24acff;
  height: 20px;
  position: absolute;
  width: 20px;
  content: "";
  left: -5px;
  top: -5px;
}
@keyframes wave {
  0% {
    box-shadow: 0 0 0px 0px #0d6efd3b;
  }

  100% {
    box-shadow: 0 0 0px 15px #0d6efd3b;
  }
}
/* location svg icon css end*/
.sticky-image {
  position: sticky !important;
  top: 120px;
}
/* contact form css start*/
.contact-form-sec .wpcf7 form {
  max-width: 700px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  color: #333;
}
.contact-form-sec .wpcf7 form .wpcf7-response-output {
 	margin:0px !important;
}
/* Text Inputs + Textarea */
.contact-form-sec .wpcf7 input[type="text"],
.contact-form-sec .wpcf7 input[type="email"],
.contact-form-sec .wpcf7 input[type="tel"],
.contact-form-sec .wpcf7 textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  padding: 14px 10px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background: transparent;
  resize: none;
  letter-spacing: .5px;
}

.contact-form-sec .wpcf7 textarea {
  min-height: 80px;
  resize: none;
}

/* Two column layout */
.contact-form-sec .two-box {
  display: flex;
  gap: 24px;
}

.contact-form-sec .two-box input {
  width: 100%;
}

/* Checkbox pill styling */
.contact-form-sec .wpcf7 .checkbox label {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  font-size: 12px;	
  color: #696969;
  line-height: 1;
  margin: 5px;
  cursor: pointer;
  transition: 0.3s ease;
}

/* Hide default checkbox */
.contact-form-sec .wpcf7 .checkbox input {
  display: none;
}

/* Checked style */
/* .contact-form-sec .wpcf7 .checkbox input:checked + span,
.contact-form-sec .wpcf7 .checkbox label.wpcf7c-checked {
    background: #000;
    color: #fff;
    border-color: #000;
} */
.contact-form-sec .wpcf7 input:focus,
.contact-form-sec .wpcf7 textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #dcdcdc !important; /* keep underline same */
}
.contact-form-sec .wpcf7 input[type="submit"] {
  display: block;
  border: 1px solid #2e2a2b;
  padding: 12px 26px;
  font-weight: 500;
  border-radius: 100px;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  transition: 0.5s ease;
  margin-top: 30px;
}

.contact-form-sec .wpcf7 input[type="submit"]:hover {
  background: #2e2a2b;
  color: #fff;
}
.contact-form-sec .wpcf7 input[type="submit"]:active {
  background: #2e2a2b;
  color: #fff;
}
.contact-form-sec .wpcf7-list-item {
  margin: 0px !important;
}
.contact-form-sec .wpcf7 .checkbox .wpcf7-list-item label:has(input:checked) {
  background: #000;
  color: #fff;
  border-color: #000;
}
/* contact form css end */
.slider-images .slick-list {
  min-height: 480px;
  overflow: hidden;
}

.reverse-slider-images .slick-list {
  min-height: 480px;
  overflow: hidden;
}
.slider-images .slick-slide img {
  margin-bottom: 30px;
}
.reverse-slider-images {
  overflow: hidden;
}

.reverse-slider-images .slick-track {
  animation: slideDown 35s linear infinite;
}
.slider-images .technology-img img, .reverse-slider-images .technology-img img{
	filter: grayscale(1);
    transform: scale(1);
	transition: all .8s;
}
.slider-images .technology-img:hover img, .reverse-slider-images .technology-img:hover img{
	filter: grayscale(0);
    transform: scale(1.2);
}

@keyframes slideDown {
  from {
    transform: translateY(calc(-50%));
  }
  to {
    transform: translateY(0);
  }
}

.reverse-slider-images .slick-slide {
  margin: 40px 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
/* career page form css start */
/* .career-contact-form-sec
  .wpcf7
  input:not([type="checkbox"]):not([type="submit"]),
.career-contact-form-sec .wpcf7 textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  padding: 6px 0 10px;
  margin-bottom: 25px;
  font-size: 15px;
  background: transparent;
}

.career-contact-form-sec
  .wpcf7
  input:not([type="checkbox"]):not([type="submit"]):focus,
.career-contact-form-sec .wpcf7 textarea:focus {
  border-bottom-color: #e3e3e3;
}

.career-contact-form-sec .two-box {
  display: flex;
  gap: 40px;
}

.career-contact-form-sec .two-box input {
  width: 100%;
}
.career-contact-form-sec .wpcf7 input[type="submit"] {
  border: 1px solid #333;
  padding: 8px 28px;
  border-radius: 20px;
  background: transparent;
  cursor: pointer;
  font-size: 15px;
  margin-top: 30px;
  transition: 0.2s ease;
}

.career-contact-form-sec .wpcf7 input[type="submit"]:hover {
  background: #333;
  color: #fff;
} */

/* upload box */
.contact-form-sec .file-box {
  /*     position: relative; */
  border: 1px dashed #d2d2d2;
  /*     width: 100%; */
  height: 150px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*     cursor: pointer;
    margin: 10px 0px; */
}
/* .career-contact-form-sec .file-box input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
} */

/* .career-contact-form-sec .file-box .upload-label {
    font-size: 14px;
    color: #777;
    text-align: center;
}

.career-contact-form-sec .file-box .upload-label img {
    display: block;
    margin: 0 auto 8px;
    width: 24px;
    height: 24px;
} */
.file-box .custom-upload {
  width: 100% ;
  height: 100% ;
  display: flex ;
  flex-direction: column ;
  align-items: center ;
  justify-content: center ;
  cursor: pointer;
  text-align: center ;
  position: relative ;
}
.file-box .file-input {
  position: absolute ;
  inset: 0 ;
  opacity: 0 ;
  cursor: pointer ;
  width: 100% ;
  height: 100%;
  z-index: 2 ;
}
.file-box .custom-upload .upload-icon {
  width: 40px;
  height: 40px ;
  background: url('https://techerudite.com/wp-content/uploads/2026/04/upload-img.184f5d0e.png') no-repeat center;
  background-size: contain ;
  margin-bottom: 10px ;
  display: block ;
}
.file-box .custom-upload .upload-text {
  font-size: 14px;
  color: #9e9e9e ;
  pointer-events: none ;
  line-height: normal;
}
.file-info {
  list-style: disc;
  padding: 10px 0px 10px 15px;
  font-size: 14px;
  color: #9e9e9e ;
  line-height: 24px;
  font-family: 'product_sans_lightregular';
}

/* career page form css end */
/* career form css start */
.career-upload-contact-form-sec
  .wpcf7
  input:not([type="checkbox"]):not([type="submit"]) {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  padding: 14px 10px;
  margin-bottom: 25px;
  font-size: 15px;
  background: transparent;
  line-height: 1;
}

.career-upload-contact-form-sec
  .wpcf7
  input:not([type="checkbox"]):not([type="submit"]):focus {
  border-bottom-color: #86b7fe !important;
}

*:focus-visible {
  outline: none !important;
/*     box-shadow: none !important; 
    border: none !important;  */
}


.career-upload-contact-form-sec .two-box {
  display: flex;
  gap: 40px;
}

.career-upload-contact-form-sec .two-box input {
  width: 100%;
}
.career-upload-contact-form-sec .wpcf7 input[type="submit"] {
  border: 1px solid #333;
  padding: 8px 28px;
  border-radius: 20px;
  background: transparent;
  cursor: pointer;
  font-size: 15px;
  margin-top: 30px;
  transition: 0.2s ease;
}

.career-upload-contact-form-sec .wpcf7 input[type="submit"]:hover {
  background: #333;
  color: #fff;
}

.career-upload-contact-form-sec .file-box {
  border: 1px dashed #d2d2d2;
  height: 150px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.career-upload-contact-form-sec .wpcf7 select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  padding: 14px 10px;
  font-size: 15px;
  background: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #333;
  margin-bottom: 20px;
}
.career-upload-contact-form-sec .wpcf7 select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23999' height='14' viewBox='0 0 20 20' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M5.5 7.5L10 12l4.5-4.5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 14px;
/*   padding-right: 20px; */
}
.career-upload-contact-form-sec .wpcf7 select:focus {
  outline: none !important;
  border: none !important;
  border-bottom: 1px solid #e3e3e3 !important;
  box-shadow: none !important;
}
/* clients review video popup css start*/
.clients-review-popup #video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}
.clients-review-popup #video-modal .video-inner {
  width: 90vw;
  max-width: 1000px;
}
.clients-review-popup #video-modal iframe {
  width: 100%;
  height: 60vh;
  border: none;
}
.clients-review-popup #video-modal .close-btn {
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  margin-bottom: 10px;
  display: block;
  text-align: right;
}

/*scrollTopBtn start*/
.scrollTopBtn-sec #scrollTopBtn {
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(45deg, #EF2364, #F1542B) !important;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  transition: background 0.3s ease;
}
.scrollTopBtn-sec #scrollTopBtn img {
  width: 20px;
  height: 20px;
  /*filter: brightness(0) invert(1); */
}
/*scrollTopBtn end*/
/* clients review video popup css end*/
/* career form css end */
/* header mega menu css start */
/* Single column vertical layout for submenu */
/* */
/* header mega menu css end */
.services-container-box > .services-box {
  flex: 0 0 calc(33.333% - 16px) !important;
  box-sizing: border-box !important;
}
.services-container-box > .seo-services-box {
  flex: 0 0 calc(33.333% - 16px) !important;
  box-sizing: border-box !important;
}
.two-col-box-container > .two-col-box {
  flex: 0 0 calc(50% - 16px) !important;
  box-sizing: border-box !important;
}
.two-col-box-technologies-container > .two-col-technologies-box {
  flex: 0 0 calc(50% - 16px) !important;
  box-sizing: border-box !important;
}

.header-btn .elementor-button:hover .elementor-button-icon svg {
  transform: rotate(-45deg);
}
.list-items-left-space ul {
   padding-left: 20px;
}
/* PAGE VIEW: SHOW ONLY FIRST IMAGE */
.celebrations-gallery .smart-gallery .e-gallery-item {
  display: none !important;
}
.celebrations-gallery .smart-gallery .e-gallery-item:first-child {
  display: block !important;
}
.celebrations-gallery .smart-gallery .elementor-gallery__container {
  --rows: 1 !important;
  height: auto !important;
}
.celebrations-gallery .smart-gallery .e-gallery-image {
  border-radius: 18px;
  overflow: hidden;
}

.smart-gallery .pswp,
.smart-gallery .pswp__thumbs {
  display: none !important;
}

.career-form-popup #careers-success-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.career-form-popup .career-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.career-form-popup .career-popup-box {
  position: relative;
  max-width: 900px;
  margin: 8% auto;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  z-index: 2;
}

.career-form-popup .career-popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;

  cursor: pointer;
}

.career-form-popup .career-popup-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}

.career-form-popup .career-popup-image img {
  max-width: 320px;
  width: 100%;
}
.career-form-popup .career-popup-btn {
  font-size: 16px !important;
  display: inline-block;
  padding: 10px 28px;
  border: 1px solid #000;
  border-radius: 30px;
  text-decoration: none;
  color: #000 !important;
  transition: all 0.3s ease;
  line-height:1;
}
.career-form-popup .career-popup-btn:hover {
  background: #000;
  color: #fff !important;
  font-size: 16px !important;
  line-height:1;
}
@media (min-width: 1200px) {
  .home-hero-sec .first-img {
    right: 47% !important;
  }
  .home-hero-sec .second-img {
    right: 65% !important;
  }
  .home-hero-sec .forth-img {
    right: 45% !important;
    top: 75% !important;
  }
  .home-hero-sec .fifth-img {
    bottom: 14% !important;
  }
  /* 	.secondImg.GifImg{	
     --e-transform-translateY: 20px !important;
    top: 18% !important;
	} */
}

.social-icons a{
    max-width:40px;
    max-height: 40px;
}
.social-icons .elementor-grid-item:nth-child(1) a:hover {
  background-color: #0866ff !important;
}

.social-icons .elementor-grid-item:nth-child(2) a:hover {
  background-color: #000 !important;
}

.social-icons .elementor-grid-item:nth-child(3) a:hover {
  background-color: #0077b5 !important;
}

.social-icons .elementor-grid-item:nth-child(4) a:hover {
  background: radial-gradient(circle at 65% 141%, #fec10d 24%, #fe2d65 50%, #fd03ba 68%, #285AEB 94%) !important;
}

/* New CSS 23 MArch 2026 Start*/
.faq-section .e-n-accordion .e-n-accordion-item-title {
/* 	padding: 20px 0; */
}
.faq-section .e-n-accordion .e-n-accordion-item-title{
	padding: 40px 0 40px 0;
}
.faq-section .e-n-accordion-item[open]>.e-n-accordion-item-title {
    padding: 40px 0 20px 0;
	margin-block-end: 0 !important;
}
.faq-section  .e-n-accordion-item:not(:last-child) {
    margin-block-end: 0 !important;
}
.faq-section .elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title {
    border-width: 0px 0px 0px 0px !important;
}
.faq-section .e-n-accordion .elementor-element {
	padding: 0 0 20px 0;
}
.faq-section .e-n-accordion .elementor-element p{
	padding: 0 0 0px 0;
	line-height: 1.5;
	color: #696969;
	margin: 0;
}
[aria-expanded="false"] + .content {
  padding: 0 !important;
}
[aria-expanded="true"] + .content {
  padding: 0 0 20px 0 !important;
  margin-bottom: 0 !important;
}
.expert-dropdown-detail p{ 
	margin-bottom:0 !important;
	margin-top: 0 !important;
}
.expert-dropdown-detail {
    border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #d9d9d9 !important;
}
.home-expertise-sec .elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title {
    border-width: 0px 0px 0px 0px !important;
}

.common-why-choose-us .sticky-wrapper {
  position: sticky;
  top: 120px;   
  height: 100%;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity:0.5;
}
.custom-slider-icon .elementor-swiper-button {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.custom-slider-icon .elementor-swiper-button:hover svg{
/* 	filter: brightness(0) saturate(100%) invert(85%); */
	filter: brightness(0);
}
.custom-slider-icon .elementor-swiper-button-prev svg{
	transform: rotate(180deg) !important;
}
/* .custom-slider-icon .elementor-swiper-button:hover svg path {
  fill: #000000 !important;
} */

.bullet-true{
	flex-shrink: 0 !important;
}
.global-footer a{
	font-size: 16px !important;
/* 	color: #FFFFFF !important; */
}

#wpadminbar a{
	font-size: 13px !important;
/* 	color: #F0F0F1 !important; */
}
.elementor-kit-10 a{
	font-size: 18px !important;
/* 	color: red !important; */
}
a.elementor-button{
	font-size: 16px !important;
/* 	color: #232222 !important; */
}
.elementor-nav-menu--dropdown .elementor-item,
.elementor-nav-menu--dropdown .elementor-sub-item {
  justify-content: space-between !important;
  align-items: center !important;
}
.global-header-sub-menu .highlighted{
	background-color: #222 !important;
    color: #fff !important;
}
.global-header-sub-menu ul li {
	background-color: #f4f4f4 !important;
}
.global-header-sub-menu .highlighted .sub-arrow svg{
	fill: #fff;
}
.global-header-item-mega-menu{
	position:relative;
}
.global-header-parant-items{
	position: relative;
}
.global-header-mega-menu-active{
	left: 0 !important;
    width: auto !important;
}

/* .elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]):not(.content-above) .e-active.e-n-menu-content {
    padding-block-start: var(--n-menu-title-distance-from-content);
    top: 100%;
    left: 54%;
    transform: translateX(-50%);
} */
.global-header-item-mega-menu::after {
    content: "";
    position: absolute;
    top: -24px;
    left: 48px;
    margin-left: -5px;
    border-bottom-color: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.75);
    content: "";
    position: absolute;
    top: -19px;
    left: 48px;
    margin-left: -5px;
    border: 12px solid rgb(68 201 127 / 0%);
    border-bottom-color: #fff;
    box-shadow: 8px 3px 63px -38px rgba(0, 0, 0, .75);
}

.elementor-sticky--active {
    top: 0px !important;
}
.global-header .header-menu .dropdown-item a{
	font-size: 16px !important;
}
.global-header .subsidemenu .side-item a{ 
	font-size: 16px !important;
}
.home-expertise-sec .faq-number{
	width: 35px;
	display: inline-block;
}
/* New CSS 23 MArch 2026 End*/
/* @media (max-width: 1440px) and (min-width: 991px) {
	 h1 {
		font-size: 2.7vw !important;
	 }
} */
/* @media (min-width: 1400px) {
    .e-con.e-flex>.e-con-inner {
        max-width:100%;
    }
} */
@media (min-width: 1025px) {
    .custom-url a {
		font-size: 18px !important;
	}
}
@media (max-width: 1200px) {
  .home-hero-sec .first-img {
    right: 50% !important;
    top: 7% !important;
  }
  .home-hero-sec .second-img {
    top: 31% !important;
    right: 73% !important;
  }
  .home-hero-sec .forth-img {
    right: 51% !important;
    top: 73% !important;
  }
  .home-hero-sec .fifth-img {
    bottom: 20% !important;
  }
  .connect-now-text{
	 font-size: 70px;
	 line-height:70px;
	}
}

@media (max-width: 1100px) {
  .home-hero-sec .forth-img {
    right: 54% !important;
  }
/*   .home-hero-sec .fifth-img {
    bottom: 27% !important;
  } */
  /* 	.secondImg.GifImg{	
    top: 17% !important;
	} */
}
@media (max-width: 1024px) {
  .services-container-box > .services-box {
    flex: 0 0 calc(50% - 16px) !important;
  }
  .services-container-box > .seo-services-box {
    flex: 0 0 calc(50% - 16px) !important;
  }
}	
@media (max-width:991px){
	.footer-contact-details{
		text-align: center !important;
	}
	.footer-contact-details .elementor-element{
		text-align: center !important;
		align-items: center !important; 
	}
	.footer-contact-details .footer-contact{
		flex-direction: column !important;
	}
	.footer-contact-details .footer-contact-wrapper{
		flex-direction: column !important;
	}
	.footer-contact-details .footer-menu-wrap{
		flex-direction: column !important;
	}
	.footer-contact-details .footer-menu {
		flex-direction: column !important;
	}
	.footer-logo, .footer-contact-details .footer-menu ul li span{
		margin: 0 auto;
	}
	.faq-section .e-n-accordion .e-n-accordion-item-title{
	   padding: 20px 0 20px 0;
	}
	.faq-section .e-n-accordion-item[open]>.e-n-accordion-item-title {
		padding: 20px 0 20px 0;
		margin-block-end: 0 !important;
	}
	.faq-section .e-n-accordion .elementor-element.e-con.e-child{
		padding-bottom: 0;
	}
}
@media (max-width: 768px) {
  #temp-video-popup {
    padding: 10px;
  }
  #video-container {
    padding: 50px 30px 30px;
  }
/*   #close-video {
    top: 10px;
    right: 20px;
    font-size: 40px;
  } */
  .WhyChooseImgWrapper {
    position: static !important;
	}
#temp-video-popup .video-sub-container{
		width: 90% !important;
	}
	.faq-number{
	font-size: 20px;
}
	h1{
		font-size: 25px !important;
	}
	.contact-form-sec .wpcf7 input[type="text"],
    .contact-form-sec .wpcf7 input[type="email"],
    .contact-form-sec .wpcf7 input[type="tel"],
	.contact-form-sec .wpcf7 textarea{
		margin-bottom: 15px;
	}
	.opening-blog-content ul{
		padding-left: 15px;
	}
	.contact-form-sec .wpcf7 input[type="submit"]{
		margin-left: auto;
		margin-right: auto;
	}
	.common-why-choose-us .sticky-wrapper{
		top: unset;
	}
}
@media (max-width: 576px){
	.common-why-choose-us .common-why-choose-img{
		max-width: 52px;
	}
	.contact-form-sec .wpcf7 input[type="submit"]{
		margin-top: 25px;
	}
}
@media (max-width: 540px){
	.home-accordion .expert-dropdown-detail{
		border-left: 1px solid #d9d9d9 !important;
		border-right: 1px solid #d9d9d9 !important;
		border-bottom: 1px solid #d9d9d9 !important;
		border-top: 0 !important;
		border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
	}
	.home-accordion .e-n-accordion-item-title{
		border-bottom-right-radius: 10 !important;
        border-bottom-left-radius: 10 !important;
		padding: 15px !important;
	}
	.home-accordion .e-n-accordion-item-title[aria-expanded="true"] {
		border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
		padding: 15px;
    }
	.home-expertise-sec .elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title {
		border-width: 1px 1px 0px 1px !important;
	}
	.expert-dropdown-detail{
		border-bottom-left-radius: 10px !important;
		border-bottom-right-radius: 10px !important;
	}
	.home-expertise-sec .faq-number{
		display: none;
	}
}