/*
Theme Name: Evaaya
Version: 1.0
*/
html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}
/* Mobile (up to 768px wide) */
@media (max-width: 768px) {
  html {
    font-size: 16px; /* 1rem = 14px */
  }
}

/* Extra small mobile (up to 480px) */
@media (max-width: 480px) {
  html {
    font-size: 14px; /* 1rem = 12px */
  }
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
}

ul.hfe-nav-menu a {
  color: #FFEDD6 !important;
    font-size: 1.2rem;
    font-weight: normal !important;
    position: relative;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow { display:none; }
ul.hfe-nav-menu {
      border-bottom: 1px solid #FFEDD6;
    padding: 0;
    margin-left: 100px;
}
ul.hfe-nav-menu a span {
  display: none;
}
ul.hfe-nav-menu li {
  position: relative;
}
ul.hfe-nav-menu li:last-child::after{
  content: none;
}
ul.hfe-nav-menu > li::after {
    content: "";
    position: absolute;
    top: 40%;
    bottom: 0;
    width: 18px;
    height: 14px;
    right: -40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(assets/images/menudropdown.png);
    z-index: 0;
    transition: transform 0.3s ease; 
}

ul.hfe-nav-menu > li:hover::after,
ul.hfe-nav-menu > li:focus::after {
    transform: scaleY(-1);
}

ul.hfe-nav-menu li ul.sub-menu li::after {
    content: none !important;
}


#htopsec h2 {
  background: linear-gradient(90deg, rgba(254, 251, 247, 1) 0%, rgba(239, 215, 184, 1) 63%, rgba(239, 233, 225, 1) 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For Firefox */
  color: transparent;
}
#menubar .sub-menu a { padding-left:20px; padding-right:20px; }
#htopsec p { color:#EFE9E1; margin-top:0; }
.btnstyle1 a {
      background: #F9EEDF;
    background: linear-gradient(152deg, rgba(249, 238, 223, 1) 0%, rgb(225 196 142) 100%);
    color: #24314B;
    padding: 20px 25px;
    border-radius: 10px;
    font-size: 1.2rem;
}
.btnstyle1 a:hover {
    color: #24314B;
    background: #FDDFB6;
background: linear-gradient(180deg, rgba(181, 146, 79, 1) 0%, rgba(253, 223, 182, 1) 80%);
box-shadow: 1px 4px 4px #B5924FA6;
border: 1.5px solid #B5924F;
  
}

.btnstyle1 a:active {
    color: #24314B;
    background: #B5924F;
    box-shadow: 1px 4px 4px #B5924FA6;
    border: 2px solid #B5924F;
  
}
.btnstyle1 a svg {
  fill: #24314B;
    margin-top: 5px;
    height: 0.9rem !important;
}

#hsec2 h2 { border-left: 6px solid #B5924F;
    padding: 12px 20px;
    color: #000; }

#hsec2 p {
  font-family: Arial;
    color: #24314B;
    font-size: 1.5vw;
    line-height: 2.5vw;
}

#hsec2 {
  position: relative; /* needed for proper positioning */
  z-index: 1;         /* ensure content stays above */
}

#hsec2::before,
#hsec2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px; /* adjust */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; /* this pushes the image behind the content */
}

#hsec2::before {
  left: 0;
  background-image: url("assets/images/rectangle-2.png"); /* replace with actual URL */
  width: 25%;
}

#hsec2::after {
  right: 0;
  background-image: url("assets/images/rectangle-1.png"); /* replace with actual URL */
  width: 600px;
}

#hsec3 h2 { border-left: 6px solid #B5924F;
  background: linear-gradient(90deg, rgba(254, 251, 247, 1) 0%, rgba(239, 215, 184, 1) 63%, rgba(239, 233, 225, 1) 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For Firefox */
  color: transparent;
    padding: 12px 20px; }

#hsec3 p {
  font-family: Arial;
    color: #24314B;
        font-size: 1.5vw;
    line-height: 2.5vw;
}

