/* ==============================
   BHARAT SAMVAD CUSTOM STYLES
   ============================== */

/* Header Styles */
:root {
    --grayText: #83868e;
    --bodyText: #151517;
    --border-radius: 8px;
    --primary-color: #FF4E02;
    --primary-light: #ed5413;
    --primary-color-hover: #e44906;
    --secondry-color: #010101;
    --dashedBorder: 1px dashed #dadbdd;
    --solidBorder: 1px solid #dadbdd;
    --borderRadius: 12px;
}

body {
    background-color: var(--color-bg-dark);
    overflow-x: hidden;
}

.header {
    background-color: var(--color-bg-dark);
    padding: 10px 48px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    max-width: 184px;
    width: 100%;
}

.common-btn {
    padding: 12px 22px 10px 22px;
    border-radius: 50px;
    font-size: var(--fs-para);
    font-weight: 500;
    line-height: 1;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: var(--color-primary);
    color: #ffffff;
    border: 1px solid var(--color-primary);
    min-height: 44px;
}

.common-btn:hover {
    background-color: var(--color-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 69, 0, 0.3);
}

.common-btn.wht-swap-btn:hover {
    background-color: var(--color-text-white);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 69, 0, 0.3);
}

.common-btn.transparent-btn {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.wht-swap-btn {
    background-color: var(--color-text-white);
    color: var(--color-bg-dark);
}



/* Hero Section Styles */
.hero-section {
    position: relative;
    min-height: 100vh;
    padding-top: 64px;
    overflow: hidden;
    background: url('../images/bharatsamvad-hero-bg.webp') no-repeat;
    background-position: top center;
    background-size: cover;
}


.hero-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="circuit" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23FF8C00" opacity="0.3"/><path d="M0,10 L20,10 M10,0 L10,20" stroke="%2300FF00" stroke-width="0.5" opacity="0.2"/></pattern></defs><rect width="100" height="100" fill="url(%23circuit)"/></svg>');
    opacity: 0.3;
    z-index: 1;
}

.hero-content {
    max-width: 1391px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 0 2rem;
}


.hero-content .title-h1 em {
    font-style: italic;
}


.hero-description {
    max-width: 800px;
    margin: 0 auto 3rem;
    font-size: 20px;
    line-height: 1.6;
    opacity: 0.8;
}

.hero-description .appi-theme {
    color: #FF8C00;
    font-weight: 600;
}

.hero-button {
    margin-top: 2rem;
}

.hero-button .common-btn {
    padding: 25px 32px 23px;
}



@media (max-width: 767px) {
    .logo img {
        max-width: 118px;
    }

    .common-btn {
        min-height: 36px;
    }
}

/* AI Intelligence Section Styles */
.ai-intelligence-section {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #010812;
    position: relative;
    overflow: hidden;
}

.ai-content-wrapper {
    position: relative;
    z-index: 2;
    align-items: stretch;
    min-height: 600px;
}

.ai-content-left {
    width: 55%;
    display: flex;
    align-items: center;
}

.ai-content-left-content {
    padding: 118px 0 118px 82px;
}

