body{
margin: 20px 20px 0px 20px;
	overflow-x:hidden !important;
}

footer {
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
}



 .elementor-button {
    transition: all 0.6s ease;
}


/* Home */
.hme_bgblur{
  position: relative;
  overflow: hidden;
}

/* LEFT gradient */
.hme_bgblur::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;         
  height: 100%;
  background: linear-gradient(
    270deg,
    #EFFFFF 19.1%,
    rgba(239, 255, 255, 0) 82.21%
  );
  transform: matrix(-1, 0, 0, 1, 0, 0);
  pointer-events: none;
  z-index: 2;
}

/* RIGHT gradient */
.hme_bgblur::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;          
  height: 100%;
  background: linear-gradient(
    270deg,
    #EFFFFF 19.1%,
    rgba(239, 255, 255, 0) 82.21%
  );
  transform: matrix(1, 0, 0, 1, 0, 0);
  pointer-events: none;
  z-index: 2;
}


.hme_bgblur > *{
  position: relative;
  z-index: 1;
}

.hme-icnrevsr li a {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    transition: gap 0.5s ease;
}

.hme-icnrevsr li a:hover {
    gap: 20px;
}

.srvictxtx_icnclr:hover svg { filter: invert(1); }


.custmr_bord{
    


border-radius: 5px;
    
}
 

    .hme_bgblursec{
  position: relative;
  overflow: visible; 
}

.hme_bgblursec::after{
  content: "";
  position: absolute;
  top: -120px; 
  left: 0;
  width: 100%;
  height: 120px;

  background: url(room-with-blurred-seats.jpg);
border-radius: 5px;
transform: matrix(1, 0, 0, -1, 0, 0);
  background: linear-gradient(
    180deg,
    #ffffff,
    rgb(7 104 104 / 0%) 82.21%
  );
 
  z-index: 5;
}

.hme_bgblursec {

 background: linear-gradient(270deg, #EFFFFF 100.1%, rgba(239, 255, 255, 0) 82.21%);
 
}

 


.hme_brd_line::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 50px;              
  background-color: #0A1A28;
  transform: translateY(-50%);
}
 




.privacytxt h2{
    color: #0A1A28;
}


.privacytxt h2{
    line-height: 60px;
}

.privacytxt a{
	color: #0A1A28;
}

.privacytxt a:hover{
	color: #24B0BA;
}







/* ===============================
   SPACE MRGN – Clean Slide Only
   No opacity, no blur, no jump
================================ */

.space_mrgn{
  overflow: hidden;
}

/* LEFT SIDE (image / div)
   LEFT → CENTER */
.space_mrgn_img{
  transform: translateX(400px);
  will-change: transform;
   transition: 1.5s cubic-bezier(1, 0.02, 0, 1.01) all;
    transition-delay: 0.5s;
	opacity: 0
}

/* Agar Elementor image widget ho */
.space_mrgn_img img{
  transform: translateX(200px);
  will-change: transform;
  transition: 1.5s cubic-bezier(1, 0.02, 0, 1.01) all;
    transition-delay: 0.5s;
	opacity: 0
}

/* RIGHT SIDE (text / image)
   RIGHT → CENTER */
.space_mrgn_text{
  transform: translateX(-400px);
  will-change: transform;
    transition: 1.5s cubic-bezier(1, 0.02, 0, 1.01) all;
    transition-delay: 0.5s;
	opacity: 0
}

/* EXTRA RIGHT ELEMENT
   BOTTOM → UP  ✅ */
.space_mrgn_right{
  transform: translateY(200px);
  will-change: transform;
   transition: 1.5s cubic-bezier(1, 0.02, 0, 1.01) all;
    transition-delay: 0.5s;
	opacity: 0
}
 
/* BOTTOM → UP (optional section) */
 .hme_bgblursec_up{
  transform: translateY(40px);
  will-change: transform;
 transition: 1.5s cubic-bezier(1, 0.02, 0, 1.01) all;
    transition-delay: 0.5s;
	 opacity: 0
}
.elementor-element-e242645{
	transform: translateY(100px);
  will-change: transform;
    transition: 1.5s cubic-bezier(1, 0.02, 0, 1.01) all;
    transition-delay: 0.5s;
	 opacity: 0
}
.elementor-location-header .header_downttx {
 transition: 1.5s cubic-bezier(1, 0.02, 0, 1.01) all;
    transition-delay: 0.5s;
    transform: translateY(-120px);
    opacity: 0;
}
/* ===== ACTIVE STATE ===== */
.entrance-animation .space_mrgn_img,
.entrance-animation .space_mrgn_img img,
.entrance-animation .space_mrgn_text,
.entrance-animation .space_mrgn_right,
.entrance-animation .hme_bgblursec_up,
.entrance-animation .elementor-element-e242645,
.entrance-animation .elementor-location-header .header_downttx 
{
  transform: translate(0, 0);
	opacity: 1
}




















