/*
Theme Name: V & D
Author: Dinesh
*/

/* =========================================================
   BASE TYPOGRAPHY
========================================================= */
body,
p,
li,
.nav-link,
.btn,
button,
input,
textarea,
.footer-nav a,
.footer-bottom a {
    font-family: 'Sofia Pro', system-ui, -apple-system, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Headings – Sofia Pro */
h1,
.hero-title {
    font-family: 'Sofia Pro', system-ui, sans-serif;
    font-weight: 900;
    font-size: 57px;
    line-height: 65px;
}

h2,
.f-h2,
.section-heading {
    font-family: 'Sofia Pro', system-ui, sans-serif;
    font-weight: 700;           /* Bold */
    font-size: 44px;
    line-height: 52px;
}

h3 {
    font-family: 'Sofia Pro', system-ui, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}

h4 {
    font-family: 'Sofia Pro', system-ui, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}

h5 {
    font-family: 'Sofia Pro', system-ui, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}

h6,
.footer-col h6 {
    font-family: 'Sofia Pro', system-ui, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

/* Premium Granville serif */
.site-title,
.custom-logo-link .site-title,
.vd-firm-name,
.firm-heading,
.logo-text {
    font-family: 'Granville', serif;
    font-weight: 400;
}

/* =========================================================
   FONT WEIGHT HELPERS
========================================================= */

.f-1 { font-weight: 100; }
.f-2 { font-weight: 200; }
.f-3 { font-weight: 300; }
.f-4 { font-weight: 400; }
.f-5 { font-weight: 500; }
.f-6 { font-weight: 600; }
.f-7 { font-weight: 700; }
.f-8 { font-weight: 800; }
.f-9 { font-weight: 900; }

/* =========================================================
   COLOR UTILITIES
========================================================= */

:root {
  --white: #fff;
  --off-white: #F9FAFB;
  --titanium-white: #F3F4F6;
  --chiffon-ivory: #EEE8D4;
  --gold: #f5b800;
  --gold-hover: #e0a800;
  --gray-400:      #9CA3AF;
  --eerie-black: #18181B;
  --gray-600:      #4B5563;
  --gold-y: #BA9B37;
  --muted-brown: #5A6370;
  --bg-true-black: #000000;
  --muted-bronze: rgba(90, 99, 112, 0.80);
}

.bg-wh { background-color: var(--white); }
.bg-tit-wh { background-color: var(--titanium-white); }
.bg-of-wh { background-color: var(--off-white); }
.bg-ch-iv { background-color: var(--chiffon-ivory); }
.bg-gold-y { background-color: var(--gold-y); }
.bg-eerie-black { background-color: var(--eerie-black); }
.bg-true-black { background-color: var(--bg-true-black); }
.bg-mt-brwn { background-color: var(--muted-brown); }


/* =========================================================
   GENERAL UTILITIES
========================================================= */

.td { text-decoration: none; }
.text-justify { text-align: justify; }

.sec-sm { padding: 40px 0; }
.sec-med { padding: 60px 0; }
.sec-lg { padding: 80px 0; }
.sec-xlg { padding: 120px 0; }

.p-md { font-size: 20px; line-height: 36px; }
.p-sm { font-size: 16px; line-height: 32px; }
.tx-li { font-size: 16px; line-height: 22px; }
.p-xm { font-size: 15px; line-height: 20px; }
.p-xsm { font-size: 14px; line-height: 20px; }

.op-7{ opacity:0.7; }
.op-8{ opacity:0.8; }
.op-9{ opacity:0.9; }

.fm-gran-vlly {
  font-family: 'Granville', serif;
}

/* =========================================================
   BASE BODY STYLES
========================================================= */

body {
  font-size: 17px;
  line-height: 26px;
  color: var(--muted-bronze);
  font-family: 'Sofia Pro', system-ui, sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  touch-action: pan-x pan-y pinch-zoom;
  -ms-touch-action: pan-x pan-y pinch-zoom;
  overflow-x: hidden;
  overflow-x: clip;
}
html {
  touch-action: pan-x pan-y pinch-zoom;
  -ms-touch-action: pan-x pan-y pinch-zoom;
  overflow-x: hidden;
  overflow-x: clip;
}

/* Ensure zooming works on all elements */
* {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/* Allow zooming on main content */
#main-content, main {
  touch-action: pan-x pan-y pinch-zoom;
  -ms-touch-action: pan-x pan-y pinch-zoom;
}

/* =========================================================
   BUTTON STYLES
========================================================= */

.bt-sm { padding: 8px 35px; }
.br-r-6 { border-radius: 6px; }
.br-r-9 { border-radius: 9px; }

.clr-wh{
  color: var(--white);
}
.clr-gry-4{
  color: var(--gray-400);
}
.clr-gry-6{
  color: var(--gray-600);
}
.clr-mbrwn{
  color: var(--muted-brown);
}
.clr-ygold{
  color: var(--gold-y);
}
.clr-mtd-brnz{
  color: var(--muted-bronze);
}

.bt-gld {
  background-color: var(--gold-y);
  border: 2px solid var(--gold-y);
  color: var(--white);
}
.bt-gld:hover, .bt-gld:focus {
  background-color: var(--white);
  border: 2px solid var(--gold-y);
  color: var(--gold-y);
}
.bt-wh {
  background-color: var(--white);
  border: 2px solid var(--gold-y);
  color: var(--gold-y);
}
.bt-wh:hover, .bt-wh:focus {
  background-color: var(--gold-y);
  border: 2px solid var(--gold-y);
  color: var(--white);
}
.bt-gld-br {
  background-color: transparent;
  border: 2px solid var(--gold-y);
  color: var(--gold-y);
}
.bt-gld-br:hover, .bt-gld-br:focus {
  background-color: var(--gold-y);
  border: 2px solid var(--gold-y);
  color: var(--white);
}

/* =========================================================
   SMOOTH SCROLL WRAPPER
========================================================= */
#smooth-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  touch-action: pan-x pan-y pinch-zoom;
  -ms-touch-action: pan-x pan-y pinch-zoom;
  -webkit-overflow-scrolling: touch;
}
#smooth-content {
  overflow: visible;
  width: 100%;
  touch-action: pan-x pan-y pinch-zoom;
  -ms-touch-action: pan-x pan-y pinch-zoom;
  -webkit-overflow-scrolling: touch;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

/* =========================================================
   SKIP LINK
========================================================= */
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: #003087;
  color: #fff;
  padding: 0.5rem 1rem;
  z-index: 10000;
  transition: top 0.2s ease-in-out;
}
.skip-link:focus { top: 0; }

