@import 'default.css';
@import 'common.css';


.lead-video-container {
    position: relative;
    text-align: center;
    padding-bottom: 52%;
    z-index: 11;
}

.lead-video-container p {
    font-size: 22px;
    color: var(--light-primary-50);
}

.lead-video-container video {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lead-video-container.home-video {
    padding-bottom: 0;
    height: 100vh;
}

.lead-video-container.home-video video {
    height: 100%;
    width: 177.77777778vh;
    /* 100 * 16 / 9 */
    min-width: 100%;
    min-height: 56.25vw;
    /* 100 * 9 / 16 */

}

.video-overlay {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


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

.common-section.grey {
    background-color: var(--light-background-50);
}

.home-heading-container {
    text-align: center;
    padding-bottom: 80px;
}


.projects-images h3 {
    font-size: 24px;
    color: var(--light-primary-300);
    line-height: 30px;
    margin-top: 16px;
    height: 30px;
}

.projects-images p {
    font-size: 18px;
    color: var(--light-primary-200);
    margin-top: 12px;
    opacity: 0;
    height: 81px;
    overflow: hidden;
}

.projects-images .col-md-3 {
    flex: 1;
    transition: flex-basis 0.6s ease;
    position: relative;
}

.projects-images img {
    height: 35.21vw;
    width: 100%;
    object-fit: cover;
}

.projects-images .col-md-3:hover {
    flex-basis: 55%;
}

.projects-images .col-md-3:hover p {
    opacity: 1;
}

.projects-images:hover .col-md-3:not(:hover) h3 {
    opacity: 0;
}

.projects-images .col-md-3:not(:hover) {
    flex-basis: 15%;
}

.success-stories-carousel {
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* Hide scrollbar for  IE and Edge */
    scrollbar-width: none;
    /* Hide scrollbar for  Firefox */
}

.success-stories-carousel::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari and Opera */
}

.success-story {
    flex: 0 0 80%;
    margin-right: 24px;
}

.success-story {
    max-width: 755px;
}

.success-story:last-child {
    margin: 0;
}

.success-story h3 {
    font-family: 'circular_stdmedium';
    font-size: 24px;
    color: var(--light-primary-300);
    margin: 16px 0;
}

.success-story .primary-content {
    font-size: 16px;
}


/* About CSS */
.about-video-section {
    padding: 60px 0 100px;
}

.about-video-wrapper {
    position: relative;
    padding-bottom: 100%;
}

.about-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}

.play-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
}

.play-icon img {
    width: auto;
}

.play-icon.pause {
    display: none;
}

.about-description {
    font-size: 24px;
    color: var(--light-primary-200);
}

.heading-mb-80 {
    margin-bottom: 80px;
}

.story-section h4 {
    font-family: 'lyon_text_regular';
    font-size: 30px;
    color: var(--light-primary-400);
}

.story-section p {
    font-size: 22px;
    color: var(--light-primary-200);
}

.story-row {
    border-bottom: 1px solid var(--light-primary-100);
    padding-bottom: 20px;
    margin-bottom: 50px;
    justify-content: space-between;
}

.story-row div {
    width: auto;
}

.offerings-section .container-fluid {
    padding: 0 90px;
}

.offerings-section .radius-img {
    border-radius: 250px 250px 0 0;
}

.offerings-section h3 {
    font-family: 'lyon_text_regular';
    font-size: 36px;
    color: var(--light-primary-300);
    margin-bottom: 24px;
}

.offerings-section p {
    font-size: 24px;
    color: var(--light-primary-200);
}

.offer-margin {
    margin-bottom: 100px;
}

.partners-section h3 {
    font-size: 22px;
    font-family: 'circular_stdmedium';
    color: var(--light-primary-300);
    margin-bottom: 24px;
}

.partners-list ul {
    margin-bottom: 80px;
    display: flex;
    overflow-x: auto;
}

.partners-list ul {
    margin-bottom: 80px;
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* Hide scrollbar for  IE and Edge */
    scrollbar-width: none;
    /* Hide scrollbar for  Firefox */
}

.partners-list ul::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari and Opera */
}

.partners-list li {
    flex: 0 0 auto;
    width: 200px;
    margin-right: 40px;
    display: inline-block;

}

.partners-list li img:last-child {
    margin-top: 40px;
}

.partners-list:last-child {
    margin: 0;
}

