/*!
Theme Name: Hirikatiya Cabs
Theme URI: http://lugudait.com/theme
Author: Nandika Dilon
Author URI: Nandika Dilon
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hirikatiyacabs.com
*/

/* Mobile devices with width less than 768px */
@media (max-width: 767.98px) {
    .hero-booking {
        padding-top: 20px !important; /* Meka 0px hari oyata ona ganak danna */
        padding-bottom: 10px !important;
    }
    .row {
        /*display: block !important;*/
    }
}



/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 
html, body {
    overflow-x: hidden;
    width: 100%;
}

section {
    overflow-x: hidden; /* Section ekakin eliyata yana ewa nawattanawa */
} 
 
 
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/*========= menu link ================= */
.navbar-nav .nav-link {
    color: #333 !important;
    padding: 0.5rem 1rem !important;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover, 
.navbar-nav .current-menu-item a {
    color: #fd7e14 !important; /* Orange color for active/hover */
}

.sticky-top {
    z-index: 1030;
}

/* --- Navbar Styling --- */
.navbar {
    transition: all 0.3s ease;
    padding: 0.8rem 0;
}

/* Logo Style */
.navbar-brand {
    font-size: 1.6rem;
    letter-spacing: -1px;
}

/* Menu Links */
/* Menu items athara space eka hadamu */
.navbar-nav {
    display: flex;
    align-items: center;
    list-style: none; /* Ara thith ain karanna */
    margin: 0;
    padding: 0;
}

.navbar-nav li {
    margin-left: 25px; /* Items athara lassanata ida thiyanna */
}

/* Link eke look eka lassanata hadamu */
.navbar-nav li a {
    text-decoration: none;
    color: #333 !important;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s ease;
    padding: 10px 0;
    display: inline-block;
}

/* Hover karaddi orange wenna */
.navbar-nav li a:hover,
.navbar-nav li.current-menu-item a {
    color: #fd7e14 !important;
}

/* Book a Taxi Button eka thawa poddak lassanata set karamu */
.btn-orange {
    background-color: #fd7e14 !important;
    color: #fff !important;
    border-radius: 50px;
    padding: 10px 25px !important;
    font-weight: 700;
    text-decoration: none;
    margin-left: 30px;
    display: inline-block;
    transition: 0.3s;
    border: none;
}

.btn-orange:hover {
    background-color: #e86b00 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(253, 126, 20, 0.3);
}

/* Mobile view ekedi items yata yata penna (Optional) */
@media (max-width: 991px) {
    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }
    .navbar-nav li {
        margin-left: 0;
        margin-bottom: 15px;
    }
}

/*=============== end menu link ============= */
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}



.btn-blue {
    background-color: #050a18;
    color: #fff;
    transition: 0.3s;
}

.btn-blue:hover {
    background-color: #fd7e14;
    color: #fff;
}

.about-img-wrapper .exp-badge {
    bottom: -20px;
    right: 20px;
    text-align: center;
    min-width: 100px;
    z-index: 2;
}

.about-img-wrapper img {
    transition: transform 0.4s ease;
}