.ai-content-right {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.india-map-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Flag Colors */
.flag-colors {
    margin-bottom: 24px;
}

.flag-colors {
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
}

.flag-stripe {
    width: 100%;
    height: 4px;
}

.flag-stripe.saffron {
    background-color: #FF8C00;
}

.flag-stripe.white {
    background-color: #ffffff;
}

.flag-stripe.green {
    background-color: #00FF00;
}

/* India Map */


.india-map {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}


/* Typography adjustments */


.ai-content-left .fs-lg {
    margin-bottom: 16px;
}


/* Responsive Design */
@media (max-width: 1728px) {
    .ai-content-left-content {
        padding: 65px 0 65px 50px;
    }

}

@media (max-width: 1600px) {
    .ai-content-left-content {
        padding: 65px 0 65px 50px;
    }

    .flag-colors {
        margin-bottom: 30px;
        gap: 8px;
    }

}

@media (max-width: 1550px) {
    .ai-content-left-content {
        padding: 65px 0 65px 75px;
    }

    .flag-colors {
        margin-bottom: 24px;
        gap: 8px;
    }

}

@media (max-width: 1366px) {
    .ai-content-left-content {
        padding: 45px 0 45px 45px;
    }

    .flag-colors {
        margin-bottom: 20px;
        gap: 8px;
    }

    .india-map {
        height: auto;
    }

}

@media (max-width: 1024px) {
    .ai-content-wrapper {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }

    .ai-content-left {
        max-width: 100%;
    }

}

@media (max-width: 767px) {
    .ai-intelligence-section {
        padding: 60px 0;
    }

    .ai-content-wrapper {
        gap: 32px;
    }

    .flag-stripe {
        height: 3px;
    }

    .india-map-container {
        max-width: 100%;
    }

    .ai-content-right {
        width: 100%;
        height: auto;
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
    }

}

@media (max-width: 480px) {
    .ai-intelligence-section {
        padding: 40px 0 0;
    }

    .ai-content-left {
        width: 100%;
    }

    .ai-content-left-content {
        padding: 0 15px;
    }

    .flag-colors {
        margin-bottom: 18px;
        gap: 6px;
    }

}

/* Cards Section Styles */
.cards-section {
    padding: 80px 0;
    background-color: var(--color-bg-dark);
}


.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.card-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-image {
    position: relative;
    width: 100%;
}

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

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

.card-title-overlay {
    padding-left: 32px;
    position: absolute;
    bottom: 0;
}


/* Responsive Design for Cards */
@media (max-width: 1550px) {
    .card-title-overlay {
        padding-left: 24px;
    }

    .layout-container.section {
        padding-bottom: 35px;
    }

}

@media (max-width: 1024px) {

    .card-image {
        height: 350px;
    }

}

@media (max-width: 768px) {
    .cards-section {
        padding: 60px 0;
    }


    .cards-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 32px;
    }

    .card-title-overlay {
        padding-left: 20px;
    }

    .cards-grid.grid-col3.gap24 {
        gap: 36px;
    }
}

@media (max-width: 480px) {
    .cards-section {
        padding: 40px 0;
    }

    .card-image {
        height: 250px;
    }

    .card-title-overlay {
        padding-left: 16px;
    }
}

/* Process Flow Section Styles */
.process-flow-section {
    background-color: var(--color-bg-dark);
    padding: 75px 0;
}

.process-section-header {
    margin-bottom: 48px;
}


/* Process Flow Card */
.process-flow-card {
    border-radius: 16px;
    background: linear-gradient(180deg, #000 0%, #FF4E02 100%);
    padding: 0 40px 60px;
    position: relative;
    overflow: hidden;
}

.process-content {
    position: relative;
    z-index: 2;
}

.step-circle {
    width: 266px;
    height: 266px;
}

.step-circle img {
    max-width: 100%;
}

.head-gap100 {
    margin-top: 100px;
}

.process-subtitle {
    font-size: var(--fs-lg);
    margin-bottom: 48px;
    opacity: 0.9;
}

/* Process Steps */
.process-steps {
    align-items: center;
    flex-wrap: wrap;
    gap: 100px;
}


.process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 20%;
    /* opacity: 0;
    transform: translateX(-50px); */
    transition: all 0.8s ease;
}

.process-arrow {
    transform: translateY(-32px);
}

/* 
.process-arrow {
    opacity: 0;
    transform: translate(-50px, -50px);
    transition: all 0.8s ease;
} */


/* Fade-in Animation Classes */
/* .fade-in-left {
    animation: fadeInLeft 1s ease forwards;
    animation-delay: 0.2s;
}

.fade-in-center {
    animation: fadeInCenter 1s ease forwards;
    animation-delay: 0.4s;
}

.fade-in-right {
    animation: fadeInRight 1s ease forwards;
    animation-delay: 0.6s;
} */

/* @keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
} */