.team-section h3 {
    font-size: 30px;
    font-family: 'lyon_text_regular';
    color: var(--light-primary-300);
    margin: 26px 0 5px;
}

.team-section h4 {
    font-size: 24px;
    color: var(--light-primary-200);
}

.team-img {
    background: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/img/team/dhruv_sharma.jpg) no-repeat;
    padding: 40%;
    border-radius: 50%;
    background-size: cover;
    width: 80%;
}

.team-img.shirin {
    background-image: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/img/team/shirin_sharma.jpg);
}

.team-img.mamta {
    background-image: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/img/team/mamta_sharma.jpg);
}

.team-img.anubhav {
    background-image: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/img/team/anubhav_sharma.jpg);
}

.team-img.guido {
    background-image: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/img/team/guido_van_steijn.jpg);
}

.team-img.pankaj {
    background-image: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/img/team/pankaj_sachdeva.jpg);
}

.team-img.sahil {
    background-image: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/img/team/sahil_nainta.jpg);
}

.team-img.mayank {
    background-image: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/img/team/mayank_bhatnagar.jpg);
}

.team-img.william {
    background-image: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/img/team/william_ranschaert.jpg);
}

.team-img.nitya {
    background-image: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/img/team/nitya_arora.jpg);
}

.team-img.akshara {
    background-image: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/img/team/akshara_subramanian.jpg);
}

.team-img.prabhav {
    background-image: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/img/team/prabhav_tanay.jpg);
}

.team-img.megha {
    background-image: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/img/team/megha_rawla.jpg);
}

.team-img.vidhi {
    background-image: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/img/team/vidhi_thakkar.jpg);
}


.project-list {
    padding-bottom: 100px;
}

.project-section {
    margin-top: 100px;
}

.project-section .video-overlay {
    background: linear-gradient(193.18deg, rgba(0, 0, 0, 0) 13.01%, #000000 87.92%);
    z-index: 1;
}

.video-wrapper,
.controlled-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
}

.video-wrapper video,
.controlled-video-wrapper video,
.video-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.project-section .text-box {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 50vw 64px 64px;
    z-index: 2;
}

.projects-heading {
    font-size: 56px;
    color: var(--light-primary-10);
    font-family: 'lyon_text_regular';
    margin-bottom: 24px;
}

.project-section h3 {
    font-size: 20px;
    color: var(--light-primary-50);
    font-family: 'circular_stdmedium';
    margin-bottom: 16px;
}

.project-section p {
    font-size: 20px;
    color: var(--light-primary-100);
}

.learn-more {
    border-color: var(--light-primary-10);
    color: var(--light-primary-10);
    margin-top: 24px;
    display: inline-block;
}

.learn-more span {
    background: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/icons/arrow_w.svg) no-repeat center center;
}

.learn-more:hover {
    background-color: var(--light-primary-10);
    color: var(--light-primary-400);
}

.learn-more:hover span {
    background-image: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/icons/arrow_b.svg);
}

.all-team .team-img {
    padding: 30%;
    width: 60%;
}

.all-team h3 {
    font-size: 24px;
    font-family: 'lyon_text_regular';
    color: var(--light-primary-300);
    margin: 26px 0 5px;
}

.all-team h4 {
    font-size: 20px;
    color: var(--light-primary-200);
}

.value-section img {
    width: 150px;
}

.value-section h3 {
    font-size: 36px;
    font-family: 'lyon_text_regular';
    color: var(--light-primary-300);
    margin: 24px 0;
}

.value-section p {
    font-size: 20px;
    color: var(--light-primary-200);
}


.hiring-section h3 {
    font-size: 36px;
    font-family: 'lyon_text_regular';
    color: var(--light-primary-200);
    margin: 40px 0 8px;
}

.hiring-section h3 span {
    display: block;
    font-size: 70px;
    color: var(--light-primary-400);
    padding: 16px 0;
}

.hiring-section p {
    font-size: 24px;
    color: var(--light-primary-200);
}

.hiring-section .primary-link {
    margin-top: 24px;
}

.contact-form h2 {
    margin-bottom: 40px;
}

.contact-form h4 {
    font-size: 24px;
    color: var(--light-primary-100);
    margin-bottom: 40px;
}

.curve-carousel {
    width: 100vw;
    overflow: hidden;
    position: relative;
    --v-offset: 60px;
    --curve-height: 120px;
}

