/* Custom styles can be added here */
body {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    padding-top: 56px; /* Adjusted padding for fixed navbar */
    background-color: #fff; /* Neutral background color */
    /* Added margin for the footer */
    /* margin-bottom: 60px;  */
}

.primary-color {
    color: #d3b265;
}

.hero-section {
    background-image: url("../../assets/images/bg.jpg");
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 150px 20px 100px 20px;
    height: 400px;
}

.hero-section-register {
    background-image: url("../../assets/images/bg-register2.jpg");
    background-size: cover;
    background-position: right;
    color: #fff;
    text-align: center;
    padding: 100px 20px 50px 20px;
    height: 200px;
}

.hero-section-plane {
    background-image: url("../../assets/images/plane.jpg");
    background-size: cover;
    background-position: top;
    color: #fff;
    text-align: center;
    padding: 100px 20px 50px 20px;
    height: 250px;
}

.cta-button {
    font-size: 16px;
    background-color: #d3b265;
}

.icon-section {
    text-align: center;
    padding: 30px 0px;
}

.icon-section h2.title {
    margin: 0 0 25px 0;
    border-bottom: 1px solid #d3b265;
    padding: 0 0 25px 0;
}

.icon {
    font-size: 48px;
    margin-bottom: 10px;
}

.icon-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.about-section {
    margin-top: 15px;
    margin-bottom: 25px;
    padding: 25px 20px 25px 0;
    background-color: #efead1;
    background-size: cover;
    background-position: center;
}

.product-showcase {
    text-align: center;
    padding: 25px 20px 0 20px;
}

.product-showcase .card .card-body h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.3333;
    justify-content: flex-start !important;
    margin-top: 6px;
}
.product-showcase a {
    text-decoration: none;
}
.product-section .product-showcase .card .card-body img {
    max-height: 45px;
}
.product-section .card {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

.product-section {
    padding: 0 0 25px 0;
    background-color: #fafafa;
    margin: 25px 0 0 0;
}

.howto-section {
    margin: 20px 0;
}

.howto-section h3.subtitle {
    border-bottom: 1px solid #d3b265;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.howto-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.howto-section a {
    text-decoration: none;
    color: #333;
    padding-left: 10px;
    margin-bottom: 5px;
    line-height: 40px;
}

.howto-section .step a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #d3b265;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 5px;
    line-height: 40px;
}

.howto-section .step a.active {
    text-decoration: none;
    color: #fff;
    background-color: #d3b265;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 5px;
    line-height: 40px;
}

.howto-section p {
    margin: 5px 0 25px 10px;
}

.howto-section img {
    max-height: 400px;
}

.howto-section .product-showcase img {
    max-height: 400px;
    opacity: 1;
}

.howto-section .form-group {
    margin-bottom: 10px;
}

.faq-section h2.title {
    border-bottom: 1px solid #d3b265;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.faq-section {
    margin: 30px 0 20px 0;
}

.accordion-button:not(.collapsed) {
    background-color: #d3b265;
    color: #fff;
}

.btn-esim-default {
    background-color: #d3b265;
    color: #fff;
}
.btn-esim-default:hover {
    background-color: #343a40;
    color: #fff;
}

.howto-section .product-showcase h4 {
    font-size: 16px;
}
/* Footer styles */
footer {
    background-color: #343a40; /* Dark background color for the footer */
    color: white;
    padding: 20px 0 0 0;
}
footer a {
    color: #fff;
    text-decoration: none;
}
.nav-tabs {
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.nav-tabs .nav-link:hover {
    background-color: #d3b265;
    color: #fff;
}
.nav-tabs .nav-link {
    color: #333;
}
.nav-tabs .nav-link.active:hover {
    color: #333;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fafafa;
}
.tabbable-line > .nav-tabs > li {
    margin: auto 2px;
}
.cart-row {
    border-top: 1px solid #d3b265;
    border-bottom: 1px solid #d3b265;
    padding: 10px 0 10px 0;
    margin: 15px 0;
}
