/*
Theme Name: South International
Theme URI: southinternational.lk
Author: Sameera
Author URI: https://ormc.lk
Description: This theme has been designed for Ama Lanka's website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: southint
Domain Path: /languages/
Tags: one-column, two-columns, custom-menu, full-width-template, theme-options, threaded-comments,
*/
body {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    line-height: 28px;
    color: #202020;
    font-weight: 400;
    margin: 0;
}
* {
    background-repeat: no-repeat;
}
a {
    -webkit-transition: ease-out all 0.3s;
    -moz-transition: ease-out all 0.3s;
    transition: ease-out all 0.3s;
    text-decoration: none;
    color: #7bcc11;
	outline:none!important;
}
a:hover, a:active {
    color: #25273C;
    text-decoration: none;
}
p {
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.destination-image, .hero-carousel img {
    width: 100%;
    object-fit: cover;
}
hr {
    border-top: 1px solid #d9d9d9;
    border-bottom: none;
    margin: 20px 0;
}
h1, h2, h3, h4, .h4, h5, h6 {
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}
h1, .h1 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 700;
}
h2, .h2 {
    font-size: 33px;
    line-height: 46px;
    font-weight: 700;
}
h3, .h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}
h4, .h4 {
    font-size: 19px;
    line-height: 30px;
    font-weight: 700;
}
h5, .h5 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}
.f-w-400 {
    font-weight: 400;
}
.f-w-500 {
    font-weight: 500;
}
.f-w-600 {
    font-weight: 600;
}
.f-w-700 {
    font-weight: 700;
}
.color-black {
    color: #232323;
}
.color-white, .color-white a {
    color: #ffffff !important;
}
.color-green {
    color: #7bcc11;
}
.color-red {
    color: #df4e59;
}
.color-orange {
    color: #efa04d;
}
.color-yellow {
    color: #f2bd2e;
}
.color-dark-blue {
    color: #25273C;
}
.color-gray {
    color: #808080;
}
.bg-gray {
    background-color: #f6f7f8;
}
.bg-white-2{
	background-color: rgba(255, 255, 255, 0.4)!important;
}
.bg-dark-blue {
    background-color: #25273C;
}
.bg-green {
    background-color: #7bcc11;
}
.bg-red {
    background-color: #df4e59;
}
.bg-orange {
    background-color: #efa04d;
}
.bg-yellow {
    background-color: #f2bd2e;
}
.bg-light-green {
    background-color: #e6f3f1;
}
.bg-light-red {
    background-color: #fae8ea;
}
.bg-light-orange {
    background-color: #fff6da;
}
.bg-light-yellow {
    background-color: #fffeb8;
}
.p-t-5 {
    padding-top: 5px;
}
.p-b-5 {
    padding-bottom: 5px;
}
.p-b-10 {
    padding-bottom: 10px;
}
.p-t-10 {
    padding-top: 10px;
}
.p-t-15 {
    padding-top: 15px;
}
.p-b-15 {
    padding-bottom: 15px;
}
.p-t-20 {
    padding-top: 20px;
}
.p-b-20 {
    padding-bottom: 20px;
}
.p-b-25 {
    padding-bottom: 25px;
}
.p-t-30 {
    padding-top: 30px;
}
.p-b-30 {
    padding-bottom: 30px;
}
.p-t-40 {
    padding-top: 40px;
}
.p-b-40 {
    padding-bottom: 40px;
}
.p-t-50 {
    padding-top: 50px;
}
.p-b-50 {
    padding-bottom: 50px;
}
.p-t-60 {
    padding-top: 60px;
}
.p-b-60 {
    padding-bottom: 60px;
}
.p-t-70 {
    padding-top: 70px;
}
.p-b-70 {
    padding-bottom: 70px;
}
.p-t-80 {
    padding-top: 80px;
}
.p-b-80 {
    padding-bottom: 80px;
}
.p-t-90 {
    padding-top: 90px;
}
.p-b-90 {
    padding-bottom: 90px;
}
.p-t-100 {
    padding-top: 100px;
}
.p-b-100 {
    padding-bottom: 100px;
}
.p-t-110 {
    padding-top: 110px;
}
.p-b-110 {
    padding-bottom: 110px;
}
.p-t-120 {
    padding-top: 120px;
}
.p-b-120 {
    padding-bottom: 120px;
}
.p-t-150 {
    padding-top: 150px;
}
.p-b-150 {
    padding-bottom: 150px;
}
.p-b-0 {
    padding-bottom: 0;
}
.p-t-0 {
    padding-top: 0;
}
.m-b-30{
	margin-bottom:30px;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.uppercase {
    text-transform: uppercase;
}
.justify {
    text-align: justify;
}
.clearfix {
    clear: both;
}
#main {
    overflow: hidden;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.container-md {
    max-width: 960px;
}
/* Custom Components */
.btn-primary-custom {
    background-color: #df4e59;
    color: white;
    padding: 8px 25px;
    border-radius: 5px;
    border: none;
    font-weight: 500;
    transition: all 0.3s;
    display: inline-block;
}
.btn-primary-custom:hover {
    background-color: #b00a16;
    color: white;
}
.btn-primary-custom i {
    margin-left: 8px;
    transition: margin-left 0.3s;
}
.btn-primary-custom:hover i {
    margin-left: 12px;
}
.btn-outline-custom {
    background-color: transparent;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    border: 2px solid white;
    font-weight: 500;
    transition: all 0.3s;
}
.btn-outline-custom:hover {
    background-color: white;
    color: #25273C;
}
.navbar {
    background-color: #25273C;
    padding: 5px 0;
}
.navbar-brand {
    color: white !important;
    font-weight: 700;
    font-size: 24px;
}
/*.navbar-nav {
    display: flex;
    align-items: center;
}
.navbar-nav li {
    list-style: none;
}
.navbar-nav li a {
    color: white !important;
    margin: 0 15px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 8px 0;
}
.navbar-nav li a:hover {
    color: #7bcc11 !important;
}
.navbar-collapse {
    justify-content: center;
}*/
/* Main Navigation */
.navbar-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.navbar-nav .menu-item {
    position: relative;
}
.navbar-nav > li > a{
	color: white !important;
}
.navbar-nav .menu-item > a {
    display: block;
    padding: 1rem;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.3s ease;
    position: relative;
}

.navbar-nav .menu-item > a:hover,
.navbar-nav .menu-item.current-menu-item > a,
.navbar-nav .menu-item.current-menu-parent > a {
    color: #7bcc11;;
}

/* Dropdown Arrow for Parent Items */
.navbar-nav .menu-item-has-children > a::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    margin-left: 0.5rem;
    transition: transform 0.3s ease;    
	color: #868686;
}

