:root {
  --bg-dark: #0B4D3B;
  --gold: #c5a059; 
  --bg-light: #F6F5F0;
}
h1, h2, h3, h4, h5, h6{
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
    
}
body {
  margin: 0 !important;
  background-color: var(--bg-light) !important;
  font-family: sans-serif !important;
}
p{
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) !IMPORTANT;
}

header {
    display: block;  /* Changed from flex */
    position: relative;
    width: 100%;
    background-color: #F4E8D0;

}
.elementor-element{
    padding: 0 !IMPORTANT;
}
.top-header {
    width: 100%;
    height: 15px; 
    background-color: var(--bg-dark);
    position: relative;
}

.header-tab {
    background-color: var(--bg-dark);
    color: #fff;
    padding: 0px 340px 12px 85px;  
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%); 
    position: absolute;
    top: 100%;
    left: 0%;
    z-index: 10;
}
.header-tab p {
    position: relative;
    left: 80px;
    margin: 0;
    white-space: nowrap;
     text-shadow: 2px 2px 14px rgba(0, 0, 0, 0.3) !important; 
}

.top-header-right {
    position: absolute;
    z-index: 9999;
    right: 150px;
    top: 35px;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    color: #918C78;
}

.top-header-right p {
    margin: 0;
    padding: 0;
    font-size: 14px;
     text-shadow: 2px 2px 14px rgba(0, 0, 0, 0.3) !important; 
}
.visit{
    color: var(--bg-dark);
    font-weight: bold;
}
.address{
    color: var(--bg-dark);
}
[class*="fa-"] {
    color: #DFCDA5;
    margin-right: 5px;
}

/* Navigation Section Starts */
.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
    align-items: center;
    overflow: visible !important;
    z-index: 1001;
}

.nav-menu li {
    position: relative;
    overflow: visible !important;
}

.nav-menu li a {
    text-decoration: none;
    color: #0B4D3B;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    display: block;
}

/* Hover effects for all EXCEPT last item */
.nav-menu li:not(:last-child) {
    position: relative;
    padding-bottom: 6px;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    cursor: pointer;
}

.nav-menu li:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #F2E2C1;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.nav-menu li:not(:last-child):hover::after {
    transform: scaleX(1);
}

.nav-menu li:not(:last-child):hover {
    transform: scale(1.05);
}

/* Submenu Styles */
.nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    z-index: 9999;
    list-style: none;
    margin: 0;
    border-top: 3px solid #0B4D3B;
}

.nav-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    transform: translateX(15px);
    margin-top: -10px;
}

.nav-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-menu .sub-menu li {
    margin: 0;
    padding: 0;
    width: 100%;
}

.nav-menu .sub-menu li a {
    padding: 12px 20px;
    color: #0B4D3B;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid rgba(11, 77, 59, 0.1);
    white-space: nowrap;
}

.nav-menu .sub-menu li:last-child a {
    border-bottom: none;
}

.nav-menu .sub-menu li a:hover {
    background-color: rgba(11, 77, 59, 0.05);
    padding-left: 25px;
}

/* Arrow indicators */
.nav-menu .menu-item-has-children > a {
    padding-right: 0px;
}

.nav-menu .menu-item-has-children > a::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: 5px;
    font-size: 12px;
    transition: transform 0.3s ease;
    display: inline-block;
}

.nav-menu .sub-menu .menu-item-has-children > a::after {
    content: '\f105';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.nav-menu .sub-menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.nav-menu .sub-menu .sub-menu.open {
    max-height: 500px;
}
/* Remove underline from submenu items */
.nav-menu .sub-menu li:not(:last-child)::after {
    display: none;
}

.nav-menu .sub-menu li:not(:last-child):hover {
    transform: none;
}

/* Scan button */
.scan-btn,
.register-btn {
    background: #0B4D3B;
    color: white !important;
    padding: 8px 20px;
    border-radius: 25px;
}

/* Mobile Menu Button */
.mobile-menu-btn {
    display: none;
    background: transparent;
    border: none;
    font-size: 28px;
    color: #0B4D3B;
    cursor: pointer;
    z-index: 100050;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .mobile-menu-btn {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    
    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 350px;
        height: 100vh;
        background: #ffffff;
        z-index: 10002;
        padding: 80px 20px 30px;
        transition: right 0.3s ease;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        margin: 0;
        gap: 0;
        box-shadow: -5px 0 20px rgba(0,0,0,0.1);
    }
    
    .nav-menu.active {
        right: 0;
        display: flex !important;
    }
    
    .nav-menu li {
        margin: 0;
        width: 100%;
    }
    
    .nav-menu li a {
        font-size: 16px;
        display: block;
        padding: 12px 15px;
        border-bottom: 1px solid #eee;
    }
    
    .nav-menu li:not(:last-child) {
        padding-bottom: 0;
    }
    
    .nav-menu li:not(:last-child)::after {
        display: none;
    }
    
    .nav-menu li:not(:last-child):hover {
        transform: none;
    }
    
    /* Mobile Submenu */
    .nav-menu .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: #f5f5f5;
        padding: 0;
        min-width: 100%;
        border-top: none;
        border-left: 2px solid #0B4D3B;
        border-radius: 0;
        margin: 0;
        display: none;
    }
    
    .nav-menu .sub-menu.open {
        display: block;
    }
    
    .nav-menu .sub-menu li a {
        padding: 10px 15px 10px 30px;
        font-size: 14px;
        white-space: normal;
        border-bottom: 1px solid rgba(11, 77, 59, 0.1);
    }
    
    .nav-menu .sub-menu .sub-menu {
        padding-left: 0;
        border-left-color: #F2E2C1;
    }
    
    .nav-menu .sub-menu .sub-menu li a {
        padding-left: 45px;
    }
    
    /* Mobile arrows */
    .nav-menu .menu-item-has-children > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    
    .nav-menu .menu-item-has-children > a::after {
        content: '\f107';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 14px;
        transition: transform 0.3s ease;
    }
    
    .nav-menu .menu-item-has-children.open > a::after {
        transform: rotate(180deg);
    }
    
    .nav-menu .sub-menu .menu-item-has-children > a::after {
        content: '\f107';
        position: static;
        transform: none;
    }
    
    /* Close button */
    .nav-menu .close-menu {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
        background: #0B4D3B;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        cursor: pointer;
        border: none;
    }
    
    /* Overlay */
    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 10001;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
    }
    
    .menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    
    /* Hide scan button on mobile */
    .scan-btn {
        display: none !important;
    }
     .nav-menu .close-menu {
        display: flex !important;
         z-index: 10003;
    }
}

/* Tablet Styles */
@media (min-width: 769px) and (max-width: 1024px) {
    .nav-menu {
        gap: 20px;
        margin: 0;
    }
    
    .nav-menu li a {
        font-size: 14px;
    }
}

/* Desktop Styles */
@media (min-width: 1025px) {
    .nav-menu {
        margin: 0;
    }
    
    .mobile-menu-btn,
    .menu-overlay,
    .close-menu {
        display: none !important;
    }
}
/* Navigation Section Ends*/
.main-header {
    display: flex;
    overflow: visible !important;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10% 5px 11%; 
    background: #F5E9D3;
    box-sizing: border-box;
    margin-top: 40px;
    position: relative;
    z-index: 1000;
}
.header-tab{
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3); !IMPORTANT;
}
.main-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    margin-top: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: var(--bg-dark);
    display: flex;
    align-items: center;
}

.logo span {
    text-shadow: 2px 2px 14px rgba(0, 0, 0, 0.3) !important; 
}

.logo img {
    height: 100px;
    width: 130px;
    margin-right: 10px;
    position: relative;
    top: 37px;
    border-radius: 20px;
}
/* Desktop Navigation */