.servicestboxxt_img{
  position: relative;
  overflow: hidden;
}

/* image full */
.servicestboxxt_img img{
  width: 100%;
  display: block;
}

/* gradient overlay */
.servicestboxxt_img::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #24B0BA 0%, rgba(239, 255, 255, 0) 47.49%);
  pointer-events: none;
  transition: opacity 0.3s ease;
  opacity: 1;
}

 
.elementor-element-d7c82da:hover .servicestboxxt_img::after{
  opacity: 0;
}

 
.servicestboxxt_img:hover::after{
  opacity: 0;
}


.indstrstxt_hvr .e-loop-item:hover .industiresboxxt_img img{
  transform: scale(1.06);
}

/* overflow hidden on each image box */
.indstrstxt_hvr .industiresboxxt_img{
  overflow: hidden;
}

/* default */
.indstrstxt_hvr .industiresboxxt_img img{
  transition: transform 0.35s ease;
  transform: scale(1);
}

/* ONLY hovered slide image zoom */
.indstrstxt_hvr .swiper-slide:hover .industiresboxxt_img img{
  transform: scale(1.06);
}




.servicestboxxt_icon svg{
  transition: transform 0.4s ease;
  transform: rotate(0deg);
 
  transform-box: fill-box;
  transform-origin: center;
}

.elementor-element-d7c82da:hover .servicestboxxt_icon svg{
  transform: rotate(-40deg); 
}


.elementor-element-d7c82da:hover .servicestboxxt_icon .elementor-icon{
 background:#0A1A28 !important;
 

  
}

.servicestboxxt_icon .elementor-icon{
  transition: background-color 0.9s ease;
}


.indstrestxt_accrdn .e-n-accordion-item {
  border-bottom: 1px solid #24B0BA;
}

.indstrestxt_accrdn  .e-n-accordion-item:last-child {
  border-bottom: none;
}






/* =====================================
   INDUSTRIES IMAGE + GRADIENT OVERLAY
===================================== */

.industiresboxxt_img{
  position: relative;
  overflow: hidden;
}

/* image full width */
.industiresboxxt_img img{
  width: 100%;
  display: block;
}

/* gradient overlay */
.industiresboxxt_img::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    #24B0BA 0%,
    rgba(239, 255, 255, 0) 47.49%
  );
  pointer-events: none;
  transition: opacity 0.3s ease;
  opacity: 1;
}


.industiresboxxt_img:hover::after{
  opacity: 0;
}





.servicestboxxt_icon svg{
  transition: transform 0.4s ease;
  transform: rotate(0deg);


  transform-box: fill-box;
  transform-origin: center;
}


.industiresboxxt_img:hover 
.servicestboxxt_icon svg{
  transform: rotate(-40deg);
}


.servicestboxxt_icon .elementor-icon{
  transition: background-color 0.3s ease;
}


.industiresboxxt_img:hover 
.servicestboxxt_icon .elementor-icon{
  background: #0A1A28 !important;
}


/* end */







/* hover pe icon red */
.cntr_hvermap:hover .servcearea_icn .elementor-icon,
.cntr_hvermapone:hover .servcearea_icn .elementor-icon {
    background-color: #0A1A28 !important;
}

/* active map ka icon red */
.cntr_hvermap.active .servcearea_icn .elementor-icon,
.cntr_hvermapone.active .servcearea_icn .elementor-icon {
    background-color: #0A1A28 !important;
}



.indstrestxt_accrdn span.e-n-accordion-item-title-icon .e-opened {
 width: 32px;
 height: 36px;
 background: #24B0BA;
 border-radius: 5px;
  display: flex;
 align-items: center;
 justify-content: center;
 align-content: center;
}


.indstrestxt_accrdn span.e-n-accordion-item-title-icon  {
 width: 32px;
 height: 36px;
 background: #0A1A28;
 border-radius: 5px;
 display: flex;
 align-items: center;
 justify-content: center;
 align-content: center;
}

 

.indstrestxt_accrdn span.e-n-accordion-item-title-icon  svg {
 width: 25px;
 height: 25px;
 
}


.areastxt_color strong{
    color: #fff;
    font-weight: 400;
}


.indstrestxt_accrdn  .e-n-accordion-item-title-icon .e-closed {
    display: flex;
    align-items: center !important;
}


/* ===== Header Dropdown Styling ===== */
.headertxt_drop .elementor-nav-menu--dropdown {
    background: #ffffff;
    border-radius: 6px;
    padding: 10px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    max-width: 808px !important;
}

/* Remove default ul padding */
.headertxt_drop .elementor-nav-menu--dropdown ul {
    padding: 0;
    margin: 0;
     
}

/* Dropdown list items */
.headertxt_drop .elementor-nav-menu--dropdown li {
    
    list-style: none;
}

