/* 
Use clear CTAs such as “Speak to a Specialist”
Strong use of white space
Black, white, and greys (premium, minimal, high-trust) 
Sticky header with one-click call, WhatsApp, email 
Clear “Speak to an Expert” CTAs throughout 
Primary color:#0F0F0F or #1A1A1A
white or off white background
gold: # D4A017 
deep gold: # C59108
background: light key: F2F2F2 , •	Hex: #777777 
•	Hex: #777777



2
\                                                             
*/


body {
    color: #1a1a1a;
    background: #1a1a1a;
}

.container
{
    max-width: 1140px;;
}

.navbar-brand{
    padding: 0;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Playfair Display', serif;
}

.nav-link
{
    color: #000;
}

.navbar-toggler
{
    background:#000;
}

.menu
{
    background: #fff;
}

.section {
    padding: 40px 0;
    padding-bottom: 10px;
}

.site_branding
{
    color: #C68D17;
    text-decoration: none;
    font-weight: bold;
}

.b1
{
    border:1px solid #C68D17;
}

.tac{
    text-align: center;;
}

.tar{
    text-align: right;
}

.br1
{
    border-right: 1px solid #C68D17;
}

.bn
{
    border: none !important;
}

.dark_bg {
    background: rgba(0, 0, 0, 0.8);
}

.dark_bg_menu {
    background: #ccc;
}

.tbb1 {
    background: rgba(255, 255, 255, 0.05);
}

.tbb2 .nav-item {
    padding: 0px 12PX;
}


.my_menu .nav-item a:hover,
.my_menu .nav-item a.active {
    border-bottom: 2px solid #C68D17;
    color: #C68D17;;
}


.my_menu .nav-item a {
    padding: 10px 20px;
}

.my_menu .nav-item a:hover{
    color: #C68D17;
}

.home-form
{
    background:url(../images/form.jpg);
    border: 2px solid #C68D17;
}

.feature-box h3{
    color: #C68D17;
}
.feature-box p{
    color: #fff;
}

.home-form p img
{
    padding: 0 10px;
}

.cw
{
    color:#F7F7F7;
}
.bannerbtn1 {
    background: #165cd5;
    font-size: 23px;
    color: #fff;
}

.btn1
{
    background: #C68D17 ;
    color: #000;
}

.cta
{
    background: #C68D17 ;
    color: #fff;
}

.btn1:hover, .bannerbtn1:hover{
    background: #C59108;
    color: #fff;
}

.menu-btn {
    font-size: 21px;
    border-radius: 0;
    padding: 10px 15px !important;
}

.my-menu:hover {
    background: #fff;
    color: #000;
}

.my_menu li {
    font-size: 18px;
}

.hero {
    background: #f5f5f5;
}

.banner-text
{
    font-size: 20px;
}

.banner-title {
    font-size: 54px;
}

.inner-page-title
{
    font-size: 40px;
}

.banner-subtitle {
    font-size: 50px;
    color: #C68D17;
}

.about_us .feature-box p {
    text-align: left;
}

.features
{
    color: #fff;
}

#intro-example {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: url("../images/home.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.bg_grey{
    background: #eee;
}

.services
{
    position: relative;
    overflow: hidden;
    height: 65vh;
    display: flex;
    flex-direction: column;
}

.services .mask p{
    font-size: 20px;
}

.service-text
{
    
    padding-bottom: 10px;
}

.service{
    background: #fff;
    overflow: hidden;
    border: 2px solid #C68D17;
}

.service-text h4
{
    margin: 0;
    padding: 15px 20px;
}

.service-text p{
    padding: 15px 54px;
}

.page p{
    color: #555;;
}


/* Background video */
#intro-example .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.services .bg-video {
    position: absolute;
    top: 20%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* Navbar + content must stay above video */
#intro-example .navbar , .services .navbar{
    position: relative;
    z-index: 2;
    justify-content: center;
}

#intro-example .mask{
    flex: 1;
    /* 👈 THIS IS THE FIX */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}

.services .mask{
    flex: 1;
    /* 👈 THIS IS THE FIX */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}


#intro-example .text-white, .services .text-white  {
    max-width: 900px;
    /* optional */
}

.btn-dark {
    background: #000;
    border: #000;
}

.start_will {
    text-align: center;
}

.partners-scroll {
    white-space: nowrap;
}

.client_testimonials img {
    max-width: 100px;
}

/* overlay */
.guided_journey::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.65);
    /* white overlay */
    z-index: 0;
}

/* keep content above overlay */
.guided_journey>* {
    position: relative;
    z-index: 1;
}

.guided_journey div p {
    background: #000;
    color: #fff;
    padding: 15px 0;
    font-size: 20px;
    margin-bottom: 0;
    letter-spacing: 1px;
}


.cta-title {
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.0rem);
    font-weight: 600;
}

