/* 
Primary headings: #d4c49a (bright warm gold)
Italic accent words: #c0a87a (amber gold — same as carousel's PlayfairDisplay-Italic accents)
Body text: #948a78 (warm grey-brown)
Spaced-caps section labels: #7a6a4a (dark olive gold)
Client/footer names: #b0a080 (bronze). // subheading
Background: #030303 (near-black brown)
Border lines: #8a7a5a (muted gold) */

/* 
font-family: "Lora", serif;
font-family: "Playfair Display", serif;
font-family: "Poppins", sans-serif; 
*/


body,
html {
    font-family: "Poppins", sans-serif;
    color: #948a78;
    background-color: #030303;
}

.innerPage {
    background-color: #030303;
}

.innerPage .menuButton {
    border-color: #706349;
}

.innerPage .menuButton:after {
    background: #706349;
}

.innerPageHeader {
    font-family: "Playfair Display", serif;
    color: #d4c49a;
    font-size: 40px;
    margin-bottom: 40px;
    position: relative;
    font-weight: normal;
}

.innerPageHeader::before {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #706349;
    position: absolute;
    left: 0;
    bottom: -30px;
}

.innerPageHeader span {
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: #c0a87a;
}

#contactUs h3 {
    font-family: "Lora", serif;
    color: #b0a080;
    position: relative;
    padding-bottom: 20px;
    font-style: italic;
    font-size: 24px;
}

#contactUs h3::before {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #706349;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.btn-brown {
    font-family: "Poppins", sans-serif;
    background-color: #d4c49a;
    color: #030303;
    transition: all .2s;
}

.btn-brown:hover {
    background-color: #7a6a4a;
    color: #d4c49a;
    opacity: 1;
}

.btn-default {
    border: 1px #706349 solid;
    color: #948a78;
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    border-radius: 0;
    background-color: transparent;
    padding: 10px 20px;
    font-weight: 18px;
    font-size: 12px;
    letter-spacing: 1px;
}

.btn-default:hover {
    background: rgb(138, 122, 90, .4);
    color: #d4c49a;
    border-radius: 0;
    transform: scale(1);
    border: 1px #706349 solid;
}

.contactHolder {
    border: 1px #706349 solid;
}

.contactItems label a {
    color: #b0a080 !important;
    font-family: "Lora", serif;
    font-weight: normal;
}

.contactItems label {
    color: #b0a080;
    font-family: "Lora", serif;
    font-weight: normal;
}

.contactItems label a:hover {
    color: #d4c49a;
}

.mdInput {
    border: 1px #706349 solid;
    border-radius: 4px;
}

.mdInput input {
    font-family: "Poppins", sans-serif;
    color: #d4c49a;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}

.mdInput label {
    color: #7a6a4a;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 15px;
}

.mdInput {
    line-height: 40px;
    margin-top: 25px;
}

.mdFocussed label,
.alwaysFocused label {
    top: -28px;
    font-size: 12px;
}

.contactItems span {
    border: 1px #706349 solid;
}

.contactItems span i {
    color: #7a6a4a;
    transition: all .2s;
}

.contactItems:hover span i {
    color: #b0a080;
}

.contactItemsInline {
    color: #7a6a4a;
    transition: all .2s;
}

.contactItemsInline span svg {
    fill: #7a6a4a;
    transition: all .2s;
}

.contactItemsInline:hover span svg {
    fill: #b0a080;
}

.contactItemsInline:hover span {
    background: transparent;
}

.innerPage .momInnerNewContentInner h1 {
    font-family: "Playfair Display", serif;
    color: #d4c49a;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 60px;
    position: relative;
}

.innerPage .momInnerNewContentInner h1::after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #706349;
    position: absolute;
    left: 0;
    bottom: -30px;
}

.innerPage .momInnerNewContentInner h1 span {
    font-family: "Lora", serif;
    color: #c0a87a;
    font-weight: normal;
    font-style: italic;
}

.innerPage .momInnerNewContentInner p {
    color: #948a78;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 180%;
}

.momInnerNewContentInner a {
    font-family: "Poppins", sans-serif;
    background-color: #948a78;
    color: #030303;
    transition: all .2s;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px 20px;
}

.momInnerNewContentInner a:hover {
    background-color: #7a6a4a;
    color: #948a78;
    opacity: 1;
}

.navigateToVert {
    background-color: transparent;
    border: solid 1px #8a7a5a;
    color: #030303;
    transition: all .2s;
}

.navigateToVert:hover {
    background-color: #8a7a5a;
}

.navigateToVert span {
    font-family: "Poppins", sans-serif;
}

.navigateToVert span,
i {
    color: #d4c49a;
    transition: all .2s;
}

