/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
/* Import custom fonts */
/* Import custom fonts */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&display=swap');

/* CSS Variables */
:root {
    --primary-bg: #F3F3F1;
    --accent-yellow: #FFDA3C;
    --text-dark: #000000;
    --text-light: #F3F3F1;
    --glass-bg: rgba(253, 253, 253, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Archivo', sans-serif;
    background-color: var(--primary-bg);
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
    height: 100%;
    margin: 0;
    padding: 0;
    scrollbar-width: none;  /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
}

/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
    display: none;
}
.glass-button {box-shadow: 0 2px 12px rgba(0, 0, 0, 0.084) inset, 0 4px 18px rgba(0, 0, 0, 0.073)!important;
    -webkit-backdrop-filter: blur(10px) saturate(140%)!important;
    backdrop-filter: blur(10px) saturate(140%);}  
/* Utility Classes */
.bg-accent-yellow {
  background-color: var(--accent-yellow);
}

/* Navigation Styles */
.glass-nav {
  background-color: #ffdb3c17;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(150px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  padding: 1rem 0;
}

.glass-nav.scrolled {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(200px);
  -webkit-backdrop-filter: blur(200px);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
  height: 40px;
  width: auto;
  transition: transform 0.3s;
}

.navbar-brand:hover img {
  transform: scale(1.05);
}

.navbar-nav {
  align-items: center;
  gap: 1rem;
}

.glass-link {
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 0.4rem 2.25rem !important;

    transition: all 0.3s ease;
    overflow: hidden;
    padding: 10px 28px;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(227, 227, 227, 0.22), rgba(235, 234, 234, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.084) inset, 0 4px 18px rgba(0, 0, 0, 0.073);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
    backdrop-filter: blur(10px) saturate(140%);
}

.glass-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.2),
            transparent);
    transition: left 0.5s ease;
}
.glass-link:hover::before {
  left: 100%;
}

.glass-link:hover {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  color: #000 !important;
  text-decoration: none;
}

.glass-link.active {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-color: rgba(255, 255, 255, 0.2);
}

.btn-contact {
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 0.4rem 2.25rem !important;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 10px 28px;
    border-radius: 4px;
    background-color: #ffdb3c8d;
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.084) inset, 0 4px 18px rgba(0, 0, 0, 0.073);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
    backdrop-filter: blur(10px) saturate(140%);
}
.btn-contact:hover {
  background: rgba(222, 195, 22, 0.235);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(5px);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.02);
  text-decoration: none;
}

.btn-active.active {
  background: rgba(213, 210, 23, 0.396);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-color: rgba(255, 255, 255, 0.2);
}


.impact-category-link {
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 0.4rem 2.25rem !important;
    width: 200px;
    height: 50px;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 10px 28px;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(227, 227, 227, 0.22), rgba(235, 234, 234, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.084) inset, 0 4px 18px rgba(0, 0, 0, 0.073);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
    backdrop-filter: blur(10px) saturate(140%);
    text-decoration: none;
}

.impact-category-link:first-child {
  color: #005b91;
}

.impact-number {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 80px;
  color: #005b91;
}
 .impact-btn.active{
    color: #005B91;
 }
.impact-description {
  font-family: 'DM Sans', sans-serif;
  font-size: 30px;
  color: #000000;
}

.glass-button-container {
  transition: all 0.3s ease;
  cursor: pointer;
   background: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.glass-button-container:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

/* Universal Glass Button - Reusable for Read More buttons and other elements */
.glass-button {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.084) inset, 0 4px 18px rgba(0, 0, 0, 0.073)!important;
    -webkit-backdrop-filter: blur(10px) saturate(140%)!important;
    backdrop-filter: blur(10px) saturate(140%);
    display: inline-block;
    padding: 10px 20px;
    color: #111;
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(227, 227, 227, 0.22), rgba(235, 234, 234, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.28);
    transition: all 0.3s ease;
    cursor: pointer;
}

.glass-button:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.glass-button.with-arrow:after {
    content: "→";
    margin-left: 8px;
    font-size: 18px;
}

/* Navbar Toggler */
.navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 6px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile Navigation */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 15px;
    margin-top: 1rem;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  }
  
  .navbar-nav {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
  
  .glass-link {
    width: 100%;
    text-align: center;
    margin: 0.25rem 0;
  }
  
}

