@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
:root {
    --background : #F6F1EE;
    --primary : #2B4784;
    --secondary : #2E709E;
    --colorDesc: #858585;
}

/* armada section */
.armadaSec{
    height:1850px;
}

.armadaSec h1{
    font-size:36px;
    color: #2B4784;
    font-weight: 900;

}

.brand {
    opacity:0.25;  
    margin-bottom:66px;
}

.subHeaderArmada{
    color:#858585;
    font-size:20px;
    font-weight:400;
}


.armadaCardsScrollable{
    height:1500px;
}

.cardTitle{
    font-weight:900;
    color:white;
    z-index:10;
}

.btn-PesanSekarang{
    background: #2B4784;
    font-weight:700;
    color:white;
    border:none;
    z-index:10;
    text-decoration:none;
}

.btn-PesanSekarang:hover{
    background:white;
    color:black;
    font-size:24px;
}

.armadaBtnContainer{
    padding-top:5px;
}

.armadaImage{
    z-index:10;
}



.armadaCard{
    width: 435px;
    height: 339px;
}

#lexusLogo{
    width: 93.333px;
    height: 70px;
}

#hondaLogo{
    width: 73.96px;
    height: 60px;
}

#hyundaiLogo{
    width: 109.919px;
    height: 60px;
}

#nissanLogo{
    width: 69.569px;
    height: 60px;
}

#toyotaLogo{
    width: 86.564px;
    height: 60px;
}

#kiaLogo{
    width: 99.576px;
    height: 50px;
}

@media only screen and (max-width:600px){
    .armadaCardsScrollable{
        height:1400px;
    }
}



/* Mengapa Pilih Kami Section */
.pilihKamiSec{
    margin-top:48px;
    padding-bottom:48px;
    background-color:var(--primary);
}

.titlePilihKami{
    color: white;
    font-weight: 700;
}
.descPilihKami{
    color: white;
    font-weight: 400;
}


.advantage{
    width:377px;
    height:143px;
    display:flex;
    font-family:"Lato", sans-serif;
}

