@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);

.navbar::after,
.navbar::before {
    height: 3px;
    content: "";
    bottom: 0
}
.navbar-expand-lg .navbar-nav{margin-bottom:-10px}
.hero-content h1,
.mobile-nav li {
    margin-bottom: 18px
}

.offer-eyebrow,
.section-tag {
    font-weight: 500;
    display: block
}

.explore-btn,
.footer a,
.mobile-nav a,
.navbar-nav li .nav-link {
    text-decoration: none
}

.mobile-footer,
.offer-card,
.offer-desc p,
.rights p,
.section-title {
    text-align: center
}

#popup-overlay,
.menu-overlay {
    opacity: 0;
    visibility: hidden;
    transition: .4s
}

body {
    margin: 0;
    padding: 0
}

section {
    padding: 3rem 0;
    overflow-x: hidden;
    overflow: hidden
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1160px
    }
}

.navbar-toggler {
    border: none !important;
    box-shadow: none !important;
    padding: 0
}

.mobile-toggle {
    width: 32px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: 0 0
}

.mobile-toggle span {
    width: 100%;
    height: 3px;
    background-color: #fefdfd;
    border-radius: 3px;
    transition: .35s
}

.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 9998
}

#popup-overlay,
.mobile-menu {
    position: fixed;
    top: 0;
    z-index: 9999
}

#popup-overlay.active,
.menu-overlay.active {
    opacity: 1;
    visibility: visible
}

.mobile-menu {
    left: -85%;
    width: 85%;
    height: 100vh;
    background: #fefdfd;
    transition: .45s;
    display: flex;
    flex-direction: column;
    box-shadow: 10px 0 40px rgba(0, 0, 0, .15)
}

.mobile-menu.active {
    left: 0
}

.mobile-menu.active ul li {
    list-style-type: none;
    padding-top: 40px
}

.mobile-menu.active ul li a {
    text-decoration: none;
    color: #9b5a3c
}

.mobile-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee
}

.mobile-header img {
    height: 40px
}

.mobile-menu.active .navbar-brand {
    margin-top: 50px;
    display: flex;
    justify-content: center
}
.firstlogo img{width: 100% !important;}
.grouplogo {margin-bottom: -15px;}
.navbar-brand img {
    width: 140px;
    height: auto;
    object-fit: cover
}

.close-menu {
    font-size: 32px;
    background: 0 0;
    border: none;
    line-height: 1;
    display: flex;
    padding: 10px 30px;
    justify-content: end;
    align-items: center
}

.mobile-nav {
    list-style: none;
    padding: 30px 20px;
    margin: 0
}

.mobile-nav a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #111;
    padding: 12px 10px;
    border-radius: 8px;
    transition: .3s
}

.mobile-nav a:hover {
    background: #f5f5f5
}

.mobile-footer {
    margin-top: auto;
    padding: 20px;
    border-top: 1px solid #eee
}

.footer h5,
footer p {
    color: #fff
}

.mobile-footer img {
    height: 36px
}

@media (min-width:992px) {

    .menu-overlay,
    .mobile-menu {
        display: none
    }
}

.grid-left,
.image-grid {
    display: flex;
    gap: 20px
}

.loginbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10000
}

.navbar {
    position: relative;
    padding-bottom: 15px
}

.navbar::after {
    position: absolute;
    left: 0;
    width: 100%;
    background: #b8854f;
    z-index: 1
}

.navbar::before {
    position: absolute;
    left: -40%;
    width: 40%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .8), #ffd88a, rgba(255, 255, 255, .8), transparent);
    z-index: 2;
    pointer-events: none;
    animation: 3.5s linear forwards shineBorder
}

.navbar-nav .nav-item,
.popup-box {
    position: relative
}

@keyframes shineBorder {
    0% {
        transform: translateX(-100%);
        opacity: 1
    }

    80% {
        opacity: 1
    }

    100% {
        transform: translateX(350%);
        opacity: 0
    }
}

.hero-section img {
    width: 100%
}

.navbar-nav .nav-item:not(:last-child) a::after {
    content: "|";
    position: absolute;
    right: -12px;
    top: 39%;
    transform: translateY(-40%);
    color: #f0d58c;
    font-weight: 700
}

.navbar-nav li .nav-link {
    font-family: Montserrat, sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    margin-left: 15px;
    text-transform: uppercase;
    color: #f0d58c !important
}

.navbar-nav {
    margin-right: 20px;
    --bs-nav-link-padding-y: 0;
    margin-top: 80px
}

.navbar-nav .nav-link {
    position: relative;
    /* padding-bottom: 8px */
}

.navbar-nav .nav-link.active::before,
.navbar-nav .nav-link:hover::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    top: 34px;
    height: 2px;
    z-index: 11;
    background-color: #efd27a;
    transition: .3s
}

.homepage {
    background-image: url(../images/home/banner.jpeg);
    background-position: center;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat
}


.hero-content h1 {
    font-family: "Playfair Display", serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    color: #fefdfd
}

.hero-content p {
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #fefdfd;
    margin: 0
}

.trust-section {
    padding: 80px 0;
    background-color: #fefdfd
}

.grid-left {
    flex-direction: column;
    width: 50%
}

.grid-right {
    width: 50%
}

.image-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px
}

.trust-content {
    padding-left: 20px;
    padding-right: 40px
}

@media (max-width:991px) {
    .hero-content h1 {
        font-size: 42px
    }

    .trust-content {
        padding-left: 20px;
        padding-right: 20px
    }

    .trust-content p {
        padding: 0
    }
    .trust-content p{padding: 0!important;}
    
}

