body {
    font-family: 'Gilroy', sans-serif !important;
    background-color: #f7fffe;
}

img {
    width: 100%;
}

.container {
    max-width: 100%;
    width: 1320px;
    margin: 0 auto;
}

.header-section {
    position: absolute;
    top: 0;
    z-index: 999;
}

.img-fluids {
    max-width: 50%;
    margin-left: 10px;
}

.navbar {
    padding: 10px 20px;
    position: relative;
}

.navbar-wrapper{
    display: flex;
}
.navbar-handle {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar ul {
    display: flex;
    gap: 30px;
    align-items: center;
}

.navbar ul li {
    list-style: none;
}

.navbar ul li a {
    position: relative;
    color: #fff;
    font-size: 17px;
    font-family: 'Gilroy', sans-serif;
    text-decoration: none;
    font-weight: 500;
    padding: 5px 0;
    transition: 0.3s ease;
}

.navbar ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #E53935;
    transition: 0.3s ease;
}

.navbar ul li a:hover {
    color: #E53935;
}

.navbar ul li a:hover::after {
    width: 100%;
}

.menu-toggle {
    display: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.fa-phone,
.fa-map-marker,
.fa-instagram,
.fa-facebook-f {
    background: #E53935;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    font-size: 14px;
}

.support-me span {
    font-size: 12px;
    color: #F7F7F7;
}

.support-me a {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.banner-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner-slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(0 0% 0% / 0.6);
}
.banner-slider-1 {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.banner-slider-1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(0 0% 0% / 0.6);
}
.slides {
    display: flex;
    height: 100%;
    transition: transform 0.6s ease-in-out;
}

.slide {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
    border: none;
    z-index: 99;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.prev:hover,
.next:hover {
    background: #E53935;
}

.text-written {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%);
    z-index: 99;
    text-align: center;
}
.neon-text-1{
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
}
.text-writ {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    z-index: 999;
    text-align: center;
}
.neon-text {
    position: relative;
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    color: #fff0;
    -webkit-text-stroke: 3px #fff;
    -webkit-text-stroke-width: thin;
    background: conic-gradient(from 0deg,
            #E53935,
            #c62828,
            #b71c1c,
            #8e1b1b,
            #ff6f61,
            #E53935);
    background-size: 200% 200%;
    background-clip: text;
    -webkit-background-clip: text;
    animation: neonBorderRotate 4s linear infinite;
    filter: drop-shadow(0 0 15px #E53935) drop-shadow(0 0 25px #c62828) drop-shadow(0 0 35px #ff6f61);
}

@keyframes neonBorderRotate {
    0% {
        color: transparent;
        text-shadow: none;
        background: linear-gradient(to right, #E53935 0%, transparent 0%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    25% {
        background: linear-gradient(to right, #E53935 25%, transparent 25%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    50% {
        background: linear-gradient(to right, #E53935 50%, transparent 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    75% {
        background: linear-gradient(to right, #E53935 75%, transparent 75%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    100% {
        background: linear-gradient(to right, #E53935 100%, #E53935 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.para-text {
    font-size: 20px;
    color: #fff;
    opacity: .8;
    font-weight: 300;
    margin-bottom: 0;
}

.form-type {
    position: absolute;
    bottom: 0px;
    z-index: 99;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    /* border-radius: 50px; */
    color: #fff;
    padding: 25px;
    margin: auto;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);

}

.form-type label {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.form-type input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #444;
    border-radius: 10px;
    background: #111;
    color: #fff;
    outline: none;
    transition: 0.3s ease;
}

.form-type input:focus {
    border-color: #E53935;
    box-shadow: 0 0 10px rgba(229, 57, 53, 0.4);
}

.form-type .col-lg-3 {
    margin-bottom: 20px;
}

.booking-btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(45deg, #E53935, #ff6b6b);
    cursor: pointer;
    transition: 0.3s ease;
    margin-top: 28px;
}

.booking-btn a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: block;
}

.booking-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(229, 57, 53, 0.4);
}

.pd-100 {
    padding: 50px 50px;
}

.img-feature {
    background-color: #fdb5b4;
    padding: 2px;
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    margin-right: 10px;
}

.feature-title {
    font-size: 18px;
    font-weight: 600;
    transition: color .3s ease;
    margin-bottom: 4px;
}

.feature-title:hover {
    color: #E53935;
}

.feature-para {
    color: #7a7a7a;
    transition: color .3s ease;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
}

/* 
@media (max-width: 992px) {
    .form-type {
        padding: 20px;
    }

    .booking-btn {
        margin-top: 0;
    }
} */
/* .about-heading {
    background: #282c34;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'JetBrains Mono', monospace;
    overflow: hidden;
    padding: 20px;
} */

.text-wrap {
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    /* justify-content: center; */
    gap: 10px;
}

.about-heading h1 {
    font-size: 42px;
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Gilroy', sans-serif !important;

}

.start-text {
    color: #000;
}


.inner-word {
    color: #000;
}

.string {
    height: 55px;
    overflow: hidden;
    position: relative;
}

.greeting {
    display: block;
    text-align: center;
    animation: move 8s infinite;
}

.en {
    color: #fa8231;
}

.es {
    color: #E53935;
}

.de {
    color: #c678dd;
}

.it {
    color: #1e0f5e;
}

.closure {
    color: #000;
}

/* Sliding Text */
@keyframes move {

    0%,
    20% {
        transform: translateY(0);
    }

    25%,
    45% {
        transform: translateY(-55px);
    }

    50%,
    70% {
        transform: translateY(-100px);
    }

    75%,
    95% {
        transform: translateY(-150px);
    }

    100% {
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .about-heading h1 {
        font-size: 28px;
    }

    .string {
        height: 38px;
    }

    @keyframes move {

        0%,
        20% {
            transform: translateY(0);
        }

        25%,
        45% {
            transform: translateY(-32px);
        }

        50%,
        70% {
            transform: translateY(-60px);
        }

        75%,
        95% {
            transform: translateY(-114px);
        }

        100% {
            transform: translateY(0);
        }
    }
}

.typewriter {
    font-family: monospace;
    font-size: 18px;
    width: 500px;
    /* control line break width */
    white-space: normal;
    /* allow wrapping */
    overflow: hidden;
    border-right: 2px solid black;

    display: inline-block;

    animation: typing 8s steps(180, end), blink 0.7s step-end infinite;
}

/* typing animation */
@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

/* cursor blink */
@keyframes blink {
    50% {
        border-color: transparent
    }
}

.abt-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 25px;
}

.service-section {
    background: linear-gradient(135deg, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 50%, rgba(209, 209, 209, 1) 50%, rgba(254, 254, 254, 1) 100%) center/cover no-repeat;
}

.card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    transition: .3s;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15)
}

.badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(to right, rgba(169, 3, 41, 1) 0%, rgba(196, 72, 72, 1) 44%, rgba(170, 34, 56, 1) 100%);
    color: #fff;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    z-index: 10
}

.tilt {
    overflow: hidden
}

.img-card {
    height: 400px;
    overflow: hidden
}

.img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.card:hover .img img {
    transform: scale(1.05)
}

.info {
    padding: 20px
}

.cat {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #71717A;
    margin-bottom: 5px
}

.title-card {
    font-size: 18px;
    font-weight: 700;
    color: #18181B;
    margin: 0 0 10px;
    letter-spacing: -.5px
}

.desc-card {
    font-size: 13px;
    color: #52525B;
    line-height: 1.4;
    margin-bottom: 12px
}

.feats {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 15px
}

.feat {
    font-size: 10px;
    background: #F4F4F5;
    color: #71717A;
    padding: 3px 8px;
    border-radius: 10px;
    font-weight: 500
}

.bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px
}

.price {
    display: flex;
    flex-direction: column
}

.old {
    font-size: 13px;
    text-decoration: line-through;
    color: #A1A1AA;
    margin-bottom: 2px
}

.new {
    font-size: 20px;
    font-weight: 700;
    color: #18181B
}

.card-btn {
    background: transparent;
    color: #E53935;
    border: none;
    border: 2px solid #E53935;
    border-radius: 10px;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: .3s;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.card-btn:hover {
    background: #E53935;
    color: #000;

    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15)
}

.card-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .1), transparent);
    transition: .5s
}

