/*
Theme Name: exoticgoanexcursions
Theme URI: https://understrap.com
Author: Howard Development &amp; Consulting
Author URI: https://howarddc.com
GitHub Theme URI: https://github.com/understrap/understrap
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Version: 1.2.4
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: understrap
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, block-styles, wide-blocks, editor-style, threaded-comments, accessibility-ready

Understrap WordPress Theme, (C) 2021 Howard Development & Consulting, LLC
Understrap is distributed under the terms of the GNU GPL.

Resource Licenses:
Understrap is based on Underscores https://underscores.me/, (C) Automattic, Inc.
Font Awesome: https://fontawesome.com/v4.7/license/ (Font: SIL OFL 1.1, (S)CSS: MIT)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (MIT)
WP Bootstrap Navwalker by Edward McIntyre & William Patton: https://github.com/twittem/wp-bootstrap-navwalker (GNU GPLv3)
*/

/*
Do not modify the parent Understrap theme. Instead, download a copy of the Understrap Child starter theme and do all your development within the child theme.
Full developer documentation: https://docs.understrap.com
*/
:root {
    --main: #81A32A;
    --white: #ffffff;
    --dgrey: #333333;
    --grey: #777777;
    --lgrey: #BBBBBB;
    --black: #000000;
    --red: #FF0000;
    --green: #5CC239;
    --blue: #5C9DED;
    --trip: #00AF87;
    --edit: #5C9DED;
}

html {
	scroll-behavior: smooth;
}

body {
	background-color: var(--white);
}

body.custom-background {
    background-image: none !important;
    background-color: var(--white) !important;
}

p {
	text-align: justify;
}

a,
a:active,
a:focus,
a:visited,
a:hover {
	color: var(--main);
	transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
	outline: none;
	text-decoration: none;
}

.edit-link a,
.edit-link a:active,
.edit-link a:focus,
.edit-link a:visited,
.edit-link a:hover {
    color: var(--edit) !important;
}

body.home .entry-title {
	display: none !important;
}

#testimonials,
#tours {
	scroll-margin-top: 250px;
}

.nav-link,
.nav-link:active,
.nav-link:visited {
    color: var(--dgrey);
}

.nav-link,
.dropdown-item {
	position: relative;
	transition: color 0.3s ease;
}

.nav-link:not(.dropdown-toggle)::after,
.dropdown-item::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0.25rem;
	width: 0;
	height: 2px;
	background-color: currentColor;
	transition: width 0.3s ease;
}

.nav-link:not(.dropdown-toggle):hover,
.dropdown-item:hover {
	color: var(--main);
	background-color: var(--white);
}

.nav-link:not(.dropdown-toggle):hover::after,
.dropdown-item:hover::after {
	width: 100%;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid var(--white);
	border-bottom: 0;
	border-left: 0.3em solid var(--white);
}

.nav-item.dropdown {
	position: relative;
}

.nav-item.dropdown .dropdown-menu {
	margin-top: 0;
}

.responsive-container {
    width: 100%;
    padding-left: var(--bs-gutter-x, .75rem);
    padding-right: var(--bs-gutter-x, .75rem);
}

