:root {
    --bg-dark: #0a0a0a;
    --gold-gradient: linear-gradient(135deg, #d4af37 0%, #f9e29c 50%, #b8860b 100%);
    --text-gold: #c5a059;
}

/* Typography and General */
/* PP Neue Montreal Font Family Setup */

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('font/ppneuemontreal-thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../font/ppneuemontreal-book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../font/ppneuemontreal-italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'PP Neue Montreal', sans-serif;
    src: url('../font/ppneuemontreal-medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'PP Neue Montreal', sans-serif;
    src: url('../font/ppneuemontreal_bold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'PP Neue Montreal', sans-serif;
    src: url('font/ppneuemontreal-semibolditalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}

/* Apply to your project */
* {
   font-family: 'PP Neue Montreal', sans-serif;
}


.solution_design .card-title {
	color: #fff;
	margin-bottom: 1rem;
	font-family: PP Neue Montreal;
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: 0.5px;
	margin-bottom: 3px;
	opacity: 1 !important;
	position: relative;
	z-index: 9;
}

.btn-gold-outline {
	color: #fff;
	font-weight: 700;
	transition: 0.3s;
	background: linear-gradient(339.03deg, rgba(255, 255, 255, 0) 52.79%, #FFFFFF 95.95%), linear-gradient(77.48deg, #576265 -15.83%, #9EA1A1 8.98%, #848B8A 39.78%, #576265 64.02%, #576265 102.95%, #757A7B 117.63%, #576265 128.42%), rgb(194, 155, 74);
	background-blend-mode: color, overlay, normal;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}



/* Navbar Customization */
.nav-link {
	font-size: 16px;
	font-weight: 400 !important;
	letter-spacing: 0.5px;
	margin: 0 10px;
	color: #fff !important;
}

.dropdown-menu {
    background-color: #022c2b;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-item { color: rgba(255, 255, 255, 0.8); }
.dropdown-item:hover { background: #064e3b; color: #fff; }

/* Hero Section Styling */
.hero-section {
	min-height: 100vh;
	background: url('../img/banner.png') center/cover no-repeat;
	padding-top: 332px;
	backdrop-filter: blur(400px);
	height: 878px;
}

.hero-bottom-smoke {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 202px;
	z-index: 2;
	background: radial-gradient(circle at 50% 100%, rgba(8, 7, 5, 0.3) 0%, transparent 70%), radial-gradient(circle at 20% 120%, rgba(78, 66, 30, 0.2) 0%, transparent 60%), radial-gradient(circle at 80% 120%, rgba(212, 175, 55, 0.2) 0%, transparent 60%);
	backdrop-filter: blur(38.2px);
	-webkit-backdrop-filter: blur(40px);
	mask-image: linear-gradient(to top, black 20%, transparent 100%);
	-webkit-mask-image: linear-gradient(to top, black 20%, transparent 100%);
}

#navbarNav {
	margin-left: auto;
	width: fit-content !important;
	flex-grow: inherit;
}
#navbarNav ul {
	margin: 0 !important;
}

.hero-title {
	font-size: clamp(3rem, 6vw, 5rem);
	font-family: 'PP Neue Montreal', sans-serif;
	font-weight: 600 !important;
	font-style: Medium;
	font-size: 60px;
	line-height: 1;
	letter-spacing: -2%;
	vertical-align: middle;
}

.hero-lead {
	max-width: 90%;
	color: rgba(255,255,255,0.9);
	font-family: PP Neue Montreal;
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: 0.5px;
}

.hero-section  .col-lg-8.text-white {
	position: relative;
	z-index: 999;
}

/* Gold Button Styles */
.btn-gold-outline {
    color: #fff;
    font-weight: 700;
    transition: 0.3s;
    padding: 0px 20px;
    padding-right: 5px !important;
}

.bi.bi-arrow-up-right-circle-fill.ms-2 {
	font-size: 30px !important;
}



.btn-gold-solid {
    background: linear-gradient(90deg, #d4af37, #f9e29c);
    border: none;
    color: #000;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.btn-gold-solid:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}
#myVideo {
	height: 429px;
	width: 100% !important;
	max-width: 100% !important;
	object-fit: contain;
	border-radius: 20px;
	overflow: hidden;
}

#videoOverlay {
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
}

.guidance-section {
    position: relative;
background: 
    radial-gradient(circle at top right, #815806 0%, transparent 40%),
    radial-gradient(circle at bottom left, #815806 0%, black 40%);}

.text-gold {
	font-family: PP Neue Montreal;
	font-weight: 600;
	font-style: Medium;
	font-size: 56px;
	leading-trim: NONE;
	line-height: 110.00000000000001%;
	letter-spacing: -2%;
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
	/* background: linear-gradient(77.48deg, #576265 -15.83%, #9EA1A1 8.98%, #848B8A 39.78%, #576265 64.02%, #576265 102.95%, #757A7B 117.63%, #576265 128.42%); */
	/* background-blend-mode: overlay; */
	/* background: linear-gradient(339.03deg, rgba(255, 255, 255, 0) 52.79%, #FFFFFF 95.95%); */
	background-blend-mode: color;
	background: rgba(232, 189, 101, 1);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.guidance-section p {
	font-size: 18px;
	color: #fff !important;
}

/* Video Container with border and glow */
.video-container {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    height: 450px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.name-tag {
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 1.1rem;
    color: rgba(255,255,255,0.9);
}

/* Gold Play Button */
.play-button {
    width: 60px;
    height: 60px;
    background: var(--gold-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(184, 134, 11, 0.4);
}

.play-button svg {
    width: 25px;
    color: #000;
}

/* Stats Styling */
.stat-item {
    border-right: 1px solid rgba(255,255,255,0.1);
    padding: 0 30px;
}

.stat-item:last-child {
    border-right: none;
}

.stat-value {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.stat-desc {
    font-size: 0.85rem;
    color: #888;
    line-height: 1.6;
}

/* Avatar Group */
.avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid var(--bg-dark);
    margin-left: -8px;
    overflow: hidden;
}

.avatar img { width: 100%; }

.add-more {
    background: #c5a059;
    color: black;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* Button Styling */
.btn-quote {
    background: white;
    color: black;
    border-radius: 50px;
    padding: 8px 24px;
    font-weight: 600;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.arrow-circle {
    background: #000;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
.guidance-section {
	overflow: hidden;
}
/* Watermark */
.bg-watermark {
	position: absolute;
	bottom: -40px;
	right: -4px;
	font-size: 9vw;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.2);
	pointer-events: none;
	z-index: 0;
}

/* Main Section Wrapper */
.ontario-support-wrapper {
    background-color: #ffffff;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.ontario-support-wrapper .section-title {
   font-family: PP Neue Montreal;
font-weight: 500;
font-style: Medium;
font-size: 64px;
leading-trim: NONE;
line-height: 110.00000000000001%;
letter-spacing: -2%;
vertical-align: middle;
text-transform: capitalize;
background: linear-gradient(77.48deg, #576265 -15.83%, #9EA1A1 8.98%, #848B8A 39.78%, #576265 64.02%, #576265 102.95%, #757A7B 117.63%, #576265 128.42%);
background-blend-mode: overlay;
background: linear-gradient(34.52deg, rgba(255, 255, 255, 0) 43.37%, #FFFFFF 81.28%);
background-blend-mode: color;
background: rgba(232, 189, 101, 1);
background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ontario-support-wrapper .section-description {
   font-family: PP Neue Montreal;
font-weight: 500;
font-style: Medium;
font-size: 18px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0.5px;
background: rgba(12, 12, 12, 1);
background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    max-width: 90%;
}

/* Gold Gradient Button */
.ontario-support-wrapper .gold-pill-button {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(90deg, #b88a44 0%, #e2c08d 100%);
    color: #ffffff;
    text-decoration: none;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.ontario-support-wrapper .gold-pill-button:hover {
    box-shadow: 0 5px 15px rgba(184, 138, 68, 0.4);
    transform: translateY(-2px);
}

.ontario-support-wrapper .arrow-circle {
    background: #ffffff;
    color: #b88a44;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    font-size: 10px;
}

/* Image Gallery Styles */
.ontario-support-wrapper .gallery-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.ontario-support-wrapper .rounded-4 {
    border-radius: 1.25rem !important;
}

/* Decorative Dot Pattern */
.ontario-support-wrapper .decorative-dots {
    position: absolute;
    top: -30px;
    right: 0;
    width: 120px;
    height: 80px;
    background-image: radial-gradient(#e2c08d 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    z-index: 0;
    opacity: 0.5;
}


.map-box {
	height: 100% !important;
}

.map-box img {
	height: 100% !important;
	display: block !important;
	position: relative;
}


.btn-gold-outline:hover {

	background: linear-gradient(339.03deg, rgba(255, 255, 255, 0) 52.79%, #FFFFFF 95.95%), linear-gradient(77.48deg, #576265 -15.83%, #9EA1A1 8.98%, #848B8A 39.78%, #576265 64.02%, #576265 102.95%, #757A7B 117.63%, #576265 128.42%), rgb(194, 155, 74);

}

.trusted-section h2{
	font-family: PP Neue Montreal;
	font-weight: 600;
    text-align: center;
	font-style: Medium;
	font-size: 47px;
	leading-trim: NONE;
	line-height: 110.00000000000001%;
	letter-spacing: -2%;
	vertical-align: middle;
	text-transform: capitalize;
	background: linear-gradient(77.48deg, #576265 -15.83%, #9EA1A1 8.98%, #848B8A 39.78%, #576265 64.02%, #576265 102.95%, #757A7B 117.63%, #576265 128.42%);
	background-blend-mode: overlay;
	background: linear-gradient(34.52deg, rgba(255, 255, 255, 0) 43.37%, #FFFFFF 81.28%);
	background-blend-mode: color;
	background: rgb(209, 155, 46);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    
}

.trusted-section .container-fluid > p{
    font-family: PP Neue Montreal;
font-weight: 500;
font-style: Medium;
font-size: 18px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0.5px;
text-align: center;
width: 100%;
max-width: 70%;
margin: 0 auto;
background: rgba(12, 12, 12, 1);
background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.item img {
	width: 100%;
	height: 70px;
	object-fit: contain;
}


.trusted-section   p.fw-bold {
	font-family: PP Neue Montreal;
	font-weight: 500;
	font-style: Medium;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 130%;
	letter-spacing: 0.5px;
}



.life-stage-section {
    background: rgba(253, 245, 236, 1);
    position: relative;
}

.life-img {
    height: auto;
    object-fit: cover;
    width: 100%;
}

.life-heading {
    font-size: 36px;
    font-weight: 600;
  background: linear-gradient(
        77.48deg,
        #576265 -15.83%,
        #9EA1A1 8.98%,
        #848B8A 39.78%,
        #576265 64.02%,
        #576265 102.95%,
        #757A7B 117.63%,
        #576265 128.42%
    ),
    linear-gradient(
        34.52deg,
        rgba(255, 255, 255, 0) 43.37%,
        #FFFFFF 81.28%
    ),
    rgb(209, 155, 46);

    background-blend-mode: overlay, color;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    line-height: 1.3;
}

.life-text {
    color: #000;

}

.life-btn {
    background: #c6922f;
    color: #fff;
    padding: 12px 26px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.life-btn:hover {
    background: #a87922;
    color: #fff;
}

.dot-pattern {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 241px;
	height: 92px;
	background-image: radial-gradient(#e1b562 2px, transparent 2px);
	background-size: 12px 12px;
	opacity: 0.6;
}

p{
    font-family: PP Neue Montreal;
font-weight: 500;
font-style: Medium;
font-size: 18px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0.5px;

}


.solution_design h2{
	font-size: 60px;
	background: linear-gradient(to bottom, #D4AF37 0%, #C49331 50%, #8C6212 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
	line-height: 1.3;
      position: relative;
   z-index: 99;
   color: #fff;

}
.solution_design .btn-gold-outline {
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	letter-spacing: 0.5px;
	font-weight: 500 !important;
}

.solution_design .bi.bi-arrow-up-right-circle-fill.ms-2 {
	font-size: 24px !important;
}
.solution_design p {
	font-family: PP Neue Montreal;
	font-weight: 400;
	font-style: Medium;
	font-size: 15px;
	leading-trim: NONE;
	line-height: 1.5;
	letter-spacing: 0.5px;
	color: #fff !important;
	margin-bottom: 10px !important;
	position: relative;
	z-index: 99;
}


.blur {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 184px;
	z-index: 2;
	background: #0000;
	backdrop-filter: blur(48.2px);
	-webkit-backdrop-filter: blur(40px);
	mask-image: linear-gradient(to top, black 20%, transparent 100%);
	-webkit-mask-image: linear-gradient(to top, #9c5656 20%, transparent 100%);
	opacity: 1;
}



/* Exact Gold Gradient for Text */
  .text-gold-gradient {
    background: linear-gradient(to bottom, #e2c275 0%, #b8860b 50%, #8c6212 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }

  /* Custom Background with subtle glow effect */
  .bg-partnership {
  /* Combined radial gradients for top-right and bottom-left glows */
  background: 
    radial-gradient(circle at top right, #826018 0%, transparent 20%),
    radial-gradient(circle at bottom left, #826018 0%, transparent 20%);
  
  /* Fallback and base color */
  background-color: #000000; 
  
  /* Ensures the background covers the full section height */
  background-repeat: no-repeat;
  background-size: cover;
  }

  /* Watermark text effect */
  .watermark {
	font-size: 8rem;
	font-weight: 800;
	color: rgba(255, 255, 255, 0.12);
	letter-spacing: 10px;
	line-height: 1;
}


.bg-partnership p {
	font-family: PP Neue Montreal;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 150%;
	letter-spacing: 0.5px;
	text-align: center;
	color: #fff !important;
	width: 100% !important;
	max-width: 100% !important;
}




        /* Main Container with Background */
        .hero-footer-wrapper {
            background: 
                        url('../img/b566dfac5e539596b3c01c03fe6ad079d8a9db5c.png');
            background-size: cover;
            background-position: center;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            color: #ffffff;
        }


        /* Top Content Area */
        .footer-section {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 80px 15px;
            padding-bottom: 150px;
        }

        .hero-title {
            font-size: 3.5rem;
            font-weight: 500;
            margin-bottom: 20px;
        }

        .hero-description {
            max-width: 750px;
            font-size: 1.1rem;
            line-height: 1.6;
            margin-bottom: 30px;
            opacity: 0.9;
        }

        /* Gold Button */
        .btn-gold {
            background-color: #c5a059;
            color: #ffffff;
            border-radius: 50px;
            padding: 12px 28px;
            font-weight: 600;
            font-size: 0.85rem;
            text-transform: uppercase;
            border: none;
            transition: background 0.3s ease;
        }

        .btn-gold:hover {
            background-color: #ad8a4a;
            color: #ffffff;
        }

        /* Footer Overlay */
      .footer-overlay {
	background: rgba(255, 255, 255, 0);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(15px);
	padding-top: 60px;
	padding-bottom: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

        /* Links and Nav */
        .footer-column-title {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 15px;
}

        .footer-nav-link {
            color: #ffffff;
            text-decoration: none;
            display: block;
            margin-bottom: 12px;
            font-size: 0.95rem;
        }

        .footer-nav-link:hover {
            color: #c5a059;
        }

        .social-icon-link {
            color: #ffffff;
            font-size: 1.2rem;
            text-decoration: none;
            transition: opacity 0.2s;
        }

        .social-icon-link:hover {
            opacity: 0.7;
        }

     .footer-brand-name {
	font-size: 77px;
	font-weight: 800 !important;
	text-transform: uppercase;
	margin-top: 0px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	letter-spacing: 1px;
	background: linear-gradient( to bottom, #ffe49a 0%, #a97a20 50%, #8a6623 100% );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: bold;
	text-transform: uppercase;
}

        .legal-links a {
            color: #ffffff;
            text-decoration: underline;
            font-size: 0.8rem;
            opacity: 0.8;
        }

  

        /* Scroll hone par ye class jQuery add karega */
.header-scrolled {
  background: rgba(0, 0, 0, 0.6) !important; /* Semi-transparent background */
  backdrop-filter: blur(15px); /* Strong blur effect */
  -webkit-backdrop-filter: blur(15px); /* Safari support */
  padding: 10px 0 !important; /* Header thoda chhota ho jayega */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Fixed top position */
.header-scrolled{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}


.guidance {
	padding-left: 115px;
}

.img-fluid.profile-img {
	margin-bottom: -35px;
}

/* Section Background */
.about-section {
background: 
    radial-gradient(circle at 10% 10%, rgba(44, 38, 18, 0.4) 0%, transparent 40%), 
    radial-gradient(circle at 75% 50%, #2c2612 0%, #0a0a0a 70%);
  
  background-color: #0a0a0a;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
/* Gold Gradient Card */
.gold-card {
	background: linear-gradient(135deg, #b38728 0%, #fbf5b7b4 25%, #aa771c 50%, #e5b64f 75%, #b38728 100% );
	border-radius: 12px;
	color: #ffffff;
	box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}
.hero-bg-exact {
    /* 1. Base Deep Black Background */
    background-color: #0d0d0d; 

    /* 2. Top-Left Subtle Glow: 
       Isse center se hatakar 15% top aur 10% left par rakha hai.
       Opacity sirf 0.1 (10%) hai taaki bilkul halka dikhe. */
    background-image: 
        radial-gradient(circle at 15% 10%, rgba(255, 255, 255, 0.08) 0%, transparent 35%),
        radial-gradient(circle at 85% 40%, rgba(44, 38, 18, 0.7) 0%, #0d0d0d 70%);

    min-height: 100vh;
    position: relative;
}

/* Image Blend Fix: 
   Taaki image background ke sath "merge" ho jaye aur alag na dikhe */
.profile-img-blend {
    filter: brightness(0.95) contrast(1.05);
    -webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
}

/* Custom Button */
.btn-work-with {
    background-color: #c5a059;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: transform 0.2s;
}

.btn-work-with:hover {
    transform: translateY(-2px);
    background-color: #ad8a4a;
    color: #fff;
}

/* About Me Badge */
.about-badge {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.about-badge .dot {
    height: 8px;
    width: 8px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}



.feature-text {
    font-weight: 500;
    padding-left: 10px;
    font-size: 0.95rem;
}


.about-section small {
	font-family: PP Neue Montreal;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0.5px;
	opacity: 1 !important;
}
.about-section h3 {
	font-family: PP Neue Montreal;
	font-weight: 500;
	font-style: Medium;
	font-size: 43px;
	leading-trim: NONE;
	line-height: 56px;
	letter-spacing: -2%;
}


.about-section  .feature-text {
	font-family: PP Neue Montreal;
	font-weight: 500;
	font-style: Medium;
	font-size: 21px;
	leading-trim: NONE;
	line-height: 40px;
	letter-spacing: 0.5px;
}

.about-section .row .col-md-4 {
	border-left: 1px solid #fff;
}


.lead {
	opacity: 1 !important;
    font-family: PP Neue Montreal !important;
    font-weight: 400;
}


.about-section  .row {
	border-top: none !important;
}


#guidance-section {
	background: rgba(12, 12, 12, 1);
}


#guidance-section .bg-watermark {
	bottom: unset !important;
	top: -62px !important;
	right: 0 !important;
	color: #1c1b1b !important;
}



#guidance-section h2 {
	background: linear-gradient(to bottom, #d4af37 20%, #8a6623 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/* -webkit-text-stroke: [width] [color]; */
	-webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.3);
}



.vivian-section {
    background: #f5f5f5;
}

.vivian-card {
	background: rgba(197, 154, 67, 1);
	border-radius: 10px;
	padding: 40px;
	color: #fff;
}

.vivian-text-card p {
	margin-bottom: 18px;
	opacity: 0.95;
	font-family: PP Neue Montreal;
	font-weight: 400 !important;
	font-size: 18px;
	line-height: 130%;
	vertical-align: middle;
	letter-spacing: 0.5px;
}



.story-label {
  font-family: PP Neue Montreal;
font-weight: 500;
font-style: Medium;
font-size: 20px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0.5px;

    display: block;
    margin-bottom: 12px;
}

.vivian-title {
	margin-bottom: 20px;
	font-family: PP Neue Montreal;
	font-weight: 600;
	font-style: Medium;
	font-size: 52px;
	leading-trim: NONE;
	line-height: 110.00000000000001%;
	letter-spacing: -2%;
}

.vivian-img-card img {
	border-radius: 10px !important;
	object-fit: cover;
	height: 100%;
	width: 100% !important;
}

.vivian-img-card {
	height: 100%;
}

.vivian-btn {
	background: #ffffff;
	color: #000;
	padding: 0px 20px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 600;
	margin-top: 15px;
	display: flex;
	align-items: center;
	width: fit-content;
	padding-right: 5px;
}
.vivian-btn:hover {
    background: #000;
    color: #fff;
}

.vivian-btn i {
    color: rgba(197, 154, 67, 1);
}

.solution_design .container > p {
	color: #000 !important;
	margin-bottom: 35px !important;
	font-family: PP Neue Montreal;
	font-weight: 500;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 150%;
	letter-spacing: 0.5px;
	text-align: center;
}

#solution_design {
	background: rgb(250, 250, 250) !important;
	padding-top: 75px !important;
}

#about-footer {
	background: linear-gradient(rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../img/about-footer.png');
	background-size: cover;
	background-position: top center;
}


/* Custom styling for the background and overlay */
       .artical-banner{
            position: relative;
            background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)), 
                        url('../img/weurioweuroweur.png'); /* Replace with your actual path */
            background-size: cover;
            background-position: center;
            min-height: 700px;
            display: flex;
            align-items: flex-end; /* Aligns content to the bottom */
            border-radius: 0;
            overflow: hidden;
        }

     .artical-banner   .featured-badge {
            font-size: 0.75rem;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-weight: 600;
        }

        /* Adjusting text width for readability */
  .artical-banner .hero-content {
	max-width: 60%;
}

.hero-featured {
	padding-left: 0 !important;
}


.artical-banner h1 {
	font-family: PP Neue Montreal;
	font-weight: 700 !important;
	font-size: 44px;
	leading-trim: NONE;
	line-height: 110.00000000000001%;
	letter-spacing: -2%;
	vertical-align: middle;
}

.artical-banner p{
    font-family: PP Neue Montreal;
font-weight: 500;
font-style: Medium;
font-size: 20px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: 0.5px;

}

.artical-banner .featured-badge {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: PP Neue Montreal;
	font-style: Medium;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 130%;
	letter-spacing: 0.5px;
}





       .trust-section .featured-label {
            font-size: 0.75rem;
            letter-spacing: 1px;
            font-weight: bold;
        }

        /* Section 2: Trust Insights & Watermark Styling */
        .trust-section {
            position: relative;
            padding: 100px 0;
            overflow: hidden;
            background: rgba(250, 250, 250, 1) !important;
        }

 .trust-section .watermark-text {
	position: absolute;
	bottom: -10px;
	left: 0;
	font-size: 10rem;
	font-weight: 800;
	color: #0000000d;
	z-index: 1;
	line-height: 1;
	text-transform: uppercase;
}

      .trust-section  .text-gold {
           background: linear-gradient( 77.48deg, #576265 -15.83%, #9EA1A1 8.98%, #848B8A 39.78%, #576265 64.02%, #576265 102.95%, #757A7B 117.63%, #576265 128.42% ), linear-gradient( 34.52deg, rgba(255, 255, 255, 0) 43.37%, #FFFFFF 81.28% ), rgb(209, 155, 46);
    background-clip: border-box, border-box, border-box;
  background-blend-mode: overlay, color;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
  text-align: left;
        }

      .trust-section  .insight-description {
            color: #333;
            line-height: 1.6;
        }


        .insight-description p.fw-bold {
	font-family: PP Neue Montreal;
	font-weight: 500  !important;
	font-style: Medium;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 130%;
	margin-bottom: 15px !important;
    color: #000 !important;
}

       .insight-description p {
	font-family: PP Neue Montreal;
	font-weight: 400 !important;
	font-style: Medium;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 130%;
	margin-bottom: 5px !important;
    color: rgba(12, 12, 12, 0.64) !important;
}


        .section-title { font-weight: 500; color: #333; margin-bottom: 2rem; }
        
        /* Card Styling */
        .article-card { border: none; border-radius: 12px; transition: transform 0.2s ease; height: 100%; box-shadow: 0px 8px 16px 0px rgba(204, 58, 50, 0.04);}
        .article-card:hover { transform: translateY(-5px); }
        
      .card-img-top {
	height: 220px;
	object-fit: cover;
	border-radius: 12px !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

       .card-body {
	padding: 10px 20px;
}
.card-title {
	color: #2d2d2d;
	margin-bottom: 1rem;
	font-family: PP Neue Montreal;
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: 0.5px;
}
        .card-text { font-size: 16px; color: #666; line-height: 1.5; margin-bottom: 1.2rem; }

        /* "Learn More" Link */
        .btn-learn {
            text-decoration: none;
            color: #c5a059; /* Goldish tone from the image */
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            display: inline-flex;
            align-items: center;
            font-family: PP Neue Montreal;
            font-style: Medium;
            font-size: 15px;
            leading-trim: NONE;
            line-height: 20px;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            gap: 10px;

        }
        .btn-learn:hover { color: #a38345; }
        .btn-learn i { margin-left: 8px; font-size: 1rem; }

        /* Pagination */
        .page-arrow { border: 1px solid #ddd; padding: 2px 12px; border-radius: 4px; cursor: pointer; text-decoration: none; color: #333; }

        .pagination-container span, .pagination-container a {
	font-family: PP Neue Montreal;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0.5px;
	vertical-align: middle;
	color: #000 !important;
}



.commitment-section {
            background:rgba(12, 12, 12, 1); /* Deep black background */
            color: #ffffff;
            padding: 80px 0;
            position: relative;
        }

      .commitment-section  .gold-text {
        font-family: PP Neue Montreal;
  font-weight: 600;
  font-style: Medium;
  font-size: 49px;
            line-height: 1.1;
            background: linear-gradient(to bottom, #d4af37 20%, #8a6623 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: [width] [color];
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.3);
        }

   

        /* Decorative Quote Mark */
   .commitment-section .quote-icon {
	font-family: Georgia, serif;
	font-size: 14rem;
	color: #444;
	line-height: 1;
	user-select: none;
	position: absolute;
	top: -1%;
	right: 3%;
}

      .commitment-section .statement-body {
	font-family: PP Neue Montreal;
	font-weight: 500 !important;
	font-style: Medium;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 130%;
	margin-bottom: 15px !important;
	color: #fff !important;
}


.commitment-section .secondary-texts {
	font-family: PP Neue Montreal;
	font-weight: 400 !important;
	font-style: Medium;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 130%;
	margin-bottom: 5px !important;
	color: rgba(12, 12, 12, 0.64) !important;
}


#artical-footer {
	background: linear-gradient(rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)),  url('../img/8ccadd0ec8f4d568cdd1819a6368684eb31dde6a.png');
background-position: bottom center;
}


#service-banner {
	height: 600px;
	background: unset;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 150px;
	min-height: unset !important;
}
.service-banner22, .service-banner22 img {
	height: 100% !important;
}
#service-banner .banner-img {
	position: absolute;
	left: 0;
	width: 100% !important;
	transform: rotate(-90deg);
	object-fit: cover;
	right: 0;
}


#service-banner .col-lg-8 {
	position: relative;
	z-index: 999;
}


/* Section Styling with Rotated Background */
    .video-slider-section {
        position: relative;
        background-color: #fff;
        padding: 80px 0;
        overflow: hidden;
        color: #fff;
    }

    /* Rotated Background Image */
    .video-slider-section::before {
        content: "";
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        background-image: url('your-background-path.jpg'); /* Replace with your image */
        background-size: cover;
        transform: rotate(-2deg) scale(1.1); /* The rotation effect */
        opacity: 0.1;
        z-index: 0;
    }

  .video-slider-section  .container { position: relative; z-index: 1; }

  .video-slider-section   .gold-title { color: #c5a059; font-weight: 600; }

    /* Video Card Styling */
  .video-slider-section   .video-card {
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        aspect-ratio: 16 / 9;
    }

   .video-slider-section  .video-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

   .video-slider-section  .video-overlay {
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 60%);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 20px;
    }

 .video-slider-section .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background: rgba(197, 154, 67, 1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 1.2rem;
	cursor: pointer;
	opacity: 1 !important;
	z-index: 999;
}

.video-slider-section .video-title {
	margin-bottom: 5px;
	font-family: PP Neue Montreal;
	font-weight: 500;
	font-style: Medium;
	font-size: 30px;
	leading-trim: NONE;
	line-height: 110.00000000000001%;
	letter-spacing: -2%;
	vertical-align: middle;
	text-transform: capitalize;
}

.video-slider-section .video-desc {
	color: #fff;
	font-family: PP Neue Montreal;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 140%;
	letter-spacing: 0.5px;
}
    /* Custom Owl Nav */
   .video-slider-section  .owl-nav {
        position: absolute;
        bottom: 20px;
        right:  25%;
        display: flex;
        gap: 10px;
    }

    .video-slider-section p {
	font-family: PP Neue Montreal;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 150%;
	letter-spacing: 0.5px;
	color: #000 !important;
	width: 100%;
	max-width: 58%;
}

.video-slider-section h2 {
	font-family: PP Neue Montreal;
	font-weight: 500;
	font-style: Medium;
	font-size: 64px;
	leading-trim: NONE;
	line-height: 110.00000000000001%;
	letter-spacing: -2%;
	vertical-align: middle;
	text-transform: capitalize;
    background: linear-gradient(to bottom, #D4AF37 0%, #C49331 50%, #8C6212 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#videoSlider {
	padding-left: 104px;
}

    .video-background {
	background-size: cover !important;
	width: 100%;
}
    .video-slider-section .owl-theme .owl-nav [class*='owl-'] {
        background: rgba(255,255,255,0.1) !important;
        border: 1px solid rgba(255,255,255,0.3) !important;
        border-radius: 50% !important;
        width: 35px; height: 35px;
        display: flex; align-items: center; justify-content: center;
        margin: 0;
    }

   .video-slider-section  .owl-stage {
	padding-left: 0 !important;
}



/* Solutions Section */
.solutions-designed .solution-card {
	border: none;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0px 4px 16px 0px rgba(26, 26, 26, 0.08);
}

.solutions-designed .card-img-wrapper {
    height: 160px;
}

.solutions-designed .card-img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.solutions-designed .gold-heading  {
   font-size: 60px;
  background: linear-gradient(to bottom, #D4AF37 0%, #C49331 50%, #8C6212 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  z-index: 99;
  color: #fff;
}

.solutions-designed .sub-text {
    color: #000 !important;
  margin-bottom: 35px !important;
  font-family: PP Neue Montreal;
  font-weight: 500;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0.5px;
  text-align: center;
}



.solutions-designed .card-title {
	font-family: Inter;
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: -2%;
	margin-bottom: 4px;
}

.solutions-designed .card-text {
	font-family: Inter;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: -2%;
    color: #000;
}


#service1-footer {
    background-position: top center !important;
	background-size: cover;
	background-position: center;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	color: #ffffff;
    background: linear-gradient(rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../img/e01bf895b31e6c983e3ca84608e5d13f21c77ad1.png');
}


.service-banner2 .banner-img {
	transform: rotate(0deg) !important;
    top: 0;
}




/* Custom spacing and button styles */
.video-wrapper {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.video-wrapper:hover {
    transform: scale(1.01);
}

.play-icon-style {
    width: 65px;
    height: 65px;
    background: rgba(184, 134, 11, 0.9); /* Golden tint */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 2.5rem;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    transition: all 0.3s ease;
}

.video-wrapper:hover .play-icon-style {
    background: #b8860b;
    transform: scale(1.1);
}

.tracking-wider {
    letter-spacing: 2px;
}


.about-insurence h2 {
	font-family: PP Neue Montreal;
	font-weight: 600;
	font-style: Medium;
	font-size: 52px;
	leading-trim: NONE;
	line-height: 110.00000000000001%;
	letter-spacing: -2%;
	vertical-align: middle;
	text-transform: capitalize;
	background-blend-mode: color;
	background: rgb(209, 155, 46);
	background-clip: border-box;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about-insurence p.text-muted.small{
    font-family: PP Neue Montreal;
font-weight: 500;
font-style: Medium;
font-size: 18px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0.5px;
color: rgba(12, 12, 12, 1);

}

.about-insurence h3 {
	font-family: PP Neue Montreal;
	font-weight: 500;
	font-style: Medium;
	font-size: 37px;
	leading-trim: NONE;
	line-height: 110.00000000000001%;
	letter-spacing: -2%;
	vertical-align: middle;
	text-transform: capitalize;
}
.about-insurence p {
font-family: PP Neue Montreal;
font-weight: 500;
font-style: Medium;
font-size: 18px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: 0.5px;
}

#service2-footer {
	background: linear-gradient(rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../img/989f971bb78045c6bc84551f51cfa0fdc629b3b5.png');
}


#service3-footer {
	background: linear-gradient(rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../img/b0c3b9c577f2f6f40b0202a4430c6d3ce9e2a2d3.png');
	background-position: bottom center !important;
}


#get-footer {
	background: linear-gradient(rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../img/a80a3bc1d836dd55ec5c7d147e9b2edeae708fd0.png');
	background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover;
}

#get-free-quote-footer {
	background: linear-gradient(rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../img/35eaa85f4b16f8116ab7060b8ef1dedd0251436e.png');
	background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.get-in-touch-banner {
  min-height: 500px; /* Adjust height as needed */
  background-color: #000;
  /* This creates the dual golden glow effect */
  background-image: 
    radial-gradient(circle at 0% 0%, rgba(184, 134, 11, 0.15) 0%, transparent 40%),
    radial-gradient(circle at 100% 100%, rgba(184, 134, 11, 0.1) 0%, transparent 40%);
  position: relative;
  overflow: hidden;
}

/* Premium Gold Text Style */
.get-in-touch-banner  .gold-gradient-text {
  color: #c5a059; /* Solid fall back */
  background: linear-gradient(to bottom, #e2c08d 0%, #c5a059 50%, #8c6a2c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Playfair Display', serif; /* Optional: for a more elegant look */
}




.get-in-touch-banner  .glow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Yeh radial gradient top-left corner mein yellow glow banata hai */
  background: radial-gradient(
    circle at 0% 0%, 
    rgba(212, 175, 55, 0.18) 0%,   /* Soft Gold/Yellow */
    rgba(212, 175, 55, 0.05) 20%,  /* Fading out */
    transparent 60%
  );
  z-index: 1;
}

.get-in-touch-banner  .gold-text {
 font-family: PP Neue Montreal;
  font-weight: 600;
  font-style: Medium;
  font-size: 49px;
  line-height: 1.1;
  background: linear-gradient(to bottom, #d4af37 20%, #8a6623 100%);
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: [width] [color];
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.3);
}


.get-in-touch-banner p{
    font-family: PP Neue Montreal;
font-weight: 500;
font-style: Medium;
font-size: 20px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: 0.5px;
text-align: center;
color: #fff !important;

}



/* Gold text gradient */
#get-in-touch-banner .gold-text {
 font-family: PP Neue Montreal;
  font-weight: 600;
  font-style: Medium;
  font-size: 49px;
  line-height: 1.1;
  background: linear-gradient(to bottom, #d4af37 20%, #8a6623 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: [width] [color];
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.3);
}

#get-in-touch-banner label {
	font-weight: 500 !important;
	letter-spacing: 0.5px;
    font-size: 18px;
}

/* Custom Input Styling (Underline only) */
#get-in-touch-banner .custom-input {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #444 !important;
  border-radius: 0 !important;
  color: white !important;
  padding-left: 0 !important;
  margin-bottom: 10px;
  
}

#get-in-touch-banner .custom-input::placeholder {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
}

#get-in-touch-banner .custom-input:focus {
  box-shadow: none !important;
  border-bottom-color: #b8860b !important;
}

/* Gold Button Style */
#get-in-touch-banner .gold-btn {
  background: linear-gradient(to right, #d4af37, #8a6d3b);
  border: none;
  color: white;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 0.8rem;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  transition: transform 0.2s ease;
}

#get-in-touch-banner .gold-btn:hover {
  transform: scale(1.05);
  color: white;
}

#get-in-touch-banner .arrow-circle {
  background: white;
  color: black;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  font-size: 0.7rem;
}

#get-in-touch-banner div.bg-dark {
	background: rgba(12, 12, 12, 1) !important;
}

#get-in-touch-banner p.text-uppercase {
	font-family: PP Neue Montreal;
	font-weight: 500;
	font-style: Medium;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-transform: capitalize !important;
	margin-bottom: 25px !important;
}

#get-in-touch-banner p.text-muted {
	font-family: PP Neue Montreal;
	font-weight: 500;
	font-style: Medium;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 142%;
	letter-spacing: 0.5px;
	vertical-align: middle;
	color: #000 !important;
}

#get-in-touch-banner h6 {
	font-family: Inter;
	font-weight: 500 !important;
	font-style: Medium;
	font-size: 19px;
	leading-trim: NONE;
	line-height: 32px;
	letter-spacing: -2%;
}



#get-in-touch-banner  p.text-muted.mb-0{

    font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: -2%;

}

.faq-section{
    background: rgba(250, 250, 250, 1) !important;
}

/* Gold Text Styling */
.faq-section .gold-text {
 font-family: PP Neue Montreal;
  font-weight: 600 !important;
  text-align: center;
  font-style: Medium;
  font-size: 57px;
  leading-trim: NONE;
  line-height: 110.00000000000001%;
  letter-spacing: -2%;
  vertical-align: middle;
  text-transform: capitalize;
  background: linear-gradient(77.48deg, #576265 -15.83%, #9EA1A1 8.98%, #848B8A 39.78%, #576265 64.02%, #576265 102.95%, #757A7B 117.63%, #576265 128.42%);
  background-blend-mode: overlay;
  background: linear-gradient(34.52deg, rgba(255, 255, 255, 0) 43.37%, #FFFFFF 81.28%);
  background-blend-mode: color;
  background: rgb(209, 155, 46);
    background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
}

/* Custom Accordion Styling */
.faq-section .accordion-item {
  border-bottom: 1px solid #eee !important;
}

.faq-section .accordion-button {
  padding-left: 0;
  padding-right: 0;
   background: rgba(250, 250, 250, 1) !important;
  color: #333 !important;
  box-shadow: none !important;
  font-family: PP Neue Montreal;
font-weight: 500 !important;
font-style: Medium;
font-size: 24px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0.5px;

}

/* Replacing the default Bootstrap Arrow with a Plus (+) icon */
.faq-section .accordion-button::after {
  content: "+";
  background-image: none;
  font-size: 1.5rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.faq-section .accordion-button:not(.collapsed)::after {
  content: "−"; /* Using a minus character */
  transform: none;
}

.faq-section .accordion-body {
  padding-left: 0;
  line-height: 1.8;
   background: rgba(250, 250, 250, 1) !important;
   font-family: PP Neue Montreal;
font-weight: 500 !important;
font-size: 16px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0.5px;
color: rgba(12, 12, 12, 0.64) !important;

}

#get-in-touch-banner p {
	font-family: PP Neue Montreal;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 150%;
	letter-spacing: 0.5px;
}


#get-in-touch-banner select ,#get-in-touch-banner .custom-select-tag{
	background-color: rgb(12, 12, 12) !important;
	border: none !important;
	color: rgba(255, 255, 255, 0.932) !important;
	padding-left: 0;
    border-bottom: 0.5px solid  rgba(255, 255, 255, 0.88) !important;
  border-radius: 0 !important;
}


.form-control.custom-select-tag::placeholder {
	color: rgba(255, 255, 255, 0.88) !important;
}

#get-in-touch-banner .row div.col-md-6 {
	margin-bottom: 20px;
}

#get-in-touch-banner #get-free-quote {
	font-family: 'PP Neue Montreal', sans-serif;
	font-weight: 700 !important;
	font-size: 50px;
	line-height: 120%;
	letter-spacing: 0.5px;
	color: #000 !important;
}

#get-in-touch-banner #get-free-quote span {
	color: rgba(12, 12, 12, 0.48) !important;
}