.fontcolor1 p, .fontcolor1 h3, .fontcolor1 h2, .fontcolor1 p a {
  background: #F8ECDC;
  background: linear-gradient(90deg,rgba(248, 236, 220, 1) 0%, rgba(253, 223, 182, 1) 63%, rgba(255, 246, 233, 1) 97%);
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* .fontcolor1 h3 { text-transform:uppercase;  } */

#hsec3 .e-grid h3 {  font-size: 1.5vw;
    margin-top: 30px;
    line-height: 1.5vw; }
#hsec3 .e-grid p {
  padding-top: 0;
    margin-top: 0;
    font-size: 1.5vw;
    margin-bottom: 0;
    line-height: 2.5vw;
}

#hsec3 .e-grid .item {
  border: 2px solid #F8ECDC;
    border-radius: 10px;
    padding: 7% 5% 7% 5%;
}
#hsec3 .e-grid .item img {
  width: 100%;
}

#hsec4 h2 {
  color:#24314B;
  border-left: 6px solid #B5924F;
  padding: 12px 20px;
}
#hsec4 p {
  font-family: Arial;
    color: #24314B;
    font-size: 1.7vw;
    line-height: 3.6vw;
    width: 82%;
}

#accord h3 {
  font-size: 1.5vw;
    padding: 10px 0;
    color: #24314B;
    line-height: 3.5vw;
    padding-left: 40px;
}

#accord h3::before{
    content: "";
    position: absolute;
    top: 26px;
    bottom: 0;
    width: 46px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    left: -0px;
    background-image: url(assets/images/ph_squares-four-fill.png);
    height: 32px;
}


#accord p {
  font-family: Arial;
    color: #24314B;
    font-size: 1.5vw;
    line-height: 2.5vw;
    width: 100%;
    padding-left: 0;
    margin: 10px 0;
    padding-right: 11%;
}

#accord span>svg {
  fill: #B5924F;
}

#accord .e-n-accordion {
  border-bottom: 1px solid #B5924F;
}

#hsec5 h2 { border-left: 6px solid #B5924F;
  /*background: #EFD7B8;*/
  font-family: "Montserrat", Sans-serif;
/*background: linear-gradient(90deg, rgba(254, 251, 247, 1) 0%, rgb(193 136 62) 63%, rgb(100 74 39) 97%);*/
/*  -webkit-background-clip: text;*/
/*  -webkit-text-fill-color: transparent;*/
 /* background-clip: text; /* For Firefox */
  color: #EFD7B8;
    padding: 12px 20px; }


#hsec5 p {
  font-family: Arial;
    font-size: 1.5vw;
    width: 85%;
    color: #EFD7B8;
    padding-left: 30px;
    line-height: 2.5vw;
    font-weight: normal;
    margin-bottom: 0;
}  

#hsec5 .e-grid { position:relative; }
#hsec5 .e-grid .gridleft { position:relative; }
#hsec5 .imgleft {
      position: absolute;
    left: -30px;
    bottom: 0;
}

#hsec6 h2 { border-left: 6px solid #B5924F;
  color: #24314B;
  font-family: "Montserrat", Sans-serif;
  font-size: 40px;
    padding: 12px 20px; }
#footer {
  padding:0;
}

#footer h2 { border-left: 6px solid #B5924F;
  background: #F8ECDC;
    background: linear-gradient(36deg, rgba(248, 236, 220, 1) 0%, rgba(253, 223, 182, 1) 63%, rgba(255, 246, 233, 1) 97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  font-size: 2.5vw;
    padding: 0.2vw 1.2vw;
    margin-left: -16px; }

#hsec6 p {
  font-family: Arial;
    font-size: 1.5vw;
    color: #1C2C5F;
    line-height: 2.5vw;
    font-weight: normal;
    margin-bottom: 20px;
}  

