@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Lato' !important;
    background-color: #fff;
}

a {
    text-decoration: none !important;
    color: #29363F !important;
}

.navbar {
    background-color: #F4FBFF;
    position: sticky !important;
    top: 0px;
    z-index: 12;
}

.navbar .navbarWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 75px;
}

@media screen and (max-width: 575px) {
    .navbar .navbarWrapper {
        height: 62px;
    }
}

.logo {
    width: auto;
    height: 50px;
}

.navbar .menuListWrapper {
    display: flex;
    padding: 0px;
    margin: 0;
}

.navbar .listItems {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0px;
    gap: 34px;
    margin: 0px;
}

.navbar ul li {
    list-style: none;
    cursor: pointer;
}

.navbar ul li a {
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary-color1);
    text-decoration: none;
}

.navbar .dropdown-toggle {
    background-color: transparent !important;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary-color1);
    text-decoration: none;
}

.navbar .dropdown-toggle:focus {
    background-color: transparent !important;
    border: none;
    box-shadow: none;
}

.navbar hr {
    margin: 0px !important;
    padding: 0;
}

.navbar .hamburg {
    display: none;
    font-size: 30px;
}

.navbar .hamburg i {
    font-size: 22px;
}

.navbar .loginBtnsWrapper {
    display: flex;
    gap: 20px;
}


.commonBtn {
    background-color: var(--primary-color);
    color: white !important;
    border: none;
    padding: 12px 30px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 12px;
    transition: background-color 0.3s;
}

.commonBtn-reset {
    background-color: #6c757d;
    color: white !important;
    border: none;
    padding: 12px 30px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 12px;
    transition: background-color 0.3s;
    margin-right: 1rem;
}
.button-potision {
    display: flex;
    justify-content: flex-end;
}

@media screen and (min-width: 1200px) and (max-width:1399px) {
    .commonBtn {
        padding: 8px 12px;
    }

    .navbar .listItems {
        gap: 28px;
    }
}

.offcanvas {
    width: 70% !important;
}

@media screen and (max-width: 1199px) {

    .navbar .listItems,
    .navbar .loginBtnsWrapper {
        display: none;
    }

    .navbar .hamburg {
        display: block;
    }

    .navbar .offcanvas .listItems {
        display: block;
        margin-top: -16px;
    }

    .navbar .offcanvas .listItems li {
        margin: 20px 0px;
    }

    .navbar .dropdownListItem {
        margin: 0px !important;
    }

    .navbar .navLogo img {
        width: auto;
        height: 50px;
    }

    .mySwiper .swiperImage {
        height: 400px;
    }

}

/* navbar end here  */

.heroSection {
    background-color: #F4FBFF;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 50px 0px;
}

.heroSection .linesBg {
    background: url('../../landing_page_images/heroLines.png');
    background-size: 108% 100%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
    .heroSection .linesBg {
        background: transparent;
    }
}

.heroSection .colorBg {
    background-color: #f4fbffde;
}

.heroSection .heroImg {
    position: relative;
}


@media screen and (max-width: 1199px) {
    .heroSection .col-lg-6 {
        width: 100%;
    }
}

.heroSection .heroImg img {
    width: 88%;
    display: block;
    margin: auto;
}

@media screen and (min-width:1200px) and (max-width: 1399px) {
    .heroSection .heroImg img {
        width: 100%;
    }
}

.commonMT {
    margin-top: 96px;
}

.flex_column_start {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 16px;
    text-align: start;
    padding-top: 120px;
}

.commonTag {
    
    color: var(--secondary-color1);
    padding: 8px;
    border-radius: 4px;
    width: max-content;
}

.commonTitle {
    font-weight: 700;
    color: var(--secondary-color);
}

@media screen and (max-width: 1199px) {
    .heroSection {
        padding: 30px;
    }

    .flex_column_start {
        padding-top: 0px;
    }


}

@media screen and (max-width: 767px) {
    .commonTitle {
        font-size: 30px;
    }

    .commonMT {
        margin-top: 30px;
    }
}

.commonDesc {
    font-size: 45px;
    font-weight: 700;
    color: #000000;
}

.commonText {
    color: #898989;
    font-size: 18px;
    font-weight: 700;
}

@media screen and (max-width: 575px) {

    .heroSection {
        padding: 30px 0px;
    }

    .commonTag {
        font-size: 14px;
        padding: 6px;
    }

    .commonTitle {
        font-size: 24px;
    }

    .commonSpan {
        font-size: 14px;
    }

    .commonDesc {
        font-size: 22px;
    }

    .commonText {
        font-size: 16px;
    }
}

.heroSection .topRated {
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: absolute;
    left: 118px;
    bottom: 76px;
    padding: 12px;
    border: none;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.heroSection .textWrapper {
    box-shadow: 0px 0px 28px 0px #00000040;
    padding: 6px 18px;
    border-radius: 15px;
    position: absolute;
    top: 182px;
    left: auto;
    right: 0px;
    z-index: 1;
    background: white;
    width: 330px;
    animation: textBox alternate-reverse 3s infinite;
}

.heroSection .textWrapper span {
    color: #000;
    font-weight: 700;
}

.heroSection .textWrapper span span {
    color: var(--primary-color);
}

@keyframes textBox {
    0% {
        top: 175px;
    }

    50% {
        top: 190px;
    }

    100% {
        top: 182px;
    }

}

.heroSection .topRated img {
    width: 56px;
}

.heroSection .topRated div:first-child {
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 88px;
    width: 88px;
    text-align: center;
    display: flex;
}

.heroSection .topRated span {
    display: block;
    width: 120px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

@media screen and (min-width:992px) and (max-width: 1199px) {
    .heroSection .heroImg img {
        width: 55%;
    }

    .heroSection .topRated {
        left: 280px;
    }

    .heroSection .textWrapper {
        right: 138px;
    }
}

@media screen and (max-width: 767px) {

    .heroSection .heroImg img {
        margin-top: 50px;
    }

    .heroSection .topRated,
    .heroSection .textWrapper {
        display: none;
    }
}

/* ========================================
   ENHANCED HERO SECTION (Dark Theme)
   ======================================== */

.heroSection.enhanced-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%) !important;
    position: relative;
    overflow: hidden;
    padding: 80px 0 100px !important;
    min-height: 600px;
}

/* Dotted World Map Background */
.hero-map-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.hero-map-bg .map-dots {
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translateY(-50%);
    width: 75%;
    height: 100%;
    background-image: 
        radial-gradient(circle, #3b82f6 1.5px, transparent 1.5px),
        radial-gradient(circle, #3b82f6 1px, transparent 1px);
    background-size: 18px 18px, 36px 36px;
    background-position: 0 0, 9px 9px;
    opacity: 0.35;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 500'%3E%3Cpath fill='white' d='M200,100 Q250,50 350,80 T500,70 T650,90 T800,60 L850,150 Q800,200 750,180 T600,220 T450,200 T300,230 T200,180 Z M150,250 Q200,220 280,260 T450,240 T600,280 T750,250 T850,300 L800,380 Q700,350 600,380 T400,360 T250,390 T150,350 Z'/%3E%3C/svg%3E");
    mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 500'%3E%3Cpath fill='white' d='M200,100 Q250,50 350,80 T500,70 T650,90 T800,60 L850,150 Q800,200 750,180 T600,220 T450,200 T300,230 T200,180 Z M150,250 Q200,220 280,260 T450,240 T600,280 T750,250 T850,300 L800,380 Q700,350 600,380 T400,360 T250,390 T150,350 Z'/%3E%3C/svg%3E");
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
}

/* Glowing Location Markers */
.hero-map-bg .map-glow {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fbbf24;
    border-radius: 50%;
    box-shadow: 
        0 0 20px 8px rgba(251, 191, 36, 0.4),
        0 0 40px 16px rgba(251, 191, 36, 0.2);
    animation: glowPulse 2s ease-in-out infinite;
}

.hero-map-bg .map-glow-1 {
    top: 35%;
    right: 25%;
    animation-delay: 0s;
}

.hero-map-bg .map-glow-2 {
    top: 55%;
    right: 18%;
    animation-delay: 0.5s;
}

.hero-map-bg .map-glow-3 {
    top: 45%;
    right: 35%;
    animation-delay: 1s;
}

@keyframes glowPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.7;
    }
}

/* Hero Content */
.hero-content-wrapper {
    position: relative;
    z-index: 10;
}

.hero-text-content {
    padding-right: 40px;
}

/* Hero Badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(59, 130, 246, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.3);
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    color: #60a5fa;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.hero-badge i {
    font-size: 14px;
}

/* Main Title */
.hero-main-title {
    margin-bottom: 24px;
}

.hero-highlight {
    display: block;
    font-size: 54px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 12px;
    font-style: italic;
}

.hero-subtitle-text {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #94a3b8;
    line-height: 1.2;
}

/* Description */
.hero-description {
    font-size: 17px;
    color: #94a3b8;
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 520px;
}

/* CTA Buttons */
.hero-cta-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
}