.about-img-wrapper:hover img {
    transform: scale(1.02);
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* ============================ own code here ================================================================ */
/* Logo Custom Colors */
.custom-logo {
    font-size: 1.5rem; /* Size eka adjust karaganna */
    letter-spacing: 1px;
    text-transform: uppercase;
}
/* WhatsApp button eka custom design karamu */
.btn-wa {
    background-color: #25D366;
    color: white;
    border-color: #25D366;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn-wa:hover {
    background-color: #ff6600; /* Ape Orange pata */
    color: white;
    border-color: #ff6600;
}

/* Natham Orange danna ona nam meka use karanna */
.btn-get-quote {
    background-color: #ff6600; /* Ape Orange pata */
    color: white;
    border: none;
    font-weight: bold;
}

.btn-get-quote:hover {
    background-color: #e65c00;
    color: white;
}

.text-blue {
    color: #007bff !important; /* Hoda Nil patak (Deep Ocean Blue) */
}

.text-orange {
    color: #fd7e14; /* Hoda Orange patak (Sunset Orange) */
}

/* Hover karama lassanata penna */
.custom-logo:hover .text-blue {
    color: #0056b3;
}

.custom-logo:hover .text-orange {
    color: #e36414;
}

/* Navigation link hover effect */
.navbar-nav .nav-link:hover {
    color: #fd7e14 !important; /* Orange hover */
    transition: 0.3s;
}

/* Active link eka blue patin thiyamu */
.navbar-nav .nav-link.active {
    color: #007bff !important;
}

/* Mobile slider eka customize kirima */
@media (max-width: 991px) {
    .offcanvas {
        width: 280px !important; /* Slider eke palala */
        border-right: none;
    }
    
    .offcanvas-body .nav-link {
        font-size: 1.1rem;
        padding: 12px 0;
        border-bottom: 1px solid #f8f9fa;
    }
}



.hero-booking {
    position: relative;
    height: 100vh;
    min-height: 700px;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('images/Slider-1.jpg') no-repeat center center;
    background-size: cover;
    padding-top: 80px;
}

.booking-card {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.btn-orange {
    background-color: #fd7e14;
    transition: 0.3s;
}

.btn-orange:hover {
    background-color: #e36414;
}

.form-control, .form-select {
    padding: 12px;
    border-radius: 10px;
}


.vehicle-card {
    transition: transform 0.3s ease, shadow 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
}

.vehicle-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
}

.vehicle-card img {
    height: 200px;
    object-fit: cover;
}

.vehicle-card ul i{
	color: #fd7e14;
}
.vehicle-card ul li{
	color: #050a18;
}

/* Featured card eka poddak highlight karamu */
.featured {
    border: 2px solid #fd7e14 !important;
}

.btn-outline-orange {
    color: #fd7e14;
    border-color: #fd7e14;
}

.btn-outline-orange:hover {
    background-color: #fd7e14;
    color: #fff;
}

.btn-orange {
    background-color: #fd7e14;
    border: none;
}
/* Footer eka athule thiyena text-muted fix eka */
.text-muted .lead {
    color: rgba(255, 255, 255, 0.3) !important; /* Meka light gray/white ekak */
}

/* Okkoma clear white ona nam meka danna */
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-black-40 {
	color: rgba(0, 0, 0, 0.7) !important;
}
.text-p-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
/* =============================== Footer section ============================================= */

/* Footer Styles */
footer {
    background-color: #050a18 !important; /* Deep Dark Blue */
}

.border-orange {
    border-color: #fd7e14 !important;
}

.footer-links a:hover {
    color: #fd7e14 !important;
    padding-left: 5px;
    transition: 0.3s;
}

/* Floating WhatsApp Button */
.wa-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.wa-float:hover {
    background-color: #128c7e;
    color: #FFF;
}
/* Footer eke text okkoma white karamu */
footer, footer p, footer span {
    color: #ffffff !important;
}

/* Footer eke thiyena links wala color eka */
footer a {
    color: rgba(255, 255, 255, 0.8) !important;
    transition: 0.3s;
}

footer a:hover {
    color: #fd7e14 !important; /* Hover unama orange wenna */
}

/* Gray color penna ona than walata (eg: 24/7 service kalla) */
.text-muted {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* Footer headings wala orange kalla */
.text-orange {
    color: #fd7e14 !important;
}


/* Navbar links and logo clear penna */
.navbar-brand, .nav-link {
    color: #050a18 !important; /* Dark Blue for readability */
    font-weight: 500;
}


.btn-success {
    background-color: #25d366 !important;
    border: none !important;
    font-weight: 600;
}

.btn-success:hover {
    background-color: #fd7e14 !important;
    border: none !important;
    font-weight: 600;
}



/*====================== Call to action section =========================== */

.whatsapp-icon {
	color: #25d366;
}
.email-icon {
	color: #e6e6e6;
}
.cta-section .fs-1 {
    display: inline-block;
    vertical-align: middle;
    /* Puluwan nam icon eka poddak move wenna me animation ekath danna */
    animation: taxiMove 2s infinite ease-in-out;
}

@keyframes taxiMove {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(5px); }
}



.cta-section h2 {
    letter-spacing: -1px;
}

.cta-section a:hover {
    color: #050a18 !important; /* Phone number hover unama dark blue wenna */
    transition: 0.3s;
}

/* Mobile responsive fix */
@media (max-width: 768px) {
    .cta-section .display-4 {
        font-size: 2rem;
    }
}

/*===================== why choose Us ======================== */
.feature-card p {
	color: #050a18 !important;
}

.whychooseus-title {
	font-size: 1.5em;
	color: #111;
	text-align: center !important;

}
/*========================================================= */

/*===================== Destinations =======================*/

/* Destination Card Styling */
.dest-img-wrapper {
    height: 450px;
    overflow: hidden;
}

.dest-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.destination-card:hover .dest-img {
    transform: scale(1.1);
}

.dest-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(5, 10, 24, 0.9) 0%, rgba(5, 10, 24, 0) 50%);
    transition: background 0.3s ease;
}