/* =========================================================
   SCROLLBAR HIDE
========================================================= */

/*::-webkit-scrollbar { display: none; }*/


/* Home Banner */
.home-banner {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    align-items: center;
    min-height: 720px;
    margin-bottom: 90px;
}
.btn-hm a{
  font-size: 16px;
  font-family: 'Granville', serif;
}


/** Stats Bar **/
.stats-bar {
  position: relative;
  z-index: 10;
  margin-top: -90px;
  padding-top: 20px;
  padding-bottom: 50px;
}
.stats-bar .bar-bx{
  margin-top: -67px;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-top: 4px solid var(--gold-y);
  border-radius: 10px;
  font-family: 'Granville', serif;
}
.bar-tp{
  background-color: var(--muted-brown);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-items: center;
  display: flex;
}
.bar-tp p{
  font-size: 18px;
  line-height: 24px;
  color: var(--gold-y, #BA9B37);
  display: inline-flex!important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 0px;
  font-family: 'Granville', serif;
}
.bar-tp p span{
  font-size: 13px;
  line-height: 14px;
  color: var(--off-white)!important;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
.stats-bar .bar-btm{
  background: var(--white);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.stats-bar .bar-btm h4{
  color: var(--gold-y);
  font-size: 26px;
  line-height: 28px;
  font-family: 'Granville', serif;
}
.stats-bar .bar-btm p{
  font-size: 13px;
  line-height: 12px;
  color: var(--muted-brown); 
  font-family: 'Granville', serif;
}
.stats-bar .bar-btm h6{
  color: var(--muted-brown);
  font-size: 15px;
  line-height: 16px; 
  font-family: 'Granville', serif;
}

/*** Newsletter ****/
.sec-nwsltr{
  border-top: 4px solid var(--gold-y);
}
.sec-nwsltr .tnp-subscription form{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sec-nwsltr .tnp-subscription{
  margin: auto;
  max-width: 100%;
}
.sec-nwsltr .tnp-subscription label{
  display: none;
}
.sec-nwsltr .tnp-subscription .tnp-field-email{
  width: 80%!important;
}
.sec-nwsltr .tnp-subscription .tnp-field-button{
  width: 20%;
}
.sec-nwsltr .tnp-subscription .tnp-email{
  padding: 10px 15px;
  height: auto;
  background: rgba(255, 255, 255, 0.1);
  color: #9CA3AF;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.sec-nwsltr .tnp-subscription .tnp-email:focus{
  background: rgba(255, 255, 255, 0.1);
  color: #9CA3AF;
}
.sec-nwsltr .tnp-subscription .tnp-email::placeholder{
  color: #9CA3AF;
}
.sec-nwsltr .tnp-subscription .tnp-submit{
  background-color: var(--gold-y);
  border: 2px solid var(--gold-y);
  color: #fff;
  font-family: 'Granville', serif;
  border-radius: 8px;
  width: 100%;
  padding: 8px 20px;
}
.sec-nwsltr .tnp-subscription div.tnp-field, .sec-nwsltr .tnp-profile div.tnp-field{
  margin-bottom: 0px;
}
.sec-nwsltr .tnp-subscription .tnp-submit:hover, .sec-nwsltr .tnp-subscription .tnp-submit:focus {
  background-color: #fff;
  border: 2px solid var(--gold-y);
  color: var(--gold-y);
}

/** Section Law styles **/
.sec-law .cnt{
  color: var(--muted-bronze);
  font-size: 16px;
  line-height: 28px;
}
.sec-law .law-card{
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);  
  border-top: 4px solid rgba(186, 155, 55, 1);
  border-radius: 7px;
  padding: 30px;
}
.sec-law .lt p{
  font-size: 18px;
}
.sec-law .law-card .trm{
  color: var(--muted-brown);
}
.sec-law .law-card .l-p{
  font-size: 15px;
  line-height: 24px;
}

/* ===== Footer Styling ===== */
.vd-footer {
  background-color: #000;
  color: #c4c4c4;
  padding: 80px 0 40px;
}
.footer-logo img {
  width: 160px;
  object-fit: contain;
  height: auto;
}
.footer-col h6 {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  font-family: 'Granville', serif;
}
.footer-nav,
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col ul li {
  margin-bottom: 10px;
}
.li-icn-b li a {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
  padding-left: 15px;          /* Space for the arrow */
  display: inline-block;
  font-size: 17px;
}

.li-icn-b li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;                    /* Adjust vertical position if needed */
  width: 8px;
  height: 10px;
  background-image: url("/wp-content/uploads/2026/03/rt-arrow-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.footer-nav a,
.footer-col ul li a,
.footer-bottom a {
  color: #c4c4c4;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease;
}
.footer-col, .footer-col ul li a{
  font-size: 15px;
}
.footer-nav a:hover,
.footer-col ul li a:hover,
.footer-bottom a:hover {
  color: #fff;
  transform: translateX(6px);
}
/* Bottom Section */
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}
.footer-btm-menu {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;  
  justify-content: center;
  gap: 20px;
  font-size: 0;
}
.footer-btm-menu li {
  display: inline-block;
  font-size: 13px;
  position: relative;
}
.footer-btm-menu li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;         
  transform: translateY(-50%);
  width: 1px;           
  height: 12px;         
  background-color: #c4c4c4;
  opacity: 0.6;      
}
.footer-btm-menu li:not(:last-child)::after {
  background: transparent;
  border-right: 1px solid #c4c4c4;
  height: 14px;
}
.footer-btm-menu a {
  color: #c4c4c4;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-btm-menu a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer-legal {
  font-size: 13px;
  line-height: 18px;
  opacity: 0.9;
  width: 100%;
  text-align: center; 
  color: #c4c4c4;
}
/* Social Icons */
.social-icons .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.social-icons .social-icon {
  font-family: 'Granville', serif;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  background-color: rgb(255 255 255 / 10%);
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #ffffff33;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.social-icons .social-link:hover .social-icon {
  background-color: var(--gold-y);
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 6px 12px rgba(146, 146, 146, 0.4);
}
.ftr-ph, .ftr-ph a{
  color: #fff;
  font-size: 16px;
}
.ftr-ph span{
  color: var(--gold-y);
}
.ftr-mail a{
  overflow-wrap: break-word;
}
.social-icons .facebook .social-icon  { /* f is usually fine as-is */ }
.social-icons .linkedin .social-icon  { font-size: 15px; }
.social-icons .instagram .social-icon { font-style: italic; }

.contact-card {
  border-top: 8px solid rgba(186, 155, 55, 1);
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  padding: 40px 100px;
}
.wpcf7-form .row.g-3 {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 0.75rem;
}
.wpcf7-form label.mb-1 {
    margin-bottom: 0.25rem !important;
    font-weight: 500;
    font-size: 0.95rem;
}
.wpcf7-form .form-control,
.wpcf7-form .form-select {
    padding: 0.5rem 0.75rem;
    font-size: 0.95rem;
}
.wpcf7-form .btn-lg {
    padding: 0.65rem 2rem;
    font-size: 1.1rem;
}

#backToTop{
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 99;
  /*padding: 12px 18px;
  background: #007bff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);*/
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 32px;
  display: none;
  color: var(--gold-y);
  padding: 0px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px #00000033;
}
#backToTop:hover{
    background: var(--gold-y);
    color: #fff;
}
#backToTop i {
    position: relative;
    top: 0px;
}
body.modal-open #masthead.scrolled{
    z-index: -1!important;
}


