/**
* template:  Travelbox

TABLE OF CONTENTS

        + Global
        + Header
        + Header Content
        + About Us
        + Best Choice
        + Banner
        + Tours
        + FAQ
        + Agents
        + Testimonials
        + Contact
 
*/

@import 'reset.css';
@import 'all.min.css';
@import 'owl.carousel.min.css';
@import 'owl.theme.default.min.css';

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/**************************************
*
*         GLOBAL   
*
***************************************/


* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#/*************************
 * Venobox lightbox overrides
 * Ensure images are centered in the viewport
 */
.vbox-container{
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:100vh;
}
.vbox-content{
	float:none;
}
.vbox-container img{
	max-width:100%;
	max-height: calc(100vh - 120px);
	height:auto;
	display:block;
	margin:0 auto;
}

:root {
	--color-white: #ffffff;
	--color-yellow: #FFB700;
	--color-blue: #001A3D;
	--color-dark-gray: #f1f1f1;
	--color-gray: #f7f7f7;
	--color-dark:#001A3D;
	--color-content: #777777;
	--color-light-blue: #3d93a8;
}

a {
	text-decoration: none;
	display: inline-block;
	outline: none;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

img {
	height: auto;
	display: block;
}

::-moz-selection {
	color: var(--color-white);
	background-color: var(--color-yellow);
}

::selection {
	color: var(--color-white);
	background-color: var(--color-yellow);
}

body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: var(--color-content);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Playfair Display", serif;
	font-weight: 400;
	margin-bottom: 30px;
	text-transform: capitalize;
	line-height: 1.1;
	color: var(--color-dark);
}

h1 {
	color: var(--color-white);
	font-size: 90px;
}

h2 {
	font-size: 55px;
}

h3 {
	font-size: 20px;
}

.wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ptb {
	padding-top: 100px;
	padding-bottom: 100px;
}

.align-center {
	text-align: center;
}

.suptitle {
	color: var(--color-yellow);
	margin-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	letter-spacing: 2px;
	font-weight: bold;
}

.btn {
	display: inline-block;
	background-color: var(--color-yellow);
	color: var(--color-white);
	padding: 20px 45px;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 5px;
	letter-spacing: 2px;
}

.btn:hover {
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 40px;
}


.single-item-img {
	position: relative;
}

.single-item-img img {
	width: 100%;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 21, 58, 0)), to(rgba(7, 21, 58, 0)));
	background-image: -o-linear-gradient(rgba(7, 21, 58, 0), rgba(7, 21, 58, 0));
	background-image: linear-gradient(rgba(7, 21, 58, 0), rgba(7, 21, 58, 0));
}

/* Allow clicks on anchors inside .single-item-img by letting pointer events pass through overlay */
.single-item-img .overlay {
	pointer-events: none;
	z-index: 1;
}

.single-item-img a {
	position: relative;
	z-index: 3;
	display: block;
}

.single-item-content {
	padding: 20px;
	background-color: var(--color-white);
	border-left: 1px solid var(--color-dark-gray);
	border-right: 1px solid var(--color-dark-gray);
	border-bottom: 1px solid var(--color-dark-gray);
}

.single-item-content h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

.address i {
	margin-right: 5px;
}

.price {
	color: var(--color-yellow);
	font-size: 24px;
	font-weight: 600;
	padding-top: 10px;
}

.price span {
	font-weight: 400;
	margin-left: 5px;
	font-size: 18px;
	color: var(--color-content);
}

.item-content {
	margin-bottom: 20px;
	margin-top: 10px;
}

.res-send {
	display: none;
	font-size: 14px;
	margin-top: 20px;
}

.res-send .error {
	color: #ff0000;
}

.res-send .send {
	color: var(--color-blue);
}

#scroll-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	padding: 15px 20px;
	background-color: var(--color-yellow);
	color: var(--color-white);
	border-radius: 5px;
}