/* .curve-carousel .wrapper {
    display: grid;
    grid-template-rows: 50vw;
    grid-auto-flow: column;
    grid-gap: 16px;
    overflow: auto;
    scroll-snap-type: x mandatory;
} */

/* .curve-carousel .wrapper {
    display: grid;
    grid-template-rows: 50vw;
    grid-auto-flow: column;
    grid-gap: 16px;
    overflow: auto;
    scroll-snap-type: x mandatory;
    animation: autoscroll 100s linear infinite;
    width: fit-content;
} */

/* @keyframes autoscroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - 24px));
    }
} */


/* .curve-carousel img {
    scroll-snap-align: center;
    max-width: none;
    min-width: 32vw;
} */

.curve-carousel::after,
.curve-carousel::before {
    content: "";
    display: block;
    background: white;
    width: calc(100vw + 2 * var(--v-offset));
    height: var(--curve-height);
    position: absolute;
    border-radius: 50%;
    left: calc(-1 * var(--v-offset));
    right: calc(-1 * var(--v-offset));
}

.curve-carousel::before {
    top: calc(-0.6 * var(--curve-height));
    z-index: 1;
}

.curve-carousel::after {
    bottom: calc(-0.6 * var(--curve-height));
}

.mt-40 {
    margin-top: 40px;
}

.pre-heading {
    font-size: 20px;
    color: var(--light-primary-300);
    margin-bottom: 16px;
}

.icons-warpper {
    margin-top: 67px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.icons-warpper > div {
    padding: 0 10px;
}

.icons-warpper h5 {
    font-size: 20px;
    color: var(--light-primary-100);
    margin-top: 8px;
}

.cove-icons {
    margin-top: 60px;
}

.app-download {
    margin-top: 80px;
}

.app-download a:last-child {
    margin-left: 40px;
}

.village-map-bg {
    background: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/img/village/village_map_bg.jpg) no-repeat right center;
}

.cove-map-bg {
    background: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/img/cove/cove_map_bg.svg) no-repeat right center;
}

.village-map-bg,
.cove-map-bg {
    background-size: contain;
    margin: 100px 0;
    padding: 270px 0 64px;
}