.card-btn:hover:before {
    left: 100%
}

.icon {
    transition: transform .3s
}

.card-btn:hover .icon {
    transform: rotate(-10deg) scale(1.1)
}

.meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #F4F4F5;
    padding-top: 12px
}

.rating {
    display: flex;
    align-items: center;
    gap: 2px
}

.rcount {
    margin-left: 6px;
    font-size: 11px;
    color: #71717A
}

.stock {
    font-size: 11px;
    font-weight: 600;
    color: #22C55E
}

/* 
@media (max-width:400px) {
    .card {
        width: 90%
    }

    .title {
        font-size: 16px
    }

    .img {
        height: 180px
    }

    .bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px
    }

    .price {
        margin-bottom: 5px
    }

    .btn {
        width: 100%;
        justify-content: center
    }
} */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    font-family: Arial, sans-serif;
}

.modal-content {
    background: #fff;
    padding: 25px;
    width: 90%;
    max-width: 420px;
    margin: 8% auto;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s ease-in-out;
}

.modal-content h2 {
    margin-bottom: 15px;
    color: #E53935;
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 26px;
    cursor: pointer;
    color: #999;
}

.close-btn:hover {
    color: #E53935;
}

.modal-content form input {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border-radius: 6px;
    border: 1px solid #ccc;
    outline: none;
    transition: 0.3s;
}