@media (max-width: 992px) {
    .responsive-container {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 992px) {
    .dropdown-menu {
    	max-width: 95vw;
    	overflow-x: hidden;
    	word-wrap: break-word;
    	max-width: 95vw;
    	overflow-x: hidden;
    }
    
    .dropdown-item {
    	white-space: normal;
    }
    
	.dropdown-menu {
		position: static;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.nav-item.dropdown:hover .dropdown-menu {
		display: block;
	}
	
	.dropdown-menu {
        left: 50% !important;
        transform: translateX(-50%);
	}
	
	.dropdown-item {
    	text-align: left;
	}
}

.navbar {
	box-shadow: 0 2px 0px rgba(129, 163, 42, 0.08);
}

.footer {
	box-shadow: 0 -2px 0px rgba(129, 163, 42, 0.08);
}

.social-icon-footer {
	width: 26px;
	height: 26px;
	line-height: 26px;
	color: var(--main);
	border: 1px solid var(--main);
	font-size: 12px;
	border-radius: 26px;
	text-align: center;
	display: inline-block;
	transition: all 0.18s ease;
	margin: 0 2px;
}

.social-icon-footer:hover {
	background-color: var(--main);
	color: var(--white);
}

/* Socials */
.wf-launcher-button {
    background-color: var(--main) !important;
}

.social-card {
	background: var(--white);
}

.social-text {
	color: var(--dgrey);
}

.social-icon {
	width: 85px;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	color: var(--white) !important;
	text-decoration: none;
	transition: 0.3s ease;
}

.insta-icon {
	border-radius: 50%;
	background: #dc2743;
}

.fb-icon {
	border-radius: 22px;
	background: #1877f2;
	transform: rotate(-8deg);
}

/*
.social-icon:hover {
	transform: scale(1.1) translateY(-5px);
	color: var(--white) !important;
}

.fb-icon:hover {
	transform: rotate(-8deg) scale(1.1) translateY(-5px);
}
*/

/* Blogs */
.btn, 
.btn-secondary, 
.understrap-read-more-link {
	color: var(--main) !important;
	background-color: var(--white) !important;
	border: 1px solid var(--main) !important;
	border-radius: 0px;
	width: 300px;
	padding: calc(.667em + 2px) calc(1.333em + 2px) !important;
}

.page-header,
.post, 
.entry-content, 
.comments-title,
.comment-respond {
    padding: 20px 0px;
}

.entry-title, 
.comment-meta,
.comment-author,
.comment-metadata,
.comment-content {
    padding: 5px 0px;
}

.entry-content p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

#cancel-comment-reply-link {
    padding: 0px 20px;
    font-size: 1rem !important;
    font-weight: 400;
}

.comment-list {
    list-style-type: disc !important;
}

.avatar {
    border-radius: 50%;
}

.nav-next,
.nav-previous {
    color: var(--main) !important;
    background-color: var(--white) !important;
    border: 1px solid var(--main) !important;
    border-radius: 0px;
    padding: 10px !important;
}

/* Pages */
p.sp-layer {
	text-align: center !important;
}

.entry-title {
	text-align: center;
}

.entry-content div.wpcf7 {
	max-width: 100%;
}

.all-images,
.wp-block-video,
.wp-block-paragraph {
	margin-bottom: 30px;
}

.wpcf7-response-output {
    border-color: var(--main) !important;
}

.wpcf7-submit {
    border-radius: 0px !important;
}

/* Booking Calendar */
.wpbc_wizard__border_container {
    padding: 0px !important;
}

.wpbc_calendar_wraper,
.wpbc_cal_container,
.block_hints {
    margin: 0 auto;
    width: fit-content;
}

.wpbc_calendar_wraper > div:nth-child(2) {
    text-align: center !important;
}

.datepick-inline .calendar-links .datepick-prev a, 
.datepick-inline .calendar-links .datepick-next a {
    color: var(--main) !important;
    z-index: 1 !important;
}

.date_available .wpbc-cell-box {
	background-color: var(--main) !important;
	border: 1px solid var(--main) !important;
}

.wpbc_wizard__border_container {
	border: 0px !important;
	box-shadow: none !important;
}

.datepick-current-day .wpbc-cell-box {
	background: rgb(from var(--wpbc_cal-selected-day-color) r g b / max(var(--wpbc_cal-day-bg-color-opacity), var(--wpbc_cal-selected-day-bg-color-opacity))) !important;
	border: var(--wpbc_cal-day-cell-border-width) solid var(--wpbc_cal-selected-day-color) !important;
}

/* Reviews */
.pagination {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.page-numbers {
	position: relative;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	border: 1px solid var(--main);
}

.wp-block-button {
	position: relative;
	margin-left: -1px;
	line-height: 1.25;
	border: 1px solid var(--main);
}

.wp-block-button button {
	color: var(--main) !important;
	background-color: var(--white) !important;
	border: 0px !important;
	width: 300px;
	padding: calc(.667em + 2px) calc(1.333em + 2px) !important;
}

button.glsr-button.wp-block-button__link.wp-element-button {
	display: block !important;
}

.glsr-review-response:after {
	background-color: var(--main) !important;
}

.glsr-review-response:before {
	border-bottom: calc(var(--glsr-text-md) * 1.5) solid var(--main) !important;
}

.glsr-review-author span {
	color: var(--main) !important;
	font-weight: bold !important;
}

/* Pay Button */
.paybuttondiv {
	display: flex;
	justify-content: center;
}

.paybutton button {
	color: var(--dgrey);
	background-color: var(--white);
	position: relative;
	margin-left: -1px;
	line-height: 1.25;
	border: 1px solid var(--dgrey);
	margin-bottom: 30px;
	width: 300px;
	display: block !important;
	padding: calc(.667em + 2px) calc(1.333em + 2px) !important;
}

.paybutton-upi {
    color: var(--dgrey);
	background-color: var(--white);
	position: relative;
	margin-left: -1px;
	line-height: 1.25;
	border: 1px solid var(--dgrey);
	margin-bottom: 30px;
	width: 300px;
	display: block !important;
	padding: calc(.667em + 2px) calc(1.333em + 2px) !important;
}

.paybutton-upi svg {
    width: 250px;
    height: 250px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.paybutton-upi svg path {
    fill: var(--dgrey);
}

.paybutton-copy input {
    pointer-events: none;
}

.paybutton-copy input,
.paybutton-copy button,
.paybutton-copy button.copied {
    color: var(--dgrey) !important;
    background-color: var(--white) !important;
    border: 0px !important;
}

.paybutton-copy button::before {
    content: "\29C9";
    color: var(--dgrey) !important;
    background-color: var(--white) !important;
    font-family: none !important;
	font-weight: bold;
}

.paybutton-copy button.copied::before {
    content: "\2713";
    color: var(--dgrey) !important;
    background-color: var(--white) !important;
    font-family: none !important;
	font-weight: bold;
}

/* Tripadvisor */
.tripadvisor {
	flex-grow: 1
}

.tripadvisor div,
.tripadvisor a {
	width: 100% !important;
	max-width: 100% !important;
	text-align: center !important;
	border: 0px !important;
}

.tripadvisor textarea {
	width: 85% !important;
	max-width: 85% !important;
	border: 1px solid var(--trip)!important;
}

.tripadvisor form div,
.tripadvisor a {
	display: flex;
	justify-content: center;
}

.tripadvisor input {
	color: var(--trip) !important;
	background-color: var(--white) !important;
	position: relative;
	padding: .5rem .75rem !important;
	margin-left: -1px !important;
	line-height: 1.25 !important;
	border: 1px solid var(--trip) !important;
	margin-bottom: 30px !important;
	height: auto !important;
	width: 150px !important;
	border-radius: 0px !important;
}

/* Contact Us */
div.text-right input {
	color: var(--main) !important;
	background-color: var(--white) !important;
	position: relative !important;
	padding: .5rem .75rem !important;
	margin-left: -1px !important;
	line-height: 1.25 !important;
	border: 1px solid var(--main) !important;
	margin-bottom: 30px !important;
	width: 300px !important;
	display: block !important;
	padding: calc(.667em + 2px) calc(1.333em + 2px) !important;
}

/* Hero */
.hero-section {
	width: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.hero-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.hero-content {
	position: relative;
	color: var(--white);
	max-width: 800px;
	padding: 20px;
	margin: 300px 0px;
}

.hero-content h1 {
	margin-bottom: 10px;
}

.tagline {
	font-size: 1.2rem;
	opacity: 0.9;
	text-align: center;
	color: var(--main);
}

.hero-section div {
	display: inline-block;
	justify-content: center;
}

.hero-btn {
	color: var(--white) !important;
	background-color: var(--main) !important;
	position: relative !important;
	padding: .5rem .75rem !important;
	margin-left: -1px !important;
	line-height: 1.25 !important;
	border: 1px solid var(--main) !important;
	margin-bottom: 30px !important;
	width: 300px !important;
	display: block !important;
	padding: calc(.667em + 2px) calc(1.333em + 2px) !important;
}

.hero-btn:hover {
	background: var(--white);
	color: var(--black);
}

.hero-content {
	animation: fadeUp 1s ease-out;
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Tours */
.tour-card {
	position: relative;
	border: 1px solid var(--main);
	padding: 25px;
	max-width: 600px;
	background: var(--white);
	margin: 10px 10px 50px 10px;
}

.tour-header {
	min-height: 135px;
}

.tour-title {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}

.tour-subtitle {
	font-size: 12px;
	color: var(--grey);
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	text-align: center;
}

.tour-subtitle:after {
	content: "";
	width: 30px;
	border-color: var(--main);
	display: block;
	margin: 6px 0 18px;
}

.tour-duration {
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin: 10px 0 20px;
	background-image: linear-gradient(var(--main), var(--main));
	background-repeat: no-repeat;
	background-size: 40% 3px;
	background-position: center top;
}

.duration-number {
	font-size: 42px;
	font-weight: bold;
	color: var(--dgrey);
	margin-right: 6px;
}

.duration-text {
	font-size: 14px;
	color: var(--grey);
	letter-spacing: 2px;
}

.tour-features {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.tour-features li {
	padding: 8px 0;
	border-bottom: 1px solid var(--grey);
	font-size: 14px;
	position: relative;
	padding-left: 25px;
}

.tour-features li:before {
	position: absolute;
	left: 0;
	top: 8px;
	font-size: 14px;
}

.tour-features .yes::before {
	content: "\2713";
	color: var(--green) !important;
	font-family: none !important;
	font-weight: bold;
}

.tour-features .no::before {
	content: "\2716";
	color: var(--red) !important;
	font-family: none !important;
	font-weight: bold;
}

.tour-footer {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
}

.tour-footer a {
	color: var(--white) !important;
}

.tour-btn {
	display: block !important;
	margin-top: 15px;
	background: var(--main);
	color: var(--white);
	text-decoration: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px) !important;
	transition: 0.3s;
	position: relative;
	text-align: center;
	margin-left: -1px;
	line-height: 1.25;
	border: 1px solid var(--main);
	margin-bottom: 30px;
	width: 300px;
}

.tour-card {
	transition: 0.3s ease;
}

.tour-card:hover {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

/* Testimonials */
.testimonial-card {
	position: relative;
	border: 1px solid var(--main);
	padding: 25px;
	max-width: 600px;
	background: var(--white);
	margin: 10px 10px 50px 10px;
}

.testimonial-text {
	font-style: italic;
	color: var(--grey);
	line-height: 1.6;
	margin-bottom: 30px;
}

.testimonial-footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
}

.testimonial-footer .name {
	margin: 0;
	font-weight: 600;
	font-size: 18px;
}

.testimonial-footer .country {
	letter-spacing: 2px;
	color: var(--main);
}

.testimonial-footer img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	object-fit: cover;

	position: absolute;
	right: -20px;
	bottom: -20px;

	border: 4px solid var(--white);
	background: var(--white);

	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transform: translateY(50%);
}

.testimonial-card {
	transition: 0.3s ease;
}

.testimonial-card:hover {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

/* Map Display */
.map-container iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

/* WhatsForm */
.whatsform-container {
    width: 100%;
    height: 900px;
    overflow: hidden; 
    position: relative;
}

.whatsform-container iframe {
    width: 100%;
    height: 1400px;          /* Height + amount cropped */
    border: 0;
    margin-top: -80px;      /* Crop the logo/header */
}

/*style="width:350px !important"
style="border-color: transparent; border-style: solid; border-width: 0px;"
*/