/** Header Styles**/
.hr-top{
  background-color: var(--muted-brown);
}
.h-lt p{
  color: var(--chiffon-ivory);
}
.h-tel, .h-tel a{
  color: var(--gold-y);
}
.hr-btm{
  background: #000;
  width: 100%;
  z-index: 100;
  transition: background 0.4s ease;
}
/*.hr-btm.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}*/
.hr-btm img{
  width: 230px;
  max-height: fit-content;
  transition: width 0.3s ease;
}
.hr-btm.sticky img{
  width: 140px;
}
.hr-top {
  z-index: 1001;    /* just in case */
}
.hr-btm {
  transition: all 0.3s ease-in-out; /* smooth feel */
  z-index: 1000;
}
.hr-btm.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 4px 18px rgba(0,0,0,0.12);
  backdrop-filter: blur(8px);         /* glass effect – optional but nice */
}
body.has-sticky-header {
  padding-top: var(--header-height, 80px); /* adjust to your header height */
}
.hr-btm.sticky .site-logo img,
.hr-btm.sticky .navbar {
  transform: scale(0.98);
  transition: transform 0.3s ease;
}

/** Banner **/
#hero-heading span{
  color: var(--gold-y);
}
.badges-grid {
  align-items: center;
  gap: 50px;
  -webkit-box-pack: center;
  max-width: 1024px;
}
.badges-grid .bd-lt {
  margin-bottom: 20px;
}
.badges-grid .bd-lt img{
  max-height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}