.modal-content form input:focus {
    border-color: #E53935;
    box-shadow: 0 0 5px rgba(229, 57, 53, 0.4);
}

.modal-content form button {
    width: 100%;
    padding: 12px;
    background: #E53935;
    color: #fff;
    border: none;
    border-radius: 6px;
    margin-top: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.modal-content form button:hover {
    background: #c62828;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.crew-card {
    margin-bottom: 60px;
}

.choose-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    height: 100%;
    position: relative;
}

.choose-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.typing {
    color: #000 !important;
    text-align: left !important;
}

.icon-chosen {
    font-size: 40px;
    color: #E53935;
    margin-bottom: 15px;
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 5px 10PX;
    border-radius: 50%;
}

.choose-card h4 {
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 31px;
}

.choose-card p {
    font-size: 14px;
    color: #555;
}

.logoSwiper {
    padding: 20px 0;
}

.logoSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logoSwiper img {
    max-width: 120px;
    height: auto;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: 0.3s;
}

.logoSwiper img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

.progress-item {
    margin-bottom: 20px;
}

.progress-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-weight: 500;
}

.percent {
    color: #E53935;
}

/* Background */
.progress-bar {
    width: 100%;
    height: 12px;
    background: #eee;
    border-radius: 50px;
    overflow: hidden;
}

/* Fill */
.progress-fill {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #E53935, #ff6f60);
    border-radius: 50px;
    transition: width 1.5s ease-in-out;
}

/* Stats */
.stat-box {
    margin: 15px 0;
}

.stat-box h2 {
    font-size: 40px;
    color: #E53935;
    font-weight: bold;
}

.stat-box p {
    margin: 0;
    color: #555;
}

.testinomial-section {
    position: relative;
    background-image: url('../images/superdeluxe.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testinomial-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.review-club {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.section-title {
    font-size: 32px;
    margin-bottom: 30px;
}

.testimonial {
    display: none;
    max-width: 700px;
    margin: auto;
    padding: 30px;

    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);

    border-radius: 10px;
    font-size: 18px;
    line-height: 1.6;
}

.testimonial.active {
    display: block;
}