.fullModalClose {
    background: transparent;
    border: solid 1px #706349;
    border-radius: 0;
    background-color: #d4c49a;
    transition: all .2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullModalClose img {
    width: 24px;
    height: 24px;
    filter: invert(1);
}

.fullModalInner {
    background: #030303;
}

.fullModalHeader:after {
    background: -webkit-linear-gradient(top, transparent, #030303);
}

.modalTestiInner .modalAuthorText {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
}

.modalTestiInnerAuth p {
    margin-bottom: 0;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
}

.modalTestiInnerAuth p span {
    margin-bottom: 0;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
}

.menuInner {
    position: absolute;
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
    background: rgba(30, 30, 27, .75);
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.56);
}

.closeMenuInner {
    right: 0;
}

.closeMenuInner i {
    color: #d4c49a;
    font-size: 24px;
    font-weight: normal;
}

.menuInContentAnchors a {
    font-family: "Lora", serif;
    color: #c0a87a;
    transition: all .2s;
}

.menuInContentAnchors a:hover {
    color: #d4c49a;
}

.menuInContentAnchors .alegreya {
    font-size: 24px;
}

.menuInContentAnchors .alegreya {
    font-family: "Lora", serif;
    color: #c0a87a;
}

.menuInContentAnchors .alegreya:hover {
    color: #d4c49a;
}

.caret {
    border-color: #c0a87a transparent transparent transparent;
}

.menuInContentAnchors a.subMenu {
    color: #b0a080;
    font-family: "Poppins", sans-serif;
    line-height: 140%;
}

.menuBackgroundHome .menuInContentAnchors a {
    color: #d4c49a;
}

.menuBackgroundHome .menuInContentAnchors p {
    color: #d4c49a;
}

.menuBackgroundHome .menuInContentAnchors a.subMenu {
    color: #c0a87a;
}

.menuBackgroundHome .caret {
    border-color: #d4c49a transparent transparent transparent;
}

.contactModalInner {
    background: #030303;
}

.contactModalInner .contactHolder {
    border: 0;
}

.fullModal .modalTestiInner {
    background: #8a7a5a;
}

.customizeLongDWrap span {
    font-family: "Poppins", sans-serif;
    font-size: 15px !important;
    color: #948a78;
    font-weight: normal;
    font-size: 18px;
}

.customizeLongHolder .testimDesigWrap {
    font-family: "Lora", serif;
    font-style: italic;
    color: #c0a87a;
    font-size: 16px;
}

.offshoreTopImg::after {
    background: linear-gradient(360deg, #030303 30%, rgba(255, 208, 48, 0.1));
}

.SolFeaInnerMainSubHead {
    color: #948a78 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 15px !important;
    font-weight: normal !important;
}

.centerWrap {
    text-align: center;
    width: 100%;
}

.centerWrap h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.centerWrap h1::after {
    left: 50% !important;
    margin-left: -30px !important;
}

.OffshrTeamHeading {
    font-family: "Lora", serif;
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: normal;
    color: #c0a87a;
}

.offShrTeamName {
    font-weight: normal;
    color: #c0a87a;
    font-family: "Lora", serif;
    font-style: italic;
    font-size: 18px;
}

.offShrTeamDesig {
    font-size: 14px;
    color: #948a78;
    font-family: "Poppins", sans-serif;
}

.SolFeaInner {
    background-color: transparent;
    border: solid 1px #706349;
    border-radius: 0px;
    background-image: none;
}

.solFeaDesc {
    color: #948a78 !important;
    line-height: 180% !important;
    font-size: 15px !important;
}

.solFeaHeader {
    color: #c0a87a;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    margin: 15px 0 20px;
    font-size: 18px;
}

.scrollIndicatorInModalBlack {
    background-color: #c0a87a;
    color: #030303;
}

.modal-content {
    background-color: #030303;
    border: 1px solid #706349;
}

.modal-footer {
    border-top: 1px solid #706349 !important;
}

.padAround15 h2 {
    color: #d4c49a;
    font-family: "Lora", serif;
    font-style: italic;
    font-weight: normal;
    font-size: 24px;
}

.padAround15 h4 {
    color: #c0a87a;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    margin-bottom: 40px;
    position: relative;
    font-size: 16px;
    line-height: 120%;
}

.padAround15 h4::before {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #706349;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.padAround15 p {
    color: #948a78;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    line-height: 180%;
    font-size: 14px;
}

.modalCloseBtn {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #706349 solid !important;
    border-radius: 0;
}

.modalCloseBtn img {
    width: 16px;
    height: 16px;
}

.modalCloseBtn:hover {
    background: rgb(138, 122, 90, .4);
}

.padAround15 {
    padding: 30px;
}


.asideItem h3 {
    font-family: "Playfair Display", serif;
    color: #c0a87a;
    font-size: 18px;
    font-style: italic;
}

.asideItem ul li a {
    font-family: "Poppins", sans-serif;
    color: #948a78;
}

.searchNews {
    background-color: transparent;
    color: #d4c49a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    border: solid 1px #706349;
    border-radius: 0px;
}

.searchNews::placeholder {
    color: #7a6a4a;
}

.newsCard {
    color: #030303;
    border: solid 1px #706349;
    background-color: transparent;
    color: #948a78;
    border-radius: 0;
}

.newsCard h2 {
    margin-bottom: 20px;
    margin-top: 20px;
    color: #d4c49a;
    font-weight: normal;
    font-size: 24px;
}

.oldEngFont {
    font-family: "Lora", serif;
    font-style: italic;
}

.newsCard small {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: normal;
}

.newsCard p {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 180%;
    margin-top: 10px;
}

.asideItem a {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 300;
}

.border span {
    background: #706349;
}

.border span::before {
    background: #706349;
}

.border span::after {
    background: #706349;
}

.oldEngFont.darkHeader {
    font-family: "Playfair Display", serif;
    font-style: normal;
}

.bannerTag {
    text-align: center;
}

.bannerTag>label {
    background: transparent;
    color: #d4c49a;
    font-family: "Playfair Display", serif;
    font-size: 50px;
    line-height: 120%;
}

.bannerTag>label span {
    background: transparent;
    color: #c0a87a;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 50px;
}

.btn-bordered {
    border: 1px #706349 solid;
    color: #d4c49a;
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    border-radius: 0;
}

.bannerInner .btn-bordered:hover,
.bannerInner .btn-bordered:focus,
.bannerInner .btn-bordered:active {
    background: rgb(138, 122, 90, .4);
    color: #d4c49a;
    border-radius: 0;
    transform: scale(1);
    border: 1px #706349 solid;
}

.letsInv {
    background-color: #030303;
}

.momInnerNewContentInner a {
    font-weight: normal;
}

.letsInvInner .alegreya {
    font-family: "Playfair Display", serif;
    font-style: normal;
    color: #d4c49a;
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: normal;
}

.letsInvInner .alegreya span {
    font-family: "Playfair Display", serif;
    font-style: normal;
    color: #c0a87a;
    font-style: italic;
}

.letsInvInner p {
    opacity: 1;
}

.monInHead {
    font-size: 24px;
    font-family: "Lora", serif;
    color: #c0a87a;
    font-weight: normal;
    opacity: 1;
    margin-bottom: 40px;
    font-style: italic;
    position: relative;
}

.monInHead::after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #706349;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.momInnerNewContentInner p {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    color: #948a78;
    font-size: 15px;
    line-height: 180%;
}

.detailedModalInner {
    background-color: #030303;
}

.detailedModalInner h1,
.detailedModalInner p {
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: normal;
    color: #c0a87a;
    margin-bottom: 0px;
    font-style: italic;
}

.detailedModalInner p {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    color: #948a78;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 180%;
    font-style: normal;
}

.detailedModalInner p b {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    color: #948a78;
    font-size: 15px;
    margin: 10px 0 20px;
    font-style: italic;
}

.owl-nav>div.owl-next {
    background: #948a78;
    color: #030303;
}

.owl-nav>div.owl-prev {
    background: #948a78;
    color: #030303;
}

.scrollIndicator {
    background-color: #706349;
}

.scrollIndicator i {
    color: #030303;
}

.bannerRippleCircle {
    background: #030303;
}

.careerItemHeader {
    background: #030303;
    color: #c0a87a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}

.careerItemHeader:after {
    border-color: #c0a87a transparent transparent transparent;
}

.careerItemContent li {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 8px;
}

.careerItemContent li ul li {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 140%;
    list-style: disc;
    margin-bottom: 8px;
}

.careerItemContent li ul {
    margin-bottom: 25px;
    margin-top: 20px;
}

.careerItemContent .text-center {
    margin-top: 20px;
}



.mailYourCv {
    background: #c0a87a;
    color: #030303;
    padding: 6px 20px 7px;
    border: 1px #706349 solid;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}

.mailYourCv:hover {
    background: #d4c49a;
}

.fs17 {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    line-height: 180%;
}

.careerItemHolder {
    border: 1px #706349 solid;
}

.tabsRow {
    margin-top: 50px;
}

.careerItemContent {
    border-top: 0px;
}

.fullModal .modealTestiImage,
.testimonialRow .modealTestiImage {
    border: 2px #706349 solid;
}

.aboutContainer h1 {
    font-family: "Playfair Display", serif;
    color: #d4c49a;
    font-size: 40px;
    font-weight: normal;
}

.aboutContainer h1 span {
    font-family: "Playfair Display", serif;
    color: #c0a87a;
    font-style: italic;
}

.aboutTeamMemberinsideGround .teamMemberName {
    background-color: #d4c49a !important;
    font-size: 18px;
    color: #030303 !important;
    font-family: "Lora", serif;
    font-style: italic;
}


::-webkit-scrollbar {
    width: 10px !important;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #030303 !important;
    border-radius: 10px !important;
}

::-webkit-scrollbar-thumb {
    background: #c0a87a !important;
    border-radius: 10px !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #c0a87a !important;
}


.letsInv::-webkit-scrollbar {
    width: 10px;
}

.letsInv::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #030303;
    border-radius: 10px;
}

.letsInv::-webkit-scrollbar-thumb {
    background: #c0a87a;
    border-radius: 10px;
}

.letsInv::-webkit-scrollbar-thumb:hover {
    background: #a88d5f;
}

.padAround15::-webkit-scrollbar {
    width: 10px;
}

.padAround15::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #030303;
    border-radius: 10px;
}

.padAround15::-webkit-scrollbar-thumb {
    background: #c0a87a;
    border-radius: 10px;
}

.padAround15::-webkit-scrollbar-thumb:hover {
    background: #c0a87a;
}

.closeLetsInvOuter {
    position: absolute;
    right: 16px;
    top: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    z-index: 10;
    color: #c0a87a;
    opacity: .7;
    background-color: #d4c49a;
    border-radius: 50%;
    transition: all .2s;
}

.menuButton:after {
    background: #d4c49a;
}

.menuButton {
    border-color: #d4c49a;
}

.bannerVideo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.bannerVideo::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    inset: 0;
}