.hero-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-cta-btn.primary {
    background: linear-gradient(135deg, #d4a843 0%, #c49a3a 100%);
    color: #0f172a !important;
    box-shadow: 0 8px 30px rgba(212, 168, 67, 0.3);
}

.hero-cta-btn.primary:hover {
    background: linear-gradient(135deg, #e0b44d 0%, #d4a843 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(212, 168, 67, 0.4);
}

.hero-cta-btn.secondary {
    background: transparent;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.hero-cta-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
}

.hero-cta-btn i {
    font-size: 16px;
}

/* Hero Stats */
.hero-stats {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.stat-label {
    display: block;
    font-size: 13px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
}

/* Hero Visual Column */
.hero-visual-col {
    position: relative;
}

.hero-visual-wrapper {
    position: relative;
    padding: 20px;
}

/* Main Hero Image */
.hero-image-container {
    position: relative;
    z-index: 5;
}

.hero-main-image {
    width: 100%;
    max-width: 520px;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.4);
    display: block;
    margin: 0 auto;
}

/* Floating Cards */
.hero-floating-card {
    position: absolute;
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10;
    animation: floatCard 3s ease-in-out infinite;
}

.hero-floating-card.top-card {
    top: 10%;
    left: -20px;
}

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

.hero-floating-card .card-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.hero-floating-card .card-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-floating-card .card-text {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    max-width: 120px;
}

/* Live Update Card */
.hero-live-card {
    position: absolute;
    bottom: 15%;
    right: 0;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(251, 191, 36, 0.3);
    border-radius: 12px;
    padding: 16px 20px;
    min-width: 240px;
    z-index: 10;
    animation: slideIn 0.5s ease, floatCard 4s ease-in-out 0.5s infinite;
}

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

.live-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    color: #fbbf24;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.live-dot {
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
    animation: livePulse 1.5s ease-in-out infinite;
}

@keyframes livePulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(34, 197, 94, 0);
    }
}

.live-content strong {
    display: block;
    font-size: 15px;
    color: #fff;
    margin-bottom: 2px;
}

.live-content span {
    font-size: 13px;
    color: #64748b;
}

/* Responsive Styles for Enhanced Hero */
@media screen and (max-width: 1199px) {
    .heroSection.enhanced-hero {
        padding: 60px 0 80px !important;
    }
    
    .hero-highlight {
        font-size: 44px;
    }
    
    .hero-subtitle-text {
        font-size: 28px;
    }
    
    .hero-text-content {
        padding-right: 20px;
    }
    
    .hero-floating-card.top-card {
        left: 0;
    }
}

@media screen and (max-width: 991px) {
    .heroSection.enhanced-hero {
        padding: 50px 0 60px !important;
        min-height: auto;
    }
    
    .hero-map-bg .map-dots {
        opacity: 0.15;
        width: 100%;
        right: -20%;
    }
    
    .hero-text-content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 50px;
    }
    
    .hero-badge {
        margin: 0 auto 24px;
    }
    
    .hero-highlight {
        font-size: 40px;
    }
    
    .hero-subtitle-text {
        font-size: 26px;
    }
    
    .hero-description {
        margin: 0 auto 32px;
    }
    
    .hero-cta-wrapper {
        justify-content: center;
    }
    
    .hero-stats {
        justify-content: center;
    }
    
    .hero-visual-wrapper {
        max-width: 450px;
        margin: 0 auto;
    }
    
    .hero-floating-card.top-card {
        left: 10px;
        top: 5%;
    }
    
    .hero-live-card {
        right: 10px;
        bottom: 10%;
    }
}

@media screen and (max-width: 767px) {
    .heroSection.enhanced-hero {
        padding: 40px 0 50px !important;
    }
    
    .hero-highlight {
        font-size: 32px;
    }
    
    .hero-subtitle-text {
        font-size: 22px;
    }
    
    .hero-description {
        font-size: 15px;
    }
    
    .hero-cta-btn {
        padding: 14px 24px;
        font-size: 13px;
    }
    
    .hero-stats {
        flex-wrap: wrap;
        gap: 16px;
    }
    
    .stat-number {
        font-size: 26px;
    }
    
    .stat-label {
        font-size: 11px;
    }
    
    .stat-divider {
        display: none;
    }
    
    .hero-floating-card,
    .hero-live-card {
        display: none;
    }
    
    .hero-main-image {
        border-radius: 12px;
    }
}

@media screen and (max-width: 575px) {
    .hero-highlight {
        font-size: 28px;
    }
    
    .hero-subtitle-text {
        font-size: 18px;
    }
    
    .hero-cta-wrapper {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-cta-btn {
        width: 100%;
        justify-content: center;
    }
    
    .hero-stats {
        padding: 20px 0;
    }
    
    .stat-item {
        flex: 1;
    }
}

/* heroSection ends here  */

.sectionTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 12px;
}

.sectionTitle::before {
    content: '';
    position: absolute;
    bottom: -15px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: var(--primary-color);
    z-index: 1;
}

.sectionTitle::after {
    content: '';
    position: absolute;
    bottom: -12px;
    width: 50%;
    height: 4px;
    background-color: var(--secondary-color);
    border-radius: 6px;
}

.sectionTitle span {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    width: 60%;
}

@media screen and (max-width: 991px) {
    .sectionTitle span {
        width: 100%;
    }
}

.sectionTitle img {
    width: 30%;
    margin-top: 8px;
}

.features .cardWrapper {
    margin-top: 50px;
    gap: 20px 0px;
}

.features .card {
    border: 1px solid lightgray;
    padding: 12px 24px;
    border-radius: 10px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    position: relative;
    overflow: hidden;
}

.features .card::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 8px;
    background-color: var(--primary-color);
}

.features .card img {
    width: 40px;
}

.features .card span {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.features .cardWrapper .commonBtn {
    display: block;
    margin: auto;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .sectionTitle img {
        width: 60%;
    }
}

@media screen and (max-width: 991px) {
    .sectionTitle img {
        width: 60%;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .features .cardWrapper {
        margin-top: 40px;
    }
}

@media screen and (max-width: 575px) {
    .sectionTitle span {
        font-size: 18px !important;
    }

    .sectionTitle img {
        width: 100%;
    }

    .features .cardWrapper {
        margin-top: 30px;
    }
}

/* ========================================
   ENHANCED FEATURES SECTION
   ======================================== */

.enhanced-features {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    padding: 80px 0 !important;
    margin-top: 0 !important;
    position: relative;
    overflow: hidden;
}

.enhanced-features::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 2px 2px, rgba(15, 40, 71, 0.03) 1px, transparent 0);
    background-size: 40px 40px;
    pointer-events: none;
}

.features-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.features-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.2);
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    color: #10b981;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.features-badge i {
    font-size: 12px;
}

.features-title {
    font-size: 40px;
    font-weight: 800;
    color: #1a2b4a;
    margin-bottom: 12px;
    line-height: 1.2;
}

.features-subtitle {
    font-size: 17px;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

/* Features Grid */
.features-grid {
    gap: 24px 0;
}

.feature-col {
    padding: 12px;
}

/* Feature Card */
.feature-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.03);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--icon-color, #3b82f6), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(16, 185, 129, 0.3);
}

.feature-card:hover::before {
    opacity: 1;
}

/* Feature Icon */
.feature-icon-wrapper {
    flex-shrink: 0;
}