#scroll-top:hover {
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

#closemenu,
#openmenu {
	color: var(--color-white);
	font-size: 30px;
	display: none;
}

#closemenu:hover,
#openmenu:hover {
	color: var(--color-yellow);
}

@-webkit-keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#preload {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: var(--color-light-blue);
	z-index: 100000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#preload img {
	width: 30px;
	height: auto;
	-webkit-animation-name: load;
	animation-name: load;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}


/**************************************
*
*         HEADER   
*
***************************************/


header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fixedmenu {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	background-color: var(--color-light-blue);
	z-index: 1000;
}

.wrapper-top,
.wrapper-bottom {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.wrapper-top p i {
	margin-right: 10px;
}

.wrapper-top p a {
	margin-left: 10px;
	color: var(--color-white);
}

.wrapper-top p {
	color: var(--color-white);
}

.header-social li {
	margin-left: 20px;
}

.header-social li a {
	color: var(--color-white);
}

.menu li {
	float: left;
	margin-left: 40px;
}

.menu li a {
	color: var(--color-white);
	text-transform: uppercase;
}

.wrapper-top p a:hover,
.menu li a:hover,
.header-social li a:hover {
	color: var(--color-yellow);
}


/**************************************
*
*         HEADER CONTENT  
*
***************************************/


.wrapper-header-content {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 21, 58, 0.3)), to(rgba(7, 21, 58, 0.3))), url('../images/tikivibez-oceanviewvillas.jpg');
	background-image: -o-linear-gradient(rgba(7, 21, 58, 0.3), rgba(7, 21, 58, 0.3)), url('../images/tikivibez-oceanviewvillas.jpg');
	background-image: linear-gradient(rgba(7, 21, 58, 0.3), rgba(7, 21, 58, 0.3)), url('../images/tikivibez-oceanviewvillas.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height: 800px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-content .suptitle {
	color: var(--color-white);
}

.header-content h2 {
	color: var(--color-white);
}

/**************************************
*
*         ABOUT US  
*
***************************************/

.wrapper-aboutus {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1200px;
}

#logo img {
	width: 250px;
}

.aboutus-img {
	width: 45%;
}

.aboutus-img img {
	width: 100%;
	border-radius: 3px;
}

.aboutus-content {
	width: 55%;
	padding-left: 50px;
}

.aboutus-content p {
	margin-bottom: 10px;
}

.wrapper-signature {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
}

.wrapper-signature>img {
	width: 120px;
	height: 120px;
	border-radius: 100%;
	margin-right: 20px;
}

.wrapper-signature h3 {
	font-weight: 900;
	margin-bottom: 5px;
}

.wrapper-signature>div img {
	max-width: 150px;
	width: 100%;
}


/**************************************
*
*         BEST CHOICE  
*
***************************************/


#best-choice {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0.7)), to(rgba(247, 247, 247, 0.7)));
	background-image: -o-linear-gradient(rgba(247, 247, 247, 0.7), rgba(247, 247, 247, 0.7));
	background-image: linear-gradient(rgba(247, 247, 247, 0.7), rgba(247, 247, 247, 0.7));
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.wrapper-best-choice {
	margin-top: 40px;
}


/**************************************
*
*         BANNER 
*
***************************************/