/*Navugation Section Ends*/
/* Hero Section */
.hero-wrapper {
    background-color: transparent;
    padding: 80px 10% 50px 10%;
    color: white;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hero-text { flex: 1; max-width: 550px; }
.hero-text h1 { font-size: 38px; line-height: 1.2; margin-bottom: 25px; letter-spacing: 1px; }
.hero-text p { font-size: 16px; line-height: 1.6; opacity: 0.9; margin-bottom: 10px; text-align:left;}

.btn {
    padding: 12px 35px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    margin-right: 15px;
}
.btn-filled { 
    border-radius: 50px !important;
    padding: 15px 35px !important;    
    background-color: var(--bg-dark) !important;
    border: 1px solid transparent;
    background-image: 
        /* Large soft light areas */
        radial-gradient(circle at 30% 40%, 
            rgba(255, 223, 186, 0.1) 0%, 
            transparent 60%),
        
        radial-gradient(circle at 70% 60%, 
            rgba(255, 223, 186, 0.08) 0%, 
            transparent 65%),
        
        /* Deep shadows in corners */
        radial-gradient(circle at 0% 10%, 
            rgba(0, 0, 0, 0.4) 0%, 
            transparent 70%),
        
        radial-gradient(circle at 90% 90%, 
            rgba(0, 0, 0, 0.4) 0%, 
            transparent 70%),
        
        /* Final dark overlay */
        linear-gradient(180deg, 
            rgba(0, 0, 0, 0.2) 0%, 
            transparent 30%,
            rgba(0, 0, 0, 0.15) 100%);
    position: relative;
    color: white !important;
    transition: all 0.3s ease;
}

/* Darker hover effect */
.btn-filled:hover {
    background-color: #06382b !important;  /* Darker shade */
    background-image: 
        /* Reduce light areas */
        radial-gradient(circle at 30% 40%, 
            rgba(255, 223, 186, 0.05) 0%, 
            transparent 70%),
        
        radial-gradient(circle at 70% 60%, 
            rgba(255, 223, 186, 0.03) 0%, 
            transparent 75%),
        
        /* Increase shadows */
        radial-gradient(circle at 0% 10%, 
            rgba(0, 0, 0, 0.6) 0%, 
            transparent 70%),
        
        radial-gradient(circle at 90% 90%, 
            rgba(0, 0, 0, 0.6) 0%, 
            transparent 70%),
        
        /* Darker overlay */
        linear-gradient(180deg, 
            rgba(0, 0, 0, 0.4) 0%, 
            transparent 40%,
            rgba(0, 0, 0, 0.3) 100%);
    
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}


.btn-outlines {
    background: transparent !important;
    border: 1px solid white !important;
    color: white !important;
    border-radius: 50px !important;  
    padding: 12px 35px !important;    
    transition: all 0.3s ease !important;
}


/* Hover effect optional */
.btn-outlines:hover {
    background: white !important;
    color: var(--bg-dark) !important;
}

/* Hero Form Styling */
.hero-form-box {
    background: white;
    padding: 20px 40px;
    border-radius: 15px;
    width: 420px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    color: var(--bg-dark);
    margin-top: -20px; /* To give that overlapping look */
}
.hero-form-box input,
.hero-form-box textarea {
    border: 1px solid var(--bg-dark);
    margin-bottom: 15px;
    width: 100%;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
      box-shadow: 0 0 15px rgba(11, 77, 59, 0.15);
}

/* Hover effect */
.hero-form-box input:hover,
.hero-form-box textarea:hover {
    border-color: #0d5f48;
    background-color: #fff;
}

/* Focus effect */
.hero-form-box input:focus,
.hero-form-box textarea:focus {
    outline: none;
    border-color: var(--gold, #DFCDA5);
    box-shadow: 0 0 0 3px rgba(223, 205, 165, 0.2);
    background-color: #fff;
}

/* Placeholder styling */
.hero-form-box input::placeholder,
.hero-form-box textarea::placeholder {
    color: #999;
    font-size: 13px;
}

/* Textarea specific */
.hero-form-box textarea {
    min-height: 100px;
    resize: vertical;
}

/* Agar aap chahte hain ke border thoda highlight ho to */
.hero-form-box input:active,
.hero-form-box textarea:active {
    border-color: var(--bg-dark);
    border-width: 2px;
}
.hero-form-box h2 { font-size: 30px; margin-bottom: 20px; }
.hero-form-box h2 span { color: var(--gold); display: block; }

input, textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
}

.checkbox-area { font-size: 11px; display: flex; align-items: left; text-align: left; box-shadow: none; margin-bottom: 15px; }
.checkbox-area input { width: auto; margin-right: 10px; margin-bottom: 0; box-shadow: none; }
.checkbox-area span{ color: var(--gold);}

.submit-btn {
    background: var(--bg-dark);
    color: white;
    width: 50%;
    padding: 15px;
    border: none;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer !important;
    margin-right: auto;
    margin-left: 0;
    display: block;
}
/*Hero Ends*/
.close-menu,.mobile-only{
    display: none;
}

/*BRAND SECTION STARTS*/


.brands {
    width: 100%;
    padding: 5px 1%;
    background-color: #F7E8D3;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.slider-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px; /* Space for buttons */
}

.slider-wrapper {
    overflow: hidden;
    margin: 0 auto;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 20px;
}

.brand {
    flex: 0 0 calc(20% - 16px); /* 5 items on desktop */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 80px;
    padding: 10px;
}

.brand img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    margin-bottom: 10px;
}

.brand h4 {
    color: var(--bg-dark);
    font-size: 16px;
    margin: 3px 0;
    font-weight: bold;
}

.brand p {
    color: #666;
    font-size: 11px;
    margin: 2px 0;
}

/* Slider Buttons */
.slider-btn {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--bg-dark);
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
}

.slider-btn:hover {
    background: #0d5f48;
    transform: translateY(-50%) scale(1.1);
}

.prev-btn {
    left: 0;
    display: none;
}

.next-btn {
    right: 0;
    display: none;

}

/* Dots */
.slider-dots {
        display: none;

    /* display: flex;
    justify-content: center;
    gap: 8px; */
    /* margin-top: 20px; */
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: var(--bg-dark);
    transform: scale(1.2);
}


/* Responsive */
@media (max-width: 992px) {
    .brand {
        flex: 0 0 calc(33.333% - 14px); /* 3 items on tablet */
    }
}

@media (max-width: 768px) {
    .brand {
        flex: 0 0 calc(50% - 10px); /* 2 items on small tablet */
    }
    .sign_up_inner{
           display: block !important;
    }
    .signup_divider,
    .signup_right,
    .hero-testimonials-box{
        display: none;
    }
    .sign_up_inner,
    .signup_left{
        width:100%;
        flex: none;
    }
    .signup_left{
        padding:20px !IMPORTANT;
    }

    .slider-container {
        padding: 0 30px;
    }
    .main-header{
        padding: 30px 11% 30px 11%;
        border-radius: 5px;
        box-shadow: 0px 3px 10px var(--bg-dark);
    }
    .logo{
        z-index: 999 !important;
    }
   
}

@media (max-width: 576px) {
    .brand {
        flex: 0 0 100%; /* 1 item on mobile */
    }
    
    .slider-container {
        padding: 0 25px;
    }
    
    .slider-btn {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}
/*BRAND SECTION ENDS*/
/*READER SECTIONS STARTS*/
.readers {
    width: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    padding: 80px 10% 50px 10%;
    justify-content: center;
    /*background: url('../images/reader_bg.png') top center/cover no-repeat;  */
    position: relative;
}

/* Optional overlay */
.readers::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 1;
}

.readers .container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Responsive heights */
@media (max-width: 768px) {
    .readers {
        min-height: 400px;
        padding: 20px;
          background-size: cover;  
        background-position: center center; 
        background-repeat: no-repeat;
         background-position: 50% 50%; 
    }
    .reader_left{
        display: none;
    }
}

@media (max-width: 576px) {
    .readers {
        min-height: 350px;
    }
}

.reader_left{
    flex:1;

}
.reader_right{
    flex:1;
    color:#042119;
}
.reader_right p{
    font-weight: 500;
}
.reader_right h1{
    text-align: left;
    font-weight: 600;
}
/*READER SECTIONS ENDS*/


/*BOOKS STARTS*/
.books {
    width: 100%;
    height: auto;
    display: flex;
    padding: 80px 1% 50px 1%;
    gap: 40px;  /* Add gap between left and right */
    box-sizing: border-box;
}

.books_left {
    flex: 1;
    color: #042119;
    display: flex;
    flex-direction: column;
    justify-content: center;  /* Center content vertically */
}

.books_left p {
    font-weight: 500;
    line-height: 1.6;
}

.books_left h1 {
    text-align: left;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}
