nav.navbar {
    background-color: transparent;
}

nav.navbar.sticky-top {
    background-color: #FFFAF4;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

nav.navbar.sticky-top .nav-item .nav-link {
    color: #1E1E1E !important;
}

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

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

.get-in-touch-section {
    background-color: #C7BBAB;
}

.get-in-touch-section h1 {
    /*font-family: Gayathri, serif;*/
    font-family: Erotique, sans-serif;
    font-weight: 400;
    font-size: 186px;
    position: absolute;
    line-height: 1;
    left: 35%;
    top: 50%;
    transform: translateY(-50%);
}

.get-in-touch-section h1 span.erotique {
    font-family: Erotique, sans-serif;
    font-weight: 400;
    font-size: 186px;
    margin-left: 31%;
}

.mc {
    margin-top: 400px;
}

.get-in-touch-section p {
    font-family: Gayathri, serif;
    font-weight: 400;
    font-size: 24px;
}

.faq-section {
    padding: 100px 0;
}

.faq-title {
    font-family: Cormorant Garamond, serif;
    font-weight: 400;
    font-size: 72px;
    line-height: 76px;
}

.faq-section p {
    font-family: Gayathri, serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 76px;

}

.accordion-header {
    font-family: Gayathri, serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
}

.accordion-item {
    background: var(--background-color);
}

.accordion-button {
    background-color: transparent;
    font-family: Gayathri, serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    border: none;
    color: #1E1E1E;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: var(--background-color);
    color: #1E1E1E;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../images/arrow-top.png");
    transform: rotate(0deg);
    transition: transform 0.2s ease-in-out;
    background-size: 8px;
    background-position: top right;;
}

.accordion-button::after {
    background-image: url("../images/arrow-top.png");
    background-size: 8px;
}

.accordion-button.collapsed::after {
    transform: rotate(180deg);
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    font-family: Gayathri, serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.75;
}

/* Contact Form */
.contact-form-section {
    padding: 100px 0;
    background-color: #C7BBAB;
    color: #1e1e1e;
    font-family: Gayathri, serif;
    font-weight: 400;
}

.section-title {
    font-family: Cormorant Garamond, serif;
    font-weight: 400;
    font-size: 72px;
    line-height: 76px;
}

.contact-form-section p {
    font-size: 24px;
}

.contact-form-section label {
    font-size: 20px;
}

.form-control,
.form-select {
    font-size: 20px;
    box-shadow: none !important;
    border-radius: 0;
    border-color: #333 !important;
    padding-left: 0;
    padding-right: 0;
}

.form-control:focus,
.form-select:focus {
    border-color: #000;
}

/* Custom styling for file input to make browse button transparent */
input[type="file"] {
    color: #1E1E1E;
    background-color: transparent !important;
}

/* This targets the file input button in most browsers */
input[type="file"]::-webkit-file-upload-button {
    background: transparent !important;
    border: none;
    color: #1E1E1E;
    cursor: pointer;
}

/* For Firefox */
input[type="file"]::file-selector-button {
    background: transparent !important;
    border: none;
    color: #1E1E1E;
    cursor: pointer;
}

/* Additional fallback for older browsers */
input[type="file"]:hover,
input[type="file"]:active,
input[type="file"]:focus {
    background-color: transparent !important;
    outline: none;
}

.btn-outline-dark {
    margin-top: 30px;
    border-radius: 6px;
    font-family: Gayathri, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    padding: 14px 40px 8px;
    border-color: #1E1E1E;
    color: #1E1E1E;
}


@media only screen and (max-width: 1680px) {
    .get-in-touch-section h1 {
        left: 32%;
    }
}

@media only screen and (max-width: 1440px) {
    .get-in-touch-section h1 {
        left: 28%;
    }

    .contact-form-section .mb-5 {
        margin-bottom: 2rem !important;
    }
}

@media only screen and (max-width: 1370px) {
    .get-in-touch-section h1 {
        font-size: 150px;
        left: 32%;
        top: 45%;
    }

    .get-in-touch-section h1 span.erotique {
        font-size: 150px;
    }
}


@media only screen and (max-width: 1280px) {
    .get-in-touch-section h1 {
        font-size: 140px;
        line-height: 1;
        top:400px;
    }

    .get-in-touch-section h1 span.erotique {
        font-size: 140px;
    }

    .faq-title {
        font-size: 60px;
        line-height: 72px;
    }

    .faq-section p {
        font-size: 24px;
        line-height: 60px;
    }

    .accordion-button {
        font-size: 20px;
        line-height: 32px;
    }

    .accordion-body {
        margin-top: 0;
        font-size: 18px;
        line-height: 1.75;
    }

    .section-title {
        font-size: 60px;
        line-height: 72px;
    }

    .contact-form-section p {
        font-size: 20px;
    }

    .contact-form-section label {
        font-size: 18px;
    }

    .form-control, .form-select {
        font-size: 18px;
    }
}

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

    .get-in-touch-section h1 {
        font-size: 120px;
        line-height: 1;
        left: 34%;
    }

    .get-in-touch-section h1 span.erotique {
        font-size: 120px;
    }
}

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

    .get-in-touch-section h1 {
        font-size: 100px;
        line-height: 1;
        left: 33%;
        top: 350px;
    }

    .get-in-touch-section h1 span.erotique {
        font-size: 100px;
    }
}

@media only screen and (max-width: 800px) {
    .get-in-touch-section h1 {
        top: 25%;
        font-size: 120px;
        line-height: 100px;
        left: 25%;
    }

    .get-in-touch-section h1 span.erotique {
        font-size: 120px;
    }

    .mc .col-md-6 {
        width: 100%;
        margin-top: 2rem !important;
        padding: 0 !important;
    }

    .faq-section {
        padding: 75px 0;
    }

    .faq-title {
        font-size: 42px;
        line-height: 60px;
    }

    .faq-section p {
        font-size: 22px;
        line-height: 48px;
    }

    .accordion-button {
        font-size: 18px;
        line-height: 28px;
    }

    .accordion-body {
        margin-top: 0;
        font-size: 16px;
        line-height: 1.5;
    }

    .section-title {
        font-size: 42px !important;
        line-height: 60px;
    }

    .contact-form-section p {
        font-size: 18px;
    }

    .contact-form-section label {
        font-size: 16px;
    }

    .form-control, .form-select {
        font-size: 16px;
    }
}

@media only screen and (max-width: 500px) {
    .get-in-touch-section h1 {
        position: relative;
        left: 5%;
        top: -125px;
        transform: translateY(0);
        font-size: 72px;
        line-height: 1.15;
        margin-top: 0;
    }


    .get-in-touch-section h1 span.erotique {
        font-size: 72px;
        margin-left: 20%;
    }

    .mc {
        margin-top: -110px;
    }

    .mc .col-md-6 {
        margin-top: 1.5rem !important;
    }

    .faq-section img {
        width: 100%;
    }

    .faq-title {
        font-size: 36px;
        line-height: 48px;
        text-align: left;
        padding: 0 20px;
    }

    .faq-section p {
        font-size: 20px;
        padding: 0 20px;
        text-align: left;
    }

    .contact-form-section {
        padding: 50px 0;
    }

    .contact-form-section img {
        width: 100%;
    }

    .contact-form-section .section-title {
        padding: 0 20px;
        /*text-align: center!important;*/
    }

    .contact-form-section .mb-5 {
        text-align: left;
    }
}