/* Animation on scroll */
.navbar-brand {
  animation: fadeInRight 0.8s ease-out;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Smooth transitions for all interactive elements */
.navbar * {
  transition: all 0.3s ease;
}



/* Hover effects for better UX */
.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 2px;
  background: rgba(255, 218, 60, 0.6);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.navbar-nav .nav-item:hover::before {
  width: 80%;
}

/* Content Styles */

/* Background Colors */
.bg-accent-yellow {
    background-color: var(--accent-yellow);
}

.bg-hero-section-opacity{
  background-color: #ffdb3c17;
}
/* Button Styles */
.btn {
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    padding: 0.75rem 2rem;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.btn-primary {
    background: var(--accent-yellow);
    border: none;
    color: var(--text-dark);
}

.btn-primary:hover {
    background: #e6c535;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 218, 60, 0.3);
}

.btn-outline-dark {
    border: 2px solid var(--text-dark);
    color: var(--text-dark);
    background: transparent;
}

.btn-outline-dark:hover {
    background: var(--text-dark);
    color: var(--primary-bg);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .navbar-nav {
        text-align: center;
        gap: 0.5rem;
    }
    
    .glass-nav-btn {
        margin: 0.25rem 0;
        display: block;
        width: 100%;
    }
    
    .contact-btn {
        margin: 0.5rem 0 0 0;
        display: block;
        width: 100%;
    }
}

@media (max-width: 576px) {
    /* Empty for now */
}

/* Custom Styles */

.project-item.hovered .project-icon svg:first-child {
    transform: scale(1.1);
}

/* Removed custom scrollbar styling */

/* Loading animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* AOS overrides for custom animations */
[data-aos="fade-up"] {
    animation: fadeInUp 0.8s ease-out;
}

[data-aos="fade-left"] {
    animation: fadeInLeft 0.8s ease-out;
}

[data-aos="fade-right"] {
    animation: fadeInRight 0.8s ease-out;
}

/* HERO_BANNER_SCRUBEFFECT */
  @font-face {
    font-family: 'Wadhwani';
    src: url('assets/fonts/wadhwani.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  
  
  /* Shared text styles */
  .text-style {
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: transparent;
    font-size: 12em;
    font-family: 'Wadhwani', Arial Black, sans-serif;
    font-weight: normal;
    pointer-events: none;
    white-space: nowrap;
    -webkit-text-stroke: 1px #000000;
  }
/* HERO_BANNER_SCRUBEFFECT END */

/* Solutions Panels Section */
.solutions-panels {
    padding: 4rem 0;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.section-subtitle {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 2.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Horizontal expanding panels */
.panels-row {
    height: 650px;
    overflow: hidden;
}

.panel-col {
    transition: width 0.6s ease;
    height: 100%;
}

.panel-container {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.6s ease;
    cursor: pointer;
}

.panel-container:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

/* This creates the expanding effect */
.panels-row:hover .panel-col {
    width: 20%; /* Shrink non-hovered columns */
}

.panels-row .panel-col:hover {
    width: 60%; /* Expand the hovered column */
}

.panel {
    position: relative;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
}

.panel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.panel-container:hover .panel-image {
    transform: scale(1.1);
}

.panel-overlay {
    background-color: #ffdb3ccc;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.5s ease;
    pointer-events: none;
}

.panel-content {
    background-color: rgba(255, 228, 106, 0.367);
    transition: all 0.5s ease;
    width: 300px;
    height: 600px;
    padding: 2rem;
    border-radius: 5px;
    transform: translateY(0);
    pointer-events: auto;
}

.panels-row .panel-col:not(:hover) .panel-content {
    opacity: 0;
    transform: translateY(100%);
}

.panel-title {
    color: #005b91;
    font-family: 'Archivo', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    transition: transform 0.5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panel-col:hover .panel-title {
    white-space: normal;
}

.panel-description {
    color: #333;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    max-width: 100%;
    transition: all 0.5s ease;
}

.panel-link {
    color: #005b91;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid #005b91;
    padding-bottom: 4px;
    background-color: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 10;
}

.panel-link:hover {
    transform: translateX(5px);
    color: #003366;
}

.panel-link:hover {
    color: #000;
}

@media (max-width: 991.98px) {
    .panels-row {
        height: auto;
    }
    
    .panel-col {
        width: 100% !important;
        margin-bottom: 20px;
        height: 350px;
    }
    
    .panel-container {
        height: 100%;
    }
    
    .panels-row:hover .panel-col {
        width: 100% !important;
    }
    
    .panels-row .panel-col:hover {
        width: 100% !important;
    }
    
    .panel-title {
        font-size: 1.5rem;
    }
    
    .panel-description {
        font-size: 0.8rem;
    }
    
    .panel-content {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
}

/* Featured Solutions Section */
.featured-solutions {
    padding: 6rem 0;
    background-color: var(--primary-bg);
}

.featured-title {
    font-family: 'Agdasima', sans-serif;
    font-size: 6rem;
    font-weight: 700;
    color: #005b91;
    margin-bottom: 2rem;
    line-height: 90px;
}

.navigation-controls {
    display: flex;
    align-items: center;
}

.prev-btn, .next-btn {
    padding: 0.5rem 1.5rem !important;
    font-size: 1.25rem;
    cursor: pointer;
}

.prev-btn:hover, .next-btn:hover {
    transform: translateY(-2px);
}

.solution-counter {
    font-family: 'Agdasima', sans-serif;
    font-size: 1.5rem;
    margin: 0 1rem;
}

.coverflow-container {
    position: relative;
    height: 700px;
    perspective: 1000px;
    overflow: hidden;
}

.coverflow {
    position: relative;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
}

.coverflow-item {
    position: absolute;
    width: 70%;
    height: 100%;
    left: 15%;
    transition: all 0.5s ease;
    opacity: 0.7;
    transform: scale(0.85) translateZ(-150px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

.coverflow-item[data-position="center"] {
    transform: translateZ(0);
    opacity: 1;
    z-index: 10;
}

.coverflow-item[data-position="left"] {
    transform: translateX(-50%) scale(0.85) translateZ(-150px);
    opacity: 0.5;
    z-index: 5;
}

.coverflow-item[data-position="right"] {
    transform: translateX(50%) scale(0.85) translateZ(-150px);
    opacity: 0.5;
    z-index: 5;
}

.coverflow-item[data-position="far-left"] {
    transform: translateX(-80%) scale(0.7) translateZ(-250px);
    opacity: 0.3;
    z-index: 1;
}

.coverflow-item[data-position="far-right"] {
    transform: translateX(80%) scale(0.7) translateZ(-250px);
    opacity: 0.3;
    z-index: 1;
}

.solution-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.solution-content-container {
    position: relative;
    min-height: 700px;
}

.solution-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    transform: translateY(20px);
}

.solution-content.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.solution-title {
    font-family: 'Agdasima', sans-serif;
    font-size: 3.3rem !important;
    font-weight: 700;
    color: #005b91;
    margin-bottom: 2rem;
    line-height: 55px;
    
}

.solution-description {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 2rem;
}

.solution-stats {
    margin-top: 3rem;
}

.stat-number {
    font-family: 'Agdasima', sans-serif;
    font-size: 3rem;
    font-weight: 400;
    color: #005b91;
    margin-bottom: 0.5rem;
}

.accent-line {
    height: 3px;
    width: 100px;
    background-color: var(--accent-yellow);
    margin: 0.5rem 0 1rem;
}

.stat-text {
    font-size: 1.1rem;
    line-height: 1.4;
}

.read-more-link {
    display: inline-block;
    margin-top: 3rem;
    font-size: 1rem;
    padding: 0.6rem 1.5rem !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #0d0d0db7;
    /* Using the glass-button styles */
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(227, 227, 227, 0.22), rgba(235, 234, 234, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.084) inset, 0 4px 18px rgba(0, 0, 0, 0.073);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
    backdrop-filter: blur(10px) saturate(140%);
}

.read-more-link:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .featured-title  {
        font-size: 4rem;
    }
    
    .coverflow-container {
        height: 400px;
        margin-bottom: 2rem;
    }
    
    .coverflow-item {
        width: 85%;
        left: 7.5%;
    }
    
    .solution-content-container {
        min-height: auto;
    }
    
    .solution-content {
        position: relative;
        display: none;
    }
    
    .solution-content.active {
        display: block;
    }
    
    .solution-title {
        font-size: 2.5rem;
    }
    
    .solution-description {
        font-size: 1.2rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .navigation-controls {
        justify-content: center;
        margin-bottom: 2rem;
    }
}

/* Partners Section Styles */
.partner-logo, .ministry-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.partner-logo img, .ministry-logo img {
    filter: grayscale(0%);
    opacity: 1;
    transition: all 0.3s ease;
}

.partner-logo:hover img, .ministry-logo:hover img {
    transform: scale(1.05);
}

.bg-light {
    background-color: #f8f9fa !important;
}

/* Responsive adjustments for partners */
@media (max-width: 768px) {
    .partner-logo, .ministry-logo {
        margin: 1rem;
    }
}


/* FOOTER SECTION */
.footer {
    background-color: #F4F2E8;
      padding: 40px 0;
      color: #000;
    }
    .footer-logo {
      font-size: 4rem;
      font-weight: 800;
      letter-spacing: 1px;
    }
    .footer p {
      font-size: 1.7rem;
      margin-top: 10px;
      line-height: 130%;
      font-weight: 400;
    }

    .brand-text {
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 5rem;
}

.big-letter {
  font-size: 5rem;  /* bigger size for W and A */
  line-height: 1;
}

.brand-text {
  font-size: 4rem;  /* base size for rest of the text */
}

    .newsletter-title {
      font-weight: bold;
      margin-top: 2rem;
      font-size: 2.188rem;
      font-family: 'Agdasima', sans-serif;
    }
    .newsletter-input {
  width: 200px;               /* make input smaller */
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  background: transparent;
  padding-left: 0;
  font-size: 1.1rem;           /* increase placeholder & typing font size */
}

.newsletter-btn {
  background: rgba(255, 255, 255, 0.2);  /* transparent white */
  border: 1px solid white;
  font-weight: 400;
  padding: 3px 10px;
  font-size: 1.1rem;
  font-family: 'Open Sans', sans-serif;
  border-radius: 6px;
  backdrop-filter: blur(6px);           /* frosted glass blur */
  -webkit-backdrop-filter: blur(6px);   /* Safari support */
  color: #000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

    .footer-links a {
      display: block;
      text-decoration: none;
      color: #000;
      margin-bottom: 10px;
      font-size: 1.1rem;
      font-weight: 600;
      padding: 0.3rem;
    }
    .social-icons a {
      display: block;
      font-size: 1.2rem;
      color: #000;
      margin-bottom: 15px;
    }
    .copyright {
      margin-top: -50px;
      font-size: 0.9rem;
      text-align: center;
    }
    .text-end{
        position: fixed;
    bottom: -45%;
    left: 75%;
    }
     .left-content{
        position: relative;
    bottom: -45%;
    left: 0;
    }
    .latest-section{
            /*background-color: transparent;*/
    position: relative;
    z-index: 1;
    }

    

#content .page-header {display:none;}
/* Default navbar */
#mainNav {
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 9999;
}

/* Sticky state */
#mainNav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95); /* adjust for your "glass-nav" look */
  backdrop-filter: blur(10px);            /* glass effect */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

ul.sub-menu {
    display: none;
}
/* Hide submenu by default */
.menu-item-has-children > .sub-menu {
    display: none;
    position: absolute; /* usually required for dropdowns */
    top: 100%;
    left: 0;
    z-index: 9999;
}

/* Show submenu when hovering parent */
.menu-item-has-children:hover > .sub-menu {
    display: block;
}

.wpostahs-slider-design-1 .wpostahs-slider-nav-title.slick-current .wpostahs-main-title {
    background: #ffeb93!important;
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    padding: 0.4rem 2.25rem !important;
    transition: all 0.3s 
ease;
    overflow: hidden;
    padding: 10px 28px;
    border-radius: 4px;
    background-color: #ffdb3c8d;
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.084) inset, 0 4px 18px rgba(0, 0, 0, 0.073);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
    backdrop-filter: blur(10px) saturate(140%);
} 
.wpostahs-slider-design-1 .wpostahs-slider-nav-title.slick-current .wpostahs-main-title {
    color: #212529 !important;
}
.wpostahs-slider-design-1 .wpostahs-slider-nav-title .wpostahs-main-title{transition: all 300ms 
ease 0s;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    color: #000 !important;
    text-decoration: none;}
.wpostahs-slider-design-1 .wpostahs-slider-nav-title.slick-current .wpostahs-main-title:before , .wpostahs-slider-design-1 .wpostahs-slider-nav-title.slick-current .wpostahs-main-title:after {display:none!important;}



#custom_html-4{
    font-weight: 400 !important;
}
.copyright{
    font-weight: 400 !important;
}


@media (max-width: 600px) {
    .left-side { max-width: 100% !important; 
  
    text-align: center !important;
}
    }



/*form css*/




/* 🌟 GLASS EFFECT with 3D Depth */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form select,
.wpcf7-form textarea,
 .wpcf7-form input[type="tel"]{
    background: rgba(255, 255, 255, 0.25) !important;
    backdrop-filter: blur(15px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(15px) saturate(180%) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 12px !important;
    color: #000 !important;
    padding: 12px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08),
                inset 0 1px 1px rgba(255, 255, 255, 0.6);
}

 



/* Placeholder text */
.wpcf7-form input::placeholder,
.wpcf7-form tel::placeholder,
.wpcf7-form textarea::placeholder {
    color: rgba(0, 0, 0, 0.6) !important;
}




/* Dropdown text */
.wpcf7-form select {
    color: #000 !important;
}

/* Glass-style button aligned right */
.wpcf7-form input[type="submit"] {
    background: rgba(222, 195, 22, 0.235) !important;
    backdrop-filter: backdrop-filter: blur(10px) saturate(140%) !important;
    -webkit-backdrop-filter: blur(15px) saturate(180%) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 8px !important;
    color: #000 !important;
    font-weight: 600;
    padding: 8px 20px !important;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08),
                inset 0 1px 1px rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
    background: rgba(255, 255, 255, 0.35) !important;
    transform: translateY(-2px);
} 