#contbox {     padding: 3%;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    -webkit-box-shadow: -1px 6px 10px 0px #00000030;
    box-shadow: 2px 10px 8px 4px #00000030;
    margin-bottom: 50px; }

.cform {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.cform .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width:100%;
  row-gap:10px !important;
}

.cform .form-row.two-col .form-col {
  flex: 1 1 calc(10% - 1rem); /* two columns */
  min-width: 200px; /* stack on smaller screens */
}

.cform .form-row.two-col .form-col1 {
  flex: 1;
  min-width: 200px; /* stack on smaller screens */
}

.cform .form-col {
  display: flex;
  flex-direction: column;
}

.cform label {
  margin-bottom: 0.4rem;
  font-weight: 600;
  font-size: 14px;
}

.cform input,
.cform textarea,
.cform select {
  width: 100%;
  padding: 0.7rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
}

.cform textarea {
  min-height: 150px !important;
  resize: vertical;
}

.cform input[type="submit"] {
  background: #1C2C5F;
  color: #fff;
  border: none;
  padding: 0.9rem 1.6rem;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  width:180px;
}

.cform input[type="submit"]:hover {
  background: #0d1b3d;
}

.cform input, .cform textarea, .cform select  {
    width: 100%;
    border: 1px solid #8C98B1;
    border-radius: 13px;
    font-size: 20px;
    background: transparent;
    padding: 10px 12px;
    color: #24314B;
    -webkit-box-shadow: -1px 6px 10px 0px #00000030;
    box-shadow: -1px 6px 10px 0px #00000030;
}

#hsec8 .cform label {
    font-family: Arial;
    font-size: 1.5vw;
    color: #24314B;
    line-height: 2.5vw;
    font-weight: bold;
    margin-bottom: 0;
    float: left;
}
#hsec8 .cform label span { font-weight:normal;}

#hsec8 {
  position: relative; /* needed for proper positioning */
  z-index: 1;         /* ensure content stays above */
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    float: left;
}
#hsec8::before,
#hsec8::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px; /* adjust */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; /* this pushes the image behind the content */
}

#hsec8::before {
  left: 0;
  background-image: url("assets/images/contact_left.png"); /* replace with actual URL */
  width: 500px;
}

#hsec8::after {
  right: 0;
  background-image: url("assets/images/contact_right.png"); /* replace with actual URL */
  width: 600px;
}

.gap4 { gap:1rem !important; }
.p100 p { width:100%; }

#hsec8 p {
  font-family: Arial;
    font-size: 1.5vw;
    color: #24314B;
    line-height: 2.5vw;
    font-weight: normal;
    margin-bottom: 20px;
    padding-right: 1%;
}  
#hsec8 .cform .intl-tel-input.separate-dial-code .selected-dial-code {
  font-size: 21px !important;
}
#hsec8 .cform  .intl-tel-input.separate-dial-code .selected-flag
 {
    background-color: transparent !important;
    display: table;
    margin-top: 0 !important;
}
#hsec8 .cform  .intl-tel-input.separate-dial-code .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: -2px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}
#hsec8 .cform p { margin:0; }
.flexcenter { justify-content:center; }
.submitbtn {
      background: #F9EEDF !important;
    background: linear-gradient(173deg, rgba(249, 238, 223, 1) 0%, rgba(225, 196, 142, 1) 100%) !important;
    color: #24314B !important;
    border-radius: 10px !important;
    font-size: 22px;
    padding: 15px 29px !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    border:none;
}
#footer .quicklinks h3 { padding-top: 0px;
  font-size: 24px;
    margin-bottom: 0;
    background: #F8ECDC;
    background: linear-gradient(90deg, rgba(248, 236, 220, 1) 0%, rgba(253, 223, 182, 1) 63%, rgba(255, 246, 233, 1) 97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin: 0 0 0px 0;}
    #footer .quicklinks p {margin: 0px 0 0px 0; line-height:30px; }