#banner {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.1))), url('../images/photos/DJI_20260312171556_0095_D.jpg');
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url('../images/photos/DJI_20260312171556_0095_D.jpg');
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url('../images/photos/DJI_20260312171556_0095_D.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.wrapper-banner {
	color: var(--color-white);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-banner h2 {
	color: var(--color-white);
}

.wrapper-banner .phone {
	color: var(--color-white);
	margin-bottom: 20px;
	font-size: 24px;
}


/**************************************
*
*         PROPERTIES  
*
***************************************/


.wrapper-tours{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

.tours-list li {
	float: left;
	margin: 10px;
}

.tours-list li a {
	display: inline-block;
	color: var(--color-dark);
	padding: 10px 20px;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 5px;
	letter-spacing: 2px;
}

.tours-list li a:hover {
	color: var(--color-yellow);
}

.tours-list li a.active {
	background-color: var(--color-light-blue);
	color: var(--color-white);
}

.wrapper-tours-catalog .single-item {
	width: calc(33.333333% - 20px);
	margin: 10px;
}

.wrapper-tours-result .wrapper-tours-catalog:not(:first-child) {
	display: none;
}

/* Restore light-grey background previously applied to the "tours" section */
#explore {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0.7)), to(rgba(247, 247, 247, 0.7)));
	background-image: -o-linear-gradient(rgba(247, 247, 247, 0.7), rgba(247, 247, 247, 0.7));
	background-image: linear-gradient(rgba(247, 247, 247, 0.7), rgba(247, 247, 247, 0.7));
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}


/**************************************
*
*         FAQ 
*
***************************************/


#faq {
	background-image:  url('../images/photos/DSC03132-HDR.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background-attachment: fixed;
}

#faq h2 {
	color: var(--color-white);
}

.wrapper-faq {
	width: 60%;
	padding: 50px;
	background-color: rgba(61, 147, 168, 0.8);
}

.wrapper-accordion h3 {
	padding: 10px 10px 10px 10px;
	cursor: pointer;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	color: var(--color-white);
}

.wrapper-accordion h3:hover {
	color: var(--color-yellow);
}

.wrapper-accordion h3 i {
	margin-right: 10px;
	color: var(--color-white);
}

.wrapper-accordion h3:hover i {
	color: var(--color-yellow);
}

.content-accordion {
	display: none;
	padding: 20px 10px 20px 35px;
	color: var(--color-white);
	background-color: rgba(247, 247, 247, 0.2);
}

.content-accordion p {
	margin-bottom: 5px;
}

.wrapper-accordion h3 i {
	font-size: 14px;
}


/**************************************
*
*         AGENTS
*
***************************************/


.wrapper-agents {
	max-width: 1200px;
}

/* Clear floated children inside agents wrapper so floated image doesn't overlap following sections */
.wrapper-agents::after {
	content: "";
	display: table;
	clear: both;
}

/* Add spacing between paragraphs inside agents section */
.wrapper-agents p {
    margin-bottom: 10px;
}

.single-agents {
	width: calc(33.333333% - 20px);
	margin: 10px;
}

.single-agents img {
	width: 100%;
}

.single-agents-content {
	padding: 20px;
	border-left: 1px solid var(--color-dark-gray);
	border-right: 1px solid var(--color-dark-gray);
	border-bottom: 1px solid var(--color-dark-gray);
}

.single-agents-content h3 {
	font-size: 24px;
	margin-bottom: 5px;
}

.single-agents-content p {
	color: var(--color-yellow);
}

.social-link-agents {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.social-link-agents li {
	margin: 0 10px;
}

.social-link-agents li a {
	color: var(--color-blue);
}

/* Photos carousels: overlay left/right navigation */
.photos-carousels .owl-carousel {
	position: relative;
	padding: 20px 110px; /* space for large nav buttons */
}
.photos-carousels .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	pointer-events: none; /* allow clicks only on buttons */
	z-index: 20;
}
.photos-carousels .owl-nav button {
	pointer-events: auto;
	background: rgba(0,0,0,0.45);
	color: #fff;
	border-radius: 50%;
	width: 88px;
	height: 88px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
}
.photos-carousels .owl-nav button:hover {
	background: rgba(0,0,0,0.6);
}
.photos-carousels .owl-nav .owl-prev { margin-left: -22px; }
.photos-carousels .owl-nav .owl-next { margin-right: -22px; }
.photos-carousels .owl-dots { display: none; }