.destination-card:hover .dest-overlay {
    background: linear-gradient(to top, rgba(253, 126, 20, 0.7) 0%, rgba(5, 10, 24, 0) 70%);
}

.destination-card .text-white h4 {
    transform: translateY(10px);
    transition: transform 0.3s ease;
}

.destination-card:hover .text-white h4 {
    transform: translateY(0);
}

/* Custom Gallery Grid Styling */
.custom-destination-gallery .wp-block-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    padding: 0;
}

.custom-destination-gallery figure {
    margin: 0 !important;
    overflow: hidden;
    border-radius: 15px;
    height: 250px;
}

.custom-destination-gallery img {
    width: 25%;
    height: 25%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.3s ease;
    cursor: pointer;
}

/* Hover කරද්දී image එක zoom වෙන effect එක */
.custom-destination-gallery img:hover {
    transform: scale(1.1);
    filter: brightness(1.1);
}

/* Mobile වලට grid එක adjust කිරීම */
@media (max-width: 768px) {
    .custom-destination-gallery .wp-block-gallery {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 10px;
    }
    .custom-destination-gallery figure {
        height: 180px;
    }
}

.dest-featured-img {
    width: 100%;
    max-width: 800px; 
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 15px 15px 15px 15px; /* Udaha kon deka rounted */
}

.dest-featured-img img {
    width: 100%;
    height: 100%;
    /* Meka dammahama depaththe ida enne na, box ekama pirenawa */
    object-fit: cover; 
    object-position: center; /* Photo eke madda focus karanna */
}
/*===================== end destination section =========== */





/*=========== Review Section Styles =================*/
.review-card {
    max-width: 800px;
    background: #fff;
    border-radius: 30px;
    /* Meka thama aluth border eka */
    border: 2px solid #fd7e14 !important; 
    position: relative;
    /* Shadow eka poddak thawa lassanata set karamu */
    box-shadow: 0 15px 35px rgba(253, 126, 20, 0.1) !important;
}

/* Quote icon eka poddak orange wadi karamu border ekata match wenna */
.review-card .bi-quote {
    color: #fd7e14 !important;
    opacity: 0.8 !important; /* Opacity eka poddak wadi kara */
}

.quote-icon {
    line-height: 1;
    opacity: 0.2;
}

.review-card p {
    font-style: italic;
    line-height: 1.8;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
}

.bg-orange {
    background-color: #fd7e14 !important;
}

/* Review Section එක පේන්න පොඩි animation එකක් */
.carousel-item {
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}


/*=========== Tour package section ============================ */
.tour-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.3s;
    position: relative;
    border-bottom: 4px solid #fd7e14;
}
.tour-card a {
	color: #e6e6e6;
}
.tour-card:hover {
    transform: translateY(-10px);
}