.section-tag {
    font-size: .9rem;
    font-family: montserrat, sans-serif;
    color: #b8854f;
    text-transform: uppercase;
    margin-bottom: 14px
}

.trust-content h2 {
    font-family: "Playfair Display", serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.25;
    color: #b45a3c;
    margin-bottom: 24px
}

.trust-content p {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 1.8;
    padding: 0 60px 0 0;
    margin-bottom: 18px
}

.offer-section {
    background-color: #a95b3d;
    padding: 100px 0
}

.offer-header {
    margin-bottom: 70px;
    font-size: 2.3rem;
    font-family: playfair display, serif;
    letter-spacing: 3px
}

.offer-eyebrow {
    font-size: 1rem;
    font-family: montserrat, sans-serif;
    margin-bottom: 10px;
    letter-spacing: 2px;
    color: #d6b36a
}

.offer-header h2 {
    font-family: "Playfair Display", serif;
    font-size: 42px;
    font-weight: 700;
    color: #fefdfd;
    margin: 0
}

.offer-card h4,
.offer-desc p {
    font-family: Montserrat, sans-serif
}

.explore-btn,
.offer-card h4 {
    font-size: 16px;
    font-weight: 600
}

.offer-card {
    border: 1.5px solid #d6b36a;
    border-radius: 18px;
    padding: 60px;
    max-height: 310p;
    height: fit-content;
    width: fit-content
}

.offer-icon {
    margin-bottom: 25px
}

.offer-icon img {
    width: 125px;
    object-fit: cover;
}

.offer-card h4 {
    letter-spacing: 1.5px;
    color: #d6b36a;
    line-height: 1.6;
    margin-bottom: 18px
}

.offer-desc {
    display: flex;
    justify-content: center
}

.offer-desc p {
    margin-top: 25px;
    font-size: 17px;
    line-height: 1.7;
    color: #ead5af
}

@media (max-width:991px) {
    .offer-section {
        padding: 80px 0
    }

    .offer-header h2 {
        font-size: 36px
    }
    .hero-content{padding-left:50px; }
}

@media (max-width:576px) {
    .hero-content h1 {
        font-size: 32px
    }

    .hero-content p {
        font-size: 14px
    }

    .offer-section {
        padding: 60px 0
    }

    .offer-desc p {
        font-size: 13px
    }

    .offer-header h2 {
        font-size: 30px
    }

    .offer-card {
        padding: 30px 20px
    }
}

.explore-btn {
    display: inline-block;
    padding: 5px 50px;
    background: linear-gradient(90deg, #b28a44 0, #e9d8a6 45%, #b28a44 100%);
    color: #1a1a1a;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 50px;
    transition: .35s
}

.explore-btn:hover {
    background: #b8944f;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .25)
}

.section-title {
    margin-bottom: 50px
}

.section-title h2 {
    color: #a55a3c;
    font-weight: 700;
    font-size: 2.3rem;
    font-family: playfair display, serif
}

.section-title span {
    display: block;
    color: #c6b070;
    font-size: .9rem;
    font-family: montserrat, sans-serif;
    font-weight: 500;
    margin-bottom: 10px
}

@media (min-width:991px) {
    .hero-content{position: absolute;
    left: 5%;
    top: 20%;
    max-width: 420px;} 
    .offer-cards {
        gap: 30px
    }

    .service-item {
        text-align: start;
        margin-bottom: 40px;
        padding: 0 40px 0 0
    }
}

@media (max-width:767px) {
    .service-item {
        text-align: center
    }

    .service-item .icon {
        margin: 0 auto 10px;
        display: block
    }
}

.service-item img.icon {
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin-bottom: 15px
}

.service-item h5 {
    font-weight: 600;
    font-size: 1.6rem;
    font-family: playfair display, serif;
    margin-bottom: 22px
}

.service-text h5 {
    height: 47px
}

.service-item p {
    color: #555;
    font-size: 1.1rem
}

.service-images img {
    display: flex;
    height: auto;
    margin-bottom: 20px;
    border-radius: 5px
}

.footer {
    background-image: url(../images/home/banner.jpeg);
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 50px 0
}

.footer p {
    font-size: 1.2rem
}

.footer a {
    color: #fff;
    font-size: 1.1rem
}

.footer a:hover {
    text-decoration: underline
}

.social-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(90deg, #b28a44 0, #e9d8a6 45%, #b28a44 100%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    font-size: 2rem !important;
    justify-content: center;
    color: #fff
}

.rights p {
    color: #000;
    font-size: 18px
}

#popup-overlay {
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    justify-content: center
}

.popup-box {
    max-width: 90%;
    max-height: 90%;
    animation: .5s popupFade
}

.popup-box img {
    width: 100%;
    height: auto;
    border-radius: 8px
}

.popup-close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    top: -15px;
    right: -15px;
    background: #a55a3c;
    border: none;
    font-size: 24px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    cursor: pointer
}

@keyframes popupFade {
    from {
        transform: scale(.8);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.Associates {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding:0 50px;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px
}

.Associates img {
    width: 150px;
    height: auto;
    aspect-ratio: 4/2;
    object-fit: contain
}
@media (max-width:991px) {
  .Associates {justify-content: center;}
  .biglogo{
    width: 90% !important;
}
.aboutBanner::after{    left: -15px !important;
    bottom: -15px !important;}
}
@media (min-width:991px) {
    .biglogo{
    width: 20% !important;
}
.Associates img:nth-child(3)  {
        margin-left: -85px;
    margin-right: -85px;
}

}