.advantage-Icon{
    width:110px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.advantage-Detail{
    width:267px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items: center;
}

.advantageTitle{
    width:100%;
    font-size:26px;
    font-weight:500;
    line-height: 120%;
    color:white;
}

.advantageDesc{
    width:100%;
    color:white;
    font-size:15px;
    font-weight:500;
    line-height: 120%;
}

@media only screen and (max-width:600px){
    .advantages{
        margin: 0px;
    }
    .advantage:nth-child(1){
        margin-bottom:0px;
    }
}
@media only screen and (min-width:600px){
    .advantages{
        margin: 0px;
    }
}
@media only screen and (min-width:992px){
    .advantages{
        /* gap:22px; */
        margin: 22px 0px;
    }
    .advantage:nth-child(1){
        margin-bottom:70px;
    }
}

/* Testimonial Section */

.testiSec{
    padding-top:56px;
}

.testiTitle{
    color: var(--primary);
    font-weight : 900;
    font-family:"DM Sans", sans-serif;
    font-size: 36px;
}

.testiDesc{
    margin-bottom : 94px;
    color : var(--colorDesc);
    font-weight : 400;
    font-family : "DM Sans", sans-serif;
    line-height:normal;
}

.testiImageContent img:nth-child(1){
    /* margin-bottom : 45px; */
}


/* Kontak & lokasi section */

.konLokSec{
    background-color: var(--primary);
}

.konLokTitle{
    color: white;
    font-family:"DM Sans",sans-serif;
    font-weight:900;
}

.konLokDesc{
    color: white;
    font-weight:300;
    line-height:normal;
    font-style:normal;
}

.kontak{
    color: white;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

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

@media only screen and (min-width:600px){
    .konLokTitle{
        font-size:36px;
        padding:10px 0px;
    }
    
    .konLokDesc{
        width:100%;
        font-size:20px;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width:768px){
    .konLokTitle{
        font-size:36px;
        padding:10px 0px;
    }
    
    .konLokDesc{
        width:289px;
        font-size:20px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width:992px){
    .konLokTitle{
        font-size:36px;
    }
    
    .konLokDesc{
        width:417px;
        font-size:28px;
        margin-bottom: 50px;

    }
    
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:"DM Sans",sans-serif;
}

body {
    background: #F4EFEB;
    padding-top: 90px;
}

@font-face {
    font-family: 'annifont';
    src: url('Fonts/annifont.ttf');
}

/* Topbar styling */
.topbar {
    background-color: #2B4784 !important;
}

.topbar-link {
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.topbar-link:hover {
    color: #FFD700;
}

/* Navbar styling */
@font-face {
    font-family: 'annifont';
    src: url('/Fonts/annifont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Navbar styling */
.navbar {
    background-color: #F6F1EE !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-brand .brand-text {
    font-family: 'annifont', sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    color: #2B4784;
    letter-spacing: -2.5px; 
}



.navbar-nav .nav-link {
    font-weight: 500;
    font-size: 1.1rem;
    color: #333 !important;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease-in-out;
    position: relative;
}

/* Add divider */
.navbar-nav .nav-item:not(:last-child) .nav-link::after {
    content: "|";
    color: #666;
    opacity: 0.5;
    margin-left: 10px;
    font-size: 1rem;
}

.navbar-nav .nav-link:hover {
    color: #2B4784 !important;
}

/* Margin top for content to avoid overlap with fixed navbar */
.content {
    /* margin-top: 140px; Disesuaikan dengan tinggi topbar + navbar */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .navbar-nav .nav-link {
        font-size: 1rem;
        padding: 0.5rem;
    }
}


.welcome-section {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F6F1EE;
    overflow-x: hidden;
}

.welcome-text h1 {
    font-size: 39px;
    color: #000;
    font-weight: 800;
    margin-bottom: 20px;
}

.logo-text-container {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}

.welcome-logo {
    width: 150px;
    height: auto;
    margin-bottom: 30px;
}

.welcome-title {
    font-family: 'annifont';
    font-size: 2.5rem;
    color: #2B4784;
    margin: 0;
    font-weight: 600;
    letter-spacing: -3px;
}

.welcome-text p {
    font-size: 1.6rem;
    color: #666;
    margin-bottom: 25px;
}

.contact-buttons {
    display: flex;
    gap: 10px;
}

.btn-whatsapp {
    background-color: #25D366;
    color: #fff;
    padding: 10px 20px;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.map-image {
    /* position: relative; */
    /* left: 0%; */
    /* margin-top: -30%; */
}

.vehicles-image {
}
/* Updated CSS to ensure welcome text is not blocked by the navbar */


@media only screen and (max-width: 768px) {
    .welcome-section {
        height: auto;
        padding: 900px 20px 20px; /* Increase top padding */
        margin-top: 0;
    }
    
    .container {
        padding: 0 15px;
    }

    .welcome-text {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .welcome-text h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .logo-text-container {
        flex-direction: column;
        gap: 10px;
    }
    
    .welcome-logo {
        width: 100px;
        margin-bottom: 10px;
    }
    
    .welcome-title {
        font-size: 28px;
        letter-spacing: -1px;
    }
    
    .welcome-text p {
        font-size: 16px;
        margin-bottom: 20px;
        br {
            display: none;
        }
    }
    
    .contact-buttons {
        justify-content: center;
        margin-bottom: 30px;
    }
    
    .btn-whatsapp {
        padding: 8px 15px;
        font-size: 14px;
    }

    
    
    /* Navbar responsive */
    .navbar-nav .nav-link {
        font-size: 14px;
        padding: 8px 12px;
    }
    
    .navbar-nav .nav-item:not(:last-child) .nav-link::after {
        display: none;
    }
    
    .content {
        /* margin-top: 100px; */
    }
}

/* Penyesuaian tambahan untuk device sangat kecil */

/* Additional CSS for rotating the background on small screens */


/* Further adjustments for very small devices */
@media (max-width: 375px) {
    .welcome-img-container{
        height:250px;
    }
    .map-image {
        position:relative;
        width:200px;
        height:300px;
        top:-10%;
        left:20%;
        object-fit:cover;
        border-radius:20px;

    }
    .vehicles-image{
        position:absolute;
        top:-4%;
        width:400px;
    }

    .welcome-text h1 {
        padding-top: 3rem; /* Menyesuaikan untuk layar lebih kecil */
    }
    
    .welcome-logo {
        width: 80px;
    }
    
    .welcome-title {
        font-size: 24px;
    }
    
    .btn-whatsapp {
        padding: 6px 12px;
        font-size: 12px;
    }
}


@media (max-width: 768px) {
    .map-image {
        position:absolute;
        width: 350px;
        height: 600px;
        top:-36%;
        left: 60%;
        transform: rotate(90deg); /* Mempertahankan rotasi sesuai aslinya */
        object-fit:cover;
        border-radius:20px;
    }

    .welcome-img-container{
        position:relative;
        width:100%;
        height:350px;
    }
    
    .vehicles-image {
        width: 500px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .welcome-section {
        height: auto;
        padding: 150px 20px 20px; /* Meningkatkan padding-top untuk menghindari navbar */
        margin-top: 0;
    }
    .welcome-text {
        text-align: center;
        margin-bottom: 30px;
        padding-top: 60px; /* Menambah padding-top untuk ruang dari navbar */
    }
       /* Mengurangi space antara tombol dan background */
       .contact-buttons {
        justify-content: center;
        margin-bottom: 15px; /* Mengurangi margin bawah */
    }

}

@media only screen and (min-width:768px){
    .map-image {
        position:absolute;
        width: 450px;
        height: 600px;
        top:-70%;
        left: 25%;
        object-fit:cover;
        border-radius:20px;
    }

    .welcome-img-container{
        position:relative;
        height:350px;
    }
    
    .vehicles-image {
        width: 700px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .welcome-section {
        height: auto;
        padding: 150px 20px 20px; /* Meningkatkan padding-top untuk menghindari navbar */
        margin-top: 0;
    }
    .welcome-text {
        text-align: left;
        margin-bottom: 30px;
        padding-top: 60px; /* Menambah padding-top untuk ruang dari navbar */
    }
       /* Mengurangi space antara tombol dan background */
       .contact-buttons {
        justify-content: left;
        margin-bottom: 15px; /* Mengurangi margin bawah */
    }
}


/* Additional Fullscreen Fixes */
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

    /* Counter Section Styling */

    .counter-wrapper {
        margin: 0;
        width: 100%;
        color: white;
        overflow: visible;
      }
      
     .background-svg {
        position: absolute;
        flex-shrink: 0;
        z-index: -1;
      }

      
      
      .counter-container {
        position: relative;
        z-index: 1;
      }
      
      .counter-number {
        font-weight: 900;
        letter-spacing: -0.5px;
      }

      @media only screen and (max-width:600px){
        .counter-wrapper {
            width:100%;
            height:auto;
            display:flex;
            flex-direction:column;
            padding: 5px;
            justify-content:center;
            align-items:center;
            background-color:var(--primary);
        }
      
        .background-svg {
            width:1110px;
            height:245px;
            left:-450px;
            top:0px;
        }
      
        .counter-item {
            width:100%;
            flex-direction:column;
            text-align: center;
            margin-right: 0;
        }

      
        .counter-number {
            font-size:40px !important;
            margin-bottom: 0.5rem;
        }
      
        .counter-label {
          font-size: 20px !important;
            letter-spacing: -0.9px;
        }
      }
      
      
      @media only screen and (min-width:600px) {
        .counter-wrapper {
            width:585px;
            height:245px;
            display:flex;
            padding-left: 50px;
            justify-content:center;
            align-items:center;
        }
      
        .background-svg {
            width:1110px;
            height:245px;
            left:-450px;
            top:0px;
        }
      
        .counter-item {
            display:flex;
            width:100%;
            flex-direction:column;
            text-align: center;
            margin-right: 0;
        }

      
        .counter-number {
            font-size:40px !important;
            margin-bottom: 0.5rem;
        }
      
        .counter-label {
          font-size: 20px !important;
            letter-spacing: -0.9px;
        }
      }
      
      @media only screen and (min-width: 992px) {
        .counter-wrapper {
            width:795px;
            height:245px;
            display:flex;
            padding-left: 50px;
            justify-content:center;
            align-items:center;
        }
      
        .background-svg {
            width:1110px;
            height:245px;
            left:-250px;
            top:0px;
        }
      
        .counter-item {
            display:flex;
            width:100%;
            flex-direction:column;
            text-align: center;
            margin-right: 0;
        }

      
        .counter-number {
            font-size:60px !important;
            margin-bottom: 0.5rem;
        }
      
        .counter-label {
          font-size: 25px !important;
            letter-spacing: -0.9px;
        }
    } 
      

.about-section .section-title{
    font-size: 36px;
    font-weight: 900;
    color: #2B4784;
    margin-bottom: 1.5rem;
}
.about-section .section-description{
    font-size: 1rem;
    color: #555;
}
/* About section styles */
.about-section {
    margin-top: 20px; /* Removes extra margin from top and bottom */
    padding-bottom: 6rem; /* Adds a small padding at the bottom to avoid crowding */
    max-width: 90%;
    text-align: center;
}

/* Carousel styles */
#customCarousel {
    margin-bottom: 0; /* Ensure no extra margin below the carousel */
    padding-bottom: 0; /* Remove padding below carousel */
}

.carousel {
    position: relative;
    margin: 1rem 0; /* Slightly reduces vertical spacing */
}

.carousel-item img {
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
}

.carousel-row {
    display: flex;
    flex-wrap: wrap;
}

.carousel-col {
    flex: 1 1 100%; /* Default: 100% width for mobile */
    padding: 5px;
}

.carousel-image {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: 300px; /* Sesuaikan tinggi maksimal gambar */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
}

/* Hover effect for animation */
.carousel-item img:hover,
.carousel-image:hover {
    transform: scale(1.05); /* Zoom-in effect */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3); /* Add shadow */
}

/* Media Query untuk tablet (min-width: 768px) */
@media (min-width: 768px) {
    .carousel-col {
        flex: 1 1 50%; /* 2 kolom untuk tablet */
    }
}

/* Media Query untuk desktop (min-width: 992px) */
@media (min-width: 992px) {
    .carousel-col {
        flex: 1 1 33.33%; /* 3 kolom untuk desktop */
    }
}


/* Destinations Section */
.destinations-section {
    padding-top: 0.5rem; /* Further reduces top padding for tighter layout */
    margin-top: 0; /* Removes top margin to bring sections closer */
    margin-bottom: 5rem;
}

.destinations-section .section-title {
    font-size: 36px;
    font-weight: 900;
    color: #2B4784;
    margin-bottom: 1rem;
    z-index:20;
}

.destinations-section .section-description {
    font-size: 1rem;
    color: #555;
    margin-bottom: 1.5rem; /* Reduces space under the description */
}

.destinations-section .image-grid {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 23px;
    justify-content: center;
}

.destinations-section .destination-card {
    width: 228px;
    height: 270px;
    border-radius: 12px;
    transition: transform 0.3s;
}

.destinations-section .destination-card:hover {
    transform: scale(1.05);
    
}


.testimonial-section {
    background-color: #fff;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.circle-decoration {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(43, 71, 132, 0.1);
    z-index: 1;
}

.testimonial-section .section-title {
    z-index: 2;
}

.top-right {
    top: -100px;
    right: -100px;
}

.bottom-left {
    bottom: -100px;
    left: -100px;
}

.section-title {
    position:relative;
    color: #2B4784;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    z-index:50;
}

/*Bagaimana cerita mereka?*/
.testimonial-card {
    background: #2B4784;
    border-radius: 15px;
    padding: 30px;
    margin: 15px;
    color: white;
    position: relative;
    min-height: 280px;
    z-index:50;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    position: relative;
    padding-top: 60px; /* Memberi ruang untuk tanda petik di atas */
}

.testimonial-text::before {
    content: "";
    width: 25px;
    height: 20px;
    background-image: url('data:image/svg+xml,%3Csvg width="25" height="20" viewBox="0 0 25 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect width="10" height="10" fill="white"/%3E%3Cpath d="M10 20C3.73913 20 0.434783 17.3913 0 10H6.08696C5.21739 17.3913 8.4058 18.4058 10 19.1304V20Z" fill="white"/%3E%3Crect x="15" width="10" height="10" fill="white"/%3E%3Cpath d="M25 20C18.7391 20 15.4348 17.3913 15 10H21.087C20.2174 17.3913 23.4058 18.4058 25 19.1304V20Z" fill="white"/%3E%3C/svg%3E');
    background-size: cover;
    position: absolute;
    top: -30px; /* Menyesuaikan posisi vertikal */
    left: 0; /* Menyesuaikan posisi horizontal */
}
.testimonial-user {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #fff;
    object-fit: cover;
}

.user-info {
    flex-grow: 1;
}

.user-name {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1.6rem;
}

.user-email {
    font-size: 0.9rem;
    opacity: 0.8;
}

.rating {
    color: #FFD700;
    font-size: 1.5rem; /* Membuat ukuran bintang lebih besar */
    position: absolute;
    top: 15px;
    right: 30px; /* Menyesuaikan jarak bintang agar lebih ke tengah */
    margin-bottom: 20px;
}

/* Custom Owl Carousel Navigation */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}


.owl-prev, .owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.owl-prev {
    left: -20px;
}

.owl-next {
    right: -20px;
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.owl-dot {
    width: 30px;
    height: 4px;
    background: #E8EDF7 !important;
    margin: 0 5px;
    border-radius: 2px !important;
}

.owl-dot.active {
    background: #2B4784 !important;
}



.feedback-section {
    background-color: #2B4784;
    /* padding: 0 0 40px; Menghilangkan padding atas agar card bisa menempel */
    display: flex;
    justify-content: center;
}

/* Ceritakan Pengalamanmu */
/* {{ Left column }} */
.container-form {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    width: 100%;
    padding: 0 20px; /* Jarak kanan kiri */
}

.white-box-reversed {
    padding-left:20px;
    padding-right:20px;
    flex-shrink: 0;
    border-radius: 0px 0px 110px 25px;
    background: #FFF;
    box-shadow: 13px 18px 48.6px 0px rgba(0, 0, 0, 0.50);
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family:"DM Sans", sans-serif;
}



.white-box-reversed blockquote p {
    color: #2B4784;
}

.contact-options {
    display: flex;
    flex-wrap: wrap;
}

.option-link {
    text-decoration: none;
    font-weight: bold;
    display: flex;
}

.white-box-reversed .content h1 {
    color: #2B4784;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}


.title {
    color: #2B4784;
    font-weight: bold;
}

.quote {
    color: #2B4784;
    font-weight:400;
}

.contact-options {
    display: flex;
    justify-content: center;
}

.option-link {
    display: inline-block;
}


@media only screen and (max-width: 600px){
    .white-box-reversed{
        width: 100%;
        height: 285px;
        
    }
    .title{
        font-size:25px;
        margin-bottom : 10px;
    }

    .quote{
        font-size:15px;
    }

    .option-link{
        width:60px;
        display:flex;
        justify-content: center;
        align-items:center;
    }

    .contact-options{
        gap:5px;
        justify-content: center;

    }

    .quoteSign{
        width: 21px;
        padding-bottom:15px;
    }
}

@media only screen and (min-width:600px){
    .white-box-reversed{
        width: 553px;
        height: 385px;
    }
    .title{
        font-size:25px;
        margin-bottom : 10px;
    }

    .quote{
        font-size:15px;
    }

    .option-link{
        width:60px;
        display:flex;
        justify-content: center;
        align-items:center;
    }

    .contact-options{
        gap:10px;
        justify-content: center;

    }

    .quoteSign{
        width: 31px;
        padding-bottom:20px;
    }

}

@media only screen and (min-width:768px){
    .white-box-reversed{
        width: 253px;
        height: 285px;
    }
    .title{
        font-size:25px;
        margin-bottom : 10px;
    }

    .quote{
        font-size:15px;
    }

    .option-link{
        width:50px;
        display:flex;
        justify-content: center;
        align-items:center;
    }

    .contact-options{
        gap:5px;
        justify-content: left;
        
    }

    .quoteSign{
        width: 21px;
        padding-bottom:5px;
    }

}

@media only screen and (min-width:992px){
    .white-box-reversed{
        width: 453px;
        height: 585px;
    }
    .title{
        font-size:36px;
        margin-bottom : 36px;
    }

    .quote{
        font-size:28px;
        margin-bottom: 36px;
    }

    .option-link{
        width:60px;
        display:flex;
        justify-content: center;
        align-items:center;
    }

    .contact-options{
        gap:15px;
        justify-content: center;
        
    }
    .quoteSign{
        width: 41px;
        padding-bottom:20px;
    }
}


/* {{ right column }} */

.form-group {
    display: flex;
    gap: 10px;
}

.feedback-form {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    justify-content:center;
    align-items:center;
}

.form-control {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

textarea.form-control {
    resize: none;
}

.star-rating {
    text-align: center;
    margin: 15px 0;
}

.star-rating .fa {
    font-size: 1.5rem;
    color: #FFD700;
}

.star-rating .fa.checked {
    color: #FFD700;
}

.star-rating .fa:not(.checked) {
    color: #ddd;
}

/* Tombol submit */
.submit-button {
    background-color: #fff;
    color: #2B4784;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin: 0 auto; /* Membuat tombol berada di tengah */
}

.submit-button:hover {
    background-color: #e0e0e0;
}

.center-button {
    display: block;
    width: fit-content;
}

@media only screen and (max-width:600px){
    .feedback-form{
        padding: 25px 0px;
    }
}
@media only screen and (min-width:600px){
    .feedback-form{
        padding: 25px 0px;
    }
    #feedback-form{
        max-width:553px;
    }
    .form-control-textarea{
        height:100px;
    }
}

@media only screen and (min-width:768px){
    .feedback-form{
        padding: 25px 0px;
    }
    #feedback-form{
        max-width:553px;
    }
}
@media only screen and (min-width:992px){
    .feedback-form{
        padding: 25px 0px;
        height:780px;
    }
    .form-control {
        padding: 20px 17px;
    }
    .form-control-textarea{
        height:197px;
    }
}
 /* footer */
 .quote-section {
    background-image: url('/img/Footer.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 64px 20px;
    text-align: center;
}

.quote-container {
    max-width: 800px;
    margin: 0 auto;
}

.quote-text {
    color: #2B4784;
    font-size: 28px;
    font-family: "DM Sans", sans-serif;
    margin: 0;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 768px) {
    .quote-text {
        font-size: 22px;
    }
}