.navbar-nav .menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}

/* ========================================
   SUBMENU / DROPDOWN STYLES
   ======================================== */

.navbar-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    background: rgb(255 255 255 / 80%);
    border-radius: 6px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    list-style: none;
    margin: 0;
    padding: 0.75rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 9999;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(13px);
}
.navbar-nav .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Submenu Items */
.navbar-nav .sub-menu .menu-item {
    display: block;
}

.navbar-nav .sub-menu .menu-item > a {
    padding: 0.75rem 1.5rem;
    font-size: 15px;
    font-weight: 500;
    color: #202020;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.navbar-nav .sub-menu .menu-item > a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: #7bcc11;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.navbar-nav .sub-menu .menu-item > a:hover::before {
    transform: scaleY(1);
}

.navbar-nav .sub-menu .menu-item > a:hover {
    background: #f8f9fa;
    color: #7bcc11;
    padding-left: 1.75rem;
}

.navbar-nav .sub-menu .menu-item.current-menu-item > a {
    background: #f8f9fa;
    color: #7bcc11;
}

/* Staggered animation for submenu items */
.navbar-nav .sub-menu .menu-item {
    animation: fadeInUp 0.3s ease forwards;
    opacity: 0;
}

.navbar-nav .sub-menu .menu-item:nth-child(1) { animation-delay: 0.05s; }
.navbar-nav .sub-menu .menu-item:nth-child(2) { animation-delay: 0.1s; }
.navbar-nav .sub-menu .menu-item:nth-child(3) { animation-delay: 0.15s; }
.navbar-nav .sub-menu .menu-item:nth-child(4) { animation-delay: 0.2s; }
.navbar-nav .sub-menu .menu-item:nth-child(5) { animation-delay: 0.25s; }
.navbar-nav .sub-menu .menu-item:nth-child(6) { animation-delay: 0.3s; }