/** Testimonials **/
.sec-tst .dn-ts .card{
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 7px; 
  padding: 30px 20px;
}
.sec-tst .dn-ts .card .cnt{
  min-height: 130px;
}
/** Practice Grid Area**/
.secl-pr-grd .practice-card{
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  padding: 25px;
  text-decoration: unset;
}
.secl-pr-grd .practice-card p.small {
  min-height: 52px;
}
.secl-pr-grd .icon-link{
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
}
.secl-pr-grd .icon-link span{
  width: 80px;
  display: flex
}
.secl-pr-grd .icon-link .arrow {
  transition: transform 0.3s ease;
  font-size: 22px;
}
.secl-pr-grd .icon-link .arrow.bi::before{
  font-weight: 700!important;
}
.secl-pr-grd .icon-link:hover .arrow {
  transform: translateX(4px);
}

/** Get Results **/
.sec-get-rst .pr-area{
  background: var(--off-white);
  border-radius: 7px; 
  padding: 20px;
}
.sec-get-rst .pr-area h5{
  border-bottom: 1px solid var(--gold-y)
}
.sec-get-rst .pr-area .practice-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sec-get-rst .pr-area .practice-list li {
  margin-bottom: 0.6rem;
  position: relative;
}
.sec-get-rst .pr-area .practice-list li a {
  font-size: 15px;
  line-height: 18px;
  color: var(--muted-bronze);
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: color 0.25s ease, padding-left 0.3s ease;
  padding-left: 0;
}
.sec-get-rst .pr-area .practice-list li a::before {
  content: "\f285";
  font-family: "bootstrap-icons";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  margin-right: 8px;
  opacity: 1;
  font-size: 0.60rem;
  transition: all 0.3s ease;
  transform: translateX(0);
  color: var(--gold-y);
}
.sec-get-rst .pr-area .practice-list li a:hover {
  color: var(--gold-y);
}
.sec-get-rst .pr-area .practice-list li a:hover::after {
  opacity: 1;
  color: var(--gold-y);
  transform: translateX(6px);
}
.sec-get-rst .pr-area .practice-list li a:hover {
  padding-left: 6px;
}
.sticky-sidebar {
  will-change: position, top, width;
  transition: top 0.15s ease-out;
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 100px; 
  align-self: flex-start; 
  z-index: 5;
}
.sticky-section-content {
  min-height: 600px; /* adjust as needed */
}
.practice-card {
  border-radius: 0.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.practice-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12) !important;
}
.practice-card .card-img-top {
  height: 220px;
  object-fit: cover;
}
.btn-outline-warning {
  --bs-btn-color: #d4af37;
  --bs-btn-border-color: #d4af37;
  --bs-btn-hover-bg: #d4af37;
  --bs-btn-hover-color: #fff;
  border-width: 2px;
}
.sec-get-rst .rst-rw .txt-hg{
  border-radius: 4px;
  padding: 10px;
  background: var(--off-white);
  border-left: 4px solid var(--gold-y);
  
}
.sec-get-rst .rst-rw .txt-hg p{
  font-size: 14px;
  line-height: 18px;
}
.sec-get-rst .rst-rw img{
border-radius: 7px;
box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.sec-get-rst .rst-rw .cnt{
  color: var(--muted-bronze);
  font-size: 14px;
  line-height: 20px;
}

/** Inner page styles **/
.sc-wasus .sm-rw {
  border-bottom: 4px solid var(--gold-y);
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.checkmark-list li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 1rem;
  list-style: none;
}
.checkmark-list {
  list-style: none;
  padding-left: 0;
}
.checkmark-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold-y);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
}
.sc-faq .accordion-button {
  color: var(--muted-brown);
  font-family: 'Granville', serif;
}
.sc-faq .accordion-button:not(.collapsed){
  background-color: unset;
  color: var(--gold-y);
  box-shadow: unset;
}
.sc-faq .accordion-button:focus{
  box-shadow: unset;
}
.sc-faq .accordion-body {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: var(--muted-bronze);
}
.sc-faq .accordion-body p,
.sc-faq .accordion-body li,
.sc-faq .accordion-body span {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}
.case-frm{
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  padding: 40px;
}
.sec-acc-hndl .card {
  border-left: 4px solid #BA9B37;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.sec-acc-hndl .card .card-body {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  display: flex;
  align-items: center;
}
.sec-acc-hndl .card p{
  font-size: 14px;
  line-height: 20px;
  padding-left: 8px;
}
.sec-acc-hndl .card h6{
  font-size: 18px;
  line-height: 22px;
}
.sec-vlu .checkmark-list li{
  background-color: var(--off-white);
  border-radius: 5px;
  padding: 10px 10px 10px 40px;
  display: flex;
  align-items: center;
}
.sec-vlu .checkmark-list li::before{
  left: 15px;
}
.cht-icn{
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  width: 70px;
  height: 70px;
  padding: 20px;
  border-radius: 50%;
  background-color: #EEE8D4;
  display: inline-flex;
  align-items: center;
}
.cht-icn .icn{
  background: url('/wp-content/uploads/2026/02/chat-icon.png')no-repeat;
  display: block;
  width: 35px;
  height: 30px;
  background-size: contain;
}
.bx-brv{
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  overflow: hidden;
}
.sec-cht p{
  font-size: 14px;
  line-height: 20px;
  padding-left: 15px;
}
.sec-cs-fll .card {
  border-bottom: 4px solid #BA9B37;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
}
.btn{
  line-height: 26px;
  font-size: 16px;
}
.sec-tr-acc .card{
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  border: 0px;
}
.sec-tr-acc .card-body{
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bt-btm p {
  position: relative;
}
.bt-btm .wpcf7-spinner {
  position: absolute;
  top: 15px;
  right: 15px;
}
.nm-li {
  padding-left: 20px;
}
.nm-li li{
  margin-bottom: 20px!important;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}
.nm-li li::marker {
  color: var(--gold-y);
  margin-right: 10px;
  font-weight: 700;
}
.hr-top .ph-mbl a{
  color: #fff!important;
}
.sec-rts{
  border-top: 8px solid var(--gold-y);
}

/*** Marquu styles ***/
.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 17s linear infinite;
}
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
.marquee:hover .marquee-content {
  animation-play-state: paused;
}