@media only screen and (max-width: 1024px) {
    .about-description {
        font-size: 14px;
    }

    .projects-heading {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .lead-video-container {
        height: 500px;
    }
    .ratio-11 {
    height: auto;
    padding-bottom: 100%;
    }


    .lead-video-container p {
        font-size: 14px;
    }

    .lead-video-container .projects-heading {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .project-section h3 {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .project-section p {
        font-size: 12px;
    }

    .project-section .learn-more {
        font-size: 14px;
        color: var(--light-link-200);
        padding: 8px 0;
        margin-top: 8px;
        margin-bottom: 0;
        border: none;
    }

    .project-section .learn-more span {
        margin: 0 0 -3px 4px;
        background-image: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/icons/arrow-light-blue.svg);
    }

    .project-section .learn-more:hover {
        background: none;
        text-decoration: underline;
    }

    .project-section .learn-more:hover span {
        background-image: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/icons/arrow-light-blue.svg);
    }

    .offerings-section h3 {
        font-size: 18px;
        margin: 16px 0;
    }

    .offerings-section p {
        font-size: 14px;
    }

    .icons-warpper h5 {
        font-size: 14px;
    }

    .team-section h3 {
        font-size: 14px;
        margin: 8px 0 2px;
    }

    .team-section h4 {
        font-size: 10px;
    }

    .contact-form p {
        margin-bottom: 34px;
    }

    .app-download {
        margin-top: 24px;
    }

    .app-download a:last-child {
        margin-left: 16px;
    }

    .projects-images img {
        height: 33.21vw;
        width: 100%;
    }

    .village-map-bg,
    .cove-map-bg {
        padding: 0;
    }

    .pre-heading {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .common-section {
        padding: 40px 0;
    }

    .home-heading-container {
        padding-bottom: 40px;
    }

    .projects-images h3 {
        font-size: 18px;
        height: auto;
    }

    .success-stories-carousel {
        flex-direction: column;
        margin: 0 -12px;
    }

    .success-story {
        margin-right: 0;
    }

    .success-story .text-box {
        padding: 0 12px;
    }

    .success-story h3 {
        font-size: 18px;
        margin: 16px 0 12px;
    }

    .success-story .primary-content {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .about-video-section {
        padding: 40px 0;
    }

    .heading-mb-80 {
        margin-bottom: 40px;
    }

    .story-row {
        text-align: center;
        border: none;
        padding-bottom: 20px;
        margin-bottom: 20px;

    }

    .story-row div:first-child {
        width: 100%;
    }

    .story-section h4 {
        margin-bottom: 16px;
    }

    .double-arrow {
        width: 24px;
        height: 24px;
        display: block;
        background: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/icons/double_arrow_down.svg) no-repeat center center;
        margin-top: 5px;
    }

    .story-section h4 {
        font-size: 18px;
    }

    .story-section p {
        font-size: 16px;
    }

    .offerings-section .container-fluid {
        padding: 0 24px;
    }

    .offer-margin {
        margin-bottom: 60px;
    }

    .partners-section h3 {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .partners-list {
        margin-bottom: 40px;
    }

    .partners-list li {
        width: 100px;
        margin-right: 16px;
    }

    .partners-list li img:last-child {
        margin-top: 16px;
    }

    .project-section .text-box {
        padding: 16px;
    }

    .video-wrapper {
        height: 457px;
    }

    .project-list {
        padding: 0;
    }


    .all-team h3 {
        font-size: 16px;
        margin: 17px 0 5px;
    }

    .all-team h4 {
        font-size: 12px;
        margin-bottom: 40px;
    }

    .value-section img {
        width: 80px;
    }

    .value-section h3 {
        font-size: 20px;
        margin: 7px 0;
    }

    .value-section p {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .hiring-section img {
        width: 100px;
    }

    .hiring-section h3 {
        font-size: 30px;
        margin: 12px 0 2px;
    }

    .hiring-section h3 span {
        font-size: 40px;
        padding: 2px 0;
    }

    .hiring-section p {
        font-size: 16px;
    }

    .contact-form h4 {
        font-size: 16px;
        margin-bottom: 34px;
    }

    .contact-form .contact-btn {
        font-size: 14px;
        color: var(--light-link-500);
        padding: 8px 0;
        margin-top: 18px;
        margin-bottom: 0;
        border: none;
        display: flex;
        align-self: end;
    }

    .contact-form .contact-btn span {
        margin: 0 0 -4px 0;
        background-image: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/icons/arrow_blue.svg);
        width: 20px;
        height: 20px;
        background-size: cover;
    }

    .contact-form .contact-btn:hover {
        background: none;
        text-decoration: underline;
    }

    .contact-form .contact-btn:hover span {
        background-image: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/icons/arrow_blue.svg);
    }

    .project-section {
        margin: 40px -12px 0;
    }

    .media-coverage-logo img {
        width: 100px;
    }

    .object-fit {
        height: 457px;
        object-fit: cover;
    }

    .info-section {
        text-align: center;
    }

    .info-section .primary-heading {
        margin-bottom: 8px;
    }

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

    .icons-warpper {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }

    .icons-warpper>div img {
        width: 68px;
    }

    .icons-warpper>div {
        padding: 0 20px;
    }

    .icons-warpper h5 {
        margin: 6px 0 24px;
    }

    .rotate-image-box {
        position: relative;
    }

    .rotate-image-box:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .rotate-image-box img {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: rotate(90deg) translate(-50%, -50%);
        transform-origin: top left;
        height: 100%;
    }

    .cove-icons {
        margin-top: 24px;
    }

    .cove-icons img {
        margin-bottom: 10px;
    }

    .cove-icons h5 {
        margin-bottom: 0;
    }

    .primary-link::after {
        margin-top: -3px;
    }

    .projects-images .col-md-3 {
        flex: none;
    }

    .projects-images .image-wrapper {
        margin: 0 -12px;
    }

    .projects-images img {
        height: auto;
        width: auto;
    }

    .projects-images .col-md-3:hover {
        flex-basis: auto;
    }

    .projects-images .col-md-3:not(:hover) {
        flex-basis: auto;
    }

    .projects-images p {
        opacity: 1;
        font-size: 14px;
        height: auto;
        margin-bottom: 56px;
    }

    .projects-images:has(> :hover) .col-md-3:not(:hover, .col-md-3:hover) h3 {
        display: block;
    }

    .village-map-bg,
    .cove-map-bg {
        background: none;
        text-align: center;
        margin: 0;
    }

}

.cover-video {
    height: 200vh;
    padding: 0;
}

.cover-video-wrapper {
    height: 100vh;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: -1;
}

.animated-logo {
    position: absolute;
}

.animated-logo img {
    width: 100%;
    transform: scale(4);
    transform-origin: 0 0;
    margin-top: 8px;
}

.cover-content {
    transform: translateY(-50%);
    position: absolute;
    top: 75%;
}

/* .sticky .animated-logo {
    width: auto;
}

.sticky .animated-logo img {
    width: 100% !important;
} */
.animated-header {
    position: fixed;
    z-index: 100;
}

.inner-page-header {
    font-size: 16px;
    color: var(--light-primary-10);
    padding: 14px 0;
    text-align: center;
}

video::-webkit-media-controls {
    display:none !important;
}

/* video popups */
.main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}
.main .card {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    color: #333;
    border-radius: 2px;
}
.main .card-image {
    background: #fff;
    display: block;
    padding-top: 0;
    position: relative;
    width: 100%;
}
.main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 600px) {
    .main .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
   }
}
.card-image video {
    width: 100%;
    height: 100%;
}
section.homevideos {
    padding-top: 80px;
    padding-bottom: 50px;
}
.homevidoesheads .home-heading-container {
    padding-bottom: 30px;
}



