html{
    font-size: 100%;
}
html, 
body{scroll-behavior: smooth;}

:root{
    --spacing-padding-inline: 0.25rem; /*  min-width:640px ( 40rem )*/
    --color-primary:;
    --color-secondary:;
    --color-text:;
    --color-link-color:;
    --color-background-color:;
    --color-background-color-gradiant:;
    
}

/* span yellow text */
.yellow-text{
    color: rgba(248, 195, 0, 1);
}
    /* Padding works only for main section  */
.main-section-padding .e-con-inner, .e-flex.e-con-boxed.e-con.e-parent .e-con-inner{
    padding-inline: calc(var(--spacing-padding-inline) * 0);
}

@media screen and (width <= 100rem) {
 .main-section-padding .e-con-inner, .e-flex.e-con-boxed.e-con.e-parent .e-con-inner{
        padding-inline: calc(var(--spacing-padding-inline) * 10);
    }
}
@media screen and (width <= 75rem) {
 .main-section-padding .e-con-inner, .e-flex.e-con-boxed.e-con.e-parent .e-con-inner{
    padding-inline: calc(var(--spacing-padding-inline) * 6);
    }
}
@media screen and (width <= 60rem) {
 .main-section-padding .e-con-inner, .e-flex.e-con-boxed.e-con.e-parent .e-con-inner{
    padding-inline: calc(var(--spacing-padding-inline) * 3);
    }
}
@media screen and (width <= 40rem) {
 .main-section-padding .e-con-inner, .e-flex.e-con-boxed.e-con.e-parent .e-con-inner{
    padding-inline: calc(var(--spacing-padding-inline) * 0);
    }
}
.vision-card:hover .vision-card-circle .elementor-icon{
    background-color: #F8C300 !important 
}
.text-slider .qodef-m-text-item span{
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #1D3766;
    stroke: #1D3766;
    color: #0000;
}
/* Teams Card */
.team-card .team-card-dark-bg{
    opacity: 0;
    transition: all 0.375s ease;
    z-index: -10;
}
.team-card:hover .team-card-dark-bg{
    opacity: 1;
}
.team-card .team-card-bg{
    z-index: 1;
}
.team-card .team-card-text,
.team-card .team-card-text .elementor-icon-box-title,
.team-card .team-card-text .elementor-icon-box-description{
     transition: all 0.375s ease;
}
.team-card:hover .team-card-text {
    background-image: linear-gradient(90deg, #0B1D3B 0%, #0081EC 100%);
}
.team-card:hover .team-card-text .elementor-icon-box-title,
.team-card:hover .team-card-text .elementor-icon-box-description{
    color: #fff
}

/* sub heading text color */
.gradient-text-color .elementor-heading-title{
    /* 1. Your gradient background */
  background: linear-gradient(to right, #272B2A, #1D3766);
  
  /* 2. Clip the background to the text */
  /*    (needs the -webkit- prefix in most browsers) */
  -webkit-background-clip: text;
          background-clip: text;
  /* 3. Make the text itself transparent */
  -webkit-text-fill-color: transparent;
          color: transparent;
}
/* Newsletter Form */
.newsletter-form .elementor-form input#form-field-email {
    transition: all 0.3s ease;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); /* Add a subtle box shadow */
    padding: 0 100px 0 0;
}
.newsletter-form .elementor-form input#form-field-email:active,
.newsletter-form .elementor-form input#form-field-email:focus {
     box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); /* Add a subtle box shadow */
}
.newsletter-form form .elementor-field-type-submit.e-form__buttons{
    position: absolute;
    right: 0;
    top: -5px;
    justify-content: flex-end;
    width: 20% !important;
}

/* 1. Target all autofill states: normal, hover, focus, active */
.newsletter-form .elementor-form input#form-field-email:-webkit-autofill,
.newsletter-form .elementor-form input#form-field-email:-webkit-autofill:hover,
.newsletter-form .elementor-form input#form-field-email:-webkit-autofill:focus,
.newsletter-form .elementor-form input#form-field-email:-webkit-autofill:active
 {
     /* Paint the background manually to block browser autofill style */
  background-color: transparent !important;
  /* 2. Undo the yellow/white background by inset‑shadowing with a transparent fill */
  -webkit-box-shadow: inset 0 0 0px 1000px transparent !important;
          box-shadow: inset 0 0 0px 1000px transparent !important;

  /* 3. Ensure the text itself stays readable */
    -webkit-text-fill-color: white !important;

  /* 4. Optional: prevent the browser “flashing” its own style back in 
       by delaying any background‑color changes for a long time */
  transition: background-color 5000s ease-in-out 0s;

}
.newsletter-form .elementor-form input#form-field-email:-moz-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: white !important;
}
/* Wpforms | Contact Us Form */
.contact-us-form{
    margin: 0 auto 5px !important;
}
.contact-us-form .wpforms-form input{
    border-radius: 100px !important;
     box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); /* Add a subtle box shadow */
    height: 60px; !important;
}
.contact-us-form .wpforms-form input:active,
.contact-us-form .wpforms-form input:focus,
.contact-us-form .wpforms-form input:focus:invalid{
     box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); /* Add a subtle box shadow */
   
}

