@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
:root {      
    --alt-font: "Urbanist", sans-serif;
    --primary-font: "Urbanist", sans-serif;
    --base-color: #BE1E2D;
    --dark-gray: #000;
    --medium-gray: #707070;
    --aluminium-gray: rgba(255, 255, 255, 0.4);
}

body{
    font-size: 18px;
    line-height: 30px;
}
a:hover{
    color: var(--dark-gray);
}

.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 700;
}
.navbar .navbar-nav .dropdown.open .dropdown-menu {
    background-color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 17px;
    font-weight: 500;
    color: var(--dark-gray);
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    background-color: var(--white);
}
header .navbar-brand img {
    max-height: 65px;
}
.header-top-bar div>a {
    color: var(--white);
}
.header-top-bar div>a:hover {
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 30px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a i {
    width: 35px;
}
header .btn.btn-box-shadow.btn-base-color,
.btn.btn-base-color {
    color: var(--dark-gray);
}
header .btn.btn-box-shadow.btn-base-color:hover,
.btn.btn-box-shadow.btn-base-color:hover {
    color: var(--dark-gray);
}
header .btn.btn-small {
    font-size: 15px; 
    padding: 10px 18px;
}
/* btn */
.btn.btn-hover-animation-switch.btn-link {
    padding-top: 0;
}
.btn { 
    text-transform: inherit;
    font-weight: 600;
    letter-spacing: 0;
}
.btn.btn-extra-large {
    font-size: 18px;
    padding: 16px 32px;
}
.btn.btn-large {
    font-size: 17px;
    padding: 14px 28px;
}
.btn.btn-medium {
    font-size: 16px; 
    padding: 12px 24px;
}
.btn.btn-small {
    font-size: 15px;
}
.btn.btn-very-small {
    font-size: 14px; 
    padding: 9px 20px;
}

/* counter style */
.counter-style-04 .vertical-counter:after {
    color: var(--base-color);
}
.review-star-icon i {
    color: var(--base-color);
}

.google-maps-link a:hover {
    color: var(--white);
}

/* footer style */
footer ul li {
    margin-bottom: 1px;
}
footer p {
    line-height: 28px;
}

.page-title-double-large h1 {
    font-size: 3.375rem;
    line-height: 3.688rem;
}
.page-title-double-large h2 {
    font-size: 16px;
    line-height: 28px;
}

.right-12 {
    right: 12%;
}

.bg-jungle-green {
    background-color: #2ebb79;
}
.outside-box-top-205px {
    margin-top: -205px;
}
.bg-gradient-white-transparent {
  background: rgb(255, 255, 255);
  background: linear-gradient(90.85deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.4) 100%);
}
.bg-gradient-right-white-transparent {
  background: rgb(255, 255, 255);
  background: linear-gradient(87.96deg, rgba(255, 255, 255, 0.15) 0.25%, rgba(255, 255, 255, 0) 100.25%);
}
.bg-gradient-very-light-gray-transparent {
    background: rgba(52, 60, 217, 1);
    background: linear-gradient(87.96deg, rgb(190 30 46 / 44%) 0.25%, rgb(255 255 255 / 0%) 100.25%);
}
.bg-gradient-to-top-solitude-blue-transparent {
    background: #F3F3FF;
    background: linear-gradient(180deg, #F3F3FF 0%, rgba(243, 243, 255, 0) 100%);
}
.bg-gradient-gray-light-dark-transparent {
    background-image: linear-gradient(to top, #f7f7f7 0%, transparent 100%);
}
@media (max-width: 1399px) {
    .xl-h-180px {
        height: 180px;
    }
    .xl-w-180px {
        width: 180px;
    }
}
@media (max-width: 1199px) {
    .outside-box-top-200px {
        margin-top: -150px;
    }
}
@media (max-width: 991px) {
    .outside-box-top-200px {
        margin-top: 0;
    }
    .navbar .navbar-nav .dropdown.open .dropdown-menu {
        padding-bottom: 15px;
    }
    .navbar .navbar-nav .dropdown .dropdown-menu.show {
        background-color: var(--dark-gray);
    }
}
    .press-detail-section {
        background: #f7f7f7;
        padding: 70px 0;
    }

    .press-card {
        background: #fff;
        border-radius: 14px;
        padding: 18px;
        height: 100%;
        box-shadow: 0 10px 35px rgba(0,0,0,.07);
    }

    .press-img-box {
        overflow: hidden;
        border-radius: 12px;
        background: #fff;
        border: 1px solid #e9e9e9;
        height: 100%;
    }

    .press-img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: all .45s ease;
    }

    .press-img-box:hover img {
        transform: scale(1.06);
    }

    .press-img-contain img {
        object-fit: contain;
        background: #fff;
    }

    .press-category {
        color: #0d6efd;
        font-weight: 600;
        font-size: 15px;
        display: block;
        margin-bottom: 6px;
    }

    .press-title {
        font-size: 38px;
        line-height: 1.1;
        font-weight: 700;
        color: #222;
        margin-bottom: 12px;
    }

    .press-subtitle {
        font-size: 18px;
        font-weight: 700;
        color: #222;
        margin-bottom: 15px;
        border-bottom: 2px solid #111;
        padding-bottom: 10px;
    }

    .press-feature-list {
        padding: 0;
        margin: 0 0 25px 0;
        list-style: none;
        columns: 1;
    }

    .press-feature-list li {
        position: relative;
        padding-left: 26px;
        margin-bottom: 8px;
        font-size: 15px;
        color: #222;
        font-weight: 500;
    }

    .press-feature-list li:before {
        content: "✓";
        position: absolute;
        left: 0;
        top: 0;
        color: #0d6efd;
        font-weight: 700;
    }

    .press-table-wrap {
        background: #fff;
        border-radius: 5px;
        padding: 18px;
        box-shadow: 0 10px 35px rgba(0,0,0,.07);
        overflow-x: auto;
    }

    .press-table-title {
        font-size: 26px;
        font-weight: 800;
        color: #111;
        text-align: center;
        margin-bottom: 15px;
        letter-spacing: .5px;
    }

    .press-table {
        width: 100%;
        border-collapse: collapse;
        min-width: 1050px;
        background: #fff;
        font-size: 13px;
    }

    .press-table th {
        background: #111;
        color: #fff;
        padding: 11px 8px;
        text-align: center;
        border: 1px solid #333;
        font-weight: 700;
        white-space: nowrap;
    }

    .press-table td {
        padding: 10px 8px;
        text-align: center;
        border: 1px solid #d8d8d8;
        color: #222;
        font-weight: 500;
        white-space: nowrap;
    }

    .press-table td:first-child {
        text-align: left;
        font-weight: 700;
        background: #f5f5f5;
        color: #111;
    }

    .press-table tr:nth-child(even) td:not(:first-child) {
        background: #fafafa;
    }

    .press-gallery-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .press-gallery-grid .press-img-box {
        height: 330px;
    }

    .press-top-tech {
        height: 360px;
    }

    .press-main-photo {
        height: 430px;
    }

    .press-small-photo {
        height: 203px;
    }

    @media (max-width: 991px) {
        .press-title {
            font-size: 30px;
        }

        .press-gallery-grid {
            grid-template-columns: 1fr;
        }

        .press-gallery-grid .press-img-box,
        .press-top-tech,
        .press-main-photo,
        .press-small-photo {
            height: auto;
        }

        .press-img-box img {
            height: auto;
        }
    }