.books_left .hero-actions  .btn-outlines{
    border: 1px solid #c5a059 !IMPORTANT;
    color:#0B4D3B !IMPORTANT;
}
.books_right {
    flex: 1;
    padding: 60px 0px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.books_right img {
    width: 100%;
    max-width: 500px;  /* Responsive image */
    height: auto;
    object-fit: contain;
}

/* ===== TABLET (768px to 992px) ===== */
@media (max-width: 992px) {
    .books {
        padding: 60px 5% 40px 5%;
        gap: 30px;
    }
    
    .books_left h1 {
        font-size: 32px;
    }
    
    .books_right img {
        max-width: 400px;
    }
}

/* ===== SMALL TABLET (768px and below) ===== */
@media (max-width: 768px) {
    .books {
        flex-direction: column-reverse;
        padding: 40px 20px;
        gap: 30px;
    }
    
    .books_left,
    .books_right {
        width: 100%;
        padding: 20px 0;
    }
    
    .books_left {
        text-align: center;  /* Center text on mobile */
    }
    
    .books_left h1 {
        text-align: center;
        font-size: 28px;
    }
    
    .books_left p {
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
    }
    
    .books_right {
        padding: 20px 0;
    }
    
    .books_right img {
        max-width: 350px;
    }
}

/* ===== MOBILE (576px and below) ===== */
@media (max-width: 576px) {
    .books {
        padding: 30px 15px;
        gap: 20px;
    }
    
    .books_left h1 {
        font-size: 24px;
    }
    
    .books_left p {
        font-size: 14px;
    }
    
    .books_right img {
        max-width: 280px;
    }
}

/* ===== SMALL MOBILE (375px and below) ===== */
@media (max-width: 375px) {
    .books {
        padding: 25px 10px;
    }
    
    .books_left h1 {
        font-size: 22px;
    }
    
    .books_left p {
        font-size: 13px;
    }
    
    .books_right img {
        max-width: 220px;
    }
}
/*BOOKS ENDS*/
/*THINGS STARTS HERE */
.things {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 80px 1% 50px 1%;
    box-sizing: border-box;
}

.things h1 {
    color: #042119;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.things_row1,
.things_row2 {
    width: 100%;
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

.things_row1_cards {
    flex: 1;
    background-color: #fff;
    box-shadow: 0 35px 45px -20px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    transition: all 0.3s ease;
    display: flex;
    padding: 20px;
    gap: 20px;
}

.card_left {
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;  /* Left align */
    justify-content: center;
    height: 100%;
}

.card_left h2 {
    color: #042119;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 10px;
}

.card_left p {
    color: #666;
    line-height: 1.6;
}

.card_right,
.card2_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;  /* Left align */
    justify-content: center;

}

.card_right img,
.card2_right img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* ===== LAPTOP (1200px and below) ===== */
@media (max-width: 1200px) {
    .things {
        padding: 60px 5% 40px 5%;
    }
    
    .things h1 {
        font-size: 32px;
    }
    
    .card_left h2 {
        font-size: 22px;
    }
}

/* ===== TABLET (992px and below) ===== */
@media (max-width: 992px) {
    .things h1 {
        font-size: 28px;
    }
    
    .things_row1_cards {
        flex-direction: column;  /* Stack vertically */
    }
    
    .card_left {
        text-align: center;
        align-items: center;
    }
    
    .card_left h2 {
        font-size: 22px;
    }
    
    .card_left p {
        font-size: 14px;
    }
}

/* ===== SMALL TABLET (768px and below) ===== */
@media (max-width: 768px) {
    .things {
        padding: 40px 20px;
    }
    
    .things h1 {
        font-size: 24px;
    }
    
    .things_row1,
    .things_row2 {
        flex-direction: column;
        gap: 20px;
    }
    
    .things_row1_cards {
        margin: 0;  /* Remove margin */
        width: 100%;
    }
    
    .card_left h2 {
        font-size: 20px;
    }
}

/* ===== MOBILE (576px and below) ===== */
@media (max-width: 576px) {
    .things {
        padding: 30px 15px;
    }
    
    .things h1 {
        font-size: 22px;
    }
    
    .things_row1_cards {
        padding: 15px;
    }
    
    .card_left h2 {
        font-size: 18px;
    }
    
    .card_left p {
        font-size: 13px;
    }
}

/* ===== SMALL MOBILE (375px and below) ===== */
@media (max-width: 375px) {
    .things {
        padding: 25px 10px;
    }
    
    .things h1 {
        font-size: 20px;
    }
    
    .card_left h2 {
        font-size: 16px;
    }
    
    .card_left p {
        font-size: 12px;
    }
}


/*THINGS STARTS END */


/*PENTALETS STARTS*/
.pentalates {
    width: 100%;
    min-height: 800px;
    display: flex;
    align-items: center;
    padding: 80px 10% 50px 10% !IMPORTANT;
    justify-content: center;
    /*background: url('../images/pental.png') top center/cover no-repeat;*/
    position: relative;
}

/* Optional overlay */
.pentalates::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 1;
}

.pentalates .container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.pentalates_left{
    flex: 1;
    color:#fff !important;

}
.pentalates_right{
    flex: 1;
    
}
.pentalates_left h1 {
    text-align: left;
    font-weight: 600;
}
@media (max-width: 768px) {
    .pentalates_left{
        width:100%;
    }
    .pentalates_right{
        display: none;
    }
}
/*PENTALATES ENDS*/
/*PUBLISHING STARTS*/
.publishings {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 80px 1% 50px 1%;
    box-sizing: border-box;
    display: flex;
}
.publishings_left{
    flex: 1;
}
.publishings_left img{
    width:100%;
}
.publishings_right{
    flex: 1;
    padding:20px;
    color: #042119;
    text-align: left;
}
.publishings_right h1{
    font-weight: 600;
}
@media (max-width: 768px) {
    .publishings {
        flex-direction: column-reverse;
        padding: 80px 1% 50px 1%;
    }
    .publishings_left,
    .publishings_right{
        width:100%;
    } 
}
/*PUBLISHING ENDS*/
/*TECHNCALS STARTS*/
.technicals {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0px 10% 50px 10%;
    box-sizing: border-box;
}

.technicals-card img{
    height:65px !IMPORTANT;
}
.technicals-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
    margin-top: 40px;
}

.technicals-card {
    cursor: pointer;
    flex: 1 !IMPORTANT;
    flex: 1 1 calc(33.333% - 20px);
    min-width: 380px !important;
    max-width: 400px;
    background-color: var(--bg-light);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    transition: all 0.3s ease;
    padding: 25px;
    text-align: left;
}

.technicals-card img {
    width: 100%;
    max-width: 150px;
    height: auto;
    margin-bottom: 15px;
    display: block;
}

