/* Sticky header */
.header101.scrolled{
    background: rgba(37,58,97,.15);
    backdrop-filter: blur(16px) saturate(200%);
    -webkit-backdrop-filter: blur(16px) saturate(200%);
   // border-bottom: 1px solid rgba(108,209,255,.2);
    box-shadow:
        0 8px 32px rgba(37,58,97,.12),
        0 2px 8px rgba(108,209,255,.08);
}
/* menu animation */
.elementor-nav-menu .elementor-item,
.elementor-nav-menu .elementor-sub-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.elementor-nav-menu .menu-text-slider {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 1.2em;
  line-height: 1.2em;
  vertical-align: middle;
}

.elementor-nav-menu .menu-text-line {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  white-space: nowrap;
}

.elementor-nav-menu .menu-text-line.is-base {
  position: relative;
}

.elementor-nav-menu .menu-char {
  display: inline-block;
  will-change: transform;
}

.elementor-nav-menu .sub-arrow {
  position: relative;
  z-index: 2;
}
/* menu animation ends */
/* buttons animation */
a#btn101 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    backdrop-filter: blur(10px);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

a#btn101::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(108, 209, 255, 0.15),
        rgba(37, 58, 97, 0.15)
    );
    opacity: 0;
    transition: opacity 0.35s ease;
}

a#btn101:hover {
    transform: translateY(-3px);
    border-color: #6CD1FF;
    box-shadow:
        0 10px 25px rgba(108, 209, 255, 0.2),
        0 0 20px rgba(108, 209, 255, 0.15);
}

a#btn101:hover::before {
    opacity: 1;
}

a#btn101::after {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-25deg);
    transition: left 0.7s ease;
}

a#btn101:hover::after {
    left: 150%;
}

//Second button
a#btn102 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.35s ease;
}

a#btn102::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #253A61 0%, #6CD1FF 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: -1;
}

a#btn102:hover {
    color: #fff;
	border:none;
    border-color: transparent;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(37, 58, 97, 0.25);
}

a#btn102:hover::before {
    transform: scaleX(1);
}

a#btn102:active {
    transform: translateY(-1px);
}

a#btn101 .elementor-button-icon svg {
  fill: transparent !important;
  color: transparent !important;
}

.lotus-details .elementor-icon-box-icon {
    margin-top: 12px;
}
.gradient-txt,
.gradient-txt-box h3
{
	background: var(--Gradient, linear-gradient(233deg, #253A61 9.79%, #6CD1FF 88.32%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.services-section:hover .services-section-title h3{
	//color:#fff;
}
.services-section:hover .services-section-paragraph{
//	color:#fff !important;
}
.services-section #btn102:hover{
	color: #fff !important;
border: none;
}
#contact-detail-section .elementor-icon-box-icon {
    margin-top: 7px;
}

#submit-btn101
{
    background: linear-gradient(-90deg, #253A61 0%, #6CD1FF 100%);
    color: #fff;
    border: none;
    padding: 14px 28px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.35s ease;
    box-shadow: 0 6px 20px rgba(37, 58, 97, 0.25);
    position: relative;
    overflow: hidden;
}

#submit-btn101:hover
{
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(108, 209, 255, 0.35);
    background: linear-gradient(135deg, #2d4674 0%, #8ae0ff 100%);
}

#submit-btn101::before
{
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    transform: skewX(-25deg);
    transition: left 0.7s ease;
}

#submit-btn101:hover::before,
{
    left: 140%;
}

#submit-btn101:active {
    transform: translateY(-1px) scale(0.98);
}
.services-section{
    position: relative;
    overflow: hidden;
    transition: all .45s cubic-bezier(.22,1,.36,1);
 }

/* Gradient overlay */
.services-section::before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(-45deg, #253A61 0%, #6CD1FF 100%);
    opacity: 0;
    transition: opacity .45s ease;
    z-index: 0;
}

/* Shine effect */
.services-section::after{
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: rgba(255,255,255,.15);
    transform: skewX(-25deg);
    transition: left .8s ease;
    z-index: 1;
}

/* Hover */
.services-section:hover{
    transform: translateY(0px);
    box-shadow:
        0 25px 50px rgba(37,58,97,.15),
        0 10px 25px rgba(108,209,255,.20);
    border-color: transparent;
}

.services-section:hover::before{
    opacity: 1;
}

.services-section:hover::after{
    left: 150%;
}

/* Keep content above overlays */
.services-section > *{
    position: relative;
    z-index: 2;
}

/* Content animations */
.services-section .services-section-title h3,
.services-section .services-section-paragraph,
.services-section #btn102{
    transition: all .35s ease;
}

.services-section:hover .services-section-title h3,
.services-section:hover .services-section-paragraph{
    color: #fff !important;
}
.services-section:hover #btn102{
    background: #fff;
    color: #253A61;
    transform: translateX(6px);
	border:none;
}
.elementor-field-group .elementor-field-textual:focus{
	box-shadow:none !important;
}
option {
    background: #333;
	color:#fff;
}

@media screen and (max-width:600px){
	.elementor-nav-menu .elementor-item, .elementor-nav-menu .elementor-sub-item{
		display:block;
	}
	#home-heading{
			background: var(--Gradient, linear-gradient(233deg, #253A61 9.79%, #6CD1FF 88.32%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
	}
	#stats{
		background-color: #E5E5E5;
	}
	 .elementor-24 .elementor-element.elementor-element-81f80a2 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
      width: 350px !important;
        left: -120% !important;
        transform: translateX(-50%) !important;
		 border-bottom:0;
		  transition: all 0.3s ease;
          }
.elementor-24 .elementor-element.elementor-element-81f80a2 
.elementor-menu-toggle[aria-expanded="true"] + .elementor-nav-menu__container.elementor-nav-menu--dropdown {
  border-bottom: 3px solid #6cd1ff;
}
    
}