/*
Theme Name: Twenty Twenty Child
Theme URL: http://wpamanuke.com/
Description: Twenty Twenty Child Theme
Author: WPAmaNuke
Author URL: http://wpamanuke.com/
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child
*/ 
/* Custom CSS goes after this line */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Titillium+Web:400,400i,600,600i,700,700i,900">
        <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i">
        <!-- carousel -->
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.css">

/* Apply on both body */

 body {
  overflow-x: hidden;  /* Disable horizontal scrolling */
}
.site-logo img {
    max-height: 80px !important;
    max-width: 139px !important;
	    margin-left: -25px;
}
h2.entry-title {
	background-color:#ff0000;
}
h1.entry-title {
	background-color:#ff0000;	
}
#site-header {
    background: #fdfdfd;
    position: relative;
}
div#footer-sidebar1 img

 {
    width: 38%;
}
.header-inner {
    padding: 0px;
}
.header-inner.section-inner {
    max-width: 1140px;
}
.header-toggles.hide-no-js {
    display: none;
}


/* header hover code starts */

.header-navigation-wrapper a {
    color: #034047 !important;
    font-family: poppins !important;
    font-weight: bold;
    position: relative;
    letter-spacing: 0.2px;
}
.header-navigation-wrapper a:before {
    left: 0;
    background: #20726a;
}
.header-navigation-wrapper li:hover a:after {
    width: 50%;
    transform: translate(-100%);
}
.header-navigation-wrapper li:hover a:before {
    width: 50%;
    transform: translate(100%);
}
.header-navigation-wrapper a:after {
    right: 0;
    background: #90d9d1;
}
.header-navigation-wrapper a:before, .header-navigation-wrapper a:after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    top: 120%;
    transition: 0.5s;
}
/* header hover code ends */
.primary-menu > li {
     font-size: 16px;
     letter-spacing: 0px;
}
.top-header-widget-area {
    background: rgb(3 64 71);
}
.top-header-widget-area > section {
    padding: 0px !important;
}
.top-header svg {
    stroke: #d5cfcf;
}
.top-right-header {
    display: flex;
}
.top-header {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: calc(100% - 8rem);
    max-width: 1140px;
    padding: 6px 0;
}
.top-right-header a {
    color: #d5cfcf;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
	text-decoration:none;
	    margin-right: 20px;
}
.top-right-header svg {
    width: 18px;
    height: 18px;
    margin: 0 7px;
}
.primary-menu li.current-menu-item > a {
    text-decoration: none !important;
}
.primary-menu a:hover{
	text-decoration:none;
}
.customicon_box:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 73%;
    right: 11px;
    top: 15px;
    background: #66666673;
}
.banner-section .elementor-element.elementor-element-27b142c.e-con-full.e-flex.e-con.e-child {
    max-width: 700px;
    margin-left: auto;
}
.bton {
    padding: 8px 12px;
    min-width: auto;
    align-items: center;
    transition: all 0.4s ease-in-out;
    background-color: #1cb2a0;
    border-radius: 6px;
    border: 2px solid #1cb2a0;
}
.bton a {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0px;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.bton a img {
    padding-right: 12px;
    width: 34px;
	animation: infinite 2s bg-color;
}
@keyframes bg-color{
	0%{
		transform:scale(1);
	}
	50%{
		transform:scale(1.2);
	}
	100%{
		transform:scale(1);
	}
}
.banner-img {
    width: 100%;
    height: 640px;
    object-fit: cover;
    object-position: center center;
    opacity: 0.8;
    border-radius: 0px 0px 0px 300px;
}
.play-btn {
    padding: 0px;
    border-radius: 50px;
}

.banner-section .e-con-inner {
    max-width: none !important;
    margin: unset !important;
 
}
.banner-section .elementor-element.elementor-element-27b142c.e-con-full.e-flex.e-con.e-child {
    padding-left: 110px;
}
.play-btn .elementor-widget-container:after {
    position: absolute;
    left: -12px;
    top: -10px;
    width: 145px;
    height: 145px;
    border: 3px dashed #1cb2a8;
    z-index: -1;
    content: "";
    border-radius: 100%;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes rotateme{
	0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.it-about-3-shape-1 {
	animation: itrotate 3s ease-in-out 3s infinite alternate forwards;
    bottom: 8%;
    position: absolute;
    right: 3%;
}
@keyframes itrotate{
	0% {
    transform: rotateY(0deg);
}
100% {
    transform: rotateY(1turn);
}
}
.icon_box h3.elementor-icon-box-title {
    margin-top: 9px !important;
}
.icon_box svg {
    font-size: 16px;
    color: #0cb8b6 !important;
    display: inline-block;
    border: 1px solid #0cb8b6;
    width: 62px !important;
    height: 62px !important;
    line-height: 54px;
    text-align: center;
    padding: 8px !important;
    border-radius: 20%;
    position: relative;
    z-index: 1;
    margin-bottom: -10px;
}
.icon_box {
    position: relative;
    z-index: 1;
    transition: all .5s;
    overflow: hidden;
}
.icon_box:hover {
    transform: translateY(-5px);
}
.icon_box:after, .icon_box:before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #0cb8b6;
    transition: all .5s;
    z-index: 1;
}
.icon_box:before {
    right: 500px;
    top: 50%;
    height: 10px;
}
.icon_box:hover:before {
    right: -500px;
}
.icon_box:after {
    right: 0;
    top: 0;
    height: 100%;
    transition: 1.5s;
    transform: scale(0);
    opacity: 0;
    border-radius: 10px 10px 100px 10px;
}
.icon_box:hover:after {
    transform: scale(1);
    opacity: 1;
}
.service-area{
	    animation: rotation 30s linear infinite;
}
@keyframes rotation{
	0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(359deg);
}
}
.icon_box .elementor-icon-box-wrapper {
    z-index: 4;
    position: relative;
}
.icon_box:hover h3, .icon_box:hover p  {
    color: #fff !important;
	
}
.icon_box:hover svg{
     background: #ffffff !important;
    border: 1px solid #f6ffff;
}
.sthethos_cope{
	    animation: moveBounce 5s linear infinite;
}
@keyframes  moveBounce{
	0% {
    transform: translateY(0);
}
50% {
    transform: translateY(20px);
}
100% {
    transform: translateY(0);
}
}
.first-aid{
	animation: spinAnimaiton 6s linear infinite;
}
@keyframes spinAnimaiton{
0% {
    transform: rotateX(-20deg) rotateY(0);
}
75% {
    transform: rotateX(-20deg) rotateY(360deg);
}
100% {
    transform: rotateX(-20deg) rotateY(360deg);
}
}
.iconbox-first:hover svg {
    background: #034047 !important;
    border: 1px solid #f6ffff;
}

.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #00a9ae;
    border-radius: 10px;
    padding: 14px 20px;
}
.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #00a9ae;
	text-decoration:none;
}
.contact-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border-radius: 10px;
    height: 45px;
}
.contact-form textarea.wpcf7-form-control.wpcf7-textarea{
	    border-radius: 10px;
}