/* Responsive Design for Process Flow */
@media (max-width: 1550px) {
    .process-flow-section {
        padding: 48px 0;
    }

    .process-flow-card {
        padding: 0 36px 42px;
    }

    .process-steps {
        gap: 60px;
    }

    .process-step {
        gap: 24px;
    }

    .process-arrow img {
        max-width: 75px;
    }

    .head-gap100 {
        margin-top: 70px;
    }

    .step-circle {
        width: 232px;
        height: 232px;
    }

}

@media (max-width: 1366px) {
    .head-gap100 {
        margin-top: 60px;
    }

    .step-circle {
        width: 212px;
        height: 212px;
    }

}

@media (max-width: 1024px) {
    .process-flow-card {
        padding: 50px 30px;
        margin: 0 20px;
    }

    .step-circle {
        width: 100px;
        height: 100px;
    }

    .step-icon {
        width: 50px;
        height: 50px;
    }

    .arrow-icon {
        width: 30px;
        height: 15px;
    }
}

@media (max-width: 767px) {
    .process-flow-section {
        padding: 60px 0;
    }

    .process-section-header {
        margin-bottom: 32px;
    }

    .process-section-header .title-h2 {
        font-size: var(--fs-h3);
        margin-bottom: 12px;
    }


    .process-flow-card {
        padding: 40px 20px;
        margin: 0 15px;
    }

    .process-subtitle {
        font-size: var(--fs-base);
        margin-bottom: 32px;
    }

    .process-steps {
        flex-direction: column;
        gap: 20px;
    }

    .process-arrow {
        transform: rotate(90deg);
        margin: 20px 0;
    }

    .step-circle {
        width: 80px;
        height: 80px;
    }

    .step-icon {
        width: 40px;
        height: 40px;
    }

    .step-title {
        font-size: var(--fs-sm);
    }

    .process-step {
        gap: 32px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .process-flow-section {
        padding: 0 0 40px;
    }

    .process-section-header {
        margin-bottom: 24px;
    }

    .process-section-header .title-h2 {
        font-size: var(--fs-h4);
        margin-bottom: 8px;
    }


    .process-flow-card {
        padding: 30px 15px;
        margin: 0 10px;
    }

    .process-subtitle {
        font-size: var(--fs-sm);
        margin-bottom: 24px;
    }

    .process-steps {
        gap: 16px;
    }

    .step-circle {
        width: 160px;
        height: 160px;
    }

    .step-icon {
        width: 100%;
        height: 100%;
    }

    .step-title {
        font-size: var(--fs-xs);
    }
}

.hero-button .swap-text-button:hover {
    background-color: #E03E00;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 69, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .header {
        padding: .5rem 0;
    }

    .title-h1 {
        line-height: 1.47;
    }

    .hero-section {
        padding-top: 52px;
        height: 70vh;
        min-height: 70vh;
    }

    .logo svg {
        height: 32px;
    }

    .hero-content .title-h2 {
        font-size: 18px;
    }

    .hero-description {
        font-size: 12px;
    }

    .login-btn {
        padding: 10px 16px;
        font-size: 14px;
    }

    .contact-btn {
        padding: 10px 16px;
        font-size: 14px;
    }

    .hero-content {
        padding: 0 1rem;
    }

    .hero-content .title-h1 {
        font-size: clamp(1.5rem, 4vw, 2.5rem);
        margin-bottom: 1rem;
    }

    .hero-content .title-h2 {
        font-size: clamp(1.25rem, 3vw, 1.75rem);
        margin-bottom: 1.5rem;
    }

    .hero-description {
        font-size: var(--fs-base);
        margin-bottom: 2rem;
    }

    .hero-button .swap-text-button {
        padding: 16px 32px;
        font-size: var(--fs-base);
    }

    .hero-section .hero-content {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .header-buttons {
        gap: 8px;
    }

    .login-btn {
        padding: 8px 12px;
        font-size: 12px;
    }

    .contact-btn {
        padding: 8px 12px;
        font-size: 12px;
    }

    .login-btn svg {
        width: 18px;
        height: 18px;
    }

    .hero-button .swap-text-button {
        padding: 14px 28px;
        font-size: 14px;
    }
}

/* Animation for hero content */
.hero-content .title-h1,
.hero-content .title-h2,
.hero-description,
.hero-button {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

.hero-content .title-h1 {
    animation-delay: 0.2s;
}

.hero-content .title-h2 {
    animation-delay: 0.4s;
}

.hero-description {
    animation-delay: 0.6s;
}

.hero-button {
    animation-delay: 0.8s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Custom scrollbar for webkit browsers */
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #1a1a1a;
}

::-webkit-scrollbar-thumb {
    background: #dddddd;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #dddddd;
}





/* Leader Section Styles */
.leader-section-main {
    position: relative;
    overflow: hidden;
    background-color: var(--color-bg-dark);
    padding: 0 0 75px;
}

.leader-section-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leaders-section {
    position: relative;
    z-index: 2;
    align-items: flex-start;
    padding: 45px 150px 0 150px;
}

.leader-content-left {
    flex: 1;
    max-width: 50%;
}

.leader-content-right {
    flex: 1;
    max-width: 50%;
    justify-content: flex-end;
    display: flex;
}

.leader-bullet-points {
    display: flex;
    flex-direction: column;
    gap: 39px;
}

.bullet-point {
    gap: 24px;
}

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


/* Responsive Design for Leader Section */
@media (max-width: 1728px) {
    .leaders-section {
        padding: 45px 100px 0 100px;
    }

}

@media (max-width: 1600px) {
    .bullet-point.gap16 {
        gap: 20px;
    }

    .leader-section-main {
        padding: 0 0 25px;
    }
}

@media (max-width: 1024px) {
    .leaders-section {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }

    .leader-content-left,
    .leader-content-right {
        max-width: 100%;
    }

    .leader-bullet-points {
        align-items: center;
    }

}

@media (max-width: 768px) {
    .leader-section-main {
        padding: 60px 0;
    }

    .leader-content-left .title-h2 {
        font-size: var(--fs-h3);
        margin-bottom: 20px;
    }

    .leader-content-left .fs-md20 {
        font-size: var(--fs-base);
    }

    .bullet-text {
        font-size: var(--fs-base);
    }

    .leader-bullet-points {
        gap: 20px;
    }

    .bullet-point {
        gap: 16px;
    }

    .leaders-section {
        padding: 32px 15px;
    }

    .leader-bullet-points {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .leaders-section {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .leader-section-main {
        padding: 0;
    }

    .leader-content-left .title-h2 {
        font-size: var(--fs-h4);
        margin-bottom: 16px;
    }

    .leader-content-left .fs-md20 {
        font-size: var(--fs-sm);
    }

    .bullet-text {
        font-size: var(--fs-sm);
    }

    .leader-bullet-points {
        gap: 16px;
    }

    .bullet-point {
        gap: 12px;
    }

    .bullet-icon {
        width: 20px;
        height: 20px;
    }

    .checkmark-icon {
        width: 16px;
        height: 16px;
    }
}

/* Chanakya AI Section Styles */
.chanakya-ai-section {
    background-color: var(--color-bg-dark);
    padding: 75px 0;
}

.chanakya-content {
    align-items: stretch;
}

.chanakya-image-wrapper {
    flex: 1;
    max-width: 50%;
    display: flex;
}

.chanakya-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px 0 0 12px;
    vertical-align: middle;
}

.chanakya-text-content {
    flex: 1;
    max-width: 50%;
    padding: 48px 100px 48px 64px;
    background-color: #191919;
    border-radius: 0 12px 12px 0;
    display: flex;
}


.chanakya-features {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.feature-point {
    gap: 24px;
}

.feature-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Responsive Design for Chanakya AI Section */
@media (max-width: 1728px) {
    .chanakya-text-content {
        padding: 48px;
    }
}

@media (max-width: 1550px) {
    .chanakya-text-content {
        padding: 36px;
    }

    .chanakya-features {
        gap: 18px;
    }
}

@media (max-width: 1366px) {
    .chanakya-text-content {
        padding: 32px;
    }

    .chanakya-features {
        gap: 16px;
    }
}

@media (max-width: 1024px) {
    .chanakya-content {
        flex-direction: column;
        gap: 0;
        text-align: center;
        align-items: stretch;
    }

    .chanakya-img {
        border-radius: 10px 10px 0 0;
    }

    .chanakya-text-content {
        border-radius: 0 0 10px 10px;
    }

    .chanakya-image-wrapper,
    .chanakya-text-content {
        max-width: 100%;
    }

    .chanakya-image-wrapper {
        height: 400px;
    }

    .chanakya-text-content {
        padding: 40px 20px;
        align-items: flex-start;
    }

    .chanakya-features {
        align-items: flex-start;
    }

    .feature-point {
        justify-content: center;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .chanakya-ai-section {
        padding: 60px 0;
    }

    .chanakya-image-wrapper {
        height: 300px;
    }

    .chanakya-text-content {
        padding: 30px 15px;
    }

    .chanakya-text-content .title-h2 {
        font-size: var(--fs-h3);
        margin-bottom: 20px;
    }

    .chanakya-text-content .subtitle {
        font-size: var(--fs-base);
    }

    .chanakya-features {
        gap: 20px;
    }

    .feature-point {
        gap: 12px;
    }

    .chanakya-content {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .chanakya-ai-section {
        padding: 40px 0;
    }

    .chanakya-image-wrapper {
        height: 250px;
    }

    .chanakya-text-content {
        padding: 32px 12px;
    }

    .chanakya-text-content .title-h2 {
        font-size: var(--fs-h4);
        margin-bottom: 16px;
    }

    .chanakya-text-content .subtitle {
        font-size: var(--fs-sm);
    }

    .chanakya-features {
        gap: 16px;
    }

    .feature-point {
        gap: 10px;
    }


    .feature-icon .checkmark-icon {
        width: 16px;
        height: 16px;
    }
}

/* Key Features Section Styles */
.key-features-section {
    background-image: url('../images/dotted-pattern.webp');
    background-repeat: repeat;
    background-size: contain;
    padding: 75px 0;
    position: relative;
    overflow: hidden;
}

.key-features-header {
    position: relative;
    z-index: 2;
    margin-bottom: 48px;
}


.key-features-grid {
    position: relative;
    z-index: 2;
    margin-bottom: 48px;
}

.feature-card {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: #FF7135;
    padding: 24px;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.chanakya-features .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}




.key-features-section .common-btn:hover {
    transform: translateY(-2px);
}

/* Responsive Design for Key Features Section */
@media (max-width: 1600px) {
    .key-features-section {
        padding: 52px 0;
    }

    .feature-card .feature-icon img {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 1366px) {
    .key-features-section {
        padding: 48px 0;
    }

    .feature-card .feature-icon img {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 1024px) {
    .key-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .feature-card {
        padding: 30px 15px;
    }

}

@media (max-width: 768px) {
    .key-features-section {
        padding: 60px 0;
    }

    .key-features-header {
        margin-bottom: 32px;
    }

    .key-features-header .title-h2 {
        margin-bottom: 12px;
    }

    .key-features-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 32px;
    }

    .feature-card {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    .key-features-section {
        padding: 40px 0;
    }

    .key-features-header {
        margin-bottom: 24px;
    }

    .key-features-header .title-h2 {
        font-size: var(--fs-h4);
        margin-bottom: 8px;
    }

    .key-features-header .subtitle {
        font-size: var(--fs-sm);
    }

    .key-features-grid {
        margin-bottom: 24px;
    }

    .feature-card {
        padding: 24px 16px;
    }

    .feature-icon {
        margin-bottom: 16px;
    }

    .card-icon {
        width: 35px;
        height: 35px;
    }

    .feature-title {
        font-size: var(--fs-sm);
    }
}

/* Footer Section Styles */
.footer-section {
    background-color: var(--color-bg-dark);
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-content {
    align-items: center;
}

.footer-logo {
    flex: 1;
    display: flex;
    align-items: center;
}

.footer-logo-img {
    max-width: 184px;
}

.footer-logo-img img {
    max-width: 100%
}

.footer-copyright {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.fs-para {
    opacity: 0.5;
    text-align: right;
}

/* Responsive Design for Footer */
@media (max-width: 768px) {
    .footer-section {
        padding: 30px 0;
    }

    .footer-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .footer-logo {
        justify-content: center;
    }

    .footer-copyright {
        justify-content: center;
    }

    .footer-copyright .fs-para {
        text-align: center;
        font-size: var(--fs-xs);
    }

    .footer-logo-img {
        height: 35px;
    }
}

@media (max-width: 480px) {
    .footer-section {
        padding: 24px 0;
    }

    .footer-content {
        gap: 16px;
    }

    .footer-logo-img {
        height: 30px;
    }

    .footer-copyright-text {
        font-size: 10px;
    }
}


















/* Auth modal forms Styles */

.form_text {
    color: var(--bodyText);
    font-size: 22px;
    font-weight: 800;
    line-height: 147%;
}

.form_main {
    background-color: #fff;
    border-radius: 12px;
    position: relative;
    padding: 36px;
    width: 572px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.form_tab {
    padding: 16px 0 36px;
}

.tab_btn {
    background-color: #f3f3f4;
    color: var(--bodyText);
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    padding: 10px 20px;
    cursor: pointer;
    width: 50%;
    display: flex;
    justify-content: center;
}

.tab_btn.active {
    color: #fff;
    background-color: var(--bodyText);
}

.tab_btn.active img {
    filter: brightness(0) invert(1);
}

.form_tab .tab_btn:nth-child(1) {
    border-radius: 8px 0 0 8px;
}

.form_tab .tab_btn:nth-child(2) {
    border-radius: 0 8px 8px 0;
}

.tab_btn span {
    display: inline-block;
    padding-left: 12px;
}

.form_group_row {
    margin-bottom: 16px;
    position: relative;
}

.form_main form .form_group_row:last-child {
    margin-bottom: 0;
}



.floating_input {
    border-bottom: 1px solid var(--grayText);
    color: var(--bodyText);
    caret-color: #52bd94;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.3px;
    width: 100%;
    height: 40px;
    padding-top: 8px;
}

.floating_input:focus {
    border-bottom: 1px solid #52bd94;
}

.floating_input.floated {
    font-size: 12px;

}

.floated.input_error {
    caret-color: #D14343;
    border-bottom: 1px solid #D14343;
}

.floated.floated_no_focus {
    border-bottom: 1px solid var(--bodyText);
}

.floating_label {
    position: absolute;
    top: 14px;
    left: 0;
    color: var(--bodyText);
    font-size: 14px;
    font-weight: 500;
    pointer-events: none;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
}

.floated+.floating_label,
.floated+em+.floating_label {
    top: -6%;
    left: 0;
    font-size: 12px;
    font-weight: 500;
}

.forgot_password {
    color: var(--grayText);
    font-size: 14px;
    font-weight: 500;
    line-height: 147%;
    border-bottom: 2px dotted var(--grayText);
}

.forgot_password:hover {
    color: var(--bodyText);
    border-bottom: 2px dotted var(--bodyText);
}

.mb15 {
    margin-bottom: 15px;
}

.mb0 {
    margin-bottom: 0;
}

.primary_btn {
    background-color: var(--primary-color);
    font-family: var(--font-family-primary);
    text-align: center;
    width: 100%;
}

.error {
    font-size: 12px;
    padding-top: 8px;
    font-weight: 700;
    display: inline-block;
    font-style: normal;
    color: #D14343
}

.eye_icon {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.password_has_text .eye_icon {
    right: 30px;
}

.eye_icon img {
    filter: invert(87%) sepia(5%) saturate(40%) hue-rotate(180deg) brightness(93%) contrast(90%);
}

.clear_text {
    position: absolute;
    background: #cdcfd2;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    top: 14px;
    right: 0;
    cursor: pointer;
}

.clear_text:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    transform: rotate(-45deg);
    background-color: #fff;
    left: 3px;
    top: 7px;
}

.clear_text:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 10px;
    transform: rotate(-45deg);
    background-color: #fff;
    left: 7px;
    top: 3px;
}

.or-seperator {
    text-align: center;
    margin: 0;
    height: 1px;
    border-top: 1px solid #CDCFD2;
}

.or-seperator i {
    padding: 0 10px;
    background: #fff;
    color: var(--grayText);
    position: relative;
    top: -12px;
    font-style: normal;
    font-size: 12px;
    font-weight: 500;
    z-index: 1;
}

.continue_google {
    border: 1px solid #dadbdd;
    border-radius: var(--border-radius);
    padding: 8px 16px;
    text-align: center;
}


.google_text {
    color: var(--bodyText);
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    padding-left: 8px;
}

.policy_info {
    color: var(--bodyText);
    font-size: 14px;
    font-weight: 500;
    line-height: 147%;
    margin: 0;
}


.policy_link {
    font-weight: 700;
    border-bottom: 2px dotted var(--bodyText);
    display: inline-block;
}

.policy_info .primary_link_blk,
.signup_info .primary_link {
    box-shadow: none;
    transition: none !important;
}

.signup_info .primary_link:hover {
    border-bottom: 2px dotted transparent;
}

.signup_info {
    color: var(--bodyText);
    font-size: 14px;
    font-weight: 500;
    line-height: 147%;
    margin-bottom: 0;
}

.primary_link_blk {
    color: var(--bodyText);
    font-weight: 700;
    border-bottom: 2px dotted var(--bodyText);
    transition: none !important;
}

.primary_link_blk:hover {
    color: var(--primary-color);
    border-bottom: 2px dotted transparent;
}

.primary_link {
    color: var(--primary-color);
    font-weight: 700;
    border-bottom: 2px dotted var(--primary-color);
    background-color: #fff;
    display: inline-block;
    margin-left: 5px;
}

.primary_btn.error_btn {
    background: #f5c0c9;
    cursor: not-allowed;
}

.modal-container .primary_btn {
    font-weight: 400;
    margin-top: 20px;
}

.modal-container.contact-us__modal .primary_btn {
    margin-top: 0;
}

.mt48 {
    margin-top: 48px;
}

.contact-us__modal .form_group_row {
    margin-bottom: 36px;
}

.floated-textarea .floating_input {
    resize: vertical;
    font-family: var(--font-family-primary);
    padding-right: 30px;
}

.floated-textarea .floating_label {
    top: -12px;
    left: 0;
    font-size: 12px;
    font-weight: 500;
}

textarea.floating_input::placeholder {
    color: #151517;
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
}

.form_text_small {
    font-size: 14px;
    font-weight: 500;
    color: var(--bodyText);
    padding-top: 4px;
}

.discard-btn {
    text-align: center;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 147%;
    background-color: transparent;
    border-bottom: 2px dotted transparent;
}

.discard-btn:hover {
    border-bottom: 2px dotted var(--primary-color);
}

.mb0 {
    margin-bottom: 0 !important;
}

.back-btn.login__btn:hover svg path {
    fill: var(--primary-color);
}

.back-btn.login__btn {
    gap: 4px;
}

.reset-password__modal .form_group_row,
.change-password__modal .form_group_row {
    margin-bottom: 36px;
}

/* review auth modal Styles ends */


/* modal overlay Styles */
.dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    transition: all 0.5s;
}

.hidden-dialog {
    display: none;
}

.modal-container {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    transform: translate(-50%, -50%);
    width: 572px;
    max-width: 100%;
}

.overflow-hidden {
    overflow: hidden;
}

.close-auth-modal {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 12px;
    top: 16px;
    cursor: pointer;
    z-index: 2;
}

.back-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--bodyText);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 16px;
    transition: color 0.2s ease;
}

.back-btn:hover {
    color: var(--primary-color);
}

.back-btn svg {
    transition: transform 0.2s ease;
}

.back-btn:hover svg {
    transform: translateX(-2px);
}

/* Captcha Styles */
.captcha-container {
    flex: 1;
}

.captcha-content {
    align-items: center;
    justify-content: flex-start;
}

.captcha-text {
    color: var(--bodyText);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
}

.captcha-input {
    width: 60px;
    height: 40px;
    border: 1px solid #dadbdd;
    border-radius: 8px;
    background-color: #ffffff;
    color: var(--bodyText);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 0 8px;
    transition: border-color 0.3s ease;
}

.captcha-input:focus {
    outline: none;
    border-color: var(--primary-color);
}

.captcha-input::placeholder {
    color: #dadbdd;
    font-size: 14px;
}

/* Responsive Design for Captcha */
@media (max-width: 768px) {
    .captcha-content {
        gap: 12px;
        align-items: center;
    }

    .captcha-text {
        font-size: 14px;
    }

    .captcha-input {
        width: 50px;
        height: 36px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .captcha-content {
        gap: 8px;
    }

    .captcha-text {
        font-size: 13px;
    }

    .captcha-input {
        width: 45px;
        height: 32px;
        font-size: 13px;
    }
}

/* Auth modal forms Styles */



@media (max-width: 1728px) {

    .gap48 {
        gap: 42px;
    }

    .gap36 {
        gap: 32px;
    }

    .gap24 {
        gap: 22px;
    }

}

@media (max-width: 1600px) {

    .gap48 {
        gap: 38px;
    }

    .gap36 {
        gap: 28px;
    }

    .gap24 {
        gap: 18px;
    }

    .gap16 {
        gap: 12px;
    }

    .fs-sp-title {
        font-size: 48px;
    }

    .subtitle {
        font-size: 20px;
    }

}

@media (max-width: 1550px) {

    .gap48 {
        gap: 36px;
    }

    .gap36 {
        gap: 24px;
    }

    .gap24 {
        gap: 16px;
    }

    .gap16 {
        gap: 10px;
    }

    .fs-sp-title {
        font-size: 42px;
    }

    .subtitle {
        font-size: 18px;
    }

    .hero-button .common-btn {
        padding: 19px 24px 18px 24px;
        font-size: 12px;
    }

}

@media (max-width: 1366px) {

    .subtitle {
        font-size: 16px;
    }

    .hero-button .common-btn {
        padding: 17px 22px 16px 22px;
    }

}

@media (max-width: 767px) {
    .fs-sp-title {
        font-size: 26px;
        margin-bottom: 16px;
    }

    .subtitle, .title-h2, .process-content, .fs-sp-title {
        text-align: left;
    }

    .gap48 {
        gap: 28px;
    }

    .gap36 {
        gap: 22px;
    }

    .gap24 {
        gap: 18px;
    }

    .block {
        display: inline;
    }

    .hero-content .title-h2 {
        font-size: 18px;
    }

    .modal-container {
        width: 90%;
    }

    .form_main {
        border-radius: 8px;
        padding: 24px;
        width: 100%;
        max-width: 100%;
        gap: 24px;
    }

    .forgot_password {
        font-size: 12px;
    }

    .error {
        font-size: 10px;
        padding-top: 6px;
    }

    .password_has_text .eye_icon {
        right: 28px;
    }

    .eye_icon {
        width: 16px;
        height: 16px;
    }

    .form_text {
        font-size: 20px;
    }

    .form_text_small {
        font-size: 12px;
    }

    .back-btn {
        font-size: 10px;
    }

    .floating_input {
        font-size: 12px;
    }

    .mt48 {
        margin-top: 24px;
    }

    .form_group_row .captcha-content {
        align-items: center;
    }
    
    .form_group_row .flex-center {
        align-items: flex-start;
    }

    .contact-us__modal .form_group_row {
        margin-bottom: 24px;
    }

    .form_group_row.mt48 {
        margin-bottom: 0;
    }


}