.navbar-nav .sub-menu .menu-item.nav-label > a {
    font-weight: 700 !important;
    border-bottom: 1px solid rgb(204, 204, 204);
    background-color: #cccccc85;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 991px) {
    .navbar-collapse {
        background-color: #25273C;
        padding: 20px 0;
        margin-top: 10px;
        border-radius: 5px;
    }
    .navbar-nav li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .navbar-nav li:last-child {
        border-bottom: none;
    }
    .navbar-nav li a {
        padding: 12px 0;
        display: block;
    }
	
    .header-btn {
        text-align: center;
    }
    .header-btn .btn-primary-custom {
        display: inline-block !important;
    }
	.navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }
    .sub-menu {
        position: static;
        width: 100%;
        transform: none;
        box-shadow: none;
        border-radius: 0;
        margin-left: 1rem;
        padding: 0.5rem 0;
    }
    
    .menu-item-has-children:hover > .sub-menu,
    .menu-item-mega:hover .sub-menu {
        transform: none;
    }
    
    .menu-item-mega .sub-menu {
        min-width: auto;
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0.5rem 0;
    }
    
    .sub-menu .menu-item > a {
        padding: 0.625rem 1rem;
    }
	
	
}
.hero-section {
    background-image: url("assets/img/German-Visa-in-Sri-Lanka-Hero-Image.webp");
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    min-height: 600px;
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .hero-section {
        background-attachment: scroll;
        background-size: cover;
    }
}
.hero-image-slider {
    position: relative;
}
.hero-image-slider .owl-nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.hero-image-slider .owl-nav button {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: #25273C !important;
    font-size: 16px;
    margin: 0 3px;
    transition: all 0.3s;
}
.hero-image-slider .owl-nav button:hover {
    background-color: #7bcc11 !important;
    color: white !important;
}
.hero-stat-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: white;
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 999;
}
.hero-stat-icon {
    width: 50px;
    height: 50px;
    background-color: #7bcc11;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}
.hero-stat-text h4 {
    margin: 0;
    font-size: 24px;
    color: #25273C;
}
.hero-stat-text p {
    margin: 0;
    font-size: 14px;
    color: #808080;
}
.service-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: all 0.3s;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
}
.service-icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
}
.intro-inner {
    max-width: 540px;
}
.destination-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    margin-bottom: 30px;
}
.destination-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
}
.destination-image {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.destination-content {
    padding: 25px;
    background: white;
    min-height: 330px;
}
.destination-content a i {
    margin-left: 5px;
    transition: margin-left 0.3s;
}
.destination-content a:hover i {
    margin-left: 10px;
}
.info-badge {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 13px;
    margin-right: 4px;
    margin-top: 10px;
}
.testimonial-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
    margin: 15px;
	min-height: 400px;
}
.stars {
    color: #f2bd2e;
    font-size: 18px;
    margin-bottom: 15px;
}
/* Owl Carousel Custom Styles */
.testimonial-carousel .owl-nav {
    margin-top: 30px;
    text-align: center;
}
.testimonial-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #7bcc11 !important;
    color: white !important;
    font-size: 20px;
    margin: 0 5px;
    transition: all 0.3s;
}
.testimonial-carousel .owl-nav button:hover {
    background-color: #25273C !important;
}
.testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.testimonial-carousel .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d9d9d9 !important;
    margin: 0 5px;
    display: inline-block;
}
.testimonial-carousel .owl-dot.active {
    background-color: #7bcc11 !important;
}
/* Bootstrap Accordion Custom Styles */
.accordion-item {
    border: none;
    background: white;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
.accordion-button {
    padding: 8px 25px;
    font-weight: 600;
    background-color: white;
    color: #202020;
    box-shadow: none;
	background-color:#ffffff;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23202020'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-body {
    padding: 20px 20px 25px;
}
.section-heading {
    text-align: center;
    margin-bottom: 50px;
}
.accordion-button:not(.collapsed) {
    background-color: #ffffff;
    color: #25273c;
}
.section-subtitle {
    color: #7bcc11;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: inline-block;
    background-color: #e7f7f3;
    border-radius: 60px;
    padding: 6px 29px;
}
footer {
    background-color: #25273C;
    color: white;
}
footer h5 {
    color: white;
    margin-bottom: 20px;
}
footer ul li {
    margin-bottom: 15px;
}
footer ul li a {
    color: #ffffff;
    font-size: 14px;
}
footer ul li a:hover {
    color: #7bcc11;
}
.cta-section {
    background-color: #25273c;
    border-radius: 15px;
    padding: 60px 40px;
    text-align: center;
}
ul.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.list li {
    padding: 5px 0;
    padding-left: 25px;
    position: relative;
}

ul.list li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top:5px;
    color: #7bcc11;
}
.bg-light-beige {
    background: linear-gradient(135deg, #fae8ea 0%, #e6f3f1 100%);
}

.section-heading p {
    max-width: 760px;
    margin-left:auto;
	margin-right:auto;
}

.cost-tip {
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
	line-height: 25px;
}

.cost-tip i {
    font-size: 16px;
}

.feature-service-card {
    padding: 30px;
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s;
}

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

.feature-service-card .service-icon {
    margin: 0 0 20px 0;
}

.feature-service-card h5 {
    color: #25273C;
}
.cost-tip i {
    font-size: 25px;
    margin-right: 14px;
}
.contact-form-container,
.contact-details-container {
    height: 100%;
}
.contact-form {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.contact-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #202020;
    font-size: 14px;
}

.contact-form .wpcf7-text, .contact-form .wpcf7-select,
.contact-form .wpcf7-textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    transition: all 0.3s;
    background-color: #fafafa;
}