/* .banOverlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    inset: 0;
} */

.bannerVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    object-position: center;
}

.thumbnail {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 50;
    opacity: 1;
    transition: opacity 1s ease;
    border: 0px;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    filter: brightness(0.5);
}

.thumbnail.hide {
    opacity: 0;
    pointer-events: none;
}


.banner.home {
    position: relative;
    overflow: hidden;
}

.fade-item {
    opacity: 0;
    transition:
        opacity .8s ease,
        transform .8s ease;
}

.item-1,
.item-6 {
    transform: none;
}

.item-1.show,
.item-6.show {
    opacity: 1;
}

.item-4,
.item-5 {
    transform: translateY(30px);
}

.item-4.show,
.item-5.show {
    opacity: 1;
    transform: translateY(0);
}

.replayBtn {
    width: initial;
    padding: 7px 20px;
    border: solid 1px #706349;
    font-size: 12px;
    color: #c0a87a;
    font-style: italic;
    font-family: "Lora", serif;
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    transition: all .2s;
    z-index: 10;
    background-color: rgba(138, 122, 90, .4);
}

.replayBtn:hover {
    background-color: rgba(138, 122, 90, .7);
}

.bannerLabel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding-top: 500px;
}

.momInnerNewContentInner a {
    border: 1px #706349 solid !important;
    color: #d4c49a;
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    border-radius: 0;
    padding: 10px 20px;
    height: initial;
    line-height: initial;
    transition: all .2s;
    letter-spacing: 1px;
    background-color: transparent;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300 !important;
    text-transform: uppercase;
}

.momInnerNewContentInner a:hover {
    background: rgb(138, 122, 90, .4);
    color: #d4c49a;
    border-radius: 0;
    transform: scale(1);
    border: 1px #706349 solid;
}

.closeLetsInvOuter {
    position: absolute;
    right: 20px;
    top: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    z-index: 10;
    color: #c0a87a;
    opacity: .7;
    background-color: transparent;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #706349 solid;

}

.closeLetsInvOuter img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.closeLetsInvOuter:hover {
    background: rgb(138, 122, 90, .4);
}