.feature-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, 
        color-mix(in srgb, var(--icon-color, #3b82f6) 15%, white),
        color-mix(in srgb, var(--icon-color, #3b82f6) 8%, white)
    );
    border: 1px solid color-mix(in srgb, var(--icon-color, #3b82f6) 20%, transparent);
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, 
        color-mix(in srgb, var(--icon-color, #3b82f6) 25%, white),
        color-mix(in srgb, var(--icon-color, #3b82f6) 15%, white)
    );
}

.feature-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: brightness(0) saturate(100%);
}

/* Color the icons dynamically using CSS filter hack */
.feature-col:nth-child(9n+1) .feature-icon img { filter: invert(40%) sepia(95%) saturate(2000%) hue-rotate(240deg) brightness(90%); }
.feature-col:nth-child(9n+2) .feature-icon img { filter: invert(75%) sepia(60%) saturate(500%) hue-rotate(5deg) brightness(100%); }
.feature-col:nth-child(9n+3) .feature-icon img { filter: invert(60%) sepia(70%) saturate(500%) hue-rotate(115deg) brightness(90%); }
.feature-col:nth-child(9n+4) .feature-icon img { filter: invert(55%) sepia(80%) saturate(1500%) hue-rotate(360deg) brightness(100%); }
.feature-col:nth-child(9n+5) .feature-icon img { filter: invert(45%) sepia(95%) saturate(1000%) hue-rotate(200deg) brightness(95%); }
.feature-col:nth-child(9n+6) .feature-icon img { filter: invert(50%) sepia(85%) saturate(2000%) hue-rotate(310deg) brightness(95%); }
.feature-col:nth-child(9n+7) .feature-icon img { filter: invert(55%) sepia(70%) saturate(600%) hue-rotate(130deg) brightness(90%); }
.feature-col:nth-child(9n+8) .feature-icon img { filter: invert(45%) sepia(90%) saturate(2000%) hue-rotate(340deg) brightness(95%); }
.feature-col:nth-child(9n+9) .feature-icon img { filter: invert(45%) sepia(75%) saturate(1500%) hue-rotate(215deg) brightness(95%); }

/* Feature Content */
.feature-content {
    flex: 1;
}

.feature-name {
    font-size: 18px;
    font-weight: 700;
    color: #1a2b4a;
    margin-bottom: 8px;
    line-height: 1.3;
}

.feature-description {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* Features CTA */
.features-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.features-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #1a2b4a;
    background: transparent;
    color: #1a2b4a;
}

.features-btn:hover {
    border-color: #1a2b4a;
    background: #1a2b4a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(26, 43, 74, 0.2);
}

.features-btn.primary {
    background: linear-gradient(135deg, #d4a843 0%, #c49a3a 100%);
    border: none;
    color: #fff;
}

.features-btn.primary:hover {
    background: linear-gradient(135deg, #c49a3a 0%, #b08a32 100%);
    color: #fff;
    box-shadow: 0 8px 25px rgba(212, 168, 67, 0.35);
}

.features-btn i {
    font-size: 16px;
}

/* Responsive Features */
@media screen and (max-width: 991px) {
    .enhanced-features {
        padding: 60px 0 !important;
    }
    
    .features-title {
        font-size: 32px;
    }
    
    .features-header {
        margin-bottom: 40px;
    }
    
    .feature-card {
        padding: 24px 20px;
    }
}

@media screen and (max-width: 767px) {
    .enhanced-features {
        padding: 50px 0 !important;
    }
    
    .features-title {
        font-size: 28px;
    }
    
    .features-subtitle {
        font-size: 15px;
    }
    
    .feature-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .feature-icon {
        width: 64px;
        height: 64px;
    }
    
    .feature-icon img {
        width: 32px;
        height: 32px;
    }
    
    .features-cta {
        flex-direction: column;
        gap: 12px;
    }
    
    .features-btn {
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 575px) {
    .features-title {
        font-size: 24px;
    }
    
    .feature-name {
        font-size: 17px;
    }
    
    .feature-description {
        font-size: 13px;
    }
}

/* features ends here  */

.swiperSect .card {
    border: none;
}

.swiperSect .card .normalImg {
    filter: grayscale(100);
}

.swiperSect .card:hover .normalImg {
    filter: grayscale(0);
}

.swiperSect .card img{
    width: 100%;
    height: 100px;
    object-fit: contain;
}

/* swiperSect ends here  */

.counterSect .counterBG {
    background-image: url('../../landing_page_images/counterBG.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 26px;
    gap: 20px 0px;
}

.counterSect .card {
    border: none;
    align-items: center;
    background: transparent;
    justify-content: center;
}

.counterSect .card div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.counterSect .card div:first-child span {
    color: #000000;
    font-size: 50px;
    font-weight: 700;
    animation-duration: 1s;
    animation-delay: 0s;
}


.counterSect .card .text {
    color: #00000080;
    font-size: 26px;
    font-weight: 700;
}

@media screen and (max-width: 575px) {
    .counterSect .card div:first-child span {
        font-size: 30px;
    }

    .counterSect .card .text {
        font-size: 18px;
    }
}

/* couterSect ends here  */

.sectionTitle .greenText {
    color: #05BB6C;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

.tabsContainer {
    margin-top: 50px !important;
    position: relative;
}

.tabsWrapper {
    position: relative;
    max-height: 65vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* width */

.tabsWrapper::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.tabsWrapper::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
.tabsWrapper::-webkit-scrollbar-thumb {
    background: var(--secondary-color1);
    border-radius: 10px;
}

.tabsWrapper::after {
    content: '';
    position: absolute;
    top: 0px;
    left: auto;
    right: -14px;
    width: 4px;
    height: 100%;
    background-color: #dee2e6;
    border-radius: 6px;
}


.tabs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-right: 30px;
    word-wrap: break-word;
}

.tab {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.tab span {
    pointer-events: none;
}

.tab span:first-child {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.tab span:last-child {
    font-size: 16px;
    color: gray;
}

@media screen and (max-width: 575px) {
    .tab span:first-child {
        font-size: 16px;
    }

    .tab span:last-child {
        font-size: 14px;
    }
}

.active span {
    color: var(--secondary-color) !important;
}

.tab:hover {
    background-color: #E5F8F0;
}

.tabs .active {
    background-color: #E5F8F0;
    position: relative;
}

.tabs .active::after {
    content: '';
    position: absolute;
    top: 0px;
    left: auto;
    right: -14px;
    width: 4px;
    height: 100%;
    background-color: var(--primary-color);
    z-index: 1;
    border-radius: 12px;
}

.contentWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-container {
    flex: 1;
    padding: 20px;
}

.content {
    display: none;
}

.content.active {
    display: block;
}


.content img {
    width: 100%;
}


.studyManagement .content img {
    height: 80vh;
    object-fit: contain;
}


@media screen and (max-width: 991px) {
    .content img {
        margin-top: 20px;
    }

    .reverseWrapper {
        flex-direction: column-reverse;
    }

    .studyManagement .content img {
        height: auto;
    }
}

.right-feature-section,
.studyManagement {
    padding: 50px 0px;
    background-color: #F6FFFB;
}

/* adminFeatures ends here  */

/* ========== EXPERTISE SECTION (About Us) ========== */
.expertise-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0f2847 0%, #1a365d 50%, #0f2847 100%);
    position: relative;
    overflow: hidden;
}

.expertise-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 2px 2px, rgba(255, 255, 255, 0.03) 1px, transparent 0);
    background-size: 40px 40px;
    pointer-events: none;
}

.expertise-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.expertise-content {
    padding-right: 20px;
}

.expertise-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #10b981;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.expertise-title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
}

.expertise-description {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 30px;
}

.solutions-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.solutions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.solution-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    transition: all 0.3s ease;
}

.solution-item:hover {
    padding-left: 8px;
}

.solution-item:hover .solution-arrow {
    transform: translateX(5px);
    color: #10b981;
}

.solution-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.solution-icon i {
    font-size: 18px;
    color: #10b981;
}

.solution-text {
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.solution-arrow {
    color: #10b981;
    font-size: 14px;
    transition: transform 0.3s ease;
}

/* Image with decorative shapes */
.expertise-image-wrapper {
    position: relative;
}

.image-container {
    position: relative;
    z-index: 1;
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.geometric-shapes {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.shape {
    position: absolute;
}

.shape-diamond {
    top: -30px;
    right: -20px;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #00c9a7 0%, #00d4aa 100%);
    transform: rotate(45deg);
    border-radius: 8px;
    z-index: 3;
}

.shape-square {
    top: 30px;
    right: -40px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00b4d8 0%, #0096c7 100%);
    border-radius: 6px;
    z-index: 2;
}

.shape-dot {
    top: 120px;
    right: -10px;
    width: 16px;
    height: 16px;
    background: #00c9a7;
    border-radius: 50%;
    z-index: 4;
}

/* Responsive styles for expertise section */
@media screen and (max-width: 991px) {
    .expertise-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .expertise-content {
        padding-right: 0;
        order: 1;
    }
    
    .expertise-image-wrapper {
        order: 0;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .expertise-title {
        font-size: 34px;
    }

    .shape-diamond {
        width: 60px;
        height: 60px;
        top: -20px;
        right: -10px;
    }
    
    .shape-square {
        width: 45px;
        height: 45px;
        top: 20px;
        right: -25px;
    }
}

@media screen and (max-width: 767px) {
    .expertise-section {
        padding: 60px 0;
    }
    
    .solutions-grid {
        grid-template-columns: 1fr;
    }
    
    .expertise-title {
        font-size: 28px;
    }
    
    .expertise-description {
        font-size: 15px;
    }
}

@media screen and (max-width: 575px) {
    .expertise-title {
        font-size: 24px;
    }
    
    .solution-text {
        font-size: 14px;
    }
    
    .geometric-shapes {
        display: none;
    }
}

/* ========== END EXPERTISE SECTION ========== */

/* Legacy whyBest styles - kept for backwards compatibility */
.whyBest .whyBestTextWrapper {
    position: relative;
    overflow: hidden;
}

.whyBest .whyBestTextWrapper::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 4px;
    height: 100%;
    background-color: var(--secondary-color);
}

.whyBest .whyBestTextWrapper p {
    margin: 4px 0px;
    color: #000000;
    margin-left: 18px;
}

.whyBest .whyBestTextWrapper p:first-child {
    font-size: 18px;
    font-weight: 700;
}

.whyBest .whyBestTextWrapper p:last-child {
    font-size: 35px;
    font-weight: 700;
}

.whyBest .whyBestPara {
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    margin: 30px 0px;
    padding-right: 30px;
}

.listWrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.listWrapper span {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
}

.listWrapper span i {
    color: var(--primary-color);
    margin-right: 12px;
}

.whyBest img {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .whyBest img {
        margin-top: 30px;
    }

    .whyBest .whyBestPara {
        padding-right: 0px;
    }
}

@media screen and (max-width: 575px) {
    .whyBest .whyBestTextWrapper p:last-child {
        font-size: 26px;
    }

    .whyBest .whyBestPara {
        font-size: 18px;
    }

    .whyBest .listWrapper span {
        font-size: 18px;
    }
}

/* whyBest ends here  */

/* ========== PRICING COMPARISON TABLE SECTION ========== */
.pricing-table-section {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.pricing-table-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 2px 2px, rgba(15, 40, 71, 0.03) 1px, transparent 0);
    background-size: 40px 40px;
    pointer-events: none;
}

.pricing-table-header {
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}

.pricing-table-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a2b4a;
    margin-bottom: 10px;
}

.pricing-table-subtitle {
    font-size: 16px;
    color: #64748b;
}

.pricing-table-wrapper {
    overflow-x: auto;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    background: #fff;
    position: relative;
    z-index: 1;
}

.pricing-comparison-table {
    width: 100%;
    min-width: 700px;
    display: flex;
    flex-direction: column;
}

/* Scrollable Features Container */
.features-scroll-container {
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #d4a843 #f1f5f9;
}

.features-scroll-container::-webkit-scrollbar {
    width: 8px;
}

.features-scroll-container::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.features-scroll-container::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #d4a843 0%, #c49a3a 100%);
    border-radius: 4px;
}

.features-scroll-container::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #c49a3a 0%, #b38a2a 100%);
}

/* Table Footer Section */
.table-footer-section {
    border-top: 2px solid #e2e8f0;
    background: #fff;
}

/* Table Header Row */
.table-header-row {
    display: flex;
    position: relative;
}

.table-header-row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #1a2b4a, #10b981, #1a2b4a);
    border-radius: 16px 16px 0 0;
}

.table-cell {
    flex: 1;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.services-header {
    background: linear-gradient(135deg, #1a2b4a 0%, #0f2847 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 16px 0 0 0;
    min-width: 180px;
    justify-content: flex-start;
    padding-left: 20px;
}

.package-header {
    color: #fff;
    flex-direction: column;
    gap: 4px;
    padding: 12px 10px;
}

.package-header:last-child {
    border-radius: 0 16px 0 0;
}

.package-icon {
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.package-name {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Body Rows */
.table-body-row {
    display: flex;
    border-bottom: 1px solid #f1f5f9;
}

.table-body-row:last-child {
    border-bottom: none;
}

.row-even {
    background: #fff;
}

.row-odd {
    background: #fafbfc;
}

.feature-name-cell {
    min-width: 180px;
    justify-content: flex-start;
    padding-left: 20px;
    font-size: 13px;
    color: #475569;
    font-weight: 500;
}

.feature-check-cell {
    padding: 12px 15px;
}

.check-mark {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
}

.cross-mark {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #ef4444 0%, #f87171 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
}

/* Pricing Row */
.pricing-row {
    background: #f8fafc;
}

.price-cell {
    flex-direction: column;
    gap: 4px;
    padding: 20px 15px;
}

.price-amount {
    font-size: 24px;
    font-weight: 700;
    color: #1a2b4a;
}

.price-period {
    font-size: 12px;
    color: #64748b;
}

/* Buttons Row */
.buttons-row {
    background: #fff;
    padding: 5px 0 20px;
}

.button-cell {
    padding: 10px 15px;
}

.buy-btn {
    padding: 10px 30px;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.buy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Mobile Cards - Hidden on Desktop */
.pricing-mobile-cards {
    display: none;
}

/* Responsive Styles */
@media screen and (max-width: 991px) {
    .pricing-table-wrapper {
        display: none;
    }
    
    .pricing-mobile-cards {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    
    .mobile-pricing-card {
        background: #fff;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }
    
    .mobile-card-header {
        padding: 25px 20px;
        color: #fff;
        display: flex;
        align-items: center;
        gap: 12px;
    }
    
    .mobile-card-header .package-icon {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    
    .mobile-card-header .package-name {
        font-size: 20px;
        flex: 1;
    }
    
    .mobile-card-header .badge-type {
        background: rgba(255, 255, 255, 0.2);
        padding: 5px 12px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    .mobile-card-price {
        padding: 25px 20px;
        text-align: center;
        border-bottom: 1px solid #f1f5f9;
    }
    
    .mobile-card-price .price {
        display: block;
        font-size: 42px;
        font-weight: 700;
        color: #1a2b4a;
    }
    
    .mobile-card-price .period {
        font-size: 14px;
        color: #64748b;
    }
    
    .mobile-card-features {
        padding: 15px;
        max-height: 200px;
        overflow-y: auto;
    }
    
    .mobile-feature-item {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 8px 0;
        border-bottom: 1px solid #f1f5f9;
    }
    
    .mobile-feature-item:last-child {
        border-bottom: none;
    }
    
    .mobile-feature-item .check-mark,
    .mobile-feature-item .cross-mark {
        width: 24px;
        height: 24px;
        font-size: 12px;
        flex-shrink: 0;
    }
    
    .mobile-feature-item .feature-text {
        font-size: 14px;
        color: #475569;
    }
    
    .mobile-feature-item .feature-text.disabled {
        color: #94a3b8;
        text-decoration: line-through;
    }
    
    .mobile-buy-btn {
        width: calc(100% - 40px);
        margin: 20px;
        padding: 16px;
        border: none;
        border-radius: 8px;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .mobile-buy-btn:hover {
        opacity: 0.9;
    }
}

@media screen and (max-width: 575px) {
    .pricing-table-section {
        padding: 50px 0;
    }
    
    .pricing-table-title {
        font-size: 28px;
    }
    
    .mobile-card-price .price {
        font-size: 36px;
    }
}

/* ========== END PRICING COMPARISON TABLE ========== */

/* Legacy pricing styles - kept for backwards compatibility */
.pricing {
    background-color: #F4FBFF;
    padding: 40px 0px;
}

.pricing .sectionTitle {
    margin-bottom: 30px;
}

.pricing .commonMT {
    margin-top: -35px;
}

.pricing .row {
    margin-top: 50px;
    color: var(--secondary-color);
}

.pricing .pricingBox {
    margin-top: 12px;
    margin-bottom: 50px;
    border: 6px solid var(--secondary-color);
    border-radius: 15px;
    padding: 30px;
    position: relative;
    padding-bottom: 70px;
    transition: all 0.5s;
    width: 98%;
}

.pricing .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.pricing .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 20px;
    height: 20px;
    background: #2C5F8080;
    border-radius: 16px;
}

.pricing .owl-carousel button.owl-dot.active {
    background: var(--secondary-color);
    width: 50px;
}

.rightTickImg {
    width: 30px !important;
    display: inline-block !important;
}

.wrongTickImg {
    width: 22px !important;
    display: inline-block !important;
}

.rightTickImg ,.wrongTickImg{
    margin-right: 12px;
}

.pricing .listWrapper span {
    font-size: 16px;
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid lightgray;
    padding: 12px 0px;
}

.pricing .premium .listWrapper span {
    border-bottom: 1px solid #6c757d54;
}

.pricing .lineThrough {
    text-decoration: line-through;
    opacity: 0.6;
}

.pricing .lineThrough i {
    color: lightcoral;
}

.pricing .pricingBtn {
    background-color: #fff;
    color: var(--secondary-color);
    width: 100%;
    height: 48px;
    border-radius: 50px;
    border: 2px solid var(--secondary-color);
    position: relative;
    bottom: -96px;
    margin: auto;
    display: block;
}

.pricing .premium {
    background-color: #C9DDEB;
    border: none;
    transition: all 0.3s;
}

.pricing .premium .title,
.pricing .premium span {
    color: #000000;
}
    }

    .pricing .textDiv .days {
        font-size: 22px;
    }

    .pricing .pricingBtn {
        bottom: -48px;
    }

    .pricing .premium .pricingBtn {
        bottom: -36px;
    }

    .pricing .listWrapper span {
        font-size: 16px;
    }

    .rightTickImg {
        width: 24px !important;
    }
    
    .wrongTickImg {
        width: 18px !important;
    }
    
    .rightTickImg ,.wrongTickImg{
        margin-right: 8px;
    }
}

/* pricing ends here  */

/* ========== CUSTOM PACKAGE SECTION ========== */
.custom-package-section {
    display: flex;
    position: relative;
    margin: 60px 0;
}

.accent-strip {
    width: 40px;
    background: linear-gradient(180deg, #d4f5e9 0%, #a7e8d0 100%);
    flex-shrink: 0;
}

.custom-package-content {
    flex: 1;
    background: linear-gradient(135deg, #1a3d3d 0%, #0f2e2e 50%, #1a3d3d 100%);
    padding: 40px 50px;
    position: relative;
    overflow: hidden;
}

.custom-package-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background: radial-gradient(ellipse at top right, rgba(167, 232, 208, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.custom-package-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 35px;
}

.header-text .custom-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px 0;
}

.header-text .custom-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    max-width: 400px;
}

.find-out-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.find-out-btn:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
}

.find-out-btn .btn-circle {
    width: 26px;
    height: 26px;
    background: rgba(255, 255, 255, 0.25);
    border: none;
    border-radius: 50%;
    display: inline-block;
}

.custom-steps-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.custom-step {
    flex: 1;
    max-width: 280px;
}

.step-illustration {
    margin-bottom: 20px;
}

.illustration-box {
    width: 120px;
    height: 90px;
    background: linear-gradient(145deg, #3d5a5a 0%, #2a4545 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.illustration-box i {
    font-size: 36px;
    color: #d4f5e9;
    opacity: 0.9;
}

.illustration-box .mini-icon {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 24px;
    height: 24px;
    background: #10b981;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.illustration-box .mini-icon i {
    font-size: 12px;
    color: #fff;
}

.illustration-box.box-center {
    width: 140px;
}

.mini-boxes {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
}

.mini-boxes span {
    width: 30px;
    height: 20px;
    background: linear-gradient(145deg, #5a7a7a 0%, #4a6a6a 100%);
    border-radius: 4px;
    border: 1px solid rgba(212, 245, 233, 0.2);
}

.illustration-box.box-final {
    width: 130px;
    height: 95px;
}

.illustration-box .mini-flag {
    position: absolute;
    top: -12px;
    right: 10px;
}

.illustration-box .mini-flag i {
    font-size: 16px;
    color: #10b981;
}

.step-info .step-number {
    display: block;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: #f5a623;
    margin-bottom: 6px;
}

.step-info .step-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    margin: 0;
}

.step-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-top: 30px;
    flex-shrink: 0;
}

.step-arrow .arrow-text {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    max-width: 100px;
}

.step-arrow i {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
}

/* Responsive Custom Package */
@media screen and (max-width: 991px) {
    .custom-package-content {
        padding: 30px;
    }
    
    .custom-steps-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .step-arrow {
        display: none;
    }
    
    .custom-step {
        max-width: 180px;
        text-align: center;
    }
    
    .illustration-box {
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .accent-strip {
        width: 20px;
    }
    
    .custom-package-header {
        flex-direction: column;
        gap: 20px;
    }
    
    .custom-steps-wrapper {
        flex-direction: column;
        align-items: center;
    }
    
    .custom-step {
        max-width: 100%;
        display: flex;
        align-items: center;
        gap: 20px;
        text-align: left;
    }
    
    .illustration-box {
        width: 80px;
        height: 60px;
        flex-shrink: 0;
    }
    
    .illustration-box i {
        font-size: 24px;
    }
    
    .illustration-box.box-center,
    .illustration-box.box-final {
        width: 80px;
        height: 60px;
    }
    
    .mini-boxes,
    .mini-icon,
    .mini-flag {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .custom-package-section {
        margin: 40px 0;
    }
    
    .custom-package-content {
        padding: 25px 20px;
    }
    
    .header-text .custom-title {
        font-size: 22px;
    }
}

/* ========== END CUSTOM PACKAGE SECTION ========== */

/* Legacy customPack styles */
.customPack .wrapper {
    background: url('../../landing_page_images/custompackBg.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}

.customPack .row {
    opacity: .9;
    background-color: var(--secondary-color);
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    border-radius: 30px;
}

.customPack .row .col-lg-6 {
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {
    .customPack .row .col-lg-6 {
        justify-content: flex-start;
    }
}

.customPack .title {
    color: white;
    font-size: 50px;
    font-weight: 700;
}

.customPack .desc {
    color: white;
    font-weight: 400;
}

.customPack .commonBtn {
    background-color: var(--secondary-color);
    border: 2px solid white;
    width: 220px;
    height: 60px;
    font-size: 20px;
}

.customPack .commonBtn:hover {
    background-color: #fff;
    color: var(--secondary-color) !important;
}

@media screen and (max-width: 575px) {

    .customPack {
        width: 90% !important;
    }

    .customPack .row {
        padding: 12px;
    }

    .customPack .title {
        font-size: 30px;
    }

    .customPack .commonBtn {
        width: auto;
        height: auto;
        font-size: 20px;
        margin: auto;
        margin-top: 12px;
    }
}

/* customPack ends here  */

.faqs .accordion {
    margin-top: 40px;
}

@media screen and (max-width: 575px) {
    .faqs {
        padding: 20px 0px;
    }

    .faqs .accordion {
        margin-top: 30px;
    }
}

.faqs .accordion-item {
    border: 1px solid lightgray !important;
    border-radius: 8px !important;
    margin: 12px 0px;
    overflow: hidden;
}

.faqs .accordion-button span {
    font-size: 16px;
    font-weight: 700;
    color: #29363F !important;
}

.faqs .accordion-button:focus {
    box-shadow: none !important;
    border: none !important;
    border-color: transparent !important;
}

.faqs .accordion-collapse span {
    margin-top: -12px;
    display: block;
    color: var(--text--secondary-color) !important;
    font-weight: 500;
}

.faqs .accordion-button:not(.collapsed) {
    background-color: var(--primary-color) !important;
}

.faqs .accordion-button:not(.collapsed) span {
    color: #fff !important;
}

.faqs .accordion-collapse {
    background-color: var(--primary-background-color);
    color: var(--text--secondary-color);
}

.faqs .accordion-button::after {
    background-image: url("../../landing_page_images/bx-plus-circle.svg") !important;
}

.faqs .accordion-button:not(.collapsed)::after {
    background-image: url("../../landing_page_images/bx-minus-circle.png") !important;
    filter: brightness(10.5);
}

.faqs .accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.faqs .accordion-body {
    background: #fff;
    padding-top: 24px;
}

/* faqs ends here  */

.getInTouch {
    background-color: #F4FBFF;
    padding: 20px;
    padding-bottom: 120px;
}

.getInTouch .row {
    gap: 50px 0px;
}

.getInTouch .sectionTitle .greenText {
    color: #000000;
    font-size: 35px;
    font-weight: 700;
}

.getInTouch .sectionTitle span {
    font-size: 22px;
}

.getInTouch .wrapper {
    margin-top: 50px;
}

.getInTouch .card {
    border: none;
    align-items: start;
    justify-content: start;
    padding: 50px 30px;
    gap: 12px;
    border-radius: 10px;
    padding-bottom: 30px;
    box-shadow: 0px 0px 35px 0px #00000021;
}

.getInTouch .card div {
    width: 100%;
}

.getInTouch input,
.getInTouch textarea {
    padding: 12px;
    width: 100%;
    border: 1px solid lightgray;
    border-radius: 10px;
}

.getInTouch .commonBtn {
    background-color: var(--secondary-color);
    color: #fff;
    width: 100%;
    border-radius: 4px;
    margin-top: 0px;
}

.getInTouch .infoBox {
    display: flex;
    gap: 28px;
    flex-direction: column;
    padding-left: 60px;
}

.getInTouch .infoWrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 30px;
    background-color: white;
    box-shadow: 4px 4px 16px 0px #0000001A;
    padding: 30px;
    border-radius: 10px;
}

.getInTouch .infoWrapper .icon {
    display: block;
    line-height: 60px;
    width: 60px;
    text-align: center;
    background-color: var(--secondary-color);
    color: #fff;
    font-size: 26px;
    border-radius: 50px;
}

.getInTouch .infoWrapper div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}

.getInTouch .infoWrapper div:last-child span:first-child {
    color: #000000;
    font-size: 20px;
    font-weight: 900;
}

.getInTouch .infoWrapper div:last-child span:last-child {
    color: #000000;
    font-weight: 400;
}

.getInTouch .col-lg-6 {
    position: relative;
    z-index: 1;
}

.getInTouch .dots {
    position: absolute;
    top: 0px;
    left: -30px;
    right: auto;
    width: 100px;
    z-index: -1;
}

.getInTouch .lineCircle {
    bottom: -14px;
    position: absolute;
    width: 140px;
    left: auto;
    right: -36px;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .getInTouch .infoBox {
        padding-left: 30px;
    }

    .getInTouch .dots {
        left: -25px;
    }

    .getInTouch .lineCircle {
        right: -18px;
    }
}

@media screen and (max-width: 991px) {
    .getInTouch {
        padding-bottom: 40px;
    }

    .getInTouch .infoBox {
        padding-left: 0px;
    }
}

@media screen and (max-width: 575px) {
    .getInTouch .sectionTitle span {
        font-size: 14px !important;
    }

    .getInTouch .infoWrapper {
        gap: 20px;
        padding: 12px;
    }

    .getInTouch .lineCircle {
        right: -10px;
    }
}

/* getInTouch ends here  */

/* ========== ENHANCED CONTACT SECTION ========== */
.enhanced-contact-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    padding: 80px 40px;
    margin-top: 60px;
}

.contact-section-header {
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.contact-section-title {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px 0;
}

.contact-section-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.6;
}

.contact-container {
    display: flex;
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 500px;
}

/* Left Grid - Info Cards */
.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    flex: 1;
}

.contact-info-card {
    background: #fff;
    padding: 40px 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.contact-card-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.contact-card-icon i {
    font-size: 42px;
    color: #d4a843;
}

.contact-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    letter-spacing: 0.5px;
}

.contact-card-text {
    font-size: 14px;
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}

.contact-card-text.secondary {
    margin-top: 5px;
}

.contact-card-text a {
    color: #d4a843;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.contact-card-text a:hover {
    color: #0f172a;
}

/* Right Panel - Contact Form */
.contact-form-panel {
    background: #d4a843;
    padding: 50px 40px;
    flex: 0 0 400px;
    display: flex;
    flex-direction: column;
}

.contact-form-title {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 30px 0;
}

.contact-form-enhanced .form-group {
    margin-bottom: 20px;
}

.contact-form-enhanced input[type="text"],
.contact-form-enhanced input[type="email"],
.contact-form-enhanced textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #fff;
    font-size: 14px;
    color: #333;
    outline: none;
    transition: border-color 0.3s ease;
}

.contact-form-enhanced input[type="text"]:focus,
.contact-form-enhanced input[type="email"]:focus,
.contact-form-enhanced textarea:focus {
    border-color: #0f172a;
}

.contact-form-enhanced input::placeholder,
.contact-form-enhanced textarea::placeholder {
    color: #94a3b8;
}

.contact-form-enhanced textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-form-enhanced .recaptcha-wrapper {
    margin-bottom: 20px;
}

.contact-submit-btn {
    padding: 14px 40px;
    background: transparent;
    border: 2px solid #0f172a;
    color: #0f172a;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-submit-btn:hover {
    background: #0f172a;
    color: #fff;
}

/* Responsive Contact Section */
@media screen and (max-width: 991px) {
    .enhanced-contact-section {
        padding: 60px 20px;
    }
    
    .contact-container {
        flex-direction: column;
    }
    
    .contact-info-grid {
        order: 2;
    }
    
    .contact-form-panel {
        order: 1;
        flex: none;
    }
    
    .contact-form-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 575px) {
    .enhanced-contact-section {
        padding: 40px 15px;
    }
    
    .contact-info-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-info-card {
        min-height: 150px;
        padding: 30px 20px;
    }
    
    .contact-form-panel {
        padding: 30px 20px;
    }
    
    .contact-form-title {
        font-size: 24px;
    }
}
/* ========== END ENHANCED CONTACT SECTION ========== */

.ourApp .ourAppImg {
    width: 100%;
}

.ourApp .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 70px;
}

.ourApp .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
}

.ourApp .text span {
    color: #000000;
    font-weight: 600;
}

.ourApp .text .title {
    font-size: 40px;
    font-weight: 700;
}

.ourApp .storeImgs {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
}

.ourApp .storeImgs img {
    width: 212px;
}

@media screen and (max-width: 991px) {
    .ourApp .row {
        flex-direction: column-reverse;
        gap: 50px 0px;
    }

    .ourApp .content {
        gap: 40px;
    }
}

@media screen and (max-width: 575px) {
    .ourApp .content {
        gap: 20px;
    }

    .ourApp .text .title {
        font-size: 26px;
    }

    .ourApp .storeImgs img {
        width: 150px;
    }
}

footer {
    background: rgba(56, 163, 165, 0.08);
    padding: 50px 0px;
    padding-bottom: 34px;
}

/* ========== ENHANCED FOOTER STYLES ========== */
footer.enhanced-footer {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%) !important;
    padding: 0 !important;
    margin-top: 60px;
}

footer.enhanced-footer::before,
footer.enhanced-footer::after {
    display: none !important;
}

/* Footer CTA Section */
.footer-cta-section {
    padding: 60px 0 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-cta-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-cta-content {
    max-width: 600px;
}

.footer-headline {
    font-size: 32px;
    font-weight: 400;
    color: #fff !important;
    line-height: 1.4;
    margin: 0 0 30px 0;
}

.footer-cta-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    background: transparent !important;
    border: 1.5px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 30px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.footer-contact-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.footer-contact-btn .btn-dot {
    width: 20px;
    height: 20px;
    background: #f5a623;
    border-radius: 50%;
    display: inline-block;
}

.cta-line {
    flex: 1;
    height: 2px;
    background: #f5a623;
    max-width: 600px;
}

.footer-logo-area {
    display: flex;
    align-items: flex-start;
}

.footer-main-logo {
    max-height: 80px;
    width: auto;
    filter: brightness(0) invert(1);
}

/* Footer Links Section */
.footer-links-section {
    padding: 50px 0;
}

.footer-links-wrapper {
    display: flex;
    gap: 80px;
    position: relative;
}

.footer-link-column {
    min-width: 150px;
}

.footer-column-title {
    font-size: 16px;
    font-weight: 600;
    color: #f5a623 !important;
    margin: 0 0 20px 0;
    text-transform: capitalize;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links-list li a {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.footer-links-list li a:hover {
    color: #fff;
}

.footer-back-top {
    margin-left: auto;
}

.back-to-top-btn {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.back-to-top-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

/* Footer Bottom Bar */
.footer-bottom-bar {
    background: rgba(0, 0, 0, 0.2);
    padding: 15px 0;
}

.footer-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-company-info span {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 13px;
}

.footer-policy-links {
    display: flex;
    gap: 30px;
}

.footer-policy-links a {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 13px;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.footer-policy-links a:hover {
    color: #fff;
}

/* Responsive Footer */
@media screen and (max-width: 991px) {
    .footer-cta-wrapper {
        flex-direction: column;
        gap: 40px;
    }
    
    .footer-logo-area {
        order: -1;
    }
    
    .footer-headline {
        font-size: 26px;
    }
    
    .cta-line {
        display: none;
    }
    
    .footer-links-wrapper {
        gap: 40px;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .footer-cta-section {
        padding: 40px 0;
    }
    
    .footer-headline {
        font-size: 22px;
    }
    
    .footer-bottom-wrapper {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .footer-policy-links {
        gap: 20px;
    }
}

@media screen and (max-width: 575px) {
    .enhanced-footer {
        margin-top: 40px;
    }
    
    .footer-links-wrapper {
        gap: 30px;
    }
    
    .footer-link-column {
        min-width: 120px;
    }
    
    .footer-back-top {
        position: absolute;
        right: 0;
        top: 0;
    }
}

/* ========== END ENHANCED FOOTER ========== */

/* Legacy footer styles */

@media screen and (max-width: 575px) {
    footer {
        padding: 20px;
    }
}

footer .companyInfoWrapper {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: self-start;
    gap: 30px;
}

footer .row {
    gap: 30px 0px;
}

footer .commonDesc {
    color: #000;
    font-size: 16px;
}

footer .socialIcons span {
    
    color: var(--secondary-color1) !important;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 28px;
    margin: 0px 6px;
    cursor: pointer;
}

footer .socialIcons span i {
    color: var(--secondary-color1) !important;
}

footer .linksWrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}

footer .linksWrapper span {
    color: #1E2833;
    font-weight: 400;
}

footer .linksWrapper .title {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
}

footer .usefulLinksDiv {
    margin-left: 70px;
}

@media screen and (max-width: 991px) {
    footer .usefulLinksDiv {
        margin-left: 0px;
    }

    footer .linksWrapper .title {
        margin-bottom: 0px;
    }
}

footer .iconsWrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

footer .iconsWrapper img {
    width: 22px;
    margin-right: 12px;
}

footer hr {
    margin: 0;
}

footer .copyright {
    text-align: center;
    color: var(--text--secondary-color);
}

.owl-stage-outer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

/* ========== DARK THEME REGISTRATION MODAL ========== */
.dark-theme-modal .modal-dialog {
    max-width: 850px;
}

.dark-theme-modal .modal-content {
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.98) 0%, rgba(15, 23, 42, 0.99) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
    padding: 0 !important;
    overflow: hidden;
    position: relative;
}

.dark-theme-modal .modal-header {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 30px 80px 20px 30px;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
}

.dark-theme-modal .modal-title {
    color: #fff !important;
    font-size: 26px !important;
    font-weight: 700;
    margin: 0;
    max-width: calc(100% - 50px);
}

.dark-theme-modal .modal-subtitle {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin: 8px 0 0 0;
    max-width: calc(100% - 50px);
}

.dark-theme-modal .btn-close-dark {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 100;
}

.dark-theme-modal .btn-close-dark:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.dark-theme-modal .modal-body {
    padding: 25px 30px 30px;
    max-height: 70vh;
    overflow-y: auto;
}

.dark-theme-modal .modal-body::-webkit-scrollbar {
    width: 6px;
}

.dark-theme-modal .modal-body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}

.dark-theme-modal .modal-body::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.dark-form .form-section {
    margin-bottom: 25px;
}

.dark-form .section-title {
    font-size: 16px;
    font-weight: 600;
    color: #d4a843;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dark-form .form-group-dark {
    margin-bottom: 0;
}

.dark-form .form-group-dark label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
}

.dark-form .form-group-dark label .required {
    color: #ef4444;
}

.dark-form .form-input-dark {
    width: 100%;
    padding: 12px 16px;
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}

.dark-form .form-input-dark:focus {
    outline: none;
    border-color: #d4a843;
    box-shadow: 0 0 0 3px rgba(212, 168, 67, 0.1);
}

.dark-form .form-input-dark::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.dark-form select.form-input-dark {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='rgba(255,255,255,0.5)' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.dark-form select.form-input-dark option {
    background: #1e293b;
    color: #fff;
}

.dark-form textarea.form-input-dark {
    resize: vertical;
    min-height: 80px;
}

/* Radio and Checkbox Styles */
.dark-form .radio-group,
.dark-form .checkbox-group-dark {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.dark-form .radio-label-dark,
.dark-form .checkbox-label-dark {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    cursor: pointer;
}

.dark-form .radio-label-dark input,
.dark-form .checkbox-label-dark input {
    accent-color: #d4a843;
}

/* File Input */
.dark-form .file-input-wrapper {
    position: relative;
}

.dark-form .file-input-wrapper .form-input-dark {
    padding: 10px 16px;
}

.dark-form .file-link-dark {
    color: #d4a843 !important;
    text-decoration: none;
}

/* Trial Checkbox */
.dark-form .trial-checkbox-wrapper {
    margin-bottom: 20px;
}

/* Recaptcha */
.dark-form .recaptcha-wrapper-dark {
    margin-bottom: 20px;
}

/* Form Footer */
.dark-form .form-footer-section {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 25px;
    margin-top: 10px;
}

.dark-form .form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.dark-form .btn-cancel-dark {
    padding: 12px 24px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dark-form .btn-cancel-dark:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.dark-form .btn-submit-dark {
    padding: 12px 28px;
    background: linear-gradient(135deg, #d4a843 0%, #c49a3a 100%);
    border: none;
    border-radius: 8px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dark-form .btn-submit-dark:hover {
    background: linear-gradient(135deg, #e0b44d 0%, #d4a843 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(212, 168, 67, 0.3);
}

.dark-form .btn-submit-dark i {
    font-size: 12px;
}

/* Responsive Dark Modal */
@media screen and (max-width: 767px) {
    .dark-theme-modal .modal-dialog {
        margin: 15px;
    }

    .dark-theme-modal .modal-header {
        padding: 20px;
    }

    .dark-theme-modal .modal-body {
        padding: 20px;
    }

    .dark-theme-modal .modal-title {
        font-size: 22px !important;
    }

    .dark-form .form-actions {
        flex-direction: column;
    }

    .dark-form .btn-cancel-dark,
    .dark-form .btn-submit-dark {
        width: 100%;
        justify-content: center;
    }
}
/* ========== END DARK THEME REGISTRATION MODAL ========== */

/* login form css */

.formModal .modal-content {
    background: url('./Images/form-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    flex-direction: row;
    padding: 12px;
    padding-right: 26px;
    align-items: center;
    justify-content: end;
}

.formModal .modal-content {
    background: transparent;
    border: none;
}

.formModal .modal-title {
    color: #000000;
    font-size: 30px !important;
    font-weight: 700;
}

.formModal .rightSide {
    background-color: #fff;
    border-radius: 20px;
}

.formModal .rightSide .headingWrapper span {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    position: relative;
}

.formModal .rightSide .headingWrapper span::before {
    content: '';
    position: absolute;
    bottom: -9px;
    background-color: var(--secondary-color);
    width: 6px;
    height: 6px;
    border-radius: 50px;
    left: 70px;
    right: auto;
    z-index: 1;
}

.formModal .rightSide .headingWrapper span::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: var(--primary-color);
}

.formModal .rightSide .formWrapper {
    margin-top: 20px;
}

.formModal .rightSide .formWrapper .row {
    gap: 12px 0px;
}

.formModal .rightSide .formWrapper .inputWrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
}

.formModal .rightSide .formWrapper .inputWrapper label {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.formModal .rightSide .formWrapper .inputWrapper input {
    border: 1px solid lightgray;
    border-radius: 6px;
    padding: 8px;
    width: 100%;
}

.formModal .rightSide .formWrapper .inputWrapper input::-webkit-outer-spin-button,
.formModal .rightSide .formWrapper .inputWrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.formModal .rightSide .formWrapper .inputWrapper input::placeholder {
    color: rgba(128, 128, 128, 0.838);
}

.formModal .rightSide .formWrapper .inputWrapper input:focus {
    outline: none;
}

.formModal .adminFormWrapper {
    margin-top: 20px;
}

.formModal .modalfooter {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
}

.formModal .adminFormWrapper .headingWrapper span::before {
    left: 50px;
}

.formModal .modalfooter .inputWrapper div {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
}

.formModal .modalfooter .commonBtn {
    padding: 8px 40px;
    border-radius: 8px;
}

@media screen and (max-width: 991px) {
    .formModal .modal-content {
        padding: 0px;
        background: transparent;
        border: none;
    }
}

@media screen and (max-width: 575px) {
    .formModal .modal-content {
        padding: 0px;
        padding-left: 22px;
    }

    .formModal .rightSide {
        padding: 0px;
    }

    .formModal .modal-title {
        font-size: 22px !important;
    }

    .formModal .rightSide .headingWrapper span {
        font-size: 18px;
    }

    .formModal .rightSide .headingWrapper span::before {
        left: 58px;
    }

    .formModal .adminFormWrapper .headingWrapper span::before {
        left: 40px;
    }
}

.pricing .pricingBox .badge {
    position: absolute;
    left: auto;
    right: -10px;
    clip-path: polygon(50% 0%,100% 0%,100% 100%,0% 100%,14% 52%,0% 0%);
    width: 130px;
    height: 38px;
    top: 8px;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.pricing .premium .badge{
    right: -4px;
}

.postpaid {
    background: var(--primary-color);
}
.prepaid {
    background: var(--secondary-color);
}
.footer-text {
    display: flex;
    justify-content: center;
}

.modal-header .btn-close {
    margin: 0px !important;
}

.file-upload-default {
    visibility: hidden;
    position: absolute;
}

/* Fix for file input focus issue in forms */
.school-registration .file-upload-default {
    opacity: 1 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
}

.school-registration .file-upload-default:focus {
    outline: 2px solid var(--primary-color) !important;
    outline-offset: 2px !important;
}

.file-upload-info {
    background: white;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.btn-themes{
    background-color: var(--primary-color) !important;
    color: #fff !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.select-fields option {
    white-space: pre-wrap !important; /* Enables word wrapping */
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    max-width: 200px !important; /* Adjust as needed */
}

/* ========================================
   TWO-TIER HEADER STYLES (Gradelink Style)
   ======================================== */

/* Top Utility Bar */
.top-utility-bar {
    background: linear-gradient(135deg, #1a365d 0%, #0f2847 100%);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.top-utility-bar .utility-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
}

.top-utility-bar .utility-left,
.top-utility-bar .utility-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-utility-bar .utility-link {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none !important;
    padding: 8px 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid transparent;
}

.top-utility-bar .utility-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
}

.top-utility-bar .utility-link i {
    font-size: 14px;
}

/* Language Dropdown in Top Bar */
.top-utility-bar .language-dropdown .dropdown-toggle::after {
    margin-left: 6px;
    border-top-color: rgba(255, 255, 255, 0.8);
}

.top-utility-bar .language-dropdown .dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    padding: 8px;
    min-width: 150px;
    margin-top: 8px;
}

.top-utility-bar .language-dropdown .dropdown-item {
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 14px;
    color: #1a365d !important;
    transition: all 0.2s ease;
}

.top-utility-bar .language-dropdown .dropdown-item:hover {
    background: rgba(56, 163, 165, 0.1);
    color: var(--primary-color) !important;
}

/* Login Button in Top Bar */
.top-utility-bar .utility-btn {
    font-size: 13px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.top-utility-bar .utility-btn.login-btn {
    background: linear-gradient(135deg, #d4a843 0%, #c49a3a 100%);
    color: #fff !important;
}

.top-utility-bar .utility-btn.login-btn:hover {
    background: linear-gradient(135deg, #c49a3a 0%, #d4a843 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(212, 168, 67, 0.4);
}

/* Main Navbar */
.main-navbar.navbar {
    background: #fff !important;
    position: sticky !important;
    top: 44px !important;
    z-index: 999 !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    padding: 0 !important;
    transition: top 0.3s ease, box-shadow 0.3s ease;
}

.main-navbar .navbarWrapper {
    height: 70px !important;
}

.main-navbar.scrolled {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.12) !important;
}

.main-navbar.scrolled .navbarWrapper {
    height: 60px !important;
}

/* Logo in Main Navbar */
.main-navbar .navLogoWrapper .navLogo {
    position: relative;
}

.main-navbar .logo {
    height: 48px !important;
    transition: all 0.3s ease;
}

.main-navbar.scrolled .logo {
    height: 40px !important;
}

.main-navbar .navLogoWrapper .navLogo:hover .logo {
    transform: scale(1.03);
}

/* Menu Items in Main Navbar */
.main-navbar .menuListWrapper .listItems {
    gap: 8px !important;
}

.main-navbar .menuListWrapper .listItems li > a {
    color: #1a365d !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 10px 16px !important;
    border-radius: 0;
    transition: all 0.3s ease !important;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.main-navbar .menuListWrapper .listItems li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--secondary-color), var(--primary-color));
    transition: width 0.3s ease;
}

.main-navbar .menuListWrapper .listItems li > a:hover {
    color: var(--secondary-color) !important;
    background: transparent !important;
    transform: none;
}

.main-navbar .menuListWrapper .listItems li > a:hover::after {
    width: 100%;
}

/* Dropdown in Main Navbar */
.main-navbar .dropdown-toggle {
    color: #1a365d !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 10px 16px !important;
    background: transparent !important;
    border: none !important;
}

.main-navbar .dropdown-toggle:hover {
    color: var(--secondary-color) !important;
    background: transparent !important;
}

.main-navbar .dropdown-toggle::after {
    margin-left: 6px;
    transition: transform 0.3s ease;
}

.main-navbar .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.main-navbar .dropdown-menu {
    border: none !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    padding: 8px !important;
    margin-top: 0 !important;
    border-top: 3px solid var(--secondary-color);
}

.main-navbar .dropdown-menu .dropdown-item {
    padding: 10px 16px !important;
    border-radius: 6px !important;
    font-size: 14px;
    color: #1a365d !important;
    transition: all 0.2s ease !important;
}

.main-navbar .dropdown-menu .dropdown-item:hover {
    background: rgba(56, 163, 165, 0.1) !important;
    color: var(--secondary-color) !important;
    transform: translateX(4px);
}

/* Navigation Buttons in Main Navbar */
.main-navbar .loginBtnsWrapper {
    gap: 12px !important;
}

.main-navbar .nav-btn {
    font-size: 13px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none !important;
}

.main-navbar .nav-btn i {
    font-size: 14px;
}

/* Outline Button (Contact) */
.main-navbar .nav-btn.outline-btn {
    background: transparent;
    color: #1a365d !important;
    border: 2px solid #1a365d;
}

.main-navbar .nav-btn.outline-btn:hover {
    background: #1a365d;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(26, 54, 93, 0.3);
}

/* Primary Button (Start Trial) */
.main-navbar .nav-btn.primary-btn {
    background: linear-gradient(135deg, #d4a843 0%, #c49a3a 100%);
    color: #fff !important;
    border: none;
}

.main-navbar .nav-btn.primary-btn:hover {
    background: linear-gradient(135deg, #c49a3a 0%, #b08a32 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 168, 67, 0.4);
}

/* Hamburg Menu */
.main-navbar .hamburg {
    display: none;
    padding: 10px 14px;
    border: 2px solid #1a365d;
    border-radius: 6px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.main-navbar .hamburg:hover {
    background: #1a365d;
}

.main-navbar .hamburg:hover i {
    color: #fff !important;
}

.main-navbar .hamburg i {
    color: #1a365d !important;
    font-size: 20px;
    transition: color 0.3s ease;
}

/* Offcanvas Mobile Menu */
.main-navbar .offcanvas {
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%) !important;
    width: 85% !important;
    max-width: 320px;
}

.main-navbar .offcanvas-header {
    background: linear-gradient(135deg, #1a365d 0%, #0f2847 100%);
    padding: 16px 20px !important;
}

.main-navbar .offcanvas-header .navLogo img {
    height: 40px;
    filter: brightness(0) invert(1);
}

.main-navbar .offcanvas-header .btn-close {
    filter: invert(1);
    opacity: 0.8;
}

.main-navbar .offcanvas-body {
    padding: 20px !important;
}

.main-navbar .offcanvas .listItems {
    display: flex !important;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
}

.main-navbar .offcanvas .listItems li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.main-navbar .offcanvas .listItems li a {
    display: block;
    padding: 14px 16px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1a365d !important;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}

.main-navbar .offcanvas .listItems li a:hover {
    background: rgba(56, 163, 165, 0.1);
    color: var(--secondary-color) !important;
    padding-left: 24px !important;
}

.main-navbar .offcanvas .listItems li a::after {
    display: none;
}

/* Mobile Buttons */
.mobile-btn-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-btn {
    width: 100%;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mobile-btn.login-btn {
    background: #d4a843;
    color: #fff !important;
    border: none;
}

.mobile-btn.login-btn:hover {
    background: #c49a3a;
}

.mobile-btn.trial-btn {
    background: linear-gradient(135deg, #d4a843 0%, #c49a3a 100%);
    color: #fff !important;
    border: none;
}

.mobile-btn.trial-btn:hover {
    background: linear-gradient(135deg, #c49a3a 0%, #b08a32 100%);
}

/* Responsive Styles */
@media screen and (max-width: 1199px) {
    .main-navbar .menuListWrapper .listItems,
    .main-navbar .loginBtnsWrapper {
        display: none !important;
    }
    
    .main-navbar .hamburg {
        display: block !important;
    }
    
    .main-navbar .offcanvas .listItems {
        display: flex !important;
    }
}

@media screen and (max-width: 767px) {
    .top-utility-bar .utility-wrapper {
        height: 40px;
    }
    
    .top-utility-bar .utility-link span {
        display: none;
    }
    
    .top-utility-bar .utility-link {
        padding: 8px 12px;
    }
    
    .top-utility-bar .utility-btn {
        padding: 6px 14px;
        font-size: 12px;
    }
    
    .top-utility-bar .utility-btn i {
        display: none;
    }
    
    .main-navbar.navbar {
        top: 40px !important;
    }
    
    .main-navbar .navbarWrapper {
        height: 60px !important;
    }
    
    .main-navbar .logo {
        height: 38px !important;
    }
}

@media screen and (max-width: 575px) {
    .top-utility-bar .utility-left {
        display: none;
    }
    
    .top-utility-bar .utility-right {
        width: 100%;
        justify-content: flex-end;
    }
    
    .main-navbar.navbar {
        top: 40px !important;
    }
    
    .main-navbar .navbarWrapper {
        height: 56px !important;
    }
    
    .main-navbar .logo {
        height: 34px !important;
    }
}

/* Scroll Animation for Header */
.top-utility-bar.scrolled {
    transform: translateY(-100%);
    opacity: 0;
}

.main-navbar.navbar.utility-hidden {
    top: 0 !important;
}

/* ========================================
   ENHANCED FOOTER STYLES
   ======================================== */

footer {
    background: linear-gradient(180deg, rgba(56, 163, 165, 0.05) 0%, rgba(56, 163, 165, 0.15) 100%) !important;
    padding: 60px 0px 40px !important;
    position: relative;
    overflow: hidden;
}

/* Decorative Wave Pattern */
footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color), var(--primary-color));
    background-size: 200% 100%;
    animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Subtle Background Pattern */
footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(56, 163, 165, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(30, 104, 141, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

footer > * {
    position: relative;
    z-index: 1;
}

/* Company Info Enhancement */
footer .companyInfoWrapper {
    gap: 24px !important;
}

footer .companyInfoWrapper img {
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}

footer .companyInfoWrapper img:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.15));
}

footer .commonDesc {
    font-size: 15px !important;
    line-height: 1.7;
    color: #2a3f54 !important;
    max-width: 300px;
}

/* Social Icons Enhancement */
footer .socialIcons {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

footer .socialIcons span {
    width: 44px;
    height: 44px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    border: 1px solid rgba(56, 163, 165, 0.2);
    border-radius: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

footer .socialIcons span i {
    font-size: 20px !important;
    transition: all 0.3s ease;
}

footer .socialIcons span:hover {
    transform: translateY(-5px) scale(1.1);
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-color: transparent;
    box-shadow: 0 8px 25px rgba(56, 163, 165, 0.3);
}

footer .socialIcons span:hover i {
    color: #fff !important;
}

/* Links Section Enhancement */
footer .linksWrapper {
    gap: 16px !important;
}

footer .linksWrapper .title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: var(--primary-color) !important;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 4px;
}

footer .linksWrapper .title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, var(--secondary-color), var(--primary-color));
    border-radius: 2px;
}

footer .linksWrapper span:not(.title) {
    position: relative;
    padding-left: 0;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 15px;
    color: #3a4f63 !important;
}

footer .linksWrapper span:not(.title)::before {
    content: '→';
    position: absolute;
    left: -20px;
    opacity: 0;
    color: var(--secondary-color);
    font-weight: bold;
    transition: all 0.3s ease;
}

footer .linksWrapper span:not(.title):hover {
    padding-left: 24px;
    color: var(--primary-color) !important;
}

footer .linksWrapper span:not(.title):hover::before {
    left: 0;
    opacity: 1;
}

/* Contact Info Enhancement */
footer .iconsWrapper {
    align-items: center !important;
    padding: 10px 0;
    transition: all 0.3s ease;
    border-radius: 8px;
}

footer .iconsWrapper:hover {
    background: rgba(56, 163, 165, 0.08);
    padding-left: 12px;
    margin-left: -12px;
}

footer .iconsWrapper img {
    width: 24px !important;
    opacity: 0.8;
    transition: all 0.3s ease;
}

footer .iconsWrapper:hover img {
    opacity: 1;
    transform: scale(1.15);
}

/* Copyright Section Enhancement */
footer hr {
    border-color: rgba(56, 163, 165, 0.2) !important;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
}

footer .copyright {
    font-size: 14px;
    color: #5a6d7e !important;
    letter-spacing: 0.3px;
}

footer .copyright a {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

footer .copyright a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

/* Footer Responsive Enhancements */
@media screen and (max-width: 991px) {
    footer {
        padding: 50px 20px 30px !important;
    }
    
    footer .linksWrapper .title::after {
        width: 30px;
    }
    
    footer .socialIcons span {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 575px) {
    footer {
        padding: 40px 16px 24px !important;
    }
    
    footer .companyInfoWrapper {
        align-items: center !important;
        text-align: center;
    }
    
    footer .commonDesc {
        text-align: center;
        max-width: 100%;
    }
    
    footer .socialIcons {
        justify-content: center;
    }
    
    footer .linksWrapper {
        align-items: center !important;
        text-align: center;
    }
    
    footer .linksWrapper .title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    footer .copyright {
        font-size: 13px;
    }
}