.contact-form .wpcf7-text:focus,
.contact-form .wpcf7-textarea:focus{
    outline: none;
    border-color: #7bcc11;
    background-color: white;
    box-shadow: 0 0 0 3px rgba(20, 177, 136, 0.1);
}

.contact-form .wpcf7-textarea,
.contact-form textarea {
    height: 120px;
    resize: vertical;
}

/* Submit Button 
.contact-form .wpcf7-submit,
.contact-form input[type="submit"] {
    background-color: #df4e59;
    color: white;
    padding: 12px 35px;
    border-radius: 5px;
    border: none;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: "Inter", sans-serif;
}

.contact-form .wpcf7-submit:hover,
.contact-form input[type="submit"]:hover {
    background-color: #b00a16;
}
*/
.contact-form .wpcf7-not-valid-tip {
    color: #df4e59;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}

.contact-form .wpcf7-not-valid {
    border-color: #df4e59 !important;
}

.contact-form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 12px 15px;
    border-radius: 5px;
    font-size: 14px;
}

.contact-form .wpcf7-mail-sent-ok {
    background-color: #e6f3f1;
    color: #7bcc11;
    border: 1px solid #7bcc11;
}

.contact-form .wpcf7-validation-errors,
.contact-form .wpcf7-mail-sent-ng {
    background-color: #fae8ea;
    color: #df4e59;
    border: 1px solid #df4e59;
}

.contact-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.contact-info {
    flex: 1;
}

.contact-label {
    font-size: 13px;
    color: #808080;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.contact-value {
    font-size: 16px;
    color: #202020;
    font-weight: 500;
    line-height: 24px;
    display: block;
}

.contact-value a,
a.contact-value {
    color: #202020;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-value a:hover,
a.contact-value:hover {
    color: #7bcc11;
}

.view-map-link {
    color: #7bcc11;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s;
}

.view-map-link:hover {
    color: #0d8a6b;
}

.view-map-link i {
    margin-left: 5px;
    transition: margin-left 0.3s;
}

.view-map-link:hover i {
    margin-left: 10px;
}
.map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
    width: 100%;
    display: block;
}
.blog-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
}

/* Blog Image */
.blog-image-link {
    display: block;
    overflow: hidden;
}

.blog-image {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-image-placeholder {
    background-color: #f0f0f0;
}

/* Blog Content */
.blog-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Blog Meta (Date) */
.blog-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #7bcc11;
    font-size: 13px;
    font-weight: 500;
}

.blog-meta i {
    font-size: 14px;
}

/* Blog Title */
.blog-title {
    margin-bottom: 15px;
    flex: 1;
}

.blog-title a {
    color: #202020;
    text-decoration: none;
    transition: color 0.3s;
    display: block;
    line-height: 30px;
}