/* Dropdown links */
.headertxt_drop .elementor-nav-menu--dropdown a {
    display: block;
    padding: 12px 20px;
    font-size: 15px;
    color: #111;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
    transition: all 0.3s ease;
    
}

/* Last item border remove */
.headertxt_drop .elementor-nav-menu--dropdown li:last-child a {
    border-bottom: none;
}

/* Hover effect */
.headertxt_drop .elementor-nav-menu--dropdown a:hover {
    background: #f5f5f5;
    color: #000;
    padding-left: 25px;
}

/* Align dropdown under Services */
.headertxt_drop 
.elementor-nav-menu--main 
.menu-item-has-children > .sub-menu {
    top: 100%;
    left: 0;
    margin-top: 10px;
    /* max-width: 1000px !important; */
}


 
 

.headertxt_drop .elementor-nav-menu--main .menu-item-has-children > .sub-menu {
    width: 400px!important;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
    white-space: normal;
}

 


/* default hidden */
.cntr_hvermapshow,
.cntr_hvermaponeshow{
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: 1.2s ease;
}

/* active show */
.cntr_content_active{
  opacity: 1 !important;
  visibility: visible !important;
  height: auto !important;
  overflow: visible !important;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
    transition: 0.5s !important;
}

@media (max-width: 1600px) {
   a.elementor-button.elementor-button-link.elementor-size-sm {
   padding:10px 25px;
}
	
	 body:not(.rtl) .elementor-30 .elementor-element.elementor-element-ba9b7a3 {
        right: 190px;
    }
 .cntr_hvermapshow p {
    line-height: 20px;
}
}


@media (max-width: 1440px) {
 
	
 body:not(.rtl) .elementor-30 .elementor-element.elementor-element-ba9b7a3 {
        right: 100px;
    }
	
	.indstrestxt_accrdn span.e-n-accordion-item-title-icon svg {
    width: 20px;
    height: 20px;
}
 
}


@media (max-width: 1366px) {
 body:not(.rtl) .elementor-30 .elementor-element.elementor-element-ba9b7a3 {
         right: 60px;
    }
 
}

/* @media (max-width:1280px) {
  .elementor-kit-7 h1 {
        font-size: 60px;
        line-height: 62px;
    }
 
} */


@media (max-width:1024px) {

 body {
    margin: 15px 15px 0px 15px;
     
}
	
	.indstrestxt_accrdn span.e-n-accordion-item-title-icon {
    width: 30px;
    height: 29px;
 
}
	
	.indstrestxt_accrdn span.e-n-accordion-item-title-icon .e-opened {
    width: 30px;
    height: 30px;
 
}
	
	    .indstrestxt_accrdn span.e-n-accordion-item-title-icon svg {
        width: 15px;
        height: 15px;
    }
	
	
	.headertxt_drop .elementor-nav-menu--main .menu-item-has-children > .sub-menu {
     
    margin-left: 0px !important;
    margin-top: 0px !important;
}
	footer {
    position: relative;
    left: -20px;
    width: calc(100% + 35px);
}
	
	
}

@media (max-width:991px) {
	
	  body:not(.rtl) .elementor-30 .elementor-element.elementor-element-ba9b7a3 {
        right: -60px;
    }
	
	.headertxt_drop .elementor-nav-menu--main .menu-item-has-children > .sub-menu {
    width: 350px !important;
}

}




   

@media (max-width:600px) {

.footertxtx_menutxt .elementor-nav-menu--main ul li a {
       display: flex;
    justify-content: center;
    
}
	
	.hme_brd_line::before{
		  display: none;
	}
	
	
	.home_imgbfrxtaftr .wpr-ba-image-1 img, .wpr-ba-image-2 img {
   
    height: 300px;
    background-size: cover;
    object-fit: cover;
}
	
	
	 .privacytxt h2{
     line-height: 30px;
 }
	
	.photovid_txt .wpr-ba-image-1 img, .wpr-ba-image-2 img {
    
    height: auto;
}
	
	
	.headertxt_drop .elementor-nav-menu--main .menu-item-has-children > .sub-menu {
    width: 100% !important;
}
}


  
/* 
@media (max-width: 1600px) and (min-width: 1600px){
    body:not(.rtl) .elementor-30 .elementor-element.elementor-element-ba9b7a3 {
        right: 200px;
    }
}


@media (max-width: 1560px) and (min-width: 1560px){
    body:not(.rtl) .elementor-30 .elementor-element.elementor-element-ba9b7a3 {
        right: 180px;
    }
}

@media (max-width: 1440px) and (min-width: 1440px){
    body:not(.rtl) .elementor-30 .elementor-element.elementor-element-ba9b7a3 {
        right: 100px;
    }
}


@media (max-width: 1366px) and (min-width: 1366px){
    body:not(.rtl) .elementor-30 .elementor-element.elementor-element-ba9b7a3 {
        right: 70px;
    }
} */