/* Responsive Adjustments */
@media(min-width: 1200px) and (max-width: 1399px){
   
    .home-banner h1 {
        font-size: 68px;
        line-height: 96px;
    }
    .home-banner p{
        max-width: 380px;
    }
}

@media(min-width: 992px) and (max-width: 1199px){
    h1{
        font-size: 44px;
        line-height: 56px;
    }
    h2, .f-h2{
        font-size: 40px;
        line-height: 52px;
    }
    h6{
        font-size: 22px;
        line-height: 28px;
    }
    .home-banner{
      min-height: 500px;
    }
    .badges-grid {
      --max-cols: 6;  
    }
    .h-lt p, .ph-dsk{
      font-size: 12px;
    }
}
@media(min-width: 992px){
  .hm-im{
    max-width: 40%!important;
  }
  .sec-cs-fll .col-lg-7 {
    width: 53%;
    margin-right: auto;
  }
  .sp-lg{
    height: 140px;
  }
}
@media(min-width: 768px) and (max-width: 991px){
    .sec-med{
        padding: 40px 0px;
    }
    .sec-lg{
        padding: 60px 0px;
    }
    .sec-xlg{
        padding: 80px 0px;
    }
    h1{
        font-size: 44px;
        line-height: 60px;
    }
    h2, .f-h2{
        font-size: 40px;
        line-height: 48px;
    }
    h3{
        font-size: 36px;
        line-height: 40px;
    }
    h6{
        font-size: 20px;
        line-height: 26px;
    }
    .btn-consult{
      position: absolute;
      right: 50px;
    }
    .cnt-hm img.position-absolute{
      width: 250px;
    }    
    .sec-nwsltr .tnp-subscription .tnp-field-email{
    width: 65%!important;
    }
    .sec-nwsltr .tnp-subscription .tnp-field-button{
    width: 35%;
    }    
    .h-lt p, .ph-dsk{
      font-size: 10px;
    }
    .home-banner {
      padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .footer-top .col-lg-4 {
    margin-bottom: 40px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .badges-grid {
  }
  .contact-card {
    padding: 2.5rem 1.5rem !important;
  }
  .sticky-sidebar {
    position: static !important;
  }  
  .hm-im{
    position: unset!important;
  }
  
  .home-banner{
    background-image: none!important;
    padding-bottom: 70px;
  }
}
@media(min-width: 768px){
  .custom-menu .btn-consult, .hr-top .ph-mbl{
    display: none!important;
  }
  .sec-nwsltr .tnp-subscription .tnp-field-email{
    padding-right: 10px;
  }
}
@media(max-width: 767px){
  .sec-med{
      padding: 40px 0px;
  }
  .sec-lg{
      padding: 40px 0px;
  }
  .sec-xlg{
      padding: 40px 0px;
  }
  .container, .container-sm{
      --bs-gutter-x: 2.5rem!important;
  }
  h1{
      font-size: 32px;
      line-height: 40px;
  }
  h2, .f-h2{
      font-size: 30px;
      line-height: 40px;
  }
  h3 { font-size: 28px; line-height: 36px; }
  h4 { font-size: 24px; line-height: 32px; }
  h5 { font-size: 20px; line-height: 26px; }
  h6{
      font-size: 16px;
      line-height: 20px
  }
  .badges-grid {
      --max-cols: 2;       /* 2 per row on mobile → 4 rows */
  }
  .btn-consult{
    display: none;
  }
  .hr-top, .h-tel{
    text-align: center!important;
  }
  .hr-top p.p-xm {
    font-size: 14px;
    line-height: 16px;
  }
  .custom-menu .btn-consult{
    display: inline-block;
  }
  .bar-btm .col-12, .sec-get-rst .col-lg-8, .stats-bar .bar-btm .col-6 {
    margin-bottom: 15px;
  }
  .sec-get-rst .col-lg-8 .my-5 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
  }
  .rst-rw.mt-5 {
    margin-top: 0rem !important;
  }
  .sec-nwsltr .tnp-subscription{
    margin: 0px;
    max-width: 100%;
  }
  .sec-nwsltr .tnp-subscription form{
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  .sec-nwsltr .tnp-subscription .tnp-field-button {
    display: block;
    width: 35%;
  }
  .btn-hm a, .sec-nwsltr .tnp-subscription .tnp-field-email{
    width: 100%;
  }
  .stats-bar .bar-bx{
    margin-top: 0px;
  }
  .stats-bar .bar-btm h6{
    font-size: 10px;
  }
  .stats-bar .bar-btm .fs-5{
    font-size: 1rem !important;
  }
  .stats-bar{
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
  }
  .home-banner{
    margin-bottom: 0;
  }
  .stats-bar .container{
    --bs-gutter-x: 0rem !important;
  }
  .stats-bar .container > .row.mt-5 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .secl-pr-grd .icon-link span{
    width: auto;
  }
  .badges-grid .bd-lt{
    width: 50%;
  }
  .badges-grid .bd-lt img{
    max-width: 100%;
  }
  .sec-cmty .text-end{
    margin-bottom: 20px;
  }
  .cnt-hm{
    padding-bottom: 160px;
  }
  .cnt-hm img.position-absolute{
    width: 200px;
  }    
  .inr-hro img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    object-position: 0px -45px;
  }
  .inr-hro .hm-im{
    width: auto !important;
  }
  .sec-tr-acc .w-75{
    width: 100% !important;
  }
  .sec-tr-acc .card-body.py-5 {
      padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .sc-wasus .sm-rw p{
    font-size: 13px;
    line-height: 19px;
  }
  .sc-wasus .sm-rw img{
    max-width: 55px!important;
  }
  .sc-faq .accordion-button{
    line-height: 20px;
  }
  .sec-approach .card-title br{
    display: none;
  }
  .ph-dsk{
    display: none;
  }
}

@media (max-width: 576px) {
}
@media (max-width: 400px) {

}