.cta-subtitle {
    color: #d1d5db;
    font-size: 1.05rem;
    max-width: 900px;
    margin: 0 auto;
}

.cta .btn {
    letter-spacing: 0.05em;
}

.carousel-nav-bottom button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    opacity: 1;
}

.carousel-nav-bottom .carousel-control-prev-icon,
.carousel-nav-bottom .carousel-control-next-icon {
    filter: invert(1);
}


.carousel-nav-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-nav-bottom .carousel-control-prev,
.carousel-nav-bottom .carousel-control-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    opacity: 1;
}

.carousel-nav-bottom .carousel-control-prev-icon,
.carousel-nav-bottom .carousel-control-next-icon {
    filter: invert(1);
}

.nav-toggle-compact {
    padding: 6px 10px;
    border-radius: 6px;
}

.nav-toggle-compact .navbar-toggler-icon {
    width: 1.2rem;
    height: 1.2rem;
}

.nav-toggle-compact span {
    font-size: 0.85rem;
    line-height: 1;
}

marquee {
    white-space: nowrap !important;
    padding: 20px 0;
}

marquee .partner-card {
    display: inline-block !important;
    width: 140px;
    /* REQUIRED */
    margin-right: 40px;
    vertical-align: middle;
}

marquee .partner-card img {
    display: block;
    width: 120px;
    /* REQUIRED */
    height: 60px;
    object-fit: contain;
    margin: 0 auto;
}

.site-footer {
    color: #fff;
    padding: 50px 0 0 0;
    font-size: 15px;
    border-top: 2px solid #C68D17;
}

.footer-brand {
    background: #ccc;
    color: #000;
    padding: 20px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
}

.footer-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #C68D17;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 6px;
}

.copyright
{
    padding: 15px 0;
    background: #12181C;
    margin-top: 15px;;
    border-top: 1px solid #C68D17;
}
.copyright a
{
    color:#fff;
    text-decoration: none;
}
.copyright p
{
    font-size: 13px;;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.85;
}

.footer-links a:hover {
    opacity: 1;
    text-decoration: underline;
}

.footer-logo {
    max-width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.2);
    margin: 30px 0 15px;
}

.footer-bottom {
    padding: 15px 0;
    background:url(../images/001.jpg);
    color: #fff;
}

.site-footer img {
    filter: none !important;
    display: inline;
}

.bg-white {
    background-color: #fff;
    ;
}

.footer-logos {
    display: flex;
    justify-content: flex-end;
    /* right aligned */
    align-items: center;
    gap: 12px;
    /* control spacing here */
}

.site-footer img {
    margin: 0;
    filter: none;
}

.footer-logos .logo-box:first-child {
    width: calc(30% - 1px);
    /* (100% - 2px) / 2 */
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logos .logo-box:last-child {
    width: calc(70% - 1px);
    /* (100% - 2px) / 2 */
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logos {
    display: flex;
    gap: 2px;
    width: 100%;
}

.footer-logos img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.social-box {
    width: 30px;
    display: flex;
    justify-content: center;
}

.social-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.footer-socials {
    display: flex;
    justify-content: center;
    /* ⭐ centers the row */
    align-items: center;
    gap: 8px;
    /* spacing between icons */
    width: 100%;
}

.dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-item {
    padding: 10px 20px;
}

.service-card .card-img-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.my_menu .dropdown-menu li {
    border-bottom: 1px solid #C68D17;
}

.service-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 12px;
    min-height: 3rem; /* ensures equal height for 1 or 2 lines */
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner {
    background: #000;
    padding: 10px 0;
    border-top: 2px solid #C68D17;
    border-bottom: 1px solid #C68D17;
}

.navbar{
    height: auto;
    
}

.maastrix {
    position: relative;
    padding-bottom: 10px;
    /* extra space for two lines */
}

.maastrix::after,
.maastrix::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: #000;
}

/* First (longer) line */
.maastrix::after {
    width: 120px;
    bottom: 0;
}

/* Second (shorter) line */
.maastrix::before {
    width: 80px;
    bottom: -6px;
    /* spacing between the two lines */
}

.cm10
{
    margin: 90px 0;
}

.cmt10
{
    margin-top: 90px;
}

.partner-marquee {
    overflow: hidden;
    width: 100%;
}

.partner-track {
    display: flex;
    width: max-content;
    animation: marquee-scroll 25s linear infinite;
}

.partner-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 10px;
}

.partner-card img {
    max-height: 60px;
    width: auto;
    display: block;
}

/* Smooth infinite animation */
@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}


@media (max-width: 991px) {
    .offcanvas {
        width: 100vw !important;
    }
}

@media (max-width: 767.98px) {
    .banner-title {
        font-size: 30px;
    }

    .footer-links {
        list-style: none;
    }
    .banner-subtitle
    {
        font-size: 25px;;
    }
}
@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}