.contact-us-form .wpforms-form textarea{
    border-radius: 25px !important;
    resize: none !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important; /* Add a subtle box shadow */
    /* height: 236px !important */
}
.contact-us-form .wpforms-form textarea:active,
.contact-us-form .wpforms-form textarea:focus,
.contact-us-form .wpforms-form input:focus:invalid{
     box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important; /* Add a subtle box shadow */
    border: 1px solid #FFF !important;
    
}
.contact-us-form .wpforms-submit-container{
    float: right !important;
    box-shadow: none !important;
}
.contact-us-form .wpforms-submit-container .wpforms-submit{
    background-color: rgba(255, 255, 255, 1) !important;
    color: #1d3766 !important;
    border: 1px solid #1d3766 !important;
    border-radius: 100px !important;
    font-family: "Outfit" !important;
    font-size: 20px !important;
    line-height: 1em !important;
    box-shadow: none !important;
    font-weight: 500 !important;
    padding: 15px 20px;
    height: auto;
}
.contact-us-form .wpforms-submit-container .wpforms-submit:hover{
    background-color: rgba(255, 255, 255, 1) !important;
    color: rgba(39, 43, 42, 1) !important;
    border: 1px solid rgba(39, 43, 42, 1) !important;
    box-shadow: none !important;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%) !important;
}
.contact-us-form .wpforms-form .wpforms-field.wpforms-field-phone .iti.iti--allow-dropdown.iti--show-flags .iti__country-container:hover .iti__selected-country{
    background: none !important;
}
.contact-us-form .wpforms-form .wpforms-field.wpforms-field-phone .iti.iti--allow-dropdown.iti--show-flags .iti__country-container .iti__selected-country:focus,
.contact-us-form .wpforms-form .wpforms-field.wpforms-field-phone .iti.iti--allow-dropdown.iti--show-flags .iti__country-container .iti__selected-country:active{
    background: none !important;
    border: 1px solid #00000000 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important; /* Add a subtle box shadow */
}
@media screen and (width <= 40rem) {
    .contact-us-form .wpforms-submit-container .wpforms-submit{
        font-size: 16px !important
    }
    .contact-us-form .wpforms-form textarea{
        height: 200px !important
    }
}


/* Blogs Key Takeaway styling */
.key-insights .key-insights__inner::before{
    content: '';
	position: absolute;
	display: block;
    top: -15px;
    left: -15px;
background-size: 45px;
border: 0px;
width: 45px;
height: 45px;
    background-color:#DBD1CA;
    background-image: url(https://trustedadvisordubai.ae/wp-content/uploads/2025/10/electric-light-bulb-svgrepo-com.svg);
 background-repeat: no-repeat;
}
.key-insights .key-insights__inner:after{
    content: '';
	position: absolute;
    right: -15px;
    bottom: -15px;
background-size: 45px;
border: 0px;
    height: 45px;
    width: 45px;
    background-color: #DBD1CA;
	background-image: url(https://trustedadvisordubai.ae/wp-content/uploads/2025/10/electric-light-bulb-svgrepo-com.svg);
	display: block;
	background-repeat: no-repeat;
}

/* Blogs Text area styling */
	.blogs-text-styling ul li{
		margin-bottom: 0 !important;
	}
.blogs-text-styling{
	margin-bottom: -15px;
}
    .blogs-text-styling p,
    
    .blogs-text-styling li{
        line-height: 1.5em;
    }
.blogs-text-styling p a{
	color: #0000ff;
}
.blogs-text-styling p a:hover{
	color: #0000ff ;
	text-decoration: underline;
}
 p a{
	color: #0000ff;
}
 p a:hover{
	color: #0000ff ;
	text-decoration: underline;
}
@media(max-width:1366px){
   
    .blogs-text-styling p{ font-size: 16px;}
    
   .blogs-text-styling li{
        font-size: 15px;
    }
    
}
@media(max-width:1024px){
    
    .blogs-text-styling p{ font-size: 15px;}
    
    .blogs-text-styling li{
        font-size: 14px;
    }
    
}
@media(max-width:767px){
    
    .blogs-text-styling p{ font-size: 15px;}
    
    .blogs-text-styling li{
        font-size: 14px;
    }
    
}
@media(max-width:567px){
   
    .blogs-text-styling p{ font-size: 14px;}
    
    .blogs-text-styling  li{
        font-size: 14px;
    }
    
}