.blog-title a:hover {
    color: #7bcc11;
}

/* Read More Link */
.read-more-link {
    color: #7bcc11;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}

.read-more-link:hover {
    color: #0d8a6b;
    gap: 12px;
}

.read-more-link i {
    font-size: 12px;
    transition: transform 0.3s;
}

.read-more-link:hover i {
    transform: translateX(3px);
}

/* Pagination */
.blog-pagination {
    text-align: center;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.pagination-numbers {
    display: flex;
    gap: 5px;
    align-items: center;
}

.pagination-number,
.pagination-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
    border: 1px solid #e0e0e0;
    background: white;
    color: #202020;
}

.pagination-number:hover,
.pagination-btn:hover {
    background-color: #7bcc11;
    color: white;
    border-color: #7bcc11;
}

.pagination-number.active {
    background-color: #7bcc11;
    color: white;
    border-color: #7bcc11;
}

.pagination-btn {
    gap: 8px;
    padding: 8px 16px;
}

.pagination-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.pagination-btn i {
    font-size: 12px;
}

.whatsapp-widget {
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 99999;
}

.whatsapp-widget .button-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
}

.wave-circle {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.3);
    animation: wave-pulse 2s ease-out infinite;
    pointer-events: none;
}

.wave-1 {
    animation-delay: 0s;
}

.wave-2 {
    animation-delay: 0.6s;
}

.wave-3 {
    animation-delay: 1.2s;
}

@keyframes wave-pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

.whatsapp-button {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25D366 0%, #1EBE57 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 2;
    text-decoration: none;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.whatsapp-button i {
    color: #ffffff;
    font-size: 32px;
    transition: transform 0.3s ease;
}

.whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
    animation: none;
}

.whatsapp-button:hover i {
    transform: scale(1.2) rotate(15deg);
}

.whatsapp-button:active {
    transform: scale(0.95);
}

.notification-badge {
    position: absolute;
    top: -14px;
    right: -9px;
    background: linear-gradient(135deg, #ff4757 0%, #e84118 100%);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    border: 1px solid #ffffff;
    animation: badge-pulse 1.5s ease-in-out infinite;
    z-index: 3;
    line-height: 16px;
    padding: 0 4px;
}
@keyframes badge-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.whatsapp-tooltip {
    position: absolute;
    right: 80px;
    background: #333333;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    pointer-events: none;
}

.whatsapp-tooltip::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid #333333;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.button-container:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.glow-effect {
    animation: glow-pulse 2s ease-in-out infinite;
}

@keyframes glow-pulse {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 0 30px rgba(37, 211, 102, 0.8),
                    0 0 50px rgba(37, 211, 102, 0.4);
    }
}

.shake-animation {
    animation: shake 0.5s ease-in-out 3s infinite;
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-5px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(5px);
    }
}

.bounce-animation {
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}

.whatsapp-button::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    background: linear-gradient(45deg, #25D366, #1EBE57, #25D366);
    background-size: 400%;
    z-index: -1;
    animation: gradient-rotate 3s linear infinite;
    opacity: 0.7;
}