.technicals-card p {
    color: #042119;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

.technicals_dots_div {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
    flex-wrap: wrap;
}

.technicals_dots {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%; 
    border: 1px solid #042119;
}

.technicals_dots:last-child{
    background-color: #042119;
    color: #fff;
}

@media (min-width: 768px) and (max-width: 992px) {
    .technicals {
        padding: 50px 5% 30px 5%;
    }
    
    .technicals-container {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: flex-start;
    }
    
    .technicals-card {
        display: flex !important;
        flex: 0 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .technicals {
        padding: 50px 5% 30px 5%;
    }
    .technicals-card{
        display: none;
    }
    .technicals-card:last-child{
        display: flex;
    }
}

@media (max-width: 576px) {
    .technicals-container {
        gap: 20px;
    }
    
    .technicals-card {
        flex: 0 1 100%;
        max-width: 400px;
    }
}

.technicals_cards:hover {
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.08),
        0 15px 30px -5px rgba(0, 0, 0, 0.15),
        0 25px 40px -12px rgba(0, 0, 0, 0.2);
}

/*Slider Starts*/

/*Slider Ends*/


/*TECHNCALS ENDS*/



/*PUBLISHERS STARTS*/
.publishers {
    width: 100%;
    height: auto;
}

.publishers_headers {
    width: 100%;
    height: auto;
    color: #042119;
    text-align: center;
    padding: 80px 10% 0px 10%;
    word-spacing: 10px;
}

.publishers_headers h2 {
    color: #042119;
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 10px;
}

.tab {
    width: 100%;
    height: auto;
    padding: 30px 10% 50px 10%;
    color: #042119;
    text-align: center;
}

.tab_headers {
    width: 100%;
    background-color: #042119;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}

.tab_headers ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.tab_headers ul li {
    margin: 0;
    padding: 8px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.tab_headers ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
}

.tab_headers ul li span {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin-left: 10px;
    background-color: #fff;
}

.tab_headers .active {
    background-color: #DDAC60;
}

.tab_details {
    width: 100%;
    height: auto;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
}

.tab_details_left {
    flex: 1;
    padding: 50px 0 0;
}

.tab_details_right {
    flex: 1;
}
.tab_details_right img {
    border-radius: 10px;
}
.tab_details_btns {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.tab_details_left h1 {
    color: #042119;
    font-weight: 600;
    font-size: 27px;
    padding-left: 100px;
}

.tab_details_left ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 50%;
}

.tab_details_left ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.detal {
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}

.li1 {
    width: 15px !important;
    height: 15px !important;
    border-radius: 100%;
    background-color: #DDAC60;
    display: inline-block;
    flex-shrink: 0;
}

.li2 {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100%;
    background-color: #DDAC60;
    display: inline-block;
    flex-shrink: 0;
}

.li3 {
    width: 5px !important;
    height: 5px !important;
    border-radius: 100%;
    background-color: #DDAC60;
    display: inline-block;
    flex-shrink: 0;
}

.tab_details_right img {
    width: 100%;
}

/* Tablet Responsive */
@media screen and (max-width: 992px) {
    .publishers_headers {
        padding: 60px 5% 0px 5%;
    }
    
    .publishers_headers h2 {
        font-size: 24px;
    }
    
    .tab {
        padding: 30px 5% 40px 5%;
    }
    
    .tab_headers ul {
        gap: 10px;
    }
    
    .tab_headers ul li {
        padding: 6px 12px;
    }
    
    .tab_headers ul li a {
        font-size: 13px;
    }
    
    .tab_details_left h1 {
        font-size: 24px;
        padding-left: 50px;
    }
    
    .detal {
        padding: 0px 0px 0px 50px;
        gap: 30px;
    }
    
    .tab_details_left ul {
        width: 50%;
    }
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
    .publishers_headers {
        padding: 40px 20px 0px 20px;
    }
    
    .publishers_headers h2 {
        font-size: 22px;
    }
    
    /* .tab {
        padding: 20px 20px 30px 20px;
    } */
    .tab {
        padding: 20px 5px 30px 5px;
        overflow-x: auto !important;  /* Horizontal scroll enable */
        white-space: nowrap !important;  /* Content ko ek line mein rakhega */
        -webkit-overflow-scrolling: touch !important;  /* Smooth scroll on iOS */
        scrollbar-width: thin !important;  /* Firefox ke liye thin scrollbar */
        display: block !important;
        width: 100% !important;
        flex-wrap: nowrap !important;  /* Wrap na ho */
    }
    .tablist{
        padding-bottom: 0px;
    }
    /* Scrollbar styling (optional) */
    .tab::-webkit-scrollbar {
        height: 5px !important;  /* Horizontal scrollbar ki height */
    }
    
    .tab::-webkit-scrollbar-track {
        background: #f1f1f1 !important;
        border-radius: 10px !important;
    }
    
    .tab::-webkit-scrollbar-thumb {
        background: var(--bg-dark) !important;
        border-radius: 10px !important;
    }
    
    .tab::-webkit-scrollbar-thumb:hover {
        background: #0d5f48 !important;
    }
    
    /* Tab headers ko inline-block karo */
    .tab_headers {
        display: inline-block !important;
        min-width: 100% !important;
    }
    
    .tab_headers ul {
        display: inline-flex !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        /* padding-bottom: 10px !important; */
    }
    
    .tab_headers ul {
        gap: 8px;
    }
    
    .tab_headers ul li {
        padding: 5px 10px;
    }
    
    .tab_headers ul li a {
        font-size: 12px;
    }
    
    .tab_headers ul li span {
        width: 4px;
        height: 4px;
        margin-left: 6px;
    }
    
    .tab_details {
        flex-direction: column;
    }
    
    .tab_details_left {
        flex: none;
        width: 100%;
        padding: 30px 0 0;
    }
    
    .tab_details_right {
        flex: none;
        width: 100%;
        margin-top: 30px;
    }
    
    .tab_details_left h1 {
        font-size: 22px;
        padding-left: 20px;
        text-align: center;
    }
    
     .detal {
        flex-direction: row; 
        padding: 0px 20px;
        gap: 20px;
        align-items: flex-start;
        flex-wrap: wrap; 
    }
    
    .tab_details_left ul {
        width: calc(50% - 10px);
        min-width: 200px;
    }
    
    .tab_details_btns {
        padding: 15px 0;
    }
    
    .tab_details_btns .btn {
        width: 90%;
        max-width: 300px;
        font-size: 14px;
        padding: 12px 20px;
    }
}

/* Small Mobile Responsive */
@media screen and (max-width: 480px) {
    .publishers_headers h2 {
        font-size: 20px;
    }
    
    .tab_headers ul {
        gap: 5px;
    }
    
    .tab_headers ul li {
        padding: 8px;
    }
    
    .tab_headers ul li a {
        font-size: 11px;
    }
    
    .tab_headers ul li span {
        width: 3px;
        height: 3px;
        margin-left: 4px;
    }
    
    .tab_details_left h1 {
        font-size: 20px;
        padding-left: 15px;
    }
    
    .tab_details_left ul li {
        font-size: 14px;
    }
    .detal {
        gap: 15px;
        padding: 0px 15px;
    }
    
    .tab_details_left ul {
        width: calc(50% - 7.5px); 
        min-width: 140px;
    }
    
    .tab_details_left ul li {
        font-size: 14px;
    }
    
    .li1 {
        width: 12px !important;
        height: 12px !important;
    }
    
    .li2 {
        width: 8px !important;
        height: 8px !important;
    }
    
    .li3 {
        width: 4px !important;
        height: 4px !important;
    }
    .tab_details_btns {
        flex-direction: column;
    }
    .tab_details_btns .btn-filled,
    .tab_details_btns .btn-outlines
    {
        width:100%;
        margin: 20px 0 0 20px;
    }
    
}
@media screen and (max-width: 360px) {
    .detal {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .tab_details_left ul {
        width: 100%; 
    }
}
/*PUBLISHERS ENDS*/

        /* AUTHORS SECTION */
        .authors {
            width: 100%;
            background-color: #232B2D;
            height: auto;
            padding: 80px 10% 60px 10% !IMPORTANT;
            position: relative;
            overflow: hidden;
        }

        .authors_headers {
            width: 100%;
            height: auto;
            padding: 0 0 40px 0;
            text-align: center;
        }

        .authors_headers h1 {
            text-transform: capitalize;
            color: #fff;
            font-size: 42px;
            margin: 0 auto;
            max-width: 80%;
            line-height: 1.3;
        }

        /* Slider Container */
        .authors_slider-container {
            position: relative;
            width: 100%;
            overflow: hidden;
            padding: 20px 0;
             /*overflow: visible;*/
            margin: 0 30px;
            position: relative;
            /*padding: 20px 50px;*/
        }

        .authors_sliders {
            display: flex;
         flex-direction: row;
            gap: 30px;
            transition: transform 0.5s ease;
            cursor: grab;
            will-change: transform;
        }

        .authors_sliders.dragging {
            transition: none;
            cursor: grabbing;
        }

        .authors_sliders.dragging .authors_sliders_cards {
            transition: none;
        }

        /* Cards */
        .authors_sliders_cards {
            flex: 0 0 calc(50% - 15px); /* Exactly half minus half of gap */
            min-width: 0;
            padding: 30px;
            display: flex;
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
            border-radius: 12px;
            gap: 20px;
            cursor: pointer;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        /* Hover effect - only when not dragging */
        .authors_sliders:not(.dragging) .authors_sliders_cards:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
            z-index: 10;
        }

        /* Card Left Section */
        .sliders_cards_left {
            flex: 1;
            display: flex;
            flex-direction: column;
            color: #06382b;
        }

        .sliders_cards_left .card-number {
            font-size: 32px;
            font-weight: bold;
            line-height: 1;
            margin-bottom: 15px;
            display: block;
            color: #07201C;
            letter-spacing: 2px;
        }

        .sliders_cards_left p {
            line-height: 1.6;
            font-size: 14px;
            margin: 0 0 20px 0;
            color: #2c3e50;
        }

        /* Card Right Section */
        .sliders_cards_right {
            flex: 0 0 220px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .sliders_cards_right img {
            width: 100%;
            height: auto;
            max-width: 120px;
            border-radius: 8px;
            object-fit: cover;
        }

        /* More Details Button */
        .more_details {
            width: fit-content;
            min-width: 130px;
            border: none;
            background-color: #E7EBEE !important;
            border-radius: 10px;
            padding: 12px 24px;
            text-align: center;
            color: #07201C;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            cursor: pointer;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 4px 10px rgba(133, 116, 108, 0.3);
            margin-top: auto;
            border: none;
        }

        .more_details:hover {
            background-color: #07201C !important;
            transform: translateY(-2px);
            color: #fff;
            box-shadow: 0 6px 15px rgba(107, 90, 79, 0.4);
        }

        /* Navigation Arrows */
        .slider-arrow_ {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            background-color: #80736D;
            color: white;
            border: none;
            border-radius: 50%;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
            z-index: 100;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
            line-height: 1;
        }
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #80736D;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    line-height: 1;
}
       .slider-arrow:hover:not(:disabled) {
    background-color: #6B5A4F;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

     .slider-arrow.prev {
    left: 0px;
}

.slider-arrow.next {
    right: 0px;
}

        .slider-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    transform: translateY(-50%) scale(0.9);
}

        /* Dots Navigation */
        .slider-dots {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 30px;
            padding-bottom: 20px;
        }

        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.3);
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
        }

        .dot.active {
            background-color: #85746C;
            transform: scale(1.2);
            box-shadow: 0 0 10px rgba(133, 116, 108, 0.5);
        }

        .dot:hover {
            background-color: rgba(255, 255, 255, 0.6);
        }

        /* Responsive Design */

        /* Large Desktop */
        @media screen and (min-width: 1400px) {
            .authors {
                padding: 100px 12% 80px 12%;
            }
        }

        /* Desktop */
        @media screen and (max-width: 1199px) {
            .authors {
                padding: 70px 8% 50px 8%;
            }
            
            .authors_headers h1 {
                font-size: 36px;
            }
        }

        /* Tablet Landscape */
        @media screen and (max-width: 992px) {
            .authors {
                padding: 60px 5% 40px 5%;
            }
            
            .authors_headers h1 {
                font-size: 32px;
                max-width: 90%;
            }
            
            .authors_sliders_cards {
                padding: 25px;
            }
            
            .sliders_cards_left .card-number {
                font-size: 28px;
            }
            
            .sliders_cards_right {
                flex: 0 0 100px;
            }
            
            .sliders_cards_right img {
                max-width: 100px;
            }
        }

        /* Tablet Portrait */
        @media screen and (max-width: 768px) {
            .authors {
                padding: 50px 4% 40px 4%;
            }
            
            .authors_headers h1 {
                font-size: 28px;
            }
            
            .authors_sliders {
                gap: 20px;
            }
            
            .authors_sliders_cards {
                flex: 0 0 calc(100% - 20px); /* Single card on tablet */
                padding: 20px;
            }
            
            .slider-arrow {
                width: 40px;
                height: 40px;
                font-size: 24px;
            }
            
            .authors_slider-container {
        margin: 0 15px;
    }
   
    .slider-arrow.prev {
        left: -15px;
    }
    
    .slider-arrow.next {
        right: -15px;
    }
        }

        /* Mobile Large */
        @media screen and (max-width: 576px) {
            .authors {
                padding: 40px 15px 30px 15px;
            }
            
            .authors_headers h1 {
                font-size: 24px;
            }
            
            .authors_sliders {
                gap: 15px;
            }
            
            .authors_sliders_cards {
                flex: 0 0 calc(100% - 15px);
                padding: 18px;
                flex-direction: column-reverse;
            }
            
            .sliders_cards_right {
                flex: 0 0 auto;
                width: 100%;
                margin-top: 15px;
            }
            
            .sliders_cards_right img {
                max-width: 80px;
            }
            
            .slider-arrow {
                width: 35px;
                height: 35px;
                font-size: 20px;
            }
            
            .slider-arrow.prev,
            .slider-arrow.next {
                left: 5px;
                right: auto;
            }
            
            .slider-arrow.next {
                left: auto;
                right: 20px;
            }
            
            .more_details {
                width: 100%;
                min-width: auto;
            }
        }

        /* Small Mobile */
        @media screen and (max-width: 360px) {
            .authors_headers h1 {
                font-size: 20px;
            }
            
            .authors_sliders_cards {
                padding: 15px;
            }
            
            .sliders_cards_left .card-number {
                font-size: 24px;
            }
            
            .sliders_cards_left p {
                font-size: 12px;
            }
        }
/*AUTHORS ENDS*/
.elementor-14 .elementor-element.elementor-element-86c1add .authors{
    padding: 80px 10% 60px 10% !IMPORTANT;
}
.elementor-14 .elementor-element.elementor-element-dd39a0c .technicals{
    padding: 40px 10% 40px 10% !IMPORTANT;
}
.elementor-14 .elementor-element.elementor-element-7f4c4dc .readers{
    padding: 60px 10% 60px 10% !IMPORTANT;
}
/*FOOTER FORM STARTS*/
/* Base styles (mobile first approach) */
.footer_form {
    width: 100%;
    height: auto;
    background-color: #07201C;
    padding: 30px 15px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    box-sizing: border-box;
    overflow-x: hidden; /* Prevent horizontal scroll */
}

.footer_form_text {
    width: 100%;
    max-width: 100%; /* Allow full width on mobile */
    color: #fff;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    word-wrap: break-word; /* Break long words */
    overflow-wrap: break-word;
}

.footer_form_text p {
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.footer-form-box {
    width: 100%;
    max-width: 100%; /* Full width on mobile */
    background: white;
    padding: 20px 15px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    color: var(--bg-dark);
    margin: 0 0 40px 0; /* Adjusted margin */
    box-sizing: border-box;
}

/* Form title */
.footer-form-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
    word-wrap: break-word;
}

/* Form inputs */
.footer-form-box input[type="text"],
.footer-form-box input[type="email"],
.footer-form-box textarea {
    margin-bottom: 12px;
    border-radius: 8px; /* Slightly larger radius */
    border: 1px solid #074C37;
    background-color: #074C37;
    width: 100%;
    padding: 14px 15px; /* Slightly larger padding for better touch targets */
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(11, 77, 59, 0.15);
    color: #fff;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box; /* Include padding in width calculation */
}

/* Textarea specific */
.footer-form-box textarea {
    min-height: 100px;
    resize: vertical; /* Allow vertical resize only */
    font-family: inherit;
}

/* Placeholder styles */
.footer-form-box input::placeholder, 
.footer-form-box textarea::placeholder {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

/* Button styling (assuming you have a button) */
.footer-form-box button{
    width: 50%;
    padding: 14px 20px;
    background-color: #07201C;
    color: #fff;
    border: none;
    border-radius: 40px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    box-sizing: border-box;
}

.footer-form-box span {
    color: #D5B173;
    display: inline-block; /* Better for wrapping */
}

/* Small mobile devices (max-width: 480px) */
@media screen and (max-width: 480px) {
    .footer_form {
        padding: 20px 12px 0px;
    }

    .footer-form-box {
        padding: 18px 12px;
        margin-bottom: 30px;
    }

    .footer-form-box h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footer-form-box input[type="text"],
    .footer-form-box input[type="email"],
    .footer-form-box textarea {
        padding: 12px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .footer-form-box textarea {
        min-height: 80px;
    }

    .footer_form_text {
        padding: 0 5px;
    }

    .footer_form_text p {
        font-size: 13px;
        line-height: 1.4;
    }

    .footer-form-box button,
    .register-now-btn {
        padding: 12px 15px;
        font-size: 15px;
    }
}

/* Very small devices (max-width: 360px) */
@media screen and (max-width: 360px) {
    .footer_form {
        padding: 15px 10px 0px;
    }

    .footer-form-box {
        padding: 15px 10px;
    }

    .footer-form-box h3 {
        font-size: 16px;
    }

    .footer-form-box input[type="text"],
    .footer-form-box input[type="email"],
    .footer-form-box textarea {
        padding: 10px;
        font-size: 14px;
    }

    .footer-form-box textarea {
        min-height: 70px;
    }

    .footer_form_text p {
        font-size: 12px;
    }
}

/* Tablet styles (min-width: 481px) and (max-width: 768px) */
@media screen and (min-width: 481px) and (max-width: 768px) {
    .footer_form {
        padding: 30px 20px 0px;
    }

    .footer-form-box {
        max-width: 90%; /* Slightly narrower on tablets */
        margin: 0 auto 50px;
    }

    .footer_form_text {
        max-width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px) {
    .top-header{
        display: none !IMPORTANT;
    }
    .main-header{
        margin-top:0px;
    }
  
}
/* Larger tablets and small desktops (min-width: 769px) and (max-width: 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .footer_form {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 40px 30px 0px;
        justify-content: center;
        align-items: flex-start;
    }

    .footer_form_text {
        flex: 1;
        min-width: 300px;
        max-width: 45%;
        text-align: left;
        padding: 0;
    }

    .footer-form-box {
        flex: 1;
        min-width: 300px;
        max-width: 45%;
        margin: 0 0 50px;
    }
}

/* Desktop styles (min-width: 1025px) */
@media screen and (min-width: 1025px) {
    .footer_form {
        flex-direction: row;
        padding: 50px 0px 0px;
        justify-content: center;
        gap: 150px;
        /* max-width: 1200px; */
        margin: 0 auto;
    }

    .footer_form_text {
        flex: 1;
        max-width: 500px;
        text-align: left;
    }

    .footer-form-box {
        flex: 1;
        max-width: 450px;
        margin: 0 0 70px;
    }
}

/* Landscape mode for mobile */
@media screen and (max-width: 900px) and (orientation: landscape) {
    .footer_form {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 30px;
    }

    .footer_form_text,
    .footer-form-box {
        flex: 1 1 300px;
    }

    .footer-form-box {
        margin-bottom: 40px;
    }
}

/* Fix for iOS zoom on input focus */
@media screen and (max-width: 768px) {
    input[type="text"],
    input[type="email"],
    textarea {
        font-size: 16px !important; /* Prevents zoom on iOS */
    }
    .footer_form{
        flex-direction: column-reverse;
    }

}


/* Fix for long words/URLs */
.footer_form_text,
.footer-form-box h3,
.footer-form-box p,
.footer-form-box span {
    word-break: break-word;
    hyphens: auto;
}
/*FOOTER FORM ENDS*/

/*FAQ START*/
.faqs{
    width: 100%;
    height: auto;
    /*border: 1px solid #fff;*/
    color: #fff;
    padding: 30px 5%;
    box-sizing: border-box;
}
.faqs h1{
    color: #07201C;
    font-size: 36px;
    margin: 0;
    font-weight: 600;
    text-align: center !IMPORTANT;
}
.faq_inner{
    width: 90%;
    margin: 0px auto;
}
.tab_header{
    width:100%;
    height: auto;
    background-color: #F4E8D2;
    border-radius: 8px 8px 0 0;
    color: #07201C;
    padding: 10px 20px;
    margin: 10px 0 0 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.accordion-icon i{
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    float: right;
    cursor: pointer;
    color: #07201C !important;
}
.tab_header.active .accordion-icon i {
    transform: rotate(180deg);
}
.tab_body{
    width:100%;
    height: auto;
    color: #07201C;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 0px 25px;
    word-spacing: 10px;
    transition: max-height 0.5s cubic-bezier(0.33, 1, 0.68, 1) !important;
        max-height: 0;
        overflow: hidden;
        opacity: 1 !important;
}
.tab_body.active {
    opacity: 1;
      max-height: 500px;
}

@keyframes fadeContent {
    0% { opacity: 0; transform: translateY(-5px); }
    100% { opacity: 1; transform: translateY(0); }
}


/*FAQ END*/
/*FOOTER STARTS*/
/* Base styles (mobile first) */
footer {
    width: 100%;
    height: auto;
    color: #fff;
    background-color: #07201C;
    padding: 30px 0px 0px;
    box-sizing: border-box;
    overflow-x: hidden;
}

footer p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
}

/* Footer inner container */
.footer_inner {
    width: 100%;
    display: flex;
    flex-direction: column; /* Stack on mobile */
    padding: 0 20px 40px 20px; /* Smaller padding on mobile */
    gap: 30px; /* Space between stacked items */
    box-sizing: border-box;
}

.footer_lists {
    flex: 1;
    width: 100%; /* Full width on mobile */
    text-align: center; /* Center text on mobile */
}

/* Footer list headings */
.footer_lists h3,
.footer_lists h4 {
    color: #D5B173;
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}

/* Optional underline for headings */
.footer_lists h3::after,
.footer_lists h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #D5B173;
}

/* Footer lists styling */
.footer_lists ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_lists li {
    margin-bottom: 10px;
}

.footer_lists a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    display: inline-block;
    padding: 5px 0;
}

.footer_lists a:hover {
    color: #D5B173;
}

/* Lower footer */
.lowerfooter {
    width: 100%;
    height: auto;
    padding: 20px 20px;
    color: #fff;
    background-color: #07201C;
    text-align: center;
    font-size: 13px; /* Smaller on mobile */
    box-sizing: border-box;
    border-top: 1px solid rgba(213, 177, 115, 0.2); /* Subtle separator */
}

/* Tablet styles (min-width: 600px) */
@media screen and (min-width: 600px) {
    footer {
        padding: 40px 0px 0px;
    }

    .footer_inner {
        padding: 0 30px 50px 30px;
        gap: 25px;
    }

    .footer_lists h3,
    .footer_lists h4 {
        font-size: 18px;
    }

    .footer_lists a {
        font-size: 14px;
    }

    .lowerfooter {
        padding: 20px 30px;
        font-size: 14px;
    }
}

/* Tablet landscape / small laptop (min-width: 768px) */
@media screen and (min-width: 768px) {
    .footer_inner {
        flex-direction: row; /* Side by side */
        flex-wrap: wrap; /* Allow wrapping if needed */
        padding: 0 40px 50px 40px;
        gap: 30px;
    }

    .footer_lists {
        flex: 1 1 200px; /* Grow and shrink with base of 200px */
        width: auto;
        text-align: left; /* Left align on larger screens */
    }

    .footer_lists h3::after,
    .footer_lists h4::after {
        left: 0;
        transform: none; /* Left align underline */
    }
}

/* Desktop styles (min-width: 1024px) */
@media screen and (min-width: 1024px) {
    footer {
        padding: 50px 10% 0 6%;
    }
    .footer_inner {
        padding: 0 60px 60px 60px;
        gap: 40px;
        max-width: 1400px;
        margin: 0 auto; /* Center the content */
    }
    .hero-actions{
        display: flex;
    }
    .btn-filled{
        flex:1;
    }

    .btn-outlines{
        flex:1;
    }

    .footer_lists:first-child {
        flex: 2;
    }
    .footer_lists:last-child {
        flex: 2;
    }

    .footer_lists {
        flex: 1;
    }

    .footer_lists h3,
    .footer_lists h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .footer_lists a {
        font-size: 15px;
        padding: 5px 0;
    }
.top-header-right{
    right: 150px !IMPORTANT;
}
    .lowerfooter {
        padding: 20px 60px;
        font-size: 14px;
    }
   
    .header-tab{
        padding: 0px 340px 12px 60px;
    }
}

/* Large desktop (min-width: 1440px) */
@media screen and (min-width: 1440px) {
    .footer_inner {
        padding: 0 100px 70px 100px;
        gap: 50px;
    }

    .lowerfooter {
        padding: 25px 100px;
    }
}

/* If you have 4 columns, this will work well on medium screens */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .footer_lists {
        flex: 1 1 220px; /* Allow 4 columns to fit */
    }
}

/* Very small devices (max-width: 359px) */
@media screen and (max-width: 359px) {
    footer p {
        font-size: 13px;
        margin-top: 15px;
    }

    .footer_inner {
        padding: 0 15px 30px 15px;
        gap: 25px;
    }

    .footer_lists h3,
    .footer_lists h4 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .footer_lists a {
        font-size: 13px;
    }

    .lowerfooter {
        padding: 15px;
        font-size: 12px;
    }
}

/* Landscape mode on mobile */
@media screen and (max-width: 767px) and (orientation: landscape) {
    .footer_inner {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }

    .footer_lists {
        flex: 1 1 200px;
        text-align: left;
    }

    .footer_lists h3::after,
    .footer_lists h4::after {
        left: 0;
        transform: none;
    }
}

/* Optional: Add social icons styling if you have them */
.footer_social {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .footer_social {
        justify-content: flex-start;
    }
}

.footer_social a {
    color: #fff;
    font-size: 20px;
    transition: color 0.3s ease;
}

.footer_social a:hover {
    color: #D5B173;
}

/* Optional: Newsletter form in footer */
.footer_newsletter {
    width: 100%;
    margin-top: 10px;
}

.footer_newsletter input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #D5B173;
    background-color: transparent;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.footer_newsletter button {
    width: 100%;
    padding: 10px;
    background-color: #D5B173;
    color: #07201C;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.footer_newsletter button:hover {
    background-color: #c4a05c;
}

/* Ensure images in footer are responsive */
.footer_lists img {
    max-width: 130px;
    border-radius:10px;
    height: auto;
}

/* Copyright text styling */
.lowerfooter p {
    margin: 5px 0;
    font-size: inherit;
}

/* Fix for any floating elements */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
/*FOOTER ENDS*/
/* Medium Tablets (iPad Air, Surface Pro 7, etc.) */
@media (min-width: 768px) and (max-width: 912px) {
    .top-header {
        height: auto;
        min-height: 45px;
    }
    
    .header-tab {
        padding: 0px 200px 12px 20px;
    }
    
    .header-tab p {
        left: 40px;
        font-size: 12px;
    }
    
    .top-header-right {
        right: 30px;
        top: 70px;
    }

    
    .top-header-right p {
        font-size: 13px;
    }
    
    .main-header {
        padding: 15px 9%;
    }
    
    .hero-wrapper {
        padding: 60px 0 80px 0;
    }
    
    .hero-text h1 {
        font-size: 32px;
    }
    
    .hero-form-box {
        width: 340px;
        padding: 30px;
    }
}

/* Specific Surface Pro 7 adjustments if needed */
@media (min-width: 900px) and (max-width: 912px) {
    .header-tab {
        padding: 0px 220px 12px 20px;
    }
    
    .hero-text h1 {
        font-size: 34px;
    }
    
    .hero-form-box {
        width: 360px;
    }
}/* iPad Air Landscape */
@media (min-width: 1180px) and (max-width: 1180px) and (orientation: landscape) {
    /* Landscape specific styles */
    .hero-wrapper {
        padding: 60px 8% 80px 8%;
    }
}
/* Small tablets (600px to 768px) */
@media (min-width: 600px) and (max-width: 768px) {
    /* Top Header */
    .top-header {
        height: auto;
        min-height: 45px;
    }
    
    .header-tab {
        padding: 0px 200px 12px 20px;
    }
    
    .header-tab p {
        left: 40px;
        font-size: 12px;
    }
    
    .top-header-right {
        right: 30px;
        top: 25px;
    }
    
    .top-header-right p {
        font-size: 13px;
    }
    
    /* Navigation */
    .main-header {
        padding: 15px 5%;
        margin-top: 35px;
    }
    
    .logo {
        font-size: 24px;
    }
    
   
    .scan-btn {
        padding: 8px 18px;
        font-size: 13px;
    }
    
    /* Hero Section */
    .hero-wrapper {
        padding: 50px 5% 70px 5%;
    }
    
    .container {
        flex-direction: column-reverse;
        align-items: center;
        gap: 40px;
    }
    
    .hero-text {
        max-width: 100%;
        text-align: center;
    }
    
    .hero-text h1 {
        font-size: 32px;
    }
    
    .hero-text h1 br {
        display: none;
    }
    
    .hero-text p {
        font-size: 15px;
        max-width: 500px;
        margin: 0 auto 25px;
    }
    
    .hero-actions {
        justify-content: center;
        display: flex;
        gap: 15px;
    }
    
    .btn {
        margin-right: 0;
        padding: 10px 25px;
        font-size: 14px;
    }
    
    .hero-form-box {
        width: 100%;
        max-width: 500px;
        margin-top: 0;
        padding: 30px;
    }
    
    .hero-form-box h2 {
        font-size: 18px;
        text-align: center;
    }
    
    .hero-form-box h2 span {
        display: inline;
        margin-left: 5px;
    }
}
/*body .nav-menu.active,*/
/*header .nav-menu.active {*/
/*    left: 0;*/
/*}*/
/* Mobile screens */
@media (max-width: 768px) {
    /*TOP HEADER STARTS*/
    .top-header {
        height: auto;
        min-height: 40px;
        padding: 20px 0;
        display: flex;
        align-items: center;
    }
    .faq_inner{
        width:100%;
    }
    
    /* Logo - Left side, adjustable */
    .logo {
        position: absolute;
        top: 10px;
        left: 5%;  /* Percentage use kiya for responsiveness */
        width: auto;
        max-width: 90%;  /* Maximum width */
        z-index: 10000;
        background: transparent;
        padding: 8px 15px;
        border-radius: 30px;
        /*box-shadow: 0 3px 10px rgba(0,0,0,0.1);*/
        font-size: clamp(18px, 5vw, 24px);  /* Responsive font size */
        white-space: nowrap;
    }
    
    /* Logo image agar hai to */
    .logo img {
        height: clamp(30px, 6vw, 40px) !IMPORTANT;  /* Responsive image height */
        width: auto;
        margin-right: 8px;
        position: relative;
        top: 10px !IMPORTANT;
        border-radius: 6px !IMPORTANT;
    }
    
    /* Header tab hide */
    .header-tab {
        display: none;
    }
    
    /* Top header right - Full width, centered */
    .top-header-right {
        position: absolute;
        right: 0;
        top: 50px;
        transform: none;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        background-color: #F4E8D0 !important;
        padding: 5px 15px;
        margin: 0;
        gap: clamp(5px, 2vw, 10px);
    }    
    .top-header-right p {
        font-size: clamp(11px, 3.5vw, 14px);  /* Responsive font */
        white-space: nowrap;
       

    }
    
    .top-header-right [class*="fa-"] {
        font-size: clamp(11px, 3.5vw, 14px);
    }

    /* TOP HEADER ENDS*/
    
    
    /* Logo ko thoda neeche karein taki button se overlap na ho */
    .logo {
        position: absolute;
        top: 10px;
        left: 5%;
        z-index: 10000;
        /*background: white;*/
        padding: 8px 15px;
        border-radius: 30px;
        /*box-shadow: 0 3px 10px rgba(0,0,0,0.1);*/
        font-size: clamp(18px, 5vw, 24px);
        white-space: nowrap;
    }

    /*MENU SECTION ENDS*/
    /*HEADER SECION STARTS*/
     .hero-wrapper {
        padding: 40px 20px 60px 20px;  /* Reduced padding */
       
    }
    
    .container {
        flex-direction: column-reverse;  
        align-items: center;
        gap: 30px;
    }
    .hero-text {
        max-width: 100%;
        text-align: center;  /* Center text on mobile */
        padding: 0 10px;
    }
    
    .hero-text h1 {
        font-size: 28px;  /* Smaller font */
        line-height: 1.3;
        margin-bottom: 15px;
    }
    
    .hero-text h1 br {
        display: none;  /* Hide line break on mobile */
    }
    
    .hero-text p {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .hero-actions {
        display: flex;
        flex-direction: column;  /* Stack buttons */
        align-items: center;
        gap: 10px;
    }
    
    .btn {
        margin-right: 0;  /* Remove right margin */
        width: 100%;
        max-width: 250px;  /* Max width for buttons */
        padding: 12px 20px;
        font-size: 14px;
    }
    
    /* Hero Form Box */
    .hero-form-box {
        width: 100%;  /* Full width */
        max-width: 450px;  /* But max 450px */
        margin-top: 0;  /* Remove negative margin */
        padding: 25px 20px;
        box-sizing: border-box;
    }
    
    .hero-form-box h2 {
        font-size: 18px;
        text-align: center;
    }
    
    .hero-form-box h2 span {
        display: inline;  /* Inline on mobile */
        margin-left: 5px;
    }
    
    input, textarea {
        padding: 10px;
        font-size: 14px;
    }
    
    .checkbox-area {
        font-size: 10px;
        flex-wrap: wrap;
    }
    
    .submit-btn {
        padding: 12px;
        font-size: 15px;
    }
    /*HEADER SECTIONS ENDS*/
}

/* Small mobile devices (576px and below) */
@media (max-width: 576px) {
    /*HEADER SECTION STARTS*/
    .logo {
        left: 3%;  /* Aur left side */
        padding: 5px 12px;
        font-size: clamp(16px, 4.5vw, 20px);
    }
    .elementor-14 .elementor-element.elementor-element-86c1add .authors{
        padding: 20px 0px !IMPORTANT;
    }
    .elementor-14 .elementor-element.elementor-element-86c1add .authors_headers
    {
        margin: 0px !IMPORTANT;
    }
    .elementor-14 .elementor-element.elementor-element-1b570d3 .footer_form{
        padding: 50px 20px 0px 20px !important;
    }
    .logo img {
        height: clamp(25px, 5vw, 30px);
    }
    
    .top-header-right p {
        font-size: clamp(10px, 3vw, 12px);
    }
    
    .top-header-right {
        margin-top: 20px;
        flex-direction: column;  /* Stack items vertically */
        align-items: center;
        gap: 3px;
    }
    
    /* Separator | ko hide karein */
    .top-header-right p:nth-child(2) {
        display: none;
    }
    /*HEADER SECTIONS ENDS*/
    /*HERO SECTION STARTS*/
    .hero-wrapper {
        padding: 30px 15px 50px 15px;
    }
    
    .hero-text h1 {
        font-size: 24px;  /* Even smaller */
    }
    
    .hero-text p {
        font-size: 13px;
    }
    
    .btn {
        max-width: 300px;
        padding: 10px 15px;
        font-size: 13px;
    }

    .hero-form-box {
        padding: 20px 15px;
    }
    
    .hero-form-box h2 {
        font-size: 16px;
    }
    
    .hero-form-box h2 span {
        display: block;  /* Block on small screens */
        margin-left: 0;
        margin-top: 5px;
    }
    
    input, textarea {
        padding: 8px;
        font-size: 13px;
        margin-bottom: 12px;
    }
    
    .checkbox-area {
        font-size: 9px;
    }
    
    .submit-btn {
        padding: 10px;
        font-size: 14px;
    }

    /*HERO SECTIONS ENDS*/
}

/* Very small devices (375px and below) */
@media (max-width: 375px) {
    .logo {
        left: 2%;
        padding: 4px 10px;
        font-size: clamp(14px, 4vw, 16px);
    }
    
    .logo img {
        height: clamp(20px, 4vw, 25px);
    }
    
    .top-header-right p {
        font-size: clamp(9px, 2.8vw, 11px);
    }
    /*HERO SECTION STARTS*/
    .hero-text h1 {
        font-size: 22px;
    }
    
    .hero-text p {
        font-size: 12px;
    }
    
    .btn {
        max-width: 300px;
        padding: 8px 12px;
    }
    
    .hero-form-box h2 {
        font-size: 15px;
    }
    
    .hero-form-box {
        padding: 15px;
    }
    /*HERO SECTION ENDS*/
}

/* Bottom to Top Bounce Animation */
@keyframes bounceFromBottom {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    40% {
        opacity: 1;
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(10px);
    }
    80% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Class for JavaScript trigger */
.top-header.bounce-animation,
.logo.bounce-animation,
.nav-menu.bounce-animation,
.mobile-menu-btn.bounce-animation {
    animation: bounceFromBottom 1s cubic-bezier(0.2, 0, 0.28, 0.3) forwards !important;
}

/* Make elements focusable but don't show outline */
.top-header,
.logo,
.nav-menu,
.mobile-menu-btn,
.hero-text,
.hero-form-box,
.reader_left,
.reader_right,
.books_left,
.books_right,
.footer-form-box,
.footer_form_text {
    outline: none;
    cursor: pointer;
}

/* ALL ELEMENTS VISIBLE BY DEFAULT - IMPORTANT */
.top-header,
.logo,
.nav-menu,
.mobile-menu-btn {
    opacity: 1;
    transform: translateY(0);
}

.hero-text,
.hero-form-box,
.reader_left,
.reader_right,
.books_left,
.books_right,
.footer-form-box,
.footer_form_text,
.pentalates_left,
.pentalates_right {
    opacity: 1;
    transform: translateX(0);
}

/* Bounce effect for hero and reader */
@keyframes slideFromLeftBounce {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        transform: translateX(10px);
    }
    80% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideFromRightBounce {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        transform: translateX(-10px);
    }
    80% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Animation classes - these add the bounce effect without hiding */
.hero-text.animate-bounce {
    animation: slideFromLeftBounce 0.8s cubic-bezier(0.42, 0, 0.28, 1.5);
}

.hero-form-box.animate-bounce {
    animation: slideFromRightBounce 0.8s cubic-bezier(0.42, 0, 0.28, 1.5);
}

.reader_left.animate-bounce {
    animation: slideFromLeftBounce 0.8s cubic-bezier(0.42, 0, 0.28, 1.5);
}

.reader_right.animate-bounce {
    animation: slideFromRightBounce 0.8s cubic-bezier(0.42, 0, 0.28, 1.5);
}

.books_left.animate-bounce {
    animation: slideFromLeftBounce 0.8s cubic-bezier(0.42, 0, 0.28, 1.5);
}

.books_right.animate-bounce {
    animation: slideFromRightBounce 0.8s cubic-bezier(0.42, 0, 0.28, 1.5);
}

.footer-form-box.animate-bounce {
    animation: slideFromLeftBounce 0.8s cubic-bezier(0.42, 0, 0.28, 1.5);
}
.footer_form_text.animate-bounce {
    animation: slideFromLeftBounce 0.8s cubic-bezier(0.42, 0, 0.28, 1.5);
}
.pentalates_left.animate-bounce {
    animation: slideFromLeftBounce 0.8s cubic-bezier(0.42, 0, 0.28, 1.5);
}
.pentalates_right.animate-bounce {
    animation: slideFromLeftBounce 0.8s cubic-bezier(0.42, 0, 0.28, 1.5);
}
/* Remove forwards so they don't override visibility */
.hero-text.animate-bounce,
.hero-form-box.animate-bounce,
.reader_left.animate-bounce,
.reader_right.animate-bounce,
.books_left.animate-bounce,
.books_right.animate-bounce,
.footer-form-box.animate-bounce,
.footer-form-box.animate-bounce,
.pentalates_left.animate-bounce,
 .pentalates_right.animate-bounce{
    animation-fill-mode: none; /* Don't keep final state */
}

/* Bottom to Top Animation for Buttons */
@keyframes moveBottomToTop {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-filled,
.btn-outlines {
    animation: moveBottomToTop 0.8s ease-out forwards !important;
}

/* Staggered animation for multiple buttons */
.btn-filled {
    animation-delay: 0.2s !important;
}

.btn-outlines {
    animation-delay: 0.4s !important;
}

/* Hover effect to enhance */
.btn-filled:hover,
.btn-outlines:hover {
    transform: translateY(-3px);
    transition: transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}


.things_row1_cards {
    flex: 1;
    background-color: #fff;
    box-shadow: 0 35px 45px -20px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    transition: all 0.3s ease;
    display: flex;
    padding: 20px;
    gap: 20px;
    cursor: pointer;
}

.things_row1_cards:hover {
    transform: scale(1.05); /* 5% bada */
    box-shadow: 0 45px 55px -20px rgba(0, 0, 0, 0.6);
    z-index: 10;
}
.scan-btn:hover,
.btn-filled:hover,
.btn-outlines:hover,
.submit-btn:hover {
    transform: scale(1.05); /* 5% bada */
    box-shadow: 0 45px 55px -20px rgba(0, 0, 0, 0.6);
    z-index: 10;
}





/* Technical Carousel Styles */

.technicals-card:hover {
    transform: translateY(-5px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.authors_sliders_cards:hover {
    transform: scale(1.02) !important;
    box-shadow: 0 45px 55px -20px rgba(0, 0, 0, 0.6);
    z-index: 10;
}
.technicals_dots {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
    border: 1px solid #042119;
    cursor: pointer;
    transition: all 0.3s ease;
}

.technicals_dots.active {
    background-color: #042119;
    transform: scale(1.2);
}

/* Responsive */
@media (max-width: 992px) {
    .technicals-card {
        flex: 0 0 calc(50% - 10px); /* Show 2 cards on tablet */
    }
}

@media (max-width: 576px) {
    .technicals-card {
        flex: 0 0 100%; /* Show 1 card on mobile */
    }
}


/* Mobile par animations band */
@media (max-width: 768px) {
    .elementor-14 .elementor-element.elementor-element-7f4c4dc .readers .reader_right{
        text-align:center !IMPORTANT;
    }
    .elementor-14 .elementor-element.elementor-element-4290005 .books_right{
        width:100% !IMPORTANT;
    }
    .elementor-14 .elementor-element.elementor-element-4290005 .books_left{
        width: 100% !IMPORTANT;
        text-align: center !IMPORTANT;
    }
    .footer_lists {
        width: 100% !IMPORTANT;
        flex: none !IMPORTANT;
    }
    .footer_lists:nth-child(2),
    .footer_lists:nth-child(3)
    {
        text-align: left !IMPORTANT;   
    }
    .elementor-14 .elementor-element.elementor-element-dd3a2c6 .footer_form{
        padding: 50px 20px 0px 20px !IMPORTANT;
    }
    .elementor-14 .elementor-element.elementor-element-2c3c2ab .publishings_left{
        width: 100% !IMPORTANT;
    }
    .elementor-14 .elementor-element.elementor-element-2c3c2ab .publishings_right {
        width: 100% !IMPORTANT;
    }
    .elementor-14 .elementor-element.elementor-element-2963be0 .things_row1_cards{
        align-content: center;
        align-items: center;
    }
    .elementor-14 .elementor-element.elementor-element-2963be0 .things_row1,
    .elementor-14 .elementor-element.elementor-element-2963be0 .things_row2{
        display: flex !IMPORTANT;
    }
    .top-header.bounce-animation,
    .logo.bounce-animation,
    .nav-menu.bounce-animation,
    .mobile-menu-btn.bounce-animation,
    .hero-text.animate-bounce,
    .hero-form-box.animate-bounce,
    .reader_left.animate-bounce,
    .reader_right.animate-bounce,
    .books_left.animate-bounce,
    .books_right.animate-bounce,
    .footer-form-box.animate-bounce,
    .footer_form_text.animate-bounce,
    .pentalates_left.animate-bounce,
    .pentalates_right.animate-bounce,
    .btn-bottom-to-top {
        animation: none !important;
        transform: none !important;
        transition: none !important;
    }
    
    /* Hover effects bhi mobile par band */
    .things_row1_cards:hover,
    .scan-btn:hover,
    .btn-filled:hover,
    .btn-outlines:hover,
    .submit-btn:hover,
    .technicals-card:hover,
    .authors_sliders_cards:hover {
        transform: none !important;
        box-shadow: none !important;
    }
}

.elementor-655 .elementor-element.elementor-element-3dfff51 .hero-service-wrapper{
    padding: 80px 10% 50px 10% !IMPORTANT;
}
.elementor-655 .elementor-element.elementor-element-ea25d40 .authors{
    padding: 80px 10% 50px 10% !IMPORTANT;
}
/*Signup Today  Starts*/
    .signup-today{
        width:100%;
        height: auto;
        display: flex;
        padding: 20px 10% 50px 10%;
    }
    .sign_up_inner{
        background-color: #fff;
        display: flex;
    }
    /* .signup_left{
        flex:1;
        border: 1px solid #000;
        padding:60px 0% 60px 5% !important;
    } */
    .signup_left {
        flex:1;
        display: flex;
        flex-direction: column;
        align-items: flex-end; 
        padding: 30px 20px 30px 0;
        width: 100%;
    }
    .signup_right h1 {
        text-align: left;
        font-weight: 600;

    }
    .signup_divider{
        width:3px; background-color: #0d5f48;
        height: 100%;
        width: 3px;
        background-color: #0d5f48;
        height: 80%; /* 100% - (10% top + 10% bottom) */
        align-self: center; 
        margin: 0 auto; 

    }
    .signup_right{
        flex:1;
        padding: 30px;
        justify-content: center;
        align-items: center;
        margin-top: auto;
        margin-bottom: auto;
        text-align: left !important;
    }
/*Signup Today  Ends*/

.elementor-702 .elementor-element.elementor-element-57d7587 .hero-service-wrapper{
    padding: 80px 10% 50px 10% !IMPORTANT;
}

.elementor-702 .elementor-element.elementor-element-e3da806 .authors {
    padding: 80px 10% 60px 10% !IMPORTANT;
}