@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');

@font-face {
    font-family: Hind Siliguri;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/hind-siliguri/hind_siliguri_regular.woff) format("woff")
}

@font-face {
    font-family: Hind Siliguri;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/hind-siliguri/hind_siliguri_medium.woff) format("woff")
}

@font-face {
    font-family: Hind Siliguri;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/hind-siliguri/hind_siliguri_semi_bold.woff) format("woff")
}

@font-face {
    font-family: Hind Siliguri;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/hind-siliguri/hind_siliguri_bold.woff) format("woff")
}

html {
    box-sizing: border-box;
    height: 100%;
}

*,
:after,
:before {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

:root {
    --bs-primary: #FF0000;
    --bs-secondary: #72200f;
    --bs-light: #f6f7f9;
    --bs-dark: #2d3941;
    --bs-text: #787878;
    --bs-border: #E9E9E9;
}

body {
    margin: 0px;
    color: var(--bs-dark);
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
    min-height: 100vh;
    font: 400 15px "Open Sans", serif;
    line-height: 1.5;
    text-underline-offset: 4px;
    background-color: var(--bs-white);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 700;
    color: var(--bs-dark);
    font-family: 'Vollkorn', serif;
}

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

img {
    max-width: 100%;
}

a:hover,
a {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease;
}

.form-control:focus {
    border-color: #b3bdc0;
    box-shadow: none;
}

.py-5px {
    padding-top: 5px;
    padding-bottom: 5px;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.bg-dark {
    background-color: var(--bs-dark) !important;
}

.button {
    display: inline-flex;
    min-height: 4.4rem;
    align-items: center;
    justify-content: center;
    padding: 1rem 3rem 1.2rem;
    border-radius: 4rem;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 3rem;
    padding: 1rem 1.8rem;
    line-height: 1;
}

:not(.btn-check)+.btn:active,
:not(.btn-check)+.btn:active:focus-visible {
    border-color: transparent;
}

.btn-primary {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.form-select:focus,
.form-control:focus,
.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.scrollTop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 350;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 10px 10px 20px -10px rgb(155 32 144 / 60%);
}

.scrollTop:hover {
    color: var(--bs-white);
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollTop.show {
    opacity: 1;
    transform: none;
    pointer-events: visible;
}

.text-xs {
    font-size: 12px;
}

.text-sm {
    font-size: 14px;
}

.text-normal {
    font-size: 16px;
}

.text-lg {
    font-size: 18px;
}

.text-xl {
    font-size: 26px;
}

.form-control {
    border: 1px solid #b3bdc0;
    padding: .3rem .75rem;
    min-height: 36px;
    font-size: 14px;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.text-truncate-2,
.text-truncate-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.text-truncate-2 {
    -webkit-line-clamp: 2;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    display: none;
}

.tooltip-inner {
    background: var(--bs-dark);
    border-radius: 8px;
    font-size: 12px;
    padding: 5px 10px;
    z-index: 8;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
}

.field {
    position: relative;
    width: 100%;
    display: flex;
    transition: box-shadow 0.1s ease;
}

.form__input {
    border: 1px solid #dedede;
    border-radius: 0;
    padding: 5px 14px;
    min-height: 45px;
}

.field__label {
    font-size: 1rem;
    left: 20px;
    top: 11px;
    margin-bottom: 0;
    pointer-events: none;
    position: absolute;
    transition: top 0.1s ease, font-size 0.1s ease;
    color: rgb(0 0 0 / 75%);
    letter-spacing: .1rem;
    line-height: 1.5;
}

.form__input~.field__label {
    color: #707070;
    font-size: 14px;
    top: 12px;
}

.form__input::placeholder {
    color: transparent;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    border: .1rem solid transparent;
    border-radius: 0px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 55%);
    transition: box-shadow 0.2s ease;
    z-index: 1;
}

.field:has(.form__input)::after {
    box-shadow: none;
}

.form__input:not(:placeholder-shown),
.form__input:focus {
    padding: 15px 15px 5px 17px;
    border-color: var(--bs-primary);
    border-width: 2px;
}

.form__input:not(:placeholder-shown)~.field__label,
.form__input:focus+.field__label {
    font-size: 12px;
    top: 5px;
    left: 18px;
    letter-spacing: .04rem;
}

.search-modal {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bs-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.modal-overlay::after {
    position: absolute;
    content: "";
    background-color: rgb(0 0 0 / 50%);
    top: 100%;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 9;
}

.search-modal__content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    padding: 0 1rem;
}

.search__form {
    flex-grow: 1;
}

.reset__button {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: currentColor;
    cursor: pointer;
    display: flex;
    height: calc(100% - 2px);
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    right: calc(1px + 3rem);
    top: 1px;
}

.reset__button svg {
    height: 16px;
    width: 16px;
    border: 1px solid var(--bs-gray-500);
    border-radius: 50%;
    padding: 0.2rem;
    color: var(--bs-black);
}

.reset__button:not(:focus):after {
    border-right: .1rem solid rgb(0 0 0 / 12%);
    display: block;
    height: calc(100% - 14px);
    content: "";
    position: absolute;
    right: 0;
}

.search__button {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: var(--bs-gray-800);
    cursor: pointer;
    display: flex;
    height: calc(100% - 2px);
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
}

.modal__close-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem;
    height: calc(100% - 2px);
    width: 3rem;
    background-color: transparent;
    position: initial;
    margin-left: .5rem;
    color: var(--bs-gray-700);
    flex-shrink: 0;
}

/*** ========== Header css ========== ***/

.header__top {
    border-bottom: 1px solid #dedede;
}

.header__top_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__top_left {
    flex-grow: 1;
}

.header__top_list {
    display: flex;
    flex-wrap: wrap;
}

.header__top_list li {
    position: relative;
    display: flex;
    align-items: center;
}

.header__top_list li:not(:last-child)::after {
    content: '';
    height: 30%;
    border-right: 1px solid #b2aeae;
    margin: 0 0.8rem;
}

.header__top_link {
    text-transform: uppercase;
    color: var(--bs-black);
    display: inline-block;
    padding: 0.3rem 0;
}

.header__top_link:hover {
    color: var(--bs-primary);
}

.header__top_right {
    flex-shrink: 0;
}

.lang_list {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.header {
    position: relative;
    border-bottom: 1px solid #dedede;
}

.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header__left {
    flex-shrink: 0;
}

.header__logo {
    padding: 0.5rem 0;
}

.header__right {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-self: stretch;
}

.head__nav {
    height: 100%;
}

.header__menu {
    display: flex;
    height: 100%;
}

.header__menu_item {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
}

.header__menu_link {
    display: inline-block;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    color: var(--bs-black);
}

.header__menu_link:hover {
    color: var(--bs-primary);
}

.megamenu,
.submenu {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: var(--bs-white);
    z-index: 9;
    box-shadow: 0 20px 25px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease, transform 0.4s cubic-bezier(0.2, 0.2, 0.48, 0.9);
    min-width: 220px;
    padding: 0.6rem 0.8rem;
    transform: translateY(1rem);
    visibility: hidden;
    opacity: 0;
}

.megamenu {
    right: 0;
    padding: 1rem;
}

.header__menu_item:hover>.megamenu,
.header__menu_item:hover>.submenu {
    transform: translateY(2px);
    visibility: visible;
    opacity: 1;
}

.megamenu__title {
    font-weight: 600;
    text-transform: uppercase;
    color: var(--bs-black);
    padding: 0.5rem 0.5rem 0;
    display: flex;
    line-height: 1;
    font-size: 0.95rem;
    align-items: center;
}

.megamenu__title::before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-flex;
    background-color: var(--bs-secondary);
    margin-right: 0.6rem;
    margin-bottom: 5px;
}

.submenu__link {
    display: block;
    padding: 0.3rem 0.5rem;
    color: var(--bs-gray-600);
    font-size: 0.9rem;
}

.megamenu .submenu__link {
    font-size: 0.84rem;
}

.submenu__link:hover {
    color: var(--bs-secondary);
}

.header__search {
    flex-shrink: 0;
    padding-left: 1rem;
    display: flex;
    align-items: center;
}

.search__btn {
    padding: 0;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border-color: transparent !important;
}

/*** ========== Header css ========== ***/

/*** ========== Hero css ========== ***/
.hero__section {
    position: relative;
    z-index: 1;
}

.hero__section::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #030303FA;
    opacity: 0.65;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 1;
    pointer-events: none;
}

.hero__slide {
    position: relative;
}

.hero__slide::before {
    content: '';
    display: block;
    padding-top: 600px;
}

.hero__slide_img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__content {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    text-align: center;
}

.hero__title {
    color: var(--bs-white);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

/*** ========== Hero css ========== ***/

/*** ========== Service css ========== ***/
.service__card {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
}

.service__card_img {
    position: relative;
    z-index: 1;
}

.service__card_img img {
    object-fit: cover;
}

.service__card_content {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem 0;
}

.service__card_title {
    width: 100%;
    background-color: #FAFAFA94;
    padding: 0.3rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #2B161B;
}

.service__card_link {
    display: inline-flex;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 0.3rem;
}

.service__card_link.sm {
    padding: 0.3rem 0.6rem;
    border-radius: 0.2rem;
    font-size: 0.8rem;
}

.service__card_link:hover {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

.service__card_link::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/*** ========== Service css ========== ***/

/*** ========== What We Do css ========== ***/
.what_we_do__section {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--bs-light);
}

.section__title,
.short_title {
    font-family: 'Vollkorn', serif;
}

/*** ========== What We Do css ========== ***/

/*** ========== Explore css ========== ***/
.explore__section {
    padding: 5rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/*** ========== Explore css ========== ***/

/*** ========== BLogs css ========== ***/
.blog__card {
    background-color: var(--bs-white);
}

.blog__card_thumb {
    position: relative;
}

.blog__card_thumb::after {
    content: '';
    display: block;
    padding-top: 66%;
}

.blog__card_thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog__card_content {
    padding: 1.5rem;
}

.blog__card_category {
    font-size: 1rem;
    display: inline-block;
    padding: 0.3rem 0;
    margin-bottom: 0.4rem;
    color: var(--bs-secondary);
}

.blog__card_title {
    font-family: 'Vollkorn', serif;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.blog__card_title a:hover {
    color: var(--bs-secondary);
}

.blog__card_date {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

/*** ========== BLogs css ========== ***/

/*** ========== Footer css ========== ***/
.footer {
    padding: 3rem 0 1rem;
    border-top: solid .1rem rgb(0 0 0 / 8%);
}

.footer__title {
    margin-bottom: 1rem;
    margin-top: 0;
    font-size: 1.2rem;
    font-family: 'Vollkorn', serif;
}

.footer-block__details-content {
    font-size: 0.95rem;
}

.link--text {
    display: inline-block;
    margin-bottom: 10px;
}

.link--text:hover {
    text-decoration: underline;
}

.list-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
}

.list-social__link {
    align-items: center;
    display: flex;
    padding: 0.8rem;
    color: var(--bs-black);
}

.list-social__item .icon {
    height: 1.6rem;
    width: 1.6rem;
}

.footer-block__newsletter {
    text-align: center;
    padding-top: 20px;
}

.footer-block__heading {
    margin-bottom: 2rem;
}

.footer-bottom {
    border-top: solid .1rem rgb(0 0 0 / 8%);
    padding-top: 1rem;
    margin-top: 1rem;
}

/*** ========== Footer css ========== ***/


/* ========== Mobile Menu Css Start ========== */
.nav-toggler {
    min-width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    position: relative;
    z-index: 99;
    color: var(--bs-primary);
    padding: 0;
    border-color: transparent !important;
}

.close-icon {
    display: block;
    width: 16px;
    position: relative;
}

.close-icon:before,
.close-icon:after {
    background-color: var(--bs-gray);
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.close-icon:before {
    transform: rotate(45deg);
}

.close-icon:after {
    transform: rotate(-45deg);
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    max-width: 400px;
    background-color: var(--bs-white);
    z-index: 9999;
    height: 100%;
    transition: all 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
}

.mobile-menu.open-menu {
    transform: translateX(0);
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    background-color: var(--bs-light);
    height: 60px;
    flex-shrink: 0;
}

.mobile-menu-body {
    flex-grow: 1;
    overflow: auto;
}

.mobile-menu-footer {
    background-color: rgb(0 0 0 / 3%);
    padding: 2rem 3rem;
    flex-shrink: 0;
}

.account-link {
    display: inline-flex;
    padding: 8px 0;
    color: var(--bs-black);
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.close-menu {
    padding: 6px;
    display: grid;
    place-items: center;
    position: absolute;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 59px;
    width: 60px;
}

.list-item {
    border-bottom: 1px solid #eee;
    position: relative;
}

.nav__cat-par {
    display: block;
    padding: 7px 15px;
}

.list-item h6 {
    padding: 13px 0 13px 15px;
    font-size: 14px;
    font-weight: 500;
    background-color: #f3f6f7;
    line-height: 1;
}

.nav__cats .list-item .nav__parent>span {
    margin-left: 12px;
}

.submenu_toggler {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: var(--bs-gray);
    width: 46px;
    display: grid;
    place-items: center;
    height: 100%;
    cursor: pointer;
    border-left: 1px solid #eee;
}

.submenu_toggler::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
}

.item-submenu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    background-color: var(--bs-white);
    z-index: 10000;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    display: flex;
    flex-direction: column;
}

.list-item.open>.item-submenu {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.menu-heading {
    color: var(--bs-gray-800);
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.submenu_collapse {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    border-right: 1px solid #ddd;
    display: grid;
    place-items: center;
    cursor: pointer;
    color: var(--bs-gray);
    font-size: 14px;
}

.submenu_collapse::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Pro';
}

.menu-heading-list {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    background-color: var(--bs-light);
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.link-list {
    flex: 0 0 auto;
    height: calc(100% - 50px);
    overflow: auto;
}

.menu-link,
.menu-link:hover,
.menu-link:focus {
    display: block;
    color: var(--bs-gray-800);
    padding: 13px 15px;
    font-size: 14px;
}

.mobile__search {
    padding: 1rem;
}

.link__title {
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--bs-gray-200);
}

.link__title~.list-item {
    padding-left: 15px;
}

/* ========== Mobile Menu Css End ========== */

/* ========== Page Header Css Start ========== */
.page__header {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.page__header::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bs-black);
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
}

.page__header_content {
    position: relative;
    z-index: 2;
    padding: 10rem 0;
}

.page__header_title {
    color: var(--bs-white);
    position: relative;
    padding-left: 1.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    font-family: 'Vollkorn', serif;
}

.page__header_title::before {
    content: "";
    width: 5px;
    height: 100%;
    display: block;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff512f), to(#dd2476));
    background: linear-gradient(to bottom, #ff512f, #dd2476);
    top: 0;
    left: 0;
}

.page__header_subtitle {
    padding-left: 1.5rem;
    color: var(--bs-white);
    margin-bottom: 1.2rem;
}

.page__header_line {
    position: relative;
    width: 100px;
    height: 4px;
    background-color: var(--bs-primary);
    margin-left: 3.5rem;
    margin-bottom: 0.5rem;
}

.page__header_line::before {
    content: '';
    position: absolute;
    color: var(--bs-primary);
    left: -27px;
    top: 0;
    display: inline-block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: var(--bs-primary);
    -webkit-box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
    box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
}

.page__header_description {
    color: var(--bs-white);
    padding-left: 1.5rem;
    font-family: 'Vollkorn', serif;
    font-size: 1.1rem;
}

/* ========== Page Header Css End ========== */

/* ========== Product Css Start ========== */
.product__gallery {
    margin-top: -5rem;
    position: relative;
    z-index: 2;
}

.product__carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 15px);
    transform: translateY(-50%);
    font-size: 1.5rem !important;
    color: var(--bs-white) !important;
    left: 1.5rem;
    width: 2rem;
}

.product__carousel .owl-nav .owl-next {
    left: auto;
    right: 1.5rem;
}

.product__item {
    position: relative;
    text-align: center;
}

.product__image {
    border-radius: 0.8rem;
    overflow: hidden;
    position: relative;
}

.product__image::before {
    content: '';
    display: block;
    padding-top: 70%;
}

.product__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product__link {
    text-transform: uppercase;
    display: inline-block;
    margin-top: 0.5rem;
    color: var(--bs-primary);
    font-size: 1rem;
}

.page__description {
    font-size: 1rem;
}

.product__carousel_wrapper {
    margin: 0 -0.5rem;
}

.page__header_title2 {
    color: var(--bs-white);
    text-align: center;
    background-color: #FFFFFF45;
    padding: 0.5rem 1rem 0.2rem;
    line-height: 1;
    text-transform: uppercase;
}

.page__header_title2 span {
    box-shadow: 9px 24px 38px rgb(255 255 255 / 20%);
}

/* ========== Product Css End ========== */

/* ========== About Css Start ========== */

.about-img figure {
    margin: 0;
    width: 100%;
    float: left;
}

.about-img figure img {
    display: block;
}

.about-img figure {
    margin: 0;
    z-index: 3;
    width: auto;
    position: relative;
}

.about-img figure:nth-child(1) {
    width: 66%;
    margin: 0 0 -200px;
}

.about-img figure:nth-child(2) {
    z-index: 2;
    width: 52%;
    float: right;
    margin: 0 0 -95px;
}

.about-img figure:nth-child(3) {
    z-index: 1;
    margin: 0 0 0 80px;
}

.about-img figure img {
    border: 10px solid var(--bs-white);
}

.map-wrapper iframe {
    min-height: 350px;
    width: 100%;
    border: 0;
    aspect-ratio: 1/.45;
}

.centered-pagination .pagination {
    justify-content: center;
}

.pagination li>* {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-gray-300);
    font-size: 14px;
    margin-right: 5px;
    border-radius: 3px;
}

.pagination li:not(.disabled)>*:hover,
.pagination li.active>* {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.pagination {
    justify-content: flex-end;
}

.career_form {
    max-width: 500px;
    margin: 0 auto;
}

div:where(.swal2-container).swal2-top,
div:where(.swal2-container).swal2-center,
div:where(.swal2-container).swal2-bottom {
    grid-template-columns: auto minmax(0, 1fr) auto !important;
}

div:where(.swal2-container).swal2-center>.swal2-popup {
    grid-column: 2 !important;
    grid-row: 1 !important;
    place-self: center center !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    padding: .3em 1em 0 !important;
    font-size: 1.2em !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
    border-radius: 2px !important;
    font-size: 13px !important;
}

.swal2-popup.swal2-toast {
    align-items: center !important;
}

.swal2-popup.swal2-toast .swal2-title {
    font-size: 13px !important;
    margin-top: 0.65rem !important;
}

/* ========== About Css End ========== */



/* =============== Team Page CSS =============== */
.team-card {
    border: 1px solid var(--bs-gray-300);
    border-radius: 15px;
    overflow: hidden;
    background-color: var(--bs-white);
}

.team-card-content {
    padding: 16px;
}

.team-card-title {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
}

.text-card-designation {
    font-size: 14px;
    font-weight: 500;
    color: var(--bs-primary);
    margin-bottom: 0.8rem;
}

.team-card-contact {
    color: var(--bs-gray);
}

.team-card-social {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 15px;
}

.team-card-social-link {
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    border-radius: 3px;
}

/* =============== Team Page CSS =============== */