@keyframes gradient-rotate {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.h-auto{
	height:auto;
}
@media (max-width: 768px) {
    .whatsapp-widget {
        right: 15px;
        bottom: 15px;
    }

    .button-container {
        width: 60px;
        height: 60px;
    }

    .whatsapp-button {
        width: 55px;
        height: 55px;
    }

    .whatsapp-button i {
        font-size: 28px;
    }

    .wave-circle {
        width: 60px;
        height: 60px;
    }

    .whatsapp-tooltip {
        display: none;
    }
}

.whatsapp-widget.dark-mode .whatsapp-button {
    border-color: #1a1a1a;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.6);
}

.whatsapp-widget.dark-mode .whatsapp-tooltip {
    background: #25D366;
    color: #ffffff;
}

.whatsapp-widget.dark-mode .whatsapp-tooltip::after {
    border-left-color: #25D366;
}

.whatsapp-widget.minimal .wave-circle {
    display: none;
}

.whatsapp-widget.minimal .whatsapp-button {
    animation: none;
}

.whatsapp-widget.minimal .notification-badge {
    animation: none;
}

.whatsapp-button:focus {
    outline: 3px solid #25D366;
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .wave-circle,
    .whatsapp-button,
    .notification-badge {
        animation: none !important;
    }
}

@media print {
    .whatsapp-widget {
        display: none !important;
    }
}

@media (max-width: 991px) {
    h1, .h1 {
        font-size: 32px;
        line-height: 45px;
    }
    h2, .h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .hero-section {
        min-height: auto;
        padding: 60px 0;
    }
    .intro-inner {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .section-heading h2 br {
        display: none;
    }
    .testimonial-card {
        min-height: auto;
    }
    .destination-content {
        min-height: auto;
    }
	.contact-form,
    .contact-details-container {
        margin-bottom: 30px;
    }
    
    .contact-detail-item {
        padding-bottom: 20px;
    }
	.blog-card {
        margin-bottom: 30px;
    }
    
    .blog-image {
        height: 220px;
    }
}
@media (max-width: 767px) {
    h1, .h1 {
        font-size: 30px;
        line-height: 40px;
    }
    h2, .h2 {
        font-size: 28px;
        line-height: 34px;
    }
    h3, .h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .navbar-nav li a {
        margin: 0 10px;
        font-size: 14px;
        padding: 10px 0;
    }
    .hero-section {
        background-position: center;
        padding: 50px 0;
    }
    .intro-inner {
        text-align: center;
    }
    .hero-image-slider {
        margin-top: 30px;
    }
    .hero-image-slider .owl-nav {
        bottom: 10px;
        right: 10px;
    }
    .hero-image-slider .owl-nav button {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .service-card, .testimonial-card {
        margin-bottom: 20px;
    }
    .section-heading {
        margin-bottom: 40px;
    }
    .section-heading p br {
        display: none;
    }
    .p-t-80 {
        padding-top: 50px;
    }
    .p-b-80 {
        padding-bottom: 50px;
    }
    .cta-section {
        padding: 40px 20px;
        border-radius: 10px;
    }
    .cta-section p br {
        display: none;
    }
    .btn-primary-custom {
        padding: 10px 20px;
        font-size: 14px;
        display: inline-block;
        width: auto;
    }
    footer .col-lg-4, footer .col-lg-2, footer .col-md-4 {
        margin-bottom: 30px;
    }
    .accordion-button {
        font-size: 15px;
        padding: 15px 20px;
    }
    .accordion-body {
        padding: 15px 20px;
        font-size: 15px;
    }
    .testimonial-carousel .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .container-md {
        max-width: 100%;
    }
	 .contact-form {
        padding: 25px 20px;
    }
    
    .contact-form .wpcf7-text,
    .contact-form .wpcf7-textarea {
        font-size: 16px; 
        padding: 12px;
    }
    
    
    .contact-detail-item {
        gap: 15px;
        padding-bottom: 20px;
    }
    
    .contact-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    .contact-value {
        font-size: 15px;
    }
	.blog-image {
        height: 200px;
    }
    
    .blog-content {
        padding: 20px;
    }
    
    .blog-title {
        font-size: 18px;
        line-height: 26px;
    }
    
    .pagination-wrapper {
        gap: 5px;
    }
    
    .pagination-number,
    .pagination-btn {
        min-width: 35px;
        height: 35px;
        font-size: 13px;
    }
    
    .pagination-btn {
        padding: 8px 12px;
    }
    
    /* Hide "Previous" and "Next" text on small mobile, show only icons */
    .pagination-prev::before {
        content: '\f053';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
    }
    
    .pagination-next::after {
        content: '\f054';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
    }

}
@media (max-width: 575px) {
    h1, .h1 {
        font-size: 30px;
        line-height: 42px;
    }
    h2, .h2 {
        font-size: 22px;
        line-height: 32px;
    }
    body {
        font-size: 15px;
        line-height: 26px;
    }
    .navbar {
        padding: 10px 0;
    }
    .navbar-brand img {
        max-width: 120px;
    }
    .hero-section {
        padding: 40px 0;
    }
    .hero-stat-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
        flex-shrink: 0;
    }
    .hero-stat-text h4 {
        font-size: 20px;
    }
    .hero-stat-text p {
        font-size: 12px;
    }
    .service-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    .service-card, .testimonial-card {
        padding: 20px;
    }
    .destination-content {
        padding: 20px;
    }
    .info-badge {
        font-size: 12px;
        padding: 2px 6px;
    }
    .section-subtitle {
        font-size: 12px;
        padding: 5px 20px;
    }
    .p-t-80 {
        padding-top: 40px;
    }
    .p-b-80 {
        padding-bottom: 40px;
    }
    .p-t-60 {
        padding-top: 40px;
    }
    .p-b-60 {
        padding-bottom: 40px;
    }
    .p-b-30 {
        padding-bottom: 20px;
    }
    .p-t-30 {
        padding-top: 20px;
    }
    .cta-section {
        padding: 30px 15px;
    }
    .btn-primary-custom {
        padding: 8px 18px;
        font-size: 13px;
    }
    .btn-primary-custom i {
        margin-left: 5px;
    }
    .testimonial-carousel .owl-nav {
        margin-top: 20px;
    }
    .testimonial-carousel .owl-nav button {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    .accordion-item {
        margin-bottom: 15px;
    }
    footer h5 {
        font-size: 16px;
    }
    footer ul li a {
        font-size: 13px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
	.contact-form {
        padding: 20px 15px;
    }
    
    .contact-form label {
        font-size: 14px;
    }
    
    .contact-form .wpcf7-text,
    .contact-form .wpcf7-textarea {
        padding: 10px 12px;
    }
    
    .contact-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .contact-label {
        font-size: 12px;
    }
    
    .contact-value {
        font-size: 14px;
    }
    
    .map-container iframe {
        height: 300px;
    }

}
/* Landscape Phone Fix */
@media (max-width: 767px) and (orientation: landscape) {
    .hero-section {
        min-height: auto;
        padding: 40px 0;
    }
}
/* Tablet Specific */
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav li a {
        margin: 0 10px;
        font-size: 14px;
    }
    .hero-stat-box {
        left: 20px;
        bottom: 20px;
        padding: 12px 20px;
    }
    .destination-content {
        min-height: 320px;
    }
}
/* Large Mobile Landscape */
@media (min-width: 576px) and (max-width: 767px) {
    .btn-primary-custom {
        padding: 10px 22px;
    }
    .hero-stat-box {
        padding: 15px 20px;
    }
}
/* Improve Touch Targets for Mobile */
@media (max-width: 767px) {
    a, button, .accordion-button {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .navbar-toggler {
        padding: 10px;
    }
    .destination-card a, .testimonial-carousel .owl-nav button {
        min-height: auto;
    }
    .navbar > .container {
        max-width: 680px;
    }
}

@media (max-width: 767px) {
    * {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .hero-section {
        will-change: transform;
    }
    .service-card, .destination-card, .testimonial-card {
        will-change: transform;
    }
}


.single-post {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

/* Post Header */
.post-header {
    border-bottom: 1px solid #e0e0e0;
}

.post-title {
    font-size: 36px;
    line-height: 50px;
    color: #25273C;
}

/* Post Meta Wrapper */
.post-meta-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.post-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #7bcc11;
    font-size: 14px;
    font-weight: 500;
}

.post-meta-item i {
    font-size: 14px;
}

.post-meta-item a {
    color: #7bcc11;
    text-decoration: none;
    transition: color 0.3s;
}

.post-meta-item a:hover {
    color: #0d8a6b;
}

/* Featured Image */
.post-featured-image {
    border-radius: 10px;
    overflow: hidden;
}

.post-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Post Content */
.post-content {
    font-size: 16px;
    line-height: 30px;
    color: #202020;
}

.post-content h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 38px;
    color: #25273C;
}

.post-content h3 {
    margin-top: 35px;
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 32px;
    color: #25273C;
}

.post-content h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 28px;
    color: #25273C;
}

.post-content p {
    margin-bottom: 20px;
}

.post-content ul,
.post-content ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

.post-content ul li,
.post-content ol li {
    margin-bottom: 10px;
    line-height: 30px;
}

.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0;
}

.post-content blockquote {
    background-color: #e6f3f1;
    border-left: 4px solid #7bcc11;
    padding: 20px 25px;
    margin: 30px 0;
    font-style: italic;
    border-radius: 5px;
}

.post-content a {
    color: #7bcc11;
    text-decoration: underline;
}

.post-content a:hover {
    color: #0d8a6b;
}

/* Share Buttons */
.post-share {
    border-top: 1px solid #e0e0e0;
}

.share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
    color: white;
}

.share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: white;
}

