/*
Theme Name: Vantage Theme New
Theme URI: https://example.com/vantage-theme
Author: Inovashi
Description: WordPress theme for Vantage India with premium hospitality aesthetic, custom templates, testimonial CPT, footer options, dynamic menus, logo, and site icon support.
Version: 2.0.0
License: GNU General Public License v2 or later
Text Domain: vantage
*/

:root {
    /* Palette lifted from the new logo */
    --primary-blue: #2c248b;
    --secondary-teal: #00b5e4;
    --dark-blue: #1b155a;
    --light-teal: #4fd3ff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .section-title {
    font-family: 'Playfair Display', serif;
}

/* Navbar */
.navbar {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.6rem;
    color: var(--primary-blue) !important;
    display: flex;
    align-items: center;
    padding: 0;
}

.navbar-logo,
.navbar-brand img,
.custom-logo-link img {
    height: 60px;
    width: auto;
    display: block;
/*     mix-blend-mode: multiply;
    filter: drop-shadow(0 0 0 transparent); */
}

.navbar-brand.custom-logo-link {
    display: flex;
    align-items: center;
    padding: 0;
}

.nav-link,
.navbar-nav .nav-item > a,
.navbar-nav .menu-item > a,
.navbar-nav a {
    color: #000 !important;
    font-weight: 500;
    margin: 0 0.5rem;
    transition: all 0.3s;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    display: block;
    padding: 0.5rem 0.75rem;
}

.nav-link:hover,
.navbar-nav .nav-item > a:hover,
.navbar-nav .menu-item > a:hover,
.navbar-nav a:hover {
    color: var(--secondary-teal) !important;
}

.nav-link.active,
.navbar-nav .nav-item.active > a,
.navbar-nav .menu-item.current-menu-item > a,
.navbar-nav .menu-item.current-menu-ancestor > a {
    color: var(--primary-blue) !important;
    font-weight: 600;
}

.nav-link.btn,
.navbar-nav .nav-item > a.btn,
.navbar-nav .menu-item > a.btn {
    color: white !important;
    padding: 10px 30px !important;
    border-radius: 25px;
    font-weight: 600;
    margin-left: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    background: var(--primary-blue) !important;
}

.nav-link.btn:hover,
.navbar-nav .nav-item > a.btn:hover,
.navbar-nav .menu-item > a.btn:hover {
    background: var(--dark-blue) !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(44, 36, 139, 0.4);
}

/* WordPress menu item support */
.navbar-nav .nav-item,
.navbar-nav .menu-item {
    list-style: none;
}

.navbar-nav .menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    margin-left: 0.5rem;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
}

.dropdown-item {
    padding: 0.75rem 1.5rem;
    color: #000;
    transition: all 0.3s;
}

.dropdown-item:hover {
    background: var(--secondary-teal);
    color: white;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

/* Service Section Styles */
.service-section-item {
    padding: 80px 0;
}

.service-section-item:nth-child(even) {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.service-section-image {
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-section-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.service-section-image:hover img {
    transform: scale(1.05);
}

.service-section-content {
    padding: 2rem;
}

.service-section-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-blue), var(--secondary-teal));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    color: white;
    font-size: 2.5rem;
}

.service-section-content h2 {
    font-size: 2.2rem;
    color: var(--primary-blue);
    margin-bottom: 1.5rem;
    font-family: 'Playfair Display', serif;
}

.service-section-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1.5rem;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.service-features li {
    padding: 0.75rem 0;
    color: #555;
    position: relative;
    padding-left: 2rem;
    font-size: 1.05rem;
}

.service-features li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: var(--secondary-teal);
    font-weight: bold;
    font-size: 1.2rem;
}

/* Association Logo Styles */
.association-logo {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
}

.association-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--secondary-teal);
}

.association-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Gallery Styles */
.gallery-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    height: 300px;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(44, 36, 139, 0.9), transparent);
    padding: 1.5rem;
    color: white;
    transform: translateY(100%);
    transition: transform 0.3s;
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-overlay span {
    font-weight: 600;
    font-size: 1.1rem;
}

/* Contact Form Styles */
.contact-form .form-control {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s;
}

.contact-form .form-control:focus {
    border-color: var(--secondary-teal);
    box-shadow: 0 0 0 0.2rem rgba(0, 181, 228, 0.25);
}

.contact-form label {
    font-weight: 600;
    color: var(--primary-blue);
    margin-bottom: 0.5rem;
}

.contact-info-item {
    margin-bottom: 2rem;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-blue), var(--secondary-teal));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