/* banner form css  */

.form-banner-main {
  position: relative;
  z-index: 9;
  height: 100%;

}

.form-banner-wrapper {
  width: 400px;
  text-align: left;
  float: right;
  margin-right: 50px;
  background: #ffffff;
  padding: 24px 28px;
  border-radius: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
}

.form-wrapper {
  margin-bottom: 16px;
}

.form-wrapper label {
  font-size: 14px;
  color: #333;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.form-wrapper input, .form-wrapper textarea {
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #ccc;
    padding: 8px 10px;
    color: #222;
    font-size: 13px;
    transition: border-color 0.3s, background-color 0.3s;
    border-radius: 4px;
    margin-bottom: 0;
    margin-top: 0;
}

.form-wrapper input:focus,
.form-wrapper textarea:focus {
  border-color: #888;
  background-color: #fff;
  outline: none;
}

.form-wrapper input::placeholder,
.form-wrapper textarea::placeholder {
  font-size: 13px;
  color: #888;
}

textarea {
  resize: vertical;
  min-height: 80px;
}

input[type="checkbox"] {
  width: 14px;
  height: 14px;
  accent-color: #333;
}

.checkbox-wrapper label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #555;
}

.button-wrapper {
  text-align: center;
  margin-top: 16px;
}

.button-wrapper button {
  background: linear-gradient(135deg, #4a4a4a, #a0a0a0);
  border: none;
  color: #fff;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 24px;
  cursor: pointer;
  transition: background 0.3s;
}

.button-wrapper button:hover {
  background: linear-gradient(135deg, #333, #777);
}

.asterisk {
  color: #e63946;
  margin-left: 2px;
}

.modal-stickybutton button {
    position: fixed;
    top: 50%;
    right: -66px;
    z-index: 999;
    transform: rotate(90deg);
}

.modal-body.form .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal-body.form {
    position: relative;
}

.form-wrapper.modal-button button {
    position: relative;
    transform: rotate(0deg);
    position: relative;
    left: auto;
    top: auto;
    right: 0;
    background: linear-gradient(135deg, #4a4a4a, #a0a0a0);
    border: none;
    color: #fff;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 24px;
    cursor: pointer;
    transition: background 0.3s;
}

.modal-button button:hover {
  background: linear-gradient(135deg, #333, #777);
}

.form-wrapper.modal-button {
    text-align: center;
}

.modal-body.form .btn-close {
    position: absolute;
    right: 12px;
    top: 12px;
}

.modal-button .btn-primary {
        background: linear-gradient(135deg, #4a4a4a, #a0a0a0);
    border-color: #000;
}

.modal-body.form .btn-close:hover {
  filter: brightness(0) invert(1); /* makes the 'X' white on hover */
}

.modal-button.mods button {
    background: transparent;
    color: #5d5d5d;
    border-radius: 0;
    border-color: #5d5d5d;
}

.modal-button.mods {
    text-align: center;
}

.modal-button.mods.bot {
    margin-top: 50px;
}

.modal-button.mods.about {
    margin-top: 20px;
}

@media screen and (min-width:320px) and (max-width:767px) {
    .form-banner-wrapper {
    display: none;
}
}