#footer .quicklinks a { background: #F8ECDC; font-weight:normal;
  background: linear-gradient(90deg,rgba(248, 236, 220, 1) 0%, rgba(253, 223, 182, 1) 63%, rgba(255, 246, 233, 1) 97%);
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    color: transparent; line-height:30px; }
.callicon { padding-left:20px; }
.footericon {
  list-style: none;
    display: flex;
    justify-content: end;
    padding-right: 100px;
    column-gap: 50px;
}
#footerbottom p, #footerbottom a { color:#ffffff7a; font-size:20px; }

h2.leftbar { 
  border-left: 6px solid #B5924F;
  background: #F8ECDC;
    background: linear-gradient(36deg, rgba(248, 236, 220, 1) 0%, rgba(253, 223, 182, 1) 63%, rgba(255, 246, 233, 1) 97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  font-size: 40px;
    padding: 20px; 
}

.map-container {
  position: relative;
  display: inline-block;
}

.map-container img {
  max-width: 100%;
  display: block;
  border-radius:15px 15px 15px 15px;
}
#marker1 {
   top: 24%;
    left: 11%;
}
#marker2 {
    top: 20%;
    left: 26%;
}
#marker3{
    top: 50%;
    right: 5%;
}
.marker {
  position: absolute;
    width: 62px;
    height: 88px;
    background: transportant;
    cursor: pointer;
}
 
.marker .tooltip {
  position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%);
    background: #000429B8;
    color: #fff;
    padding: 12px 17px;
    font-size: 18px;
    white-space: nowrap;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    line-height: 26px;
    text-align: center;
}
#marker1 .tooltip {
     bottom: -80px;
}

/* Show tooltip on hover */
.marker:hover .tooltip {
  opacity: 1;
}

#hsec7 h5 {
  color: #24314B;
  font-size: 1.5vw;
  padding-left: 50px;
}
#hsec7 h5::before{
        content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 46px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    left: -8px;
    background-image: url(assets/images/ph_squares-four-fill.png);
    height: 32px;
}
#hsec7 .e-grid p {
  font-size: 1.3vw;
  color: #24314B;
    line-height: 2.3vw;
    margin: 0;
  padding-left:50px;
}
#hsec7 .e-grid .e-child { border-right:1px solid #B5924F; }
#hsec7 .e-grid .e-child:last-child { border-right:none; }

.ubutton a{
  background: #8C98B1;
    background: linear-gradient(118deg, rgba(140, 152, 177, 1) 0%, rgba(46, 61, 92, 1) 100%);
    color: #E3D0B6;
    font-size: 25px;
    padding: 20px 60px;
    border-radius: 10px;
    letter-spacing: 1px;
}
.submitbtn-wrap p { display:flex; }
.submitbtn-wrap p button { order:2; }
.submitbtn:hover{
        box-shadow: 1px 6px 10px 0px #B5924FCC;
}
.submitbtn:active{
    background: #B5924F !important;
    box-shadow: 1px 7px 4px #B5924FA6;
    border: 2px solid #FFEFD5 !important;
}
.titlecolor h1 {
    background: linear-gradient(
        90deg,
        rgba(254, 251, 247, 1) 0%,
        rgba(239, 215, 184, 1) 25%,
        rgba(239, 233, 225, 1) 50%
    );
    -webkit-background-clip: text;  /* Chrome, Safari */
    -webkit-text-fill-color: transparent; /* Chrome, Safari */
    background-clip: text;  /* Standard */
    color: transparent;     /* Fallback */
}

#hsec3 .e-grid.grid { align-items:stretch;}
@media (max-width: 1366px) {
  ul.hfe-nav-menu {
    margin-left: 0;
}
}