.contact-info-item h5 {
    color: var(--primary-blue);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.contact-info-item p {
    color: #555;
    line-height: 1.8;
}

.contact-info-item a {
    color: var(--secondary-teal);
    text-decoration: none;
    transition: color 0.3s;
}

.contact-info-item a:hover {
    color: var(--primary-blue);
    text-decoration: underline;
}

.contact-map {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Hero Slider */
.hero-slider {
    height: 100vh;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

.hero-slide {
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(44, 36, 139, 0.75), rgba(0, 181, 228, 0.65));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 1.5rem 2rem;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 0;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    font-family: 'Playfair Display', serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.hero-content p {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
    line-height: 1.8;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.btn-hero {
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
}

.btn-primary-custom {
    background: var(--primary-blue);
    color: white;
    border: 2px solid var(--primary-blue);
}

.btn-primary-custom:hover {
    background: white;
    color: var(--primary-blue);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(44, 36, 139, 0.3);
}

.btn-outline-custom {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-outline-custom:hover {
    background: white;
    color: var(--primary-blue);
    transform: translateY(-3px);
}

/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
    width: 60px;
    height: 60px;
    background: var(--primary-blue);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    backdrop-filter: blur(10px);
    opacity: 0.9;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: white;
    opacity: 1;
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    filter: brightness(0) saturate(100%) invert(18%) sepia(90%) saturate(3000%) hue-rotate(240deg) brightness(0.6) contrast(1.2);
}

.carousel-control-prev {
    left: 30px;
}

.carousel-control-next {
    right: 30px;
}

.carousel-indicators {
    display: none !important;
}

/* Section Styles */
.section-padding {
    padding: 80px 0;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--primary-blue);
}

.text-center .section-title::after {
    left: 50%;
    transform: translateX(-50%);
}

.section-subtitle {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 3rem;
}

/* About Section */
.about-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.about-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.about-image {
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

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

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

.btn-read-more {
    background: var(--primary-blue);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    margin-top: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.95rem;
}

.btn-read-more:hover {
    background: var(--secondary-teal);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 181, 228, 0.3);
}

/* About Page Styles */
.about-page-hero {
    background-image: url('https://images.unsplash.com/photo-1555396273-367ea4eb4db5?w=1920');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    padding: 150px 0 100px;
    text-align: center;
    position: relative;
}

.about-page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(44, 36, 139, 0.85), rgba(0, 181, 228, 0.75));
    z-index: 1;
}

.about-page-hero .container {
    position: relative;
    z-index: 2;
}

.about-page-hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
}

.about-page-hero p {
    font-size: 1.3rem;
    opacity: 0.9;
}

.about-timeline {
    position: relative;
    padding: 2rem 0;
}

.about-timeline-item {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 3rem;
}

.about-timeline-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: var(--secondary-teal);
}

.about-timeline-item::after {
    content: '';
    position: absolute;
    left: -8px;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--secondary-teal);
    border: 3px solid white;
    box-shadow: 0 0 0 3px var(--secondary-teal);
}

.about-timeline-item:last-child::before {
    height: 0;
}

.about-timeline-item h3 {
    color: var(--primary-blue);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.about-timeline-item p {
    color: #555;
    line-height: 1.8;
    font-size: 1.05rem;
}

.about-stats {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 60px 0;
}

.stat-item {
    text-align: center;
    padding: 2rem;
}

.stat-item h3 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 0.5rem;
}

.stat-item p {
    color: #666;
    font-size: 1.1rem;
    font-weight: 500;
}

/* Services Section */
.service-card {
    background: white;
    border-radius: 20px;
    padding: 0;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    border-top: 4px solid var(--secondary-teal);
    overflow: hidden;
}

.service-card-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.service-card-content {
    padding: 2rem;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-blue), var(--secondary-teal));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: white;
    font-size: 2rem;
}

.service-card h3 {
    color: var(--primary-blue);
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.service-card ul {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.service-card ul li {
    padding: 0.5rem 0;
    color: #555;
    position: relative;
    padding-left: 1.5rem;
}

.service-card ul li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: var(--secondary-teal);
    font-weight: bold;
}

.btn-service {
    background: var(--primary-blue);
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

.btn-service:hover {
    background: var(--secondary-teal);
    color: white;
    transform: translateX(5px);
}

/* Luxe Services Tiles */
.services-luxe {
    background: transparent;
    border-radius: 24px;
    padding: 2rem;
}

.service-tiles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.service-tile {
    position: relative;
    border-radius: 18px;
    min-height: 260px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    text-decoration: none;
}

.service-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(22, 18, 70, 0.1) 0%, rgba(22, 18, 70, 0.65) 70%);
}