.testimonial h4 {
    margin-top: 15px;
    font-weight: bold;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.gallery-item {
    overflow: hidden;
    border-radius: 10px;
}

.gallery-item img {
    width: 100%;
    cursor: pointer;
    transition: transform 0.4s ease;
    height: 362px;
    object-fit: cover;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
}

.lightbox img {
    max-width: 90%;
    max-height: 80vh;
    border-radius: 10px;
    object-fit: cover;
}

.lightbox .close {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 40px;
    cursor: pointer;
}

.footer-section {
    background-color: #091722;
    /* background-image: url(../images/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.logo-footer {
    margin-bottom: 40px;
}

footer p,
a {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

footer h6 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 40px;
    position: relative;
}

footer h6:after {
    position: absolute;
    content: "";
    background: grey;
    width: 12%;
    height: 1px;
    left: 0;
    bottom: -20px;
}

.btn-footer {
    color: grey;

    text-decoration: none;
    border: 1px solid;
    border-radius: 43px;
    font-size: 13px;
    padding: 7px 30px;
    line-height: 47px;
}

.btn-footer:hover {

    text-decoration: none;

}

.form-footer input[type="text"] {
    border: none;
    border-radius: 16px 0 0 16px;
    outline: none;
    padding-left: 10px;
    padding: 10px 0px;

}

::placeholder {
    font-size: 10px;
    padding-left: 10px;
    font-style: italic;
}

.form-footer input[type="button"] {
    border: none;
    background: #E53935;
    margin-left: -5px;
    color: #fff;
    outline: none;
    border-radius: 0 16px 16px 0;
    padding: 10px 12px;
}

.social .fa {
    color: grey;
    font-size: 22px;
    padding: 10px 15px;
    background: #3c3c3c;
}

footer ul li {
    list-style: none;
    display: block;
}

footer ul {
    padding-left: 0;
}

ul li::marker {
    color: #fff;
}

footer ul li a {
    text-decoration: none !important;
    color: #fff !important;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
    color: #f5f5f5 !important;

}

.logo-part {
    border-right: 1px solid grey;
    height: 100%;
}

.pd-101 {
    padding: 80px 50px 20px 50px;
}
.booking-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* LEFT */
.booking-left {
  flex: 1;
  background: url('../images/about-3.png') center/cover no-repeat;
  position: relative;
  color: #fff;
}

.booking-left .overlay {
  background: rgba(229, 57, 53, 0.85); /* #E53935 */
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.booking-left h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.booking-right {
  flex: 1;
  background: #fff;
  padding: 40px;
}

.booking-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-group {
  width: 48%;
  display: flex;
  flex-direction: column;
}

.form-group.full {
  width: 100%;
}

.form-group label {
  font-size: 14px;
  margin-bottom: 5px;
}

.form-group input,
.form-group select {
  padding: 10px;
  border-radius: 25px;
  border: 1px solid #ccc;
  outline: none;
}

.btn-book {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 30px;
  background: #E53935;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-book:hover {
  background: #c62828;
}
/* .contact-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 10%;
    gap: 50px;
} */


.left-content h1 {
    font-size: 36px;
    color: #222;
    margin-bottom: 15px;
}

.left-content p {
    color: #666;
    margin-bottom: 25px;
}

/* INFO */
.info-1 {
    display: flex;
    gap: 40px;
    margin-bottom: 25px;
}

.info-1 div {
    font-size: 14px;
}

.info-1 i {
    margin-right: 8px;
    color: #E53935;
}

/* AMENITIES */
.amenities {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-left: 4px solid #E53935;
}

.amenities h3 {
    margin-top: 0;
    color: #E53935;
}

.amenities ul {
    padding-left: 0;
    list-style: none;
}

.amenities li {
    margin: 10px 0;
    color: #444;
}

.amenities i {
    color: #E53935;
    margin-right: 10px;
}

/* FORM */
.form-card {
    flex: 1;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.form-card h3 {
    color: #E53935;
}

form input,
form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

form input:focus,
form textarea:focus {
    border-color: #E53935;
    outline: none;
}

/* BUTTON */
form button {
    width: 100%;
    padding: 12px;
    background: #E53935;
    color: #fff;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;
}

form button:hover {
    background: #c62828;
}
iframe {
    filter: invert(90%) hue-rotate(180deg);
}