@media (max-width: 768px) {

    nav.hfe-nav-menu__layout-horizontal {
    /*width: 100% !important;   */
    /*max-width: 100% !important;*/
    overflow-x: hidden;       
  }
  nav.hfe-nav-menu__layout-horizontal ul {
    width: 100% !important;
    max-width: 100% !important;
  }
  .hfe-nav-menu a.hfe-menu-item, .hfe-nav-menu a.hfe-sub-menu-item {
      padding-left: 5% !important;
  }
    #hsec2 p {
        font-size: 20px;
        line-height: 38px;
    }
	#hsec4 p {
		width: 100%;
		padding-left: 4%;
	}
	#hsec6 p {
		padding-left: 4%;
	}
	.btnstyle1 a { font-size:20px; }
	#hsec5 .imgleft {
    	position: relative;
	}
	#hsec3 p { padding-left:4%; }
	#hsec3 .e-grid p { padding-left:0; }
	#hsec5 p {
		width: 100%;
		padding-left: 0;
		margin-bottom: 20px;
		margin-top: 0;
		text-align:left;
	}
	#hsec7 h5 {
    font-size: 5vw;
    line-height: 8vw;
}
#hsec8 .cform label {
    font-size: 5vw;
    line-height: 10vw;
}
	#hsec3 .e-grid .item {
    padding: 5%;
    margin-bottom: 20px;
}
	#hsec3 .e-grid .item img {
    width: 100px;
}
	#contbox {
    	padding: 10px 10px;
	}
	#hsec6 h2 { padding: 7px 12px;
    font-size: 22px; }
	#hsec3 .e-grid h3 {
		margin-top:10px;
		font-size: 5vw;
        line-height: 5vw;
	}
	.cform .submitbtn-wrap::after {
		top: 27px;
	}
	#footer .quicklinks h3 {
		padding-top:0;
	}
	#marker1 .tooltip {
    top: 30px;
    line-height: 20px;
    height: auto;
    bottom: 0;
    padding: 6px;
}
#marker2 .tooltip, #marker3 .tooltip {
    top: 30px;
    line-height: 20px;
    height: auto;
    bottom: 0;
    padding: 6px;
}
/* Only apply ::after to top-level menu anchors that have a submenu */
/* Show arrow only on top-level items that have submenus */
ul.hfe-nav-menu li.menu-item-has-children a.hfe-menu-item::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 23px;
    width: 18px;
    height: 14px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(assets/images/menudropdown.png);
    z-index: 0;
    transition: transform 0.3s ease; 
            opacity: 1 !important;
        background-color: transparent !important;
}

/* Rotate arrow when active */
ul.hfe-nav-menu > li.menu-item-has-children div.sub-menu-active  a.hfe-menu-item::after {
    transform: scaleY(-1);
}


ul.hfe-nav-menu {
       padding:0;
    }
    #hsec8::before, #hsec8::after {
        content:none;
    }
    #hsec2::before {
        width: 0;
    }
#hsec2::after {
    left: -10%;
    background-image: url(assets/images/mobile-bg.png);
    width: 70%;
    top: 69vh;
    z-index: -1;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
    h2 {
        padding: 3% 4% !important;
        font-size: 6vw !important;
        line-height: 6vw !important;
        margin-left: 3% !important;
    }
    p {
        font-size: 5vw !important;
        line-height: 9vw !important;
        
    }
        .btnstyle1 a svg { margin-top:2px; }
    #accord h3 {
    font-size: 20px;
    line-height: 36px;
}
    #contbox h2 { padding:0 !important; } 
    .footerbottom p { margin:0; }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    #hsec5 p {
        font-size: 22px;
        width: 98%;
        line-height: 36px;
    }
    .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li.menu-item:not(:last-child) {
        margin-right:100px !important;
    }
    .menugrid img {
        width:90%;
    }
    .submitbtn-wrap {
        height: 60px;
    }
    .submitbtn-wrap p {
        display: flex;
        justify-content: end;
    }
    .sbuttonrow {
        align-items: center;
    }
    .submitbtn {
        order:2;
    }
}
@media(min-width: 1900px){
    #marker3 {
    top: 56%;
    right: 7%;
}
#marker2 {
    top: 24%;
    left: 28%;
}
#marker1 {
    top: 27%;
    left: 12%;
}
}