.service-tile:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.26);
}

.service-pill {
    position: absolute;
    top: 18px;
    left: 18px;
    background: rgba(0, 181, 228, 0.9);
    color: #0b0b2f;
    font-weight: 700;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    letter-spacing: 0.5px;
    z-index: 2;
    font-size: 0.85rem;
}

.service-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    z-index: 2;
    color: #f7f9fb;
}

.service-content h3 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 0.4rem;
}

.service-content p {
    margin: 0;
    opacity: 0.9;
    font-size: 0.98rem;
}

/* Why Choose Us */
.why-choose-section {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--dark-blue) 100%);
    color: white;
}

.why-choose-section .section-title {
    color: white;
}

.why-choose-section .section-title::after {
    background: var(--secondary-teal);
}

.feature-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 1.5rem;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feature-item h5 {
    flex-grow: 0;
    margin-bottom: 0.75rem;
}

.feature-item p {
    flex-grow: 1;
    margin-bottom: 0;
}

.feature-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(10px);
}

.feature-item i {
    color: var(--secondary-teal);
    font-size: 2rem;
    margin-bottom: 1rem;
}

/* Reviews Section */
.review-card {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    position: relative;
}

.review-card::before {
    content: '"';
    position: absolute;
    top: -20px;
    left: 30px;
    font-size: 6rem;
    color: var(--secondary-teal);
    opacity: 0.3;
    font-family: Georgia, serif;
}

.review-text {
    font-style: italic;
    color: #555;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.review-author {
    color: var(--primary-blue);
    font-weight: 600;
}

.stars {
    color: #ffc107;
    margin-bottom: 1rem;
}

/* CTA Section */
.cta-section {
    background: var(--primary-blue);
    color: white;
    padding: 100px 0;
    text-align: center;
}

.cta-section h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.cta-section p {
    font-size: 1.3rem;
    margin-bottom: 3rem;
}

.btn-cta {
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    margin: 0 0.5rem 1rem;
    border: none;
    transition: all 0.3s;
}

.btn-cta-white {
    background: white;
    color: var(--primary-blue);
}

.btn-cta-white:hover {
    background: var(--primary-blue);
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.btn-cta-outline {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-cta-outline:hover {
    background: white;
    color: var(--primary-blue);
    transform: translateY(-5px);
}

/* Footer */
.footer {
    background: #1a1a1a;
    color: #ccc;
    padding: 60px 0 20px;
}

.footer-logo {
    height: 60px;
    width: auto;
    margin-bottom: 1rem;
    background: white;
    padding: 8px;
    border-radius: 8px;
    display: block;
}

.footer h5 {
    color: white;
    margin-bottom: 1.5rem;
    font-family: 'Playfair Display', serif;
}

.footer a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-quick-links li {
    margin-bottom: 0.6rem;
}

.footer-quick-links li a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #ccc;
}

.footer-quick-links li i {
    color: var(--secondary-teal);
    font-size: 0.9rem;
    line-height: 1;
}

.footer a:hover {
    color: var(--secondary-teal);
}

.footer-map {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.footer-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    font-size: 1.2rem;
    transition: all 0.3s;
}

.social-links a:hover {
    background: var(--secondary-teal);
    color: white;
    transform: translateY(-3px);
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background: #25D366;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    text-decoration: none;
}

.whatsapp-float:hover {
    background: #20BA5A;
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
    color: white;
}

.whatsapp-float i {
    margin-top: 5px;
}

.call-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    left: 30px;
    background: var(--primary-blue);
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 28px;
    box-shadow: 0 4px 20px rgba(44, 36, 139, 0.35);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    text-decoration: none;
}

.call-float:hover {
    background: var(--dark-blue);
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(27, 21, 90, 0.45);
    color: white;
}