@media (max-width: 900px) {
	.photos-carousels .owl-carousel { padding: 20px 60px; }
	.photos-carousels .owl-nav button { width: 64px; height: 64px; font-size: 24px; }
}

@media (max-width: 600px) {
	.photos-carousels .owl-carousel { padding: 20px 30px; }
	.photos-carousels .owl-nav button { width: 48px; height: 48px; font-size: 20px; }
}

/* Ensure chevron icons inside buttons are large and centered */
.photos-carousels .owl-nav button i {
	font-size: 44px;
	line-height: 1;
}

@media (max-width: 900px) {
	.photos-carousels .owl-nav button i { font-size: 28px; }
}

/* Force photo container to fixed height and hide overflow */
.photos-carousels .single-item .single-item-img,
.photos-carousels .owl-item .single-item-img,
.photos-carousels .owl-stage .single-item-img {
	height: 240px !important;
	overflow: hidden !important;
}
.photos-carousels .single-item .single-item-img img,
.photos-carousels .owl-item .single-item-img img,
.photos-carousels .owl-stage .single-item-img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
}


.dev-credit .dev-logo {
	max-height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}
@media (max-width: 480px) {
	.dev-credit .dev-logo { max-height: 22px; margin-left: 6px; }
}

#testimonials .owl-theme .owl-dots .owl-dot.active span,
#testimonials .owl-theme .owl-dots .owl-dot:hover span {
	background: var(--color-yellow);
}

#testimonials .owl-theme .owl-dots .owl-dot span {
	background: var(--color-white);
}

#testimonials h2 {
	color: var(--color-white);
}

.wrapper-title-testimonials {
	text-align: center;
}

.wrapper-testimonials {
	max-width: 1000px;
	text-align: center;
}

/* Testimonials background and overlay */
#testimonials {
	background: url('../images/Tikivibez-sunset.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
	color: var(--color-white);
}

#testimonials::before{
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.45);
	z-index: 0;
}

.wrapper-testimonials, .testimonials-carousel {
	position: relative;
	z-index: 1;
}

.single-testimonials img {
	width: 80px !important;
	height: 80px !important;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 30px;
}

.single-testimonials p {
	font-size: 20px;
	margin-bottom: 20px;
	color: var(--color-white);
}

.wrapper-author h3 {
	margin-bottom: 10px;
	font-size: 20px;
	color: var(--color-white);
}

.wrapper-author p {
	color: var(--color-yellow);
}