.bannerInner .btn-bordered {
    border: 1px #706349 solid !important;
    color: #d4c49a;
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    border-radius: 0;
    padding: 15px 25px !important;
    height: initial;
    line-height: initial;
    transition: all .2s;
    letter-spacing: 1px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 300 !important;
    letter-spacing: 1px;
    background: rgb(138, 122, 90, .4);
}

.bannerInner .btn-bordered:focus {
    outline: none;
    box-shadow: none;
    line-height: initial;
    height: initial;
}

.bannerInner .btn-bordered:hover {
    outline: none;
    box-shadow: none;
    line-height: initial !important;
    height: initial;
    background: rgb(138, 122, 90, .7) !important;
}

.btn-bordered {
    border: 1px #706349 solid !important;
    color: #d4c49a;
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    border-radius: 0;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    transition: all .2s;
    letter-spacing: 1px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 300 !important;
}

.bannerInner .btn-bordered:hover {
    background: rgb(138, 122, 90, .4);
    color: #d4c49a;
    border-radius: 0;
    transform: scale(1);
    border: 1px #706349 solid;
    line-height: 50px;
}

.btn-bordered:hover {
    background: rgb(138, 122, 90, .4);
    color: #d4c49a;
    border-radius: 0;
    transform: scale(1);
    border: 1px #706349 solid;
}

.momInnerNewContent {
    margin-bottom: 80px;
}

.btn-brown {
    border: 1px #706349 solid !important;
    color: #948a78;
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    border-radius: 0;
    padding: 10px 20px;
    height: initial;
    line-height: initial;
    transition: all .2s;
    letter-spacing: 1px;
    background-color: transparent;
    font-size: 12px;
    font-weight: 300 !important;
}

.btn-brown:hover {
    background: rgb(138, 122, 90, .4);
    color: #948a78;
    border-radius: 0;
    transform: scale(1);
    border: 1px #706349 solid;
}

.scrollIndicator {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.scrollIndicator img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}