/* Responsive */
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .hero-content h1 {
        font-size: 3.5rem;
    }
    
    .hero-content p {
        font-size: 1.3rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991.98px) {
    .hero-content h1 {
        font-size: 3rem;
    }
    
    .hero-content p {
        font-size: 1.2rem;
    }
    
    .carousel-control-prev {
        left: 20px;
    }
    
    .carousel-control-next {
        right: 20px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 768px) {
    .hero-slider {
        height: 700px;
        min-height: 500px;
        padding-top: 0;
    }
    
    .hero-slide {
        height: 700px;
        min-height: 500px;
    }

    .hero-content {
        padding: 1rem 1.5rem;
        padding-top: 40px;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 2.2rem;
        line-height: 1.2;
        margin-bottom: 0.75rem;
        margin-top: 0;
        word-wrap: break-word;
    }

    .hero-content p {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1.25rem;
        margin-top: 0;
    }
    
    .btn-hero {
        padding: 0.875rem 2rem;
        font-size: 1rem;
        width: auto;
        display: inline-block;
    }

    .section-title {
        font-size: 2rem;
    }

    .cta-section h2 {
        font-size: 2rem;
    }

    .btn-cta {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }

    .navbar-logo {
        height: 40px;
    }

    .nav-link.btn {
        margin-left: 0;
        margin-top: 0.5rem;
    }

    .about-page-hero h1 {
        font-size: 2.5rem;
    }

    .about-page-hero {
        padding: 120px 0 80px;
    }

    .service-section-image {
        height: 300px;
        margin-bottom: 2rem;
    }

    .service-section-content {
        padding: 1.5rem 0;
    }

    .service-section-content h2 {
        font-size: 1.8rem;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 45px;
        height: 45px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .carousel-control-prev {
        left: 15px;
    }
    
    .carousel-control-next {
        right: 15px;
    }
    
    a.btn-read-more {
        margin-bottom: 30px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .hero-slider {
        height: 100vh;
        min-height: 450px;
        max-height: 600px;
    }
    
    .hero-slide {
        height: 100vh;
        min-height: 450px;
        max-height: 600px;
    }

    .hero-content {
        padding: 0.75rem 1rem;
        padding-top: 30px;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 1.75rem;
        line-height: 1.3;
        margin-bottom: 0.625rem;
        margin-top: 0;
        word-wrap: break-word;
        hyphens: auto;
    }

    .hero-content p {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 1rem;
        margin-top: 0;
    }
    
    .btn-hero {
        padding: 0.75rem 1.75rem;
        font-size: 0.9rem;
        width: auto;
        min-width: 140px;
        display: inline-block;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
        top: 45%;
        opacity: 0.8;
    }
    
    .carousel-control-prev {
        left: 10px;
    }
    
    .carousel-control-next {
        right: 10px;
    }
    
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 16px;
        height: 16px;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .cta-section h2 {
        font-size: 1.75rem;
    }
    
    .cta-section p {
        font-size: 1rem;
    }
}

/* Very small devices (very small phones, less than 400px) */
@media (max-width: 399.98px) {
    .hero-content {
        padding: 0.5rem 0.75rem;
        padding-top: 25px;
    }
    
    .hero-content h1 {
        font-size: 1.5rem;
        line-height: 1.25;
        margin-bottom: 0.5rem;
        margin-top: 0;
    }

    .hero-content p {
        font-size: 0.85rem;
        margin-bottom: 0.875rem;
        margin-top: 0;
    }
    
    .btn-hero {
        padding: 0.65rem 1.5rem;
        font-size: 0.85rem;
        min-width: 120px;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 35px;
        height: 35px;
    }
    
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 14px;
        height: 14px;
    }
}

/* Landscape orientation adjustments */
@media (max-width: 991.98px) and (orientation: landscape) {
    .hero-slider {
        height: 100vh;
        min-height: 400px;
    }
    
    .hero-slide {
        height: 100vh;
        min-height: 400px;
    }
    
    .hero-content {
        padding: 0.75rem 1rem;
        padding-top: 20px;
    }
    
    .hero-content h1 {
        font-size: 2rem;
        margin-bottom: 0.5rem;
        margin-top: 0;
    }
    
    .hero-content p {
        font-size: 0.95rem;
        margin-bottom: 0.75rem;
        margin-top: 0;
    }
    
    .btn-hero {
        padding: 0.7rem 1.5rem;
        font-size: 0.9rem;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 768px) {
	.hero-slide,
	    .hero-slider {
		height:700px !important;
	}
}
.animate-on-scroll {
    animation: fadeInUp 0.8s ease-out;
}
.mainfor input,
.mainfor textarea{
border:1px solid #ccc !important;
    padding:10px ;
    

}
.mainfor input::placeholder,
.mainfor textarea::placeholder{
    color:#ccc !important;
}
.mainfor input.wpcf7-form-control.wpcf7-submit {
    color: white !important;
    padding: 10px 30px !important;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    background: var(--primary-blue) !important;
}

.mainfor input.wpcf7-form-control.wpcf7-submit:hover{
background: var(--dark-blue) !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(44, 36, 139, 0.4);
}

.hero-content.aos-init.aos-animate ul li{
    font-size: 1.3rem !important;
} 