/* mediaquerry start */

@media screen and (min-width: 320px) and (max-width: 767px) { 
.banner-section .elementor-element.elementor-element-27b142c.e-con-full.e-flex.e-con.e-child {
    padding-left: 30px;
}
.banner-heading br{
		display:none;
}
.top-header, .bton, button.toggle.search-toggle.mobile-search-toggle  {
    display: none;
}
.medical-sectors .elementor-element.elementor-element-d0b411a.e-con-full.e-flex.e-con.e-child {
    flex-wrap: nowrap;
}
.banner-section .elementor-element.elementor-element-35d890f.elementor-absolute.play-btn.elementor-view-default.elementor-widget.elementor-widget-icon {
    display: none;
}	
div#footer-sidebar1, div#footer-sidebar2, div#footer-sidebar3, div#footer-sidebar4 {
    width: 100% !important;
}	
div#footer-sidebar {
    display: block !important;
}
	div#footer-sidebar2 {
    padding-left: 0px !important;
}
	div#footer-sidebar2 h3 {
    margin-top: 20px !important;
}
	div#footer-sidebar3 h2 {
    margin-top: 20px !important;
}
	.booking-info {
    display: flex;
align-items:flex-start !important;
    color: #555;
    flex-direction: column !important;
    gap: 20px;
	margin-left:0pX !important;
}
	.booking-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
	.booking-text span {
    margin-left:0px !important;
    letter-spacing: 0.1px;
}
	.sp-testimonial-content p {
    font-size: 14px!important;
    font-weight:400 !important;
    font-family:Roboto, sans-serif;
		
}
}