/* Mobile menu extras: phone + social icons shown inside the sliding nav */
.mobile-menu-extra{
	padding: 18px 0px;
	border-top: 1px solid rgba(255,255,255,0.06);
	background: transparent;
	display: block;
	text-align: left;
}
.mobile-menu-extra a{
	color: var(--color-white);
	margin-right: 16px;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.mobile-menu-extra a .fa-phone{ margin-right:8px; }
.mobile-menu-extra a .fa-facebook-f,
.mobile-menu-extra a .fa-instagram,
.mobile-menu-extra a .fa-youtube{ font-size:20px; }

@media (min-width: 971px){
	.mobile-menu-extra{ display: none !important; }
}

/* Layout tweaks: stack address, phone, then social icons on separate line */
.mobile-menu-extra{
	display:block;
	font-size:16px; /* uniform font size for address, phone, icons */
	line-height:1.4;
	color: var(--color-white);
}
.mobile-menu-extra .address{
	display:block;
	margin-bottom:6px;
	font-size: inherit;
	color: inherit;
}
.mobile-menu-extra .phone{
	display:block;
	margin-bottom:8px;
	font-size: inherit;
}
.mobile-menu-extra .social{
	display:block;
}
.mobile-menu-extra .social a{ margin-right:12px; font-size: inherit; }

/* Map marker icon spacing for address line */
.mobile-menu-extra .address i{
	margin-right:8px;
	vertical-align:middle;
}

/* Inline page-specific styles moved from contact.php to avoid inline CSS */
.confirm-wrap{padding:60px 20px;text-align:center;}
.confirm-wrap h2{margin-bottom:10px;}

/* New class: full-width strip under the header using footer color */
.under-header-bg{
	width: 100%;
	height: 150px;
	background-color: var(--color-light-blue);
	display: block;
	position: relative;
	z-index: 50;
}

/* Theme for confirmation block: keep text/link colors and modest vertical padding */
.confirm-wrap-theme{
	color: var(--color-white);
	margin-top: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url('/images/photos/DJI_20260312172940_0115_D.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column; /* stack heading above message */
	gap: 16px;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 0; /* keep background behind header/menu */
}
.confirm-wrap-theme h2,
.confirm-wrap-theme p{
	color: var(--color-white);
}
.confirm-wrap-theme a{ color: var(--color-white); }
.confirm-wrap-theme a:hover{ color: var(--color-yellow); }

/* Make header taller without modifying original classes */
.tall-header{
	padding-bottom: 120px; /* increased by another 50px (was 70px) */
	z-index: 2000; /* ensure header and mobile nav are above the background */
}

/* Make the page take full viewport height and center main content */
.full-height-page{
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
.full-height-page main{
	flex: 1 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.full-height-page footer{
	flex-shrink: 0;
}

@media (max-width: 950px) {
	/* Reduce header background strip on smaller screens */
	.under-header-bg{ height: 100px; }
}

/* End moved contact.php styles */



/**************************************
*
*         CONTACT
*
***************************************/


#contact {
	padding-top: 100px;
}

#contact .container {
	max-width: 1200px;
}

.wrapper-contact {
	width: 30%;
	padding-right: 50px;
}

.wrapper-form {
	width: 70%;
}

#contact h2 {
	margin-bottom: 50px;
}

.wrapper-contact-form {
	padding-bottom: 50px;
}

.single-address img {
	width: 250px;
	height: auto;
	margin-bottom: 30px;
}

.single-address {
	margin-bottom: 50px;
}

.single-address h3 {
	font-size: 25px;
}

.single-address p {
	margin-bottom: 10px;
}

.single-address a {
	color: var(--color-blue);
}

.single-address a:hover {
	color: var(--color-yellow);
}

.wrapper-input {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-input input {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	border: none;
	outline: none;
	width: calc(50% - 10px);
	margin-bottom: 20px;
	border-radius: 5px;
	background-color: var(--color-gray);
	color: var(--color-blue);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	font-weight: 700;
	font-size: 16px;
}

.wrapper-input input:focus,
textarea:focus {
	background-color: var(--color-dark-gray);
}

.wrapper-input input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
}

.wrapper-input input::-moz-placeholder,
textarea::-moz-placeholder {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
}

.wrapper-input input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
}

.wrapper-input input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
}

.wrapper-input input::placeholder,
textarea::placeholder {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
}

textarea {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	outline: none;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	margin-bottom: 20px;
	border-radius: 5px;
	width: 100%;
	background-color: var(--color-gray);
	padding: 15px;
	height: 200px;
	font-weight: 700;
	font-size: 16px;
}

.wrapper-form button {
	outline: none;
	border: none;
	display: inline-block;
	background-color: var(--color-yellow);
	color: var(--color-white);
	padding: 20px 45px;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 5px;
	letter-spacing: 2px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	cursor: pointer;
}

.wrapper-form button:hover {
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

.wrapper-map {
	width: 100%;
	height: 400px;
}

.wrapper-map iframe {
	width: 100%;
	height: 400px;
}

.copyright {
	padding: 30px 15px;
	background-color: var(--color-light-blue);
	color: var(--color-white);
}

.copyright p {
	font-size: 14px;
}

/* Make links in the copyright/footer area white and match hover behavior */
.copyright a {
    color: var(--Color-white, var(--color-white));
}
.copyright a:hover {
    color: var(--color-yellow);
}