.share-facebook {
    background-color: #1877f2;
}

.share-twitter {
    background-color: #1da1f2;
}

.share-linkedin {
    background-color: #0077b5;
}

.share-whatsapp {
    background-color: #25d366;
}

/* Post Navigation */
.post-navigation {
    border-top: 1px solid #e0e0e0;
}

.post-nav-link {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
    background-color: #f6f7f8;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s;
    height: 100%;
}

.post-nav-link:hover {
    background-color: #e6f3f1;
    transform: translateX(5px);
}

.post-nav-prev:hover {
    transform: translateX(-5px);
}

.post-nav-link .nav-label {
    font-size: 13px;
    color: #7bcc11; 
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-nav-link .nav-title {
    font-size: 16px;
    color: #25273C;
    font-weight: 600;
    line-height: 24px;
}

.post-nav-next {
    text-align: right;
}

/* Reading Time Function */
.reading-time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.footer-socket, .footer-socket a{
	 color: #b0b0b0;
}

/* ========================================
   RESPONSIVE STYLES
   ======================================== */

/* Tablet */
@media (max-width: 991px) {
    .single-post {
        padding: 30px;
    }
    
    .post-title {
        font-size: 32px;
        line-height: 44px;
    }
    
    .post-content h2 {
        font-size: 26px;
        line-height: 36px;
    }
	.navbar-collapse {
        padding: 0px 0;
        margin-top: 10px;
        border-radius: 0px;
        position: absolute;
        left: 0;
        right: 0;
        top: 79px;
        overflow-y: scroll;
    }
	.navbar-nav .menu-item > a {
    display: block;
    padding: 12px 0px;
}
	.navbar-nav .sub-menu {
    position: relative;
    top: 100%;
    left: 0;
    background: rgb(255 255 255 / 8%);
}
	.navbar-nav .sub-menu {
    position: relative;
    top: 0;
    left: 0;
		opacity:1;
    visibility: visible;
}
		.navbar-nav .sub-menu .menu-item > a {
    font-size: 14px;
		    color: #c0c0c0;
}
	.navbar-nav .sub-menu .menu-item.nav-label > a {
    border-bottom: 1px solid rgb(204 204 204 / 34%);
    color: #7db50b;
		background-color: #cccccc00;
}

} 

/* Mobile */
@media (max-width: 767px) {
	
	h2 br{
		display:none;
	}
    .single-post {
        padding: 25px 20px;
    }
    
    .post-title {
        font-size: 28px;
        line-height: 38px;
    }
    
    .post-meta-wrapper {
        gap: 15px;
    }
    
    .post-meta-item {
        font-size: 13px;
    }
    
    .post-content {
        font-size: 15px;
        line-height: 28px;
    }
    
    .post-content h2 {
        font-size: 24px;
        line-height: 34px;
        margin-top: 30px;
    }
    
    .post-content h3 {
        font-size: 20px;
        line-height: 30px;
    }
    
    .share-buttons {
        flex-direction: column;
    }
    
    .share-btn {
        width: 100%;
        justify-content: center;
    }
    
    .post-nav-link {
        padding: 15px;
        margin-bottom: 15px;
    }
	.hero-stat-box {
    bottom: 15px;
    left: 15px;
}
	.hero-image-slider .owl-nav {
		display:none;
	}
}

/* Small Mobile */
@media (max-width: 575px) {
    .single-post {
        padding: 20px 15px;
    }
    
    .post-title {
        font-size: 24px;
        line-height: 34px;
    }
    
    .post-meta-wrapper {
        gap: 12px;
        font-size: 12px;
    }
    
    .post-content {
        font-size: 15px;
        line-height: 26px;
    }
    
    .post-content h2 {
        font-size: 22px;
        line-height: 32px;
    }
    
    .post-content h3 {
        font-size: 19px;
        line-height: 28px;
    }
    
    .post-content blockquote {
        padding: 15px 18px;
        margin: 20px 0;
    }
    
    .share-btn {
        padding: 12px 18px;
        font-size: 13px;
    }
}
@media (max-width: 420px) {
	    .header-btn {
        display: none;
    }
}