@media screen and (min-width: 768px) and (max-width: 1024px) { 
	.bton {
    display: none;
}
	button.toggle.search-toggle.mobile-search-toggle {
    display: none;
}
		.booking-info {
    display: flex;
align-items:flex-start !important;
    color: #555;
    flex-direction: column !important;
    gap: 20px;
	margin-left:0pX !important;
}
	.booking-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
	.booking-text span {
    margin-left:0px !important;
    letter-spacing: 0.1px;
}
	
	
}




.search-bar {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  overflow: hidden;
  max-width: 1066px;
  margin: auto;
}

.search-item {
  flex: 1;
  padding: 15px;
}

.label {
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-left: 20px;
    letter-spacing: 0.4px;
    font-family: "Comfortaa", Sans-serif;
}

.input-field {
  display: flex;
  align-items: center;
}

.input-field input {
  border: none;
  outline: none;
  font-size: 15px;
  flex: 1;
  color: #2e3d49;
}

.input-field i {
    margin-left: 7px;
    width: 25px;
    height: 25px;
    margin-top: -19px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-location {
  background-image: url('https://img.icons8.com/ios-filled/50/000000/marker.png');
}

.icon-id {
  background-image: url('https://img.icons8.com/ios-filled/50/000000/barcode.png');
}

.icon-search {
    background-image: url(https://img.icons8.com/ios-filled/50/ffffff/search--v1.png);
    width: 26px;
    height: 23px;
    background-position: center;
    background-size: cover;
}

.divider {
  width: 1px;
  height: 40px;
  background: #e0e0e0;
}

.search-button {
    background: #1cb2a0;
    padding: 20px;
    display: flex;
    align-items: center;
    height: 97px;
    justify-content: center;
    cursor: pointer;
    position: relative;
    top: 0px !important;
}

.input-field input::placeholder {
  color: #034047 ;          /* change this to your desired color */
  font-family: 'Arial', sans-serif; /* change font if needed */
  font-size: 14px;      /* adjust size */
  opacity: 1;           /* make sure it’s fully visible */
	font-size:16px;
	font-weight:500;
	letter-spacing:0.1px;
}

/* Optional - make sure placeholder stays consistent in all browsers */
.input-field input:-ms-input-placeholder { /* IE 10+ */
  color: #034047 ;
  font-family: 'Arial', sans-serif;
	font-size:16px;
	font-weight:500;
	letter-spacing:0.1px;
}
.input-field input::-ms-input-placeholder { /* Edge */
  color: #034047 ;
  font-family: 'Arial', sans-serif;
	font-size:16px;
	letter-spacing:0.1px;
	font-weight:500;
}

.booking-info {
  display: flex;
  align-items: center;
  font-family: 'Arial', sans-serif;
  color: #555;
}

.avatars {
  display: flex;
  margin-right: 10px;
}

.avatars img {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50% !important;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    border: 2px solid var(--villoz-white, #fff);
    margin-right: -7px;
}

.avatars img:first-child {
  margin-left: 0;
}
.booking-text span {
    font-size: 17px;
    margin-right: 6px;
    color: #737a83;
    margin-left: 15px;
    letter-spacing: 0.1px;
}

.booking-text a {
 font-size: 17px;
    color: #034047;
    font-weight: 600;
}

.booking-text a:hover {
  text-decoration: underline;
}




.resort-listing {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.resort-card {
    background: #f4f4f4;
    border-radius: 10px;
    width: 300px;
    text-align: center;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.resort-card:hover {
    transform: translateY(-5px);
}

.resort-img img {
    border-radius: 10px;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.resort-price {
    color: #02b66e;
    font-weight: bold;
    margin-top: 15px;
}

.resort-title {
    color: #0bb7b4;
    font-size: 18px;
    margin: 10px 0;
}

.resort-location,
.resort-details {
    font-size: 14px;
    color: #555;
}
	.sp-testimonial-content p {
    font-size: 17px!important;
    font-weight:400 !important;
    font-family:Roboto, sans-serif;
		
		
}
nav.mobile-menu ul li a {
    text-decoration: none;
    font-size: 17px !important;
    color: #000;
    font-weight: 400 !important;
    font-family: Roboto, sans-serif;
    border: none !important;
}
nav.mobile-menu ul li a:hover {
   text-decoration:none !important;
}

nav.mobile-menu ul li{
	border:none;
}
.section-inner button.close-nav-toggle .toggle-text {
    display:none;
}
.section-inner span.toggle-text {
    display: none;
}
.section-inner .span.toggle-icon {
    margin-top: 20px;
} 


.booking-info {
    padding-top: 35px !important;
}


/* single page css */

/* Wrapper for main content and sidebar */
.custom-banner {
  position: relative;
  width: 100%;
  max-height: 600px;
  overflow: hidden;
}

.custom-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-text {
  color: #fff;
  padding: 25px;
  border-radius: 10px;
}

.banner-title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: 0.1;
  line-height: 62px;
  font-family: "Comfortaa", Sans-serif;
}

.banner-button {
  display: inline-block;
  padding: 12px 25px;
  background: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  transition: 0.3s;
}

.banner-button:hover {
  background: #000;
  color: #fff;
}

/* Wrapper and Sidebar same as before */
.custom-single-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  flex-wrap: wrap;
}

.custom-single-post {
  flex: 0 0 65%;
}

.custom-sidebar {
  flex: 0 0 30%;
  padding: 10px;
  border-radius: 10px;
  height: fit-content;
}

.custom-sidebar h3 {
    font-size: 28px;
    color: #000000;
    margin-bottom: 20px;
    letter-spacing: 0.1px;
    font-family: "Comfortaa", Sans-serif;
    margin: 0px 0px 20px 0px;
}

.custom-sidebar .recent-post {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.custom-sidebar .recent-post img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.custom-sidebar .recent-post span {
  font-size: 14px;
  color: #333;
  align-self: center;
  font-family:"Roboto",sans-serif;
}
main.custom-single-post p {
    font-size: 16px;
    font-family: "Roboto", Sans-serif;
    line-height: 24px;
    letter-spacing: 0.1px;
}
.recent-post a {
    text-decoration: none;
}

.property-info-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 20px 0;
  align-items: center;
}

.property-info-icons .info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #333;
}

.property-info-icons .info-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.meta-info {
    padding-bottom: 20px;
    font-weight: 600;
    font-family: "roboto",sans-serif;
    font-size: 18px;
}

.amenities-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.amenity-item {
    flex: 1 1 30%;
}

.amenity-title {
    font-size: 22px;
    font-weight: bold;
    font-family: "Comfortaa", Sans-serif;
    color: #000;
    margin: 0px 0px 14px 0px;
}

.amenity-text {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    font-family: "Roboto", Sans-serif;
    color: #333;
}

.contact-agent-section {
    background-color: #000;
    padding: 60px 20px;
    margin-top: 60px;
    color: #fff;
}

.contact-agent-content {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.agent-image img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
}

.agent-form h2 {
    font-size: 28px;
    font-family: "Comfortaa", sans-serif;
    margin-bottom: 10px;
}

.agent-form p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #ccc;
    font-family: "Roboto",sans-serif;
}

.agent-form label {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    font-family: "Roboto",sans-serif;
}

.agent-form input[type="text"] {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}

.agent-form button {
    background: #1cb2a0;
    color: #fff;
    text-decoration: underline;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-family: "Comfortaa", sans-serif;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: capitalize;
}

.agent-form button:hover {
    color: #ccc;
}

@media (max-width: 768px) {
    .contact-agent-content {
        flex-direction: column;
        text-align: center;
    }
}



@media (max-width: 768px) {
  .custom-single-wrapper {
    flex-direction: column;
  }

  .custom-single-post,
  .custom-sidebar {
    flex: 0 0 100%;
  }

  .banner-title {
    font-size: 28px;
  }
}


/* properties result */

#property-search-results {
    display:none;
}
ul.property-results{
	 width: 100%;
    max-width: 80%;
    margin: 20px 0px 40px 140px;
    background-color: #fff;
    padding: 20px 30px 50px 20px;
    border-radius: 10px;
}
ul.property-results li {
    list-style:circle;
}
ul.property-results li a {
    font-size: 16px;
    color: #000;
    font-family: "roboto",sans-serif;
}
div#property-search-results p {
  font-size: 16px;
    color: #000;
    font-family: "roboto",sans-serif;
	padding:10px 0px 0px 30px
}
div#property-search-results p {
    font-size: 16px;
    color: #000;
    font-family: "roboto",sans-serif;
    padding: 38px 0px 45px 30px;
    background-color: #ffffff;
    width: 79%;
    margin-left: 143px;
    margin-top: 24px;
    border-radius: 10px;
}





