/*
Theme Name: Doel Sumbang MRD
Theme URI: http://www.myrealdigital.com
Description: Doel Sumbang exclusive theme created by MyRealDigital
Author: My Real Digital
Author URI: http://www.myrealdigital.com
Version: 1.0
Tags: white, two-columns, fixed-width, custom-header, custom-background, custom-menu, editor-style, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
    font-family: "OpenSansRegular";
    src: url("./fonts/OpenSans-Regular.ttf");
}
@font-face {
    font-family: "OpenSansBold";
    src: url("./fonts/OpenSans-Bold.ttf");
}
@font-face {
    font-family: "OpenSansExtraBold";
    src: url("./fonts/OpenSans-ExtraBold.ttf");
}

:root {
  --color-1: #2a2a6a;
  --color-2: #333381;
  --color-3: #4949d7;
  --color-4: #c83715;
  --color-5: #ee6c4d;
  --color-6: #000000;
  --color-7: #3d5a80;
  --color-8: #555555;

  --text-color-1: #000000;
  --text-color-2: #555555;
  --text-color-3: #3d5a80;
  --text-color-4: #4949d7;
  --text-color-5: #ee6c4d;

  --button-background-1: #333381;
  --button-background-2: #4949d7;
  --button-background-3: #ee6c4d;

  --background-1: #2a2a6a;
  --background-2: #333381;
  --background-3: #e0fbfc;
  --background-4: #c83715;
  --background-5: #ee6c4d;
  --background-6: #7c7cae;
  --white-smoke: #f8f4f4;

  --max-width: 800px;
}

* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'OpenSansRegular';
}

/* Font size */
.fs-13 {
    font-size: 13px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-25 {
    font-size: 25px !important;
}
.fs-35 {
    font-size: 35px !important;
}
/* Font family */
.fw-bold {
    font-family: 'OpenSansBold';
}
.fw-extra-bold {
    font-family: 'OpenSansExtraBold';
}
/* Text color */
.text-color-1 {
    color: var(--text-color-1);
}
.text-color-2 {
    color: var(--text-color-2);
}
.text-color-3 {
    color: var(--text-color-3);
}
.text-color-5 {
    color: var(--text-color-5);
}
/* Background */
.background-1 {
    background-color: var(--background-1);
}
.background-2 {
    background-color: var(--background-2);
}
.background-3 {
    background-color: var(--background-3);
}
.background-4 {
    background-color: var(--background-4);
}
.background-5 {
    background-color: var(--background-5);
}
.background-6 {
    background-color: var(--white-smoke);
}
.background-7 {
    background-color: var(--background-6);
}
/* Button */
.btn {
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    background-color: var(--button-background-1);
    border-radius: 40px;
    display: flex;
    align-items: center;
    color: white;
}
.btn:hover {
    background-color: var(--button-background-1) !important;
    color: white !important;
}
.btn.btn-background-1 {
    background-color: var(--button-background-1);
}
.btn.btn-background-2 {
    background-color: var(--button-background-2);
}
.btn.btn-background-3 {
    background-color: var(--button-background-3);
}
/* Card */
.card {
    border-radius: 10px;
}

.navbar {
    height: 80px;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 9999;
}
.navbar-collapse.show, .navbar-collapse.collapsing {
    background-color: white !important;
    padding: 20px;
    border-radius: 10px;
}
.nav-link {
    color: var(--text-color-2);
    font-size: 14px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.nav-link.active {
    color: var(--text-color-3) !important;
    border-bottom: solid 5px var(--color-3) !important;
}
.navbar .dropdown-item {
    font-size: 14px;
    color: var(--text-color-2);
}
.navbar .dropdown-item:hover {
    background-color: var(--background-6);
    color: white;
}
.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
    background-color: var(--background-6) !important;
    color: #ffffff !important;
}
.section-content {
    padding: 70px 10px;
    max-width: var(--max-width);
    margin: auto;
}

.title-section {
    height: 280px;
    width: 100%;
    background-image: url('./images/hero-background.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.title-section .overlay {
    height: 100%;
    width: 100%;
    background-color: var(--color-7);
    opacity: 0.7;
}

.title-section .overlay .title-container {
    padding: 0 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.hero-background {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.feature-section {
    margin-top: -100px;
}
.feature-icon {
    width: 60px;   
    height: 60px;
    object-fit: contain;
}
.feature-btn-read-more {
    color: white;
    border: solid 1px white;
    background-color: transparent;
}
.feature-name {
    margin-top: 30px;
    margin-bottom: 0px;
}
.feature-description {
    margin-top: 10px;
}

.why-choose-us-items {
    margin-top: 80px;
}
.why-choose-us-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.testimonial-items {
    margin-top: 70px;
}
.testimonial-item {
    min-height: 250px;
    margin-bottom: 50px;
}
.testimonial-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-top: -30px !important;
}

.footer-content {
    max-width: var(--max-width);
    padding: 40px 20px;
    margin: auto;
}
.footer-content ul {
    list-style: none;
    padding-left: 0px;
}
.footer-content ul li {
    margin-bottom: 6px;
}
.footer-content ul li a {
    text-decoration: none;
    color: white;
    font-size: 13px;
}
.footer-content-contact-icon {
    width: 26px;
    height: 26px;
    object-fit: contain;
}
.testimonial-content .card{
    background-color: #f8f5ee;
}
.testimonial-content .card-body .avatar{
    width: 100px;
    height: 100px;
}
.customers-content .card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.customers-content .card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.customers-content .card-body {
    text-align: center;
}
.customers-content .card-title {
    font-weight: bold;
}
.customers-content .card-text {
    color: #6c757d;
}
.customers-content .arrow-link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00695c;
    font-size: 1.2rem;
    text-decoration: none;
}

.benefit-title-section {
    padding: 64px 30px 36px;
}

.benefit-title-section .text-section p {
    width: 80%;
}

.benefit-title-section .text-section p.english-text {
    margin-top: 32px;
}

.benefit-title-section .text-section p.indonesia-text {
    margin-top: 48px;
    margin-left: 16px;
}

.benefit-title-section h1 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 52px;
    font-weight: bold;
}

.benefit-title-section .image-container{
    height: 500px;
    overflow: hidden;
    border-radius: 20px;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.benefit-content-section {
    padding-top: 64px;
    padding-bottom: 64px;
}

.benefit-content-section .benefit-column {
    flex: 1;
}

.benefit-content-section .image-container {
    width: 60%;
    overflow: hidden;
}

.benefit-content-section .text-wrapper {
    background-color: var(--white-smoke);
    padding: 32px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.benefit-content-row {
    display: flex;
    align-items: center;
    margin-bottom: 84px;
}

.title-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .benefit-title-section .image-container{
        width: 100%;
        height: auto;
    }

    .benefit-title-section .image-container img {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 576px) {
    .benefit-title-section h1 {
        font-size: 42px;
    }

    .benefit-title-section .text-section p {
        width: 100%;
    }

    .benefit-title-section .text-section p.indonesia-text {
        margin-top: 32px;
        margin-left: 0px;
        margin-bottom: 32px;
    }

    .benefit-title-section .image-container {
        height: auto;
        width: 100%;
    }
    
    .benefit-title-section .image-container img {
        width: 100% !important;
        height: auto !important;
    }

    .benefit-content-row:nth-child(odd) {
        flex-direction: column;
    }

    .benefit-content-row:nth-child(even) {
        flex-direction: column-reverse;
    }

    .benefit-content-section .benefit-column {
        margin-top: 32px;
    }
}