.tour-card img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.tour-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fd7e14;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: bold;
    z-index: 5;
}
.tour-card small {
color: #050a18 !important;
}
.tour-card p {
color: #050a18 !important;
}
.tour-card span{
color: #050a18 !important;
}
/* Custom Controls positioning */
.custom-ctrl {
    width: auto;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev.custom-ctrl { left: -60px; }
.carousel-control-next.custom-ctrl { right: -60px; }

@media (max-width: 992px) {
    .custom-ctrl { display: none; } /* Mobile wala arrows ain karamu dots thiyena nisa */
}

/* Single Tour Header */
.tour-header {
    height: 500px;
    margin-top: -80px; /* Navbar eka translucent nam meka set wenawa */
}

/* Photo Gallery styling */
.tour-gallery .wp-block-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    padding: 0;
    margin: 0;
}

.tour-gallery img {
    border-radius: 15px;
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: 0.3s ease;
    cursor: pointer;
}

.tour-gallery img:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.bg-blue-light {
    background-color: #eef4ff;
}

.text-orange { color: #fd7e14 !important; }
.bg-orange { background-color: #fd7e14 !important; }


.button-quote-width-60 {
    width: 85%;
}
.card ul li {
	color: #050a18 !important;
}

.tour-headline-title{
    margin-top: 15px !important;
}

/*================= contact us page ============================ */

.contact-header {
    height: 350px;
    display: flex;
    align-items: center;
}

.icon-circle {
    width: 60px;
    height: 60px;
    background-color: #fffaf5;
    border: 2px solid #fd7e14;
    color: #fd7e14;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.form-control:focus {
    border-color: #fd7e14;
    box-shadow: 0 0 0 0.25rem rgba(253, 126, 20, 0.1);
}

.btn-orange {
    background-color: #fd7e14 !important;
    transition: 0.3s;
}

.btn-orange:hover {
    background-color: #e86b00 !important;
    transform: translateY(-3px);
}

/* ================== About page ===================== */

.about-hero {
    height: 450px;
    display: flex;
    align-items: center;
}

.text-blue {
    color: #0d6efd !important; /* Oyage blue color code eka danna */
}

.bg-dark {
    background-color: #050a18 !important; /* Footer eke background ekama use karanna */
}

.rounded-4 {
    border-radius: 1.5rem !important;
}



/*=============== tours page ======================== */

.archive-header {
    height: 400px;
    display: flex;
    align-items: center;
}

.tour-archive-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.5s;
}

.tour-card:hover .tour-archive-img {
    transform: scale(1.1);
}

.tour-card {
    transition: 0.3s;
}

.tour-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
}

/* Pagination Styling */
.pagination {
    gap: 10px;
}
.page-numbers {
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
}
.page-numbers.current {
    background: #fd7e14;
    color: #fff;
    border-color: #fd7e14;
}





/* Contact Form 7 Modern Styling */

/* 1. Input Fields සහ Textarea Styling */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-top: 8px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px; /* Rounded corners */
    background-color: #f8f9fa;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
}

/* 2. Focus වුණාම (Click කරාම) පාට වෙනස් වෙන්න */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: #ff8c00; /* Oyage orange color eka */
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 0 0.25 margin-top: rgba(255, 140, 0, 0.25);
}

/* 3. Submit Button එක ලස්සන කරන්න */
.wpcf7-form input[type="submit"] {
    background-color: #ff8c00; /* Orange background */
    color: #fff;
    border: none;
    padding: 12px 35px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px; /* Pill shape button */
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
}

/* 4. Button Hover Effect */
.wpcf7-form input[type="submit"]:hover {
    background-color: #e67e00;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 140, 0, 0.4);
}

/* 5. Labels ලස්සන කරන්න */
.wpcf7-form label {
    font-weight: 500;
    color: #333;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
}

/* 6. Error Messages ලස්සන කරන්න */
.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 13px;
    margin-top: -15px;
    margin-bottom: 15px;
    display: block;
}

.wpcf7-response-output {
    border-radius: 10px !important;
    margin: 20px 0 !important;
    padding: 15px !important;
    border: 2px solid #ff8c00 !important;
    color: #333;
    text-align: center;
}
.sidebar .card {
    transition: transform 0.3s ease;
}

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

@media (max-width: 991.98px) {
    .sidebar {
        margin-top: 3rem;
    }
}