.scrollIndicatorInModal {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.scrollIndicatorInModal img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.closeContactModal {
    border: solid 1px #706349;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.closeContactModal img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.momInDescWrap {
    margin-bottom: 30px;
}

.closeMenuInner {
    border: solid 1px #706349;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    transition: all .2s;
}

.closeMenuInner:hover {
    background: rgb(138, 122, 90, .4);
}

.closeMenuInner img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.menuInContentAnchors a {
    margin-top: 30px;
    margin-bottom: 0px;
}

.menuInContentAnchors p {
    margin-top: 30px;
    margin-bottom: 0px;
}

.menuInContentAnchors a.subMenu {
    margin-top: 10px;
    margin-bottom: 0px;
}

.centerHeading {
    display: inline-flex;
    width: initial;
    margin-bottom: 60px;
}

.centerHeading::before {
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
}

.bulletingPara::before {
    background-color: #958a78;
}

.mdInput input,
.mdInput textarea,
.mdInput select {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    height: 40px;
    padding: 0;
    line-height: 40px;
    position: relative;
    z-index: 2;
    background: none;
    font-size: 15px;
    font-family: "Alice";
    border: 1px #000000 solid;
    text-indent: 10px;
    border-radius: 4px;
}

.mdInput input::placeholder {
    font-size: 15px;
}

.mdInput textarea {
    font-family: "Poppins", sans-serif;
    color: #d4c49a;
    height: 80px;
}

.offshoreBnrHeading {
    color: #030303;
    color: #d4c49a;
    border-radius: 5px;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
}

.offshoreBnrHeading span {
    font-style: italic;
    color: #c0a87a;
    font-weight: normal !important;
    font-family: "Playfair Display", serif;
}

.aliceSm {
    font-size: 24px !important;
}






















@media (max-width:992px) {
    .innerPageHeader {
        font-size: 30px;
    }

    .innerPage .momInnerNewContentInner h1 {
        font-size: 30px;
    }

    .letsInvInner .alegreya {
        font-size: 40px;
    }

    .innerPage .momInnerNewContentInner p {
        font-size: 15px;
    }

    .aboutContainer h1 {
        font-size: 40px;
    }

    .bannerTag>label {
        font-size: 40px;
    }

    .bannerTag>label span {
        font-size: 40px;
    }

}

@media screen and (max-width: 768px) {
    .navigateToVert {
        height: 50px;
        min-width: 50px;
        line-height: 43px;
        cursor: pointer;
        background-color: transparent;
        color: #948a78;
        border: solid 1px #8a7a5a;
    }
}

@media (max-width:600px) {
    .innerPageHeader {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .innerPageHeader::before {
        bottom: -20px;
    }

    .innerPage .momInnerNewContentInner h1 {
        font-size: 30px;
    }

    .letsInvInner .alegreya {
        font-size: 30px;
    }

    .monInHead {
        font-size: 24px;
    }

    .careerItemHeader {
        font-size: 20px;
    }

    .aboutContainer h1 {
        font-size: 30px;
    }

    .bannerTag>label {
        font-size: 30px;
    }

    .bannerTag>label span {
        font-size: 30px;
    }

    .btn-bordered {
        padding: 0 20px !important;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }

    .padAround15 {
        padding: 15px;
    }

    .momInnerNewContentInner p {
        font-size: 15px;
    }

    .homeBannerInner .btn-block {
        padding-top: 150px;
    }

    .bannerInner .btn-block {
        min-height: 100svh;
        position: relative;
        padding-bottom: 70px;
    }

    .contactModal {
        overflow: initial;
    }

    .menuInContentAnchors a {
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .menuInContentAnchors p {
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .menuInContentAnchors a.subMenu {
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .menuInner {
        right: 20px;
        left: 20px;
    }

    #contactUs h3 {
        font-size: 20px;
    }

    .newsCard p {
        font-size: 16px;
    }

    .bannerLabel {
        padding-top: 250px;
    }

    .modalTestiInnerAuth p {
        font-size: 20px;
    }

    .modalTestiInnerAuth p span {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .footbalBg {
        width: 100%;
        opacity: 1;
        margin-left: 4px;
    }

    .menuInContentAnchors .alegreya {
        font-size: 20px;
    }

    .menuInContentAnchors {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .aboutContainer h1 {
        padding-left: 0px;
    }
}

@media (max-width: 1199px) {
    .aboutContainer h1 {
        padding-left: 0px;
    }
}

@media screen and (max-width: 576px) {
    .offshoreBannerInner {
        padding-top: 280px !important;
    }

    .momInnerNewContent {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 768px) {
    .offshoreTopImg {
        height: 340px;
    }
}

@media screen and (max-width: 576px) {
    .momInDescWrap {
        max-height: initial;
        overflow: initial;
    }

    .careerItemContent {
        padding: 0 10px 30px;
    }
}



@media screen and (max-width: 1080px) {
    .bannerLabel {
        padding-top: 80%;
    }

    .bannerVideo::before {
        background-color: rgba(0, 0, 0, .4);
    }
}

@media screen and (max-width: 992px) {
    .bannerLabel {
        padding-top: 65%;
    }
}

@media screen and (max-width: 992px) {
    .bannerLabel {
        padding-top: 45%;
    }
}


/* body:not(.dl-done)::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 99998;
    background: #030303;
} */
/* 
.loaderWrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    background: #030303;
    opacity: 1;
    transition: all .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.loaderWrapper .loaderCont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0px;
}

.loaderWrapper .loaderCont .logoImg {
    height: 140px;
    margin-bottom: 30px;
    width: initial;
}

.loaderWrapper .loaderCont .text {
    height: 140px;
    width: initial;
    font-size: 20px;
    color: #706349;
    font-weight: 400;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    line-height: 100%;
    margin: 0;
    height: initial;
    padding: 0;
    font-style: italic;
    padding-top: 10px;
    text-align: right;
    width: 100%;
    max-width: 900px;
    font-family: "Poppins", sans-serif;
}

.loaderWrapper .loaderCont .text i {
    font-style: italic;
    opacity: 0;
    animation: loaderDots 1.4s infinite;
}

.loaderWrapper .loaderCont .text i:nth-child(2) {
    animation-delay: .2s;
}

.loaderWrapper .loaderCont .text i:nth-child(3) {
    animation-delay: .4s;
}

.largeText {
    font-size: 134px;
    font-family: "Playfair Display", serif !important;
    font-weight: bold;
    color: #706349;
    text-transform: uppercase;
    text-align: center;
    line-height: 120px;
    margin: 0;
}

.largeText span {
    font-size: 160px;
    display: block;
    font-family: "Playfair Display", serif !important;
    font-weight: bold;
    color: #706349;
    text-transform: uppercase;
    text-align: center;
}

@keyframes loaderDots {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
} */



/* HTML: <div class="loader"></div> */

.loaderWrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    background: #030303;
    opacity: 1;
    transition: all .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;

    transition: opacity 0.6s ease,
        visibility 0.6s ease;
}

.loaderWrapper.hide {
    opacity: 0;
    visibility: hidden;
}

.loaderWrapper .loaderCont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

.loaderWrapper .loaderCont .logoImg {
    height: 140px;
    margin-bottom: 30px;
    width: initial;
}

.loader {
    width: 80px;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-right-color: #706349;
    animation: l15 2s infinite linear;
}

.loader::before,
.loader::after {
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%;
    animation: l15 2s infinite;
}

.loader::after {
    margin: 8px;
    animation-duration: 3s;
}

@keyframes l15 {
    100% {
        transform: rotate(1turn)
    }
}

.navigateToVert {
    top: 70%;
}

@media screen and (max-width: 768px) {
    .navigateToVert {
        background-color: #030303;
    }
}

.fullModalUniv {
    background-image: url('../images/theme/uni-case.webp');
}

@media screen and (max-width: 768px) {
    .fullModalUniv {
        background-size: contain !important;
    }

    .imgContModal {
        background-size: contain !important;
    }
}

.fullModalrealest {
    background-image: url("../images/theme/real-estate.webp");
}

.FullModalChem {
    background-image: url("../images/theme/chemical-case.webp");
}

@media screen and (max-width: 768px) {
    .momInnerNewContentInner {
        min-height: auto !important;
        padding: 10px 0;
    }

    .FullModalChem {
        background-image: url("../images/theme/chemical-case.webp") !important;
    }

    .fullModalrealest {
        background-size: cover !important;
        background-position: left !important;
        height: 50vh !important;
        width: 100%;
    }

    .FullModalChem {
        background-size: cover !important;
        background-position: left !important;
        height: 50vh !important;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .innerPage .momInnerNewContentInner h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .innerPage .momInnerNewContentInner h1::after {
        bottom: -10px;
    }
}

@media (max-width: 992px) {
    .innerPage .momInnerNewContentInner p {
        font-size: 13px;
        line-height: 140%;
    }
}

/* modal */
.modalinfo {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.modalinfo.active {
    display: flex;
}

.overlaybody {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.modal-box {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 800px;
    height: 90svh;
    margin: 0% auto;
    overflow: auto;
    padding: 8px 0 8px 8px;
    background-color: #706349;
}

.modal-img {
    width: 100%;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: solid 1px #8a7a5a;
    z-index: 3;
}

.close-btn img {
    width: 20px;
    height: 20px;
}

@media (max-width:700px) {
    .modal-box {
        width: 95%;
        height: 80svh;
    }

}

.detailedModalClose img {
    width: 20px;
    height: 20px;
}

@media (max-width:600px) {
    .owl-nav>div {
        top: 50%;
        height: 50px;
        margin-top: 0px;
        width: 30px;
        line-height: 50px;
    }
}

/* .rowFlexCenter {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
}

.rowFlexCenter .col-sm-4 {
    width: 100%;
} */

.navigateToVert {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .fullModalUniv {
        background-size: cover !important;
        background-position: left !important;
        height: 50vh !important;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .imgContModal {
        background-size: cover !important;
        background-position: left !important;
        height: 50vh !important;
        width: 100%;
    }
}

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

    .testiPaperBharatia {
        position: relative;
        /* background-color: #ccc; */
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        box-sizing: border-box;
        padding: 0 20px;
        padding-bottom: 30px;
        background-image: url("../images/theme/testim_global_frame.webp");
        background-size: cover;
    }

    .testiPaperBharatia::before {
        content: "";
        width: 30px;
        height: 30px;
        background-image: url('../images/theme/button.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .testiPaperBharatia::after {
        content: "";
        width: 30px;
        height: 30px;
        background-image: url('../images/theme/button.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .testiPaperImg {
        position: absolute;
    }


    .testiPaper>img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        display: none;
    }

    .testiPaper div {
        position: relative;
        bottom: initial;
        top: initial;
    }

    .customizeLongHolder {
        position: relative;
        top: initial !important;
        bottom: initial !important;
        left: initial !important;
        right: initial !important;
    }

    .customizeLongHolder .testimDesigWrap {
        max-height: initial;
    }

    .testimUsrImgWrap {
        top: initial !important;
        padding-top: 30px;
    }

    .customizeLongDWrap {
        height: initial;
        max-height: initial;
    }
}

.careerItemContent p{
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    line-height: 180%;
    padding: 0 20px;
    margin-bottom: 20px;
}
.careerItemContent h3{
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    line-height: 180%;
    padding: 0 20px;
    margin-bottom: 20px;
    color: #7a6a4a;
}
.careerItemContent b{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}
.careerItemContent a{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #7a6a4a;
    text-decoration: underline;
}
/* ==========================================================================
   Our Team — new formation layout (about-us.html)
   Positions the members on the football-ground background per the
   updated formation. Overrides the old .playerN rules in style.css.
   ========================================================================== */

.pgroundIn .teamPos1,
.pgroundIn .teamPos2,
.pgroundIn .teamPos3,
.pgroundIn .teamPos4,
.pgroundIn .teamPos5,
.pgroundIn .teamPos6,
.pgroundIn .teamPos7,
.pgroundIn .teamPos8,
.pgroundIn .teamPos9,
.pgroundIn .teamPos10,
.pgroundIn .teamPos11,
.pgroundIn .teamPos12,
.pgroundIn .teamPos13,
.pgroundIn .teamPos14 {
    position: absolute;
}

/* Row 1 */
.teamPos1  { left: 52%;
    top: 24%;}

/* Row 2 */
.teamPos2  { right: 8%;  top: 38%; }
.teamPos3  { left: 43%; top: 32%; }
.teamPos4  { left: 63%; top: 32%; }

/* Row 3 */
.teamPos5  { left: 36%; top: 41%; }
.teamPos6  { left: 52%; top: 41%; }
.teamPos7  { right: 27%; top: 41%; }

/* Row 4 */
.teamPos8  { left: 44%; top: 50%; }
.teamPos9  { left: 60%; top: 50%; }

/* Row 5 */
.teamPos10 { left: 36%; top: 58%; }
.teamPos11 { left: 27%; top: 35%; }
.teamPos12 { right: 26%; top: 58%; }

/* Row 6 */
.teamPos13 { right: 42%; top: 58%; } /* Mohit — between Rajdeep (top 41%) and Mahata (top 58%) */
.teamPos14 { left: 27%; top: 48%; }  /* Ana — below Arvind (top 35%) */

/* "Sub:" field label */
.teamSubLabel {
    position: absolute;
    left: 2%;
    top: 20%;
    z-index: 2;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    background-color: #fdd030;
    padding: 4px 12px;
    border-radius: 100px;
    box-shadow: 0 0 16px rgba(0, 0, 0, .2);
}

/* Placeholder avatar for members without a photo yet */
.aboutTeamMemberinsideGround .teamMemberImage.teamMemberPlaceholder {
    background-color: #cfcfcf;
    background-image: linear-gradient(135deg, #dcdcdc 0%, #b9b9b9 100%);
    position: relative;
    overflow: hidden;
}
.aboutTeamMemberinsideGround .teamMemberImage.teamMemberPlaceholder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .teamMemberImage.teamMemberPlaceholder::after {
    content: "\f007"; 
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #ffffff;
} */

/* Placeholder header inside the modal */
.tmHeader.tmHeaderPlaceholder {
    background-color: #cfcfcf;
    background-image: linear-gradient(135deg, #dcdcdc 0%, #b9b9b9 100%);
    position: relative;
    overflow: hidden;
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
/* .tmHeader.tmHeaderPlaceholder::after {
    content: "\f007"; 
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 90px;
    color: #ffffff;
} */
.pgroundIn .aboutTeamMember a {
    left: -35px;
}
@media (max-width:1200px){
    .aboutTeamMemberinsideGround .teamMemberName{
        font-size: 16px;
    }
}
@media (max-width:992px){
    .aboutTeamMemberinsideGround .teamMemberName{
        font-size: 13px;
    }
}
@media (max-width:768px){
    .pgroundIn .aboutTeamMember a {
    left: -10px;
}
}
@media (max-width: 600px) {
    .pgroundIn .footbalBg { min-height: 480px; object-fit: cover; }

    .teamPos1  { left: 65%; margin-left: -35px; top: 24%; }

    .teamPos2  { left: 85%;  top: 40%; }
    .teamPos3  { left: 53%; margin-left: -35px; top: 31%; }
    .teamPos4  { right: 24%; left: auto; top: 31%; }

    .teamPos5  { left: 36%;  top: 41%; }
    .teamPos6  { left: 65%; margin-left: -35px; top: 41%; }
    .teamPos7  { right: 20%; left: auto; top: 41%; }

    .teamPos8  { left: 45%; top: 49%; }
    .teamPos9  { right: 28%; left: auto; top: 49%; }

    .teamPos10 { left: 34%;  top: 59%; }
    .teamPos11 { left: 34%; margin-left: -35px; top: 35%; }
    .teamPos12 { right: 17%; left: auto; top: 59%; }

    .teamPos13 { right:38%; left: auto; top: 59%; }        /* Mohit — between Rajdeep & Mahata */
    .teamPos14 { left: 32%; margin-left: -35px; top: 46%; } /* Ana — below Arvind */

    .teamSubLabel { left: 4%; top: 8%; font-size: 15px; padding: 3px 10px; }
    .pgroundIn .aboutTeamMember a {
        top: -12px;
        left: 35px;
    }
}

.containerClinet #panzoom{
    width:100%;
}

.detailedModalInner h2 {
	font-family: "GorillaITC-Regular";
	font-size: 20px;
	font-weight: bold
}
.modalTesti h2 {
	opacity: .62;
	font-size: 16px;
}

.momInnerNewContentInner h2 {
	font-size: 27px;
	font-weight: bold;
	/* color:#484440; */
	color: #c0a87a;
	margin-bottom: 20px;
}
.innerPage .momInnerNewContentInner h2 {
	font-size: 32px;
	font-weight: bold;
	/* color:#484440; */
	color: #c0a87a;
	margin-bottom: 20px;
}
.innerPage .aboutContainer .momInnerNewContentInner h2 {
	text-align: left
}

/* ===== News cards grid (two per row) — v5.2.0 ===== */
.newsCardRow {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}

.newsCardRow > [class*="col-"] {
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 24px;
	display: flex;
}

.newsCardLink {
	display: flex;
	width: 100%;
	text-decoration: none;
}

.newsCardLink:hover,
.newsCardLink:focus {
	text-decoration: none;
}

.newsCardGrid {
	display: flex;
	flex-direction: column;
	width: 100%;
	overflow: hidden;
	transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.newsCardLink:hover .newsCardGrid {
	border-color: #c0a87a;
	transform: translateY(-4px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .35);
}

.newsCardImg {
	overflow: hidden;
	background-color: #1a1a1a;
}

.newsCardImg img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	display: block;
	transition: transform .4s ease;
}

.newsCardLink:hover .newsCardImg img {
	transform: scale(1.05);
}

.newsCardBody {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
    padding-bottom: 20px;
}

.newsCardTitle {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height:56px;
}

/* Two lines then line-clamp */
.newsCardText {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 18px;
}

.readMoreBtn {
	display: inline-block;
	align-self: flex-start;
	margin-top: auto;
	padding: 8px 0px;
	color: #d4c49a;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

.newsCardLink:hover .readMoreBtn {
	border-color: #c0a87a;
}

/* ===== Right panel: Browse By Category (sticky) ===== */
/* The global .banner has `overflow: auto`, which makes it the scroll
   container for sticky. Because the banner grows to fit its content it
   never scrolls internally (the window scrolls instead), so sticky never
   activates. Release the trap on the news page so the viewport becomes the
   scroll container and the panel can stick to the top on page scroll. */
.banner.newsPage {
	overflow: visible;
}

/* Make the row flex on desktop so the right column stretches to the full
   row height — sticky needs travel room inside its containing block. */
@media (min-width: 769px) {
	.newsMainRow {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}
}

.browseCategory {
	position: -webkit-sticky;
	position: sticky;
	top: 40px;
	border: solid 1px #706349;
	padding: 24px 26px;
}

.browseCategory h3 {
	font-family: "Playfair Display", serif;
	color: #c0a87a;
	font-size: 20px;
	font-style: italic;
	margin: 0 0 12px;
}

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

.browseCategory ul li a {
	display: block;
	padding: 7px 0;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 300;
	color: #948a78;
	transition: color .2s ease, padding-left .2s ease;
}

.browseCategory ul li a:hover,
.browseCategory ul li a:focus {
	color: #d4c49a;
	padding-left: 8px;
	text-decoration: none;
}

/* Category filter bar — mobile only; hidden on desktop where the panel shows.
   Horizontally scrollable (swipe / drag left-right) when it overflows. */
.newsFilterBar {
	display: none;
	gap: 10px;
	margin-bottom: 24px;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.newsFilterBar::-webkit-scrollbar {
	display: none;
}

.newsFilterBtn {
	flex: 0 0 auto;
	padding: 9px 20px;
	background-color: transparent;
	color: #948a78;
	border: solid 1px #706349;
	border-radius: 40px;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

.newsFilterBtn:hover,
.newsFilterBtn:focus {
	color: #d4c49a;
	border-color: #c0a87a;
	outline: none;
}

.newsFilterBtn.active {
	background-color: #c0a87a;
	border-color: #c0a87a;
	color: #1e1e1e;
}

@media (max-width: 768px) {
	.newsCardRow > [class*="col-"] {
		display: block;
	}

	/* Hide the sidebar panel and show the scrollable filter bar instead */
	.browseCategory {
		display: none;
	}

	.newsFilterBar {
		display: flex;
        margin-bottom: 30px;
	}

	.newsCardImg img {
		height: 190px;
	}
}

/* ============================================================
   News Details page — v5.2.0
   ============================================================ */

/* Breadcrumb */
.newsDetailBreadcrumb {
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	color: #7a6a4a;
}

.newsDetailBreadcrumb a {
	color: #948a78;
	transition: color .2s ease;
}

.newsDetailBreadcrumb a:hover {
	color: #c0a87a;
	text-decoration: none;
}

.newsDetailBreadcrumb span {
	margin: 0 8px;
}

.newsDetailBreadcrumb .current {
	color: #7a6a4a;
	margin: 0;
}

/* Article title + meta */
.newsDetailTitle {
	font-family: "Lora", serif;
	color: #d4c49a;
	font-size: 38px;
	line-height: 1.25;
	font-weight: normal;
	margin: 0 0 20px;
}

.newsDetailMeta {
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	color: #7a6a4a;
	margin-bottom: 28px;
}

.newsDetailMeta i {
	color: #c0a87a;
	margin-right: 5px;
}

.newsDetailMeta .sep {
	margin: 0 12px;
	opacity: .5;
}

/* Hero image */
.newsDetailHero {
	margin-bottom: 34px;
	overflow: hidden;
	border: solid 1px #706349;
}

.newsDetailHero img {
	width: 100%;
	display: block;
	object-fit: cover;
}

/* TL;DR box */
.newsDetailTldr {
	border-left: 3px solid #c0a87a;
	background-color: rgba(112, 99, 73, .12);
	padding: 20px 24px;
	margin-bottom: 34px;
}

.newsDetailTldr h4 {
	font-family: "Poppins", sans-serif;
	color: #c0a87a;
	font-size: 13px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.newsDetailTldr p {
	font-family: "Poppins", sans-serif;
	color: #948a78;
	font-size: 15px;
	line-height: 180%;
	margin: 0;
}

/* Table of contents (shared: inline + sidebar) */
.newsDetailToc {
	border: solid 1px #706349;
	padding: 22px 24px;
}

.newsDetailToc h4 {
	font-family: "Playfair Display", serif;
	color: #c0a87a;
	font-style: italic;
	font-size: 18px;
	margin: 0 0 12px;
}

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

.newsDetailToc ul li a {
	display: block;
	padding: 7px 0;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	color: #948a78;
	transition: color .2s ease, padding-left .2s ease;
}

.newsDetailToc ul li a:hover {
	color: #d4c49a;
	padding-left: 6px;
	text-decoration: none;
}

/* Inline TOC only shows on small screens (sidebar carries it on desktop) */
.newsDetailTocInline {
	display: none;
	margin-bottom: 34px;
}

/* Article body */
.newsDetailBody h2 {
	font-family: "Lora", serif;
	color: #d4c49a;
	font-size: 26px;
	font-weight: normal;
	margin: 40px 0 16px;
	scroll-margin-top: 90px;
}

.newsDetailBody p {
	font-family: "Poppins", sans-serif;
	color: #948a78;
	font-size: 15px;
	line-height: 190%;
	margin-bottom: 18px;
}

.newsDetailList {
	padding-left: 0;
	list-style: none;
	margin-bottom: 22px;
}

.newsDetailList li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 14px;
	font-family: "Poppins", sans-serif;
	color: #948a78;
	font-size: 15px;
	line-height: 180%;
}

.newsDetailList li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 8px;
	height: 8px;
	background-color: #c0a87a;
	transform: rotate(45deg);
}

.newsDetailList li strong {
	color: #d4c49a;
	font-weight: 500;
}

/* Blockquote */
.newsDetailQuote {
	border: none;
	border-left: 3px solid #c0a87a;
	padding: 6px 26px;
	margin: 30px 0;
	font-family: "Lora", serif;
	font-style: italic;
	font-size: 22px;
	line-height: 1.5;
	color: #d4c49a;
}

.newsDetailQuote cite {
	display: block;
	margin-top: 12px;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-size: 13px;
	letter-spacing: 1px;
	color: #7a6a4a;
}

/* Comparison table */
.newsDetailTableWrap {
	overflow-x: auto;
	margin: 24px 0 30px;
}

.newsDetailTable {
	width: 100%;
	border-collapse: collapse;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
}

.newsDetailTable th,
.newsDetailTable td {
	border: solid 1px #706349;
	padding: 12px 16px;
	text-align: left;
	vertical-align: top;
}

.newsDetailTable thead th {
	background-color: rgba(192, 168, 122, .14);
	color: #d4c49a;
	font-weight: 500;
	letter-spacing: .5px;
}

.newsDetailTable tbody td {
	color: #948a78;
}

.newsDetailTable tbody td:first-child {
	color: #b0a080;
}

.newsDetailTable tbody tr:hover td {
	background-color: rgba(112, 99, 73, .1);
}

/* Share */
.newsDetailShare {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	border-top: solid 1px #706349;
	border-bottom: solid 1px #706349;
	padding: 20px 0;
	margin: 40px 0;
}

.newsDetailShare .shareLabel {
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #7a6a4a;
}

.newsDetailShare .shareLinks {
	display: flex;
	gap: 10px;
}

.newsDetailShare .shareLinks a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: solid 1px #706349;
	border-radius: 50%;
	color: #948a78;
	transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

.newsDetailShare .shareLinks a:hover {
	background-color: #c0a87a;
	border-color: #c0a87a;
	color: #1e1e1e;
}

/* Author card */
.newsDetailAuthorLabel {
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #7a6a4a;
	margin: 0 0 14px;
}

.newsDetailAuthor {
	display: flex;
	align-items: center;
	gap: 20px;
	border: solid 1px #706349;
	padding: 24px;
}

.newsDetailAuthor .authorAvatar {
	flex: 0 0 auto;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	overflow: hidden;
	border: solid 1px #706349;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1a1a1a;
}

.newsDetailAuthor .authorAvatar img {
	width: 70%;
	height: auto;
}

.newsDetailAuthor .authorInfo h4 {
	font-family: "Lora", serif;
	font-style: italic;
	color: #d4c49a;
	font-size: 20px;
	margin: 0 0 6px;
}

.newsDetailAuthor .authorInfo p {
	font-family: "Poppins", sans-serif;
	color: #948a78;
	font-size: 14px;
	line-height: 170%;
	margin: 0;
}

/* Sticky sidebar */
.newsDetailSidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 40px;
}

.newsDetailBackBtn {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

/* Related articles */
.newsDetailRelated {
	margin-top: 60px;
	padding-top: 40px;
	border-top: solid 1px #706349;
}

.newsDetailRelated .alice {
	font-family: "Playfair Display", serif;
	color: #c0a87a;
	font-style: italic;
	font-size: 26px;
	margin: 0 0 30px;
}

@media (max-width: 768px) {
	.newsDetailTitle {
		font-size: 28px;
	}

	/* Sidebar TOC hidden; inline TOC shown within the article */
	.newsDetailSidebar {
		position: static;
		margin-top: 34px;
	}

	.newsDetailSidebar .newsDetailToc {
		display: none;
	}

	.newsDetailTocInline {
		display: block;
	}
}