/*
Theme Name: GemStone
Theme URI: https://templatesjungle.com/
Author: TemplatesJungle
Author URI: https://templatesjungle.com/
Description: GemStone is specially designed for Jewelry stores.
Version: 1.1
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/*------------------------------------*\
    Table of contents
\*------------------------------------*/

/*------------------------------------------------

CSS STRUCTURE:

1. VARIABLES

2. GENERAL TYPOGRAPHY
  2.1 General Styles
  2.2 Floating & Alignment
  2.3 Forms
  2.4 Lists
  2.5 Code
  2.6 Tables
  2.7 Spacing
  2.8 Utilities
  2.9 Misc
  2.10 Buttons
    - Button Sizes
    - Button Shapes
    - Button Color Scheme
    - Button Aligns
  2.11 Images
    - Image Hover Effects
  2.12 Section
    - Hero Section
    - Section Title
    - Section Paddings
    - Section Margins
    - Section Bg Colors
    - Content colors

3. EXTENDED TYPOGRAPHY
  3.1 Blockquote / Pullquote
  3.3 Text Highlights

4. CONTENT ELEMENTS
  4.1 Tabs
  4.2 Accordions
  4.3 Member Grid
  4.4 Product Grid

5. BLOG STYLES
  5.1 Blog Single Post
  5.2 About Author
  5.3 Comments List
  5.4 Comments Form

6. Grid Layout

7. SITE STRUCTURE
  7.1 Preloader
  7.2 Header
    - Logo
    - Header Menu
    - Nav Sidebar
  7.3 Billboard
  7.4 Icon Box Section
  7.5 Categories Section
  7.6 Feature Collection Section
  7.7 Special Ornaments Section
  7.8 About Us Section
  7.9 Special Offer Section
  7.10 Latest Blogs Section
  7.11 Testimonials Section
  7.12 Footer
    - Footer Top
    - Footer Bottom

    
/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/
:root {
    /* widths for rows and containers
     */
    --header-height       : 160px;
    --header-height-min   : 80px;
}
/* on mobile devices below 600px
 */
@media screen and (max-width: 600px) {
    :root {
        --header-height : 100px;
        --header-height-min   : 80px;
    }
}
/* Theme Colors */
:root {
    --accent-color       : #333;
    --body-text-color    : #777;
    --dark-color         : #000;
    --light-color        : #fff;
    --grey-color         : #e3e3e3;
    --light-grey-color   : #f1f1f1;
    --dark-grey-color    : #4e4e4e;
    --primary-color      : #FD49A0;
}

/* Fonts */
:root {
    --body-font           : "Raleway", Verdana, sans-serif;
    --heading-font        : "Poiret One", Lato, sans-serif;
}


body {
  --heading-font: "Poiret One", Lato, sans-serif;
  --heading-font-weight: 600;
  --heading-color: var(--bs-dark);
  --heading-line-height: 1.24;

  --swiper-theme-color: var(--bs-primary);
  --swiper-pagination-bottom: 0;

  --custom-easing: cubic-bezier(.17,.67,.83,.67);

  /* bootstrap */
  --bs-body-font-family: "Raleway", Verdana, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.7;
  --bs-body-color: #8f8f8f;
  --bs-body-color-rgb: 143, 143, 143;

  --bs-primary: #6bcaff;
  --bs-primary-dark: #5b878a;
  --bs-secondary: #6c757d;
  --bs-black: #111;
  --bs-light: #F1F1F0;
  --bs-dark: #212529;
  --bs-gray: #9aa1a7;
  --bs-gray-dark: #51565b;

  --bs-primary-rgb: 107, 202, 255;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-black-rgb: 17, 17, 17;
  --bs-light-rgb: 241, 241, 240;
  --bs-dark-rgb: 33, 37, 41;

  --bs-link-color: var(--bs-dark);
  --bs-link-color-rgb: 17, 17, 17;
  --bs-link-decoration: underline;
  --bs-link-hover-color: var(--bs-primary);
  --bs-link-hover-color-rgb: 17, 17, 17;
}

@media only screen and (max-width: 991px) {
  body {
    --bs-body-font-size: 1.2rem;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-color);
  line-height: var(--heading-line-height);
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

/* container fluid */
.container-fluid {
  /* width: 98%; */
  max-width: 1800px;
}

/* Dropdown */
.dropdown-menu {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
}

.dropdown-item {
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-link-color: var(--bs-black);
  --bs-dropdown-item-border-radius: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  --bs-dropdown-link-active-color: var(--bs-light);
  --bs-dropdown-link-active-bg: var(--bs-black);
}

/* list group */
.list-group-item {
  --bs-list-group-item-padding-x: 0;
  --bs-list-group-border-width: 0;
}

/* btn */
.btn {
  --bs-btn-border-radius: 0;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary-dark);
  --bs-btn-hover-border-color: var(--bs-primary-dark);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.pagination {
  --bs-pagination-active-bg: var(--bs-black);
  --bs-pagination-border-width: 0;
  --bs-pagination-border-radius: 0;
}

/* breadcrumb */
.breadcrumb {
  --bs-breadcrumb-item-padding-x: 1em;
}

/* text white */
.text-white {
  --heading-color: var(--bs-light);
  --bs-breadcrumb-item-active-color: var(--bs-light);
  --bs-breadcrumb-divider-color: var(--bs-light);
  --bs-link-color-rgb: var(--bs-light-rgb);
  --bs-link-hover-color-rgb: var(--bs-light-rgb);
}

.text-white .nav-link {
  --bs-nav-link-color: var(--bs-light);
  --bs-nav-link-hover-color: var(--bs-light);
  --bs-nav-link-active-color: var(--bs-light);
  --bs-navbar-active-color: var(--bs-light);
}

/* accordion */
.accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-dark);
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-focus-border-color: var(--bs-dark);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0.5rem;
  --bs-accordion-active-color: var(--bs-primary);
  --bs-accordion-active-bg: transparent;
}
/* 
.accordion-button {
  --bs-accordion-btn-padding-y: 1.5rem;
  --bs-accordion-active-color: var(--bs-primary);
} */

/* form control */
.form-control:focus {
  border-color: #ccc;
  box-shadow: 0 0 0 0.25rem rgba(200, 200, 200, .25);
}

/* dark theme */
[data-bs-theme=dark] {
  color-scheme: dark;

  --heading-color: #fff;
  --bs-link-color: #CCCCCC;
  --bs-link-hover-color: var(--bs-primary);
  --bs-link-color-rgb: 204, 204, 204;
  --bs-link-hover-color-rgb: 131, 169, 172;
  --bs-body-color: #d1d1d1;
  --bs-body-bg: #111;
  --bs-body-bg-rgb: 17, 17, 41;
}

[data-bs-theme=dark] .dropdown-item {
  --bs-dropdown-link-color: var(--bs-light);
  --bs-dropdown-link-hover-color: var(--bs-white);
}

[data-bs-theme=dark] .bg-white,
[data-bs-theme=dark] .bg-light {
  --bs-bg-opacity: 0.1;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 2.5rem;
}

/* end of Bootstrap Color Theme */

/*----------------------------------------------*/
/* 2 GENERAL TYPOGRAPHY */
/*----------------------------------------------*/

/* 2.1 General Styles
/*----------------------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
}
body {
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  color: var(--body-text-color);
  margin: 0;
}
body.no-scroll {
    overflow: hidden;
}
a {
  color: var(--dark-color);
  text-decoration: none;
  transition: 0.3s color ease-out;
}
a.light {
  color: var(--light-color);
}
a:hover {
  text-decoration: none;
  color: var(--dark-color);
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 5px;
  margin-bottom: 0;
}
ul li, ol li {
  margin-bottom: 5px;
  outline: 0;
}
ul li.active a{
  color: var(--dark-color);
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 2rem;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
}
figure {
  margin: 0;
}
img {
  display: inline-block;
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
::selection {
  background: var(--primary-color);
  color: var(--light-color);
  text-shadow: none;
}
::-moz-selection {
  background: var(--primary-color);
  color: var(--light-color);
  text-shadow: none;
}

/* image align */
figure.align-right {
  margin: 30px 0 30px 30px;
}

/*----------------------------------------------*/
/* 2.1 Floating & Alignment */
/*----------------------------------------------*/

.align-left {
  float: left;
  text-align: left;
}
.align-right {
  float: right;
  text-align: right;
}
.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/**::after,*/
.container::after,
.row::after,
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/** Text Align
--------------------------------------------------------------*/
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lead {
  font-size: 120%;
  line-height: 1.7em;
}
.text-lead strong {
  font-size: 115%;
  font-weight: 500;
}
.text-muted {
  color: var(--primary-color);
}
.text-primary {
  color: var(--primary-color);
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/*------------------------------------------------
/* 2.3 Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    height: 50px;
    padding: 6px 15px;
    background-color: var(--light-background-color);
    border: 1px solid var(--grey-color);
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box; 
  }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 130px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid var(--dark-grey-color);
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; 
}
fieldset {
  padding: 0;
  border-width: 0; 
}
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/*------------------------------------------------
/* 2.4 Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }

/*------------------------------------------------
/* 2.5 Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  border-radius: 4px; 
  background-color: var(--accent-color);
  color: var(--light-color);
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: normal; 
  }

/*------------------------------------------------
/* 2.6 Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
   }
th:first-child,
td:first-child {
  padding-left: 0; 
  }
th:last-child,
td:last-child {
  padding-right: 0; 
  }


/*------------------------------------------------
/* 2.7 Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
form {
  margin-bottom: 2rem; 
}


/*------------------------------------------------
/* 2.8 Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; 
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; 
}
.u-pull-right {
  float: right; 
}
.u-pull-left {
  float: left; 
}
.list-icon i {
  margin-right: 10px;
}
.list-unstyled {
  list-style: none;
}
.txt-fx .letter {
  opacity: 0;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.overflow-hidden {
    overflow: hidden;
}
.hide {
    display: none !important;
}

/* display flex utilities */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.justify-content-end {
  -ms-flex-pack: justify !important;
  justify-content: end !important;
}
.justify-content-center {
  -ms-flex-pack: justify !important;
  justify-content: center !important;
}
.justify-content-evenly {
  -ms-flex-pack: justify !important;
  justify-content: space-evenly !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
/* disable selction in section title */
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/*------------------------------------------------
/* 2.9 Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; 
}

/*--------------------------------------------------------------
/** 2.10 Buttons
--------------------------------------------------------------*/
a.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
button {
  background-image: none;
  background: var(--dark-color);
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  border: 2px solid transparent;
  border-radius: 0;
  padding: 0.75em 1.5em;
  margin-top: 15px;
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: var(--light-color);
  z-index: 1;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover,
.btn:focus,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="file"]:focus,
input[type="file"]:hover,
button:focus,
button:hover {
  text-decoration: none;
  outline: 0;
}
.light .btn:hover {
  color: var(--light-color);
}
.btn:last-child {
  margin-right: 0;
}
.btn:active,
.btn.btn-outline-light:active,
.btn.btn-outline-dark:active,
.btn.btn-outline-accent:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="file"]:active,
button:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* - Button Sizes
------------------------------------------------------------- */
.btn.btn-small {
  padding: 0.8em 1.8em;
  font-size: 0.65em;
}
.btn.btn-medium {
  padding: 1.1em 3.0em;
  font-size: 1.0em;
}
.btn.btn-large {
  padding: 1.5em 5.5em;
  font-size: 1.3em;
}

/* - Button Shapes
------------------------------------------------------------- */
.btn.btn-rounded,
.btn.btn-rounded::after {
  border-radius: 6px;
}
.btn.btn-pill,
.btn.btn-pill::after {
  border-radius: 2em;
}
/* button outline */
.btn.btn-outline-dark,
.btn.btn-outline-light,
.btn.btn-outline-accent {
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.btn.btn-outline-dark:hover::after,
.btn.btn-outline-light:hover::after {
  background-color: transparent;
}
.btn.btn-outline-dark {
  border-color: rgba(0,0,0,1);
  color: var(--dark-color);
}
.btn.btn-outline-dark:hover {
  background: var(--dark-color);
  color: var(--light-color);
}
.btn.btn-outline-light {
  border-color: rgba(255,255,255,0.5);
  color: var(--light-color);
}
.btn.btn-outline-light:hover {
  border-color: rgba(0,0,0,0.5);
  color: var(--dark-color);
}
.btn.btn-outline-accent {
  background: transparent;
  border-color: var(--accent-color);
  color: var(--dark-color);
}
.btn.btn-outline-accent:hover {
  border-color: var(--dark-color);
  color: var(--dark-color) !important;
}
.btn.btn-full {
  display: block;
  margin: .85em 0;
  width: 100%;
  text-align: center;
}


/* - Buttons Color Scheme
------------------------------------------------------------- */
.btn.btn-common {
  background: var(--dark-color);
  color: var(--light-color);
}
.btn.btn-common:hover {
  background: var(--light-color);
  color: var(--dark-color);
}
.btn.btn-accent {
  color: var(--light-color);
  background-color: var(--accent-color);
}
.btn.btn-accent:hover {
  color: var(--light-color) !important;
  background-color: var(--primary-color);
}
.btn.btn-normal{
  background: transparent;
  color: var(--dark-color);
  padding: 0;
}
.btn.btn-normal:hover{
  color: var(--primary-color);
}
.btn.btn-grey {
  background-color: var(--light-grey-color);
  color: var(--dark-color);
}
.btn.btn-grey:hover {
  background-color: var(--dark-color);
  color: var(--light-color);
}
.btn.btn-black {
  background-color: var(--dark-color);
  color: var(--light-color);
}
.btn.btn-black:hover {
  background-color: var(--primary-color);
  color: var(--light-color);
}
.btn.btn-light {
  background-color: var(--light-color);
  color: var(--dark-color);
}
.btn.btn-light:hover {
  background-color: var(--primary-color);
  color: var(--light-color);
}
.btn.btn-primary {
  background: var(--primary-color);
  color: var(--light-color);
}
.btn.btn-primary:hover {
  background-color: var(--dark-color);
  color: var(--light-color);
}

/* - Buttons Aligns
------------------------------------------------------------- */
.btn-left{
  text-align: left;
  display: block;
}
.btn-center{
  text-align: center;
  display: block;
}
.btn-right{
  text-align: right;
  display: block;
}


/*----------------------------------------------*/
/* 3. Section */
/*-----------------------------------------------------------*/

/* Hero section
/*----------------------------------------------*/
.hero-section {
    position: relative;
}
.hero-section h2 {
    font-size: 1.8em;
    text-transform: none;
}

/*--- Section And Elements Title
-----------------------------------------------*/
h2.section-title,
h2.element-title,
h4.subtitle,
h3.subtitle {
    font-weight: 700;
    line-height: 1;
    color: var(--dark-grey-color);
    position: relative;
}
h2.section-title,
h2.element-title {
    font-size: 2.4em;
    margin-bottom: 60px;
  display: inline-block;
}
h2.section-title:after {
    content: "";
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
  border-bottom: 1px solid #d4af37;
}

h4.subtitle {
    font-size: 1.2em;
}
h3.subtitle {
    font-size: 2em;
}
h3.post-title {
    font-size: 1.4em;
    letter-spacing: 1.2px;
    margin: 0 0 10px;
}
h5.widget-title {
    font-size: 1em;
    letter-spacing: 1.2px;
}

/* - Background Colors
--------------------------------------------------------------*/
.bg-light {
  background-color: var(--light-color) !important;
}
.bg-grey {
  background-color: var(--light-grey-color) !important;
}
.bg-dark-grey {
  background-color: var(--dark-grey-color) !important;
}
.bg-light-grey {
  background-color: var(--light-grey-color) !important;
}

/* - Content Colors
--------------------------------------------------------------*/
/* content light */
.content-light h1, .content-light h2, .content-light h3, .content-light h4, .content-light h5, .content-light h6 {
  color: var(--light-color);
}
.primary-color h1, .primary-color h2, .primary-color h3, .primary-color h4, .primary-color h5, .primary-color h6 {
  color: var(--primary-color);
}
.content-light a,
.content-light {
  color: var(--light-color);
}
.content-light a:hover {
  color: var(--light-color);
}
.content-light li.menu-item .icon{
    color: var(--light-color);
}
/* content dark */
.content-dark h1, .content-dark h2, .content-dark h3, .content-dark h4, .content-dark h5, .content-dark h6 {
  color: var(--dark-color);
}
.content-dark a,
.content-dark {
  color: var(--dark-color);
}
.content-dark a:hover {
  color: var(--dark-color);
}
.content-dark li.menu-item .icon{
    color: var(--dark-color);
}

/* - Content Border
--------------------------------------------------------------*/
table.border-bottom tr {
    border-bottom: 1px solid var(--grey-color);
}
.content-light table.border-bottom tr {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.border-top {
   border-top: 1px solid var(--grey-color);
}
.content-light .border-top {
   border-top: 1px solid rgba(255,255,255,0.3);
}
.border-right {
   border-right: 1px solid var(--grey-color);
}
.content-light .border-right {
   border-bottom: 1px solid rgba(255,255,255,0.3);
}
.border-bottom {
   border-bottom: 1px solid var(--grey-color);
}
.content-light .border-bottom {
   border-bottom: 1px solid rgba(255,255,255,0.3);
}
.border-left {
   border-left: 1px solid var(--grey-color);
}
.content-light .border-left {
   border-left: 1px solid rgba(255,255,255,0.3);
}

/* - Content Border None
--------------------------------------------------------------*/
.no-border-top {
   border-top: none !important;
}
.no-border-right {
   border-right: none !important;
}
.no-border-bottom {
   border-bottom: none !important;
}
.no-border-left {
   border-left: none !important;
}

/*====================================================================*/
/* 4. EXTENDED TYPOGRAPHY */
/*====================================================================*/
/*----------------------------------------------*/
/* 4.1 Blockquote /Pullquote */
/*----------------------------------------------*/
.single-post .content p:first-child, 
.quote blockquote, blockquote, 
.single-post .content blockquote p, 
.pullquote-right, 
.pullquote-left {
    font-family: var(--heading-font);
    font-size: 1.5em;
    line-height: 1.4em;
    font-weight: 600;
    letter-spacing: 2px;
    font-style: normal;
    margin: 0 0 20px;
    padding: 20px 40px;
    border-left: 1px solid rgb(0 193 237);
}
.pullquote-right, .pullquote-left {
  width: 40%;
} 
blockquote cite {
  display: block;
  font-size: 0.8em;
  margin-top: 20px;
  font-style: italic;
}
.pullquote-left {
  float: left;
  margin: 20px 20px 20px 0;
} 
.pullquote-right {
  float: right;
  margin: 20px 0 20px 20px;
}
  
/*----------------------------------------------*/
/* 4.3 Text Highlights */
/*----------------------------------------------*/
.highlight {
  background: var(--primary-color);
  color: var(--light-color);
  padding: 1px 5px;
}

/*----------------------------------------------*/
/* 4.4 Text Animation */
/*----------------------------------------------*/
.text-animation {
  overflow: hidden; 
  white-space: pre-line;
  border-right: solid 5px rgba(255,255,255,.75);
}

/* Animation */
.text-animation {
  animation: animated-text 4s linear 1s 1 normal both,
             animated-cursor 600ms linear infinite;
}

/* text animation */
@keyframes animated-text{
  from{width: 0;}
  to{width: 650px;}
}

/* cursor animations */
@keyframes animated-cursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}


/*====================================================================*/
/* 5. CONTENT ELEMENTS */
/*====================================================================*/

/*--------------------------------------------------------------
/** 5.1 General Tabs
--------------------------------------------------------------*/
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--accent-color);
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  color: #999;
  padding: 10px 30px;
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.bootstrap-tabs .tab-content {
  padding: 20px 0;
}
.bootstrap-tabs .tab-content > .tab-pane {
  display: none;
}
.bootstrap-tabs .tab-content > .active {
  display: block;
}

/*--------------------------------------------------------------
/** 5.2 Accordions
--------------------------------------------------------------*/
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  margin: 0;
  font-size: 1rem;
  color: var(--dark-color);
  text-align: left;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow-anchor: none;
  background-color: var(--light-background-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--dark-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.accordion-header {
  margin: 0;
}
.accordion-item button.accordion-button {
    background-color: var(--light-color);
}
.accordion-item {
  background-color: var(--light-background-color);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/* - Section Padding
--------------------------------------------------------------*/
.padding-xsmall {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.padding-small {
  padding-top: 2em;
  padding-bottom: 2em;
}
.padding-medium {
  padding-top: 4em;
  padding-bottom: 4em;
}
.padding-large {
  padding-top: 7em;
  padding-bottom: 7em;
}
.padding-xlarge {
  padding-top: 9.5em;
  padding-bottom: 9.5em;
}
.padding-2xlarge {
  padding-top: 15em;
  padding-bottom: 15em;
}

/* no padding */
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-gutter {
  padding: 0 !important;
}

/* no padding and margin */
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}

/* - Section margin
--------------------------------------------------------------*/
.margin-small {
  margin-top: 3em;
  margin-bottom: 3em;
}
.margin-medium {
  margin-top: 4.5em;
  margin-bottom: 4.5em;
}
.margin-large {
  margin-top: 6em;
  margin-bottom: 6em;
}
.margin-xlarge {
  margin-top: 7.5em;
  margin-bottom: 7.5em;
}

@media only screen and (max-width: 768px) {
  .margin-small,
  .margin-medium,
  .margin-large,
  .margin-xlarge {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}


/*====================================================================*/
/* 6. BLOG STYLES */
/*====================================================================*/

/* 6.1 Blog Single Post
------------------------------------------*/
/* breadcrumbs */
.breadcrumbs span {
  display: inline-block;
}

/* 6.3 About Author
------------------------------------------*/
.author-post {
  padding-left: 30px;
}
.author-post h4 {
  margin: 0;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: none;
}

/* 6.4 Comments List
------------------------------------------*/
.comment-list .comment-item {
    display: flex;
}
.comment-item .comment-meta {
    display: flex;
    align-items: baseline;
}
.comment-meta span.meta-date {
    font-size: 13px;
    padding-right: 50px;
}
.comments-wrap .child-comments {
  padding-left: 50px;
}

/* 6.5 Comments Form
------------------------------------------*/
.comment-respond .comment-form {
  display: flex;
}


/*----------------------------------------------*/
/* 7. SITE STRUCTURE */
/* =============================
   RESPONSIVE OVERRIDES
   ============================= */

/*
  MOBILE (≤767px)
  Ensure no horizontal scroll, images scale, grids stack, text/buttons readable
*/
@media (max-width: 767px) {
  /* Prevent horizontal scrolling */
  html, body {
    max-width: 100vw;
    overflow-x: hidden;
  }
  /* Make all containers full width */
  .container,
  .container-fluid {
    width: 100% !important;
    max-width: 100vw !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box;
  }
  /* Images scale proportionally */
  img, video, iframe {
    max-width: 100%;
    height: auto !important;
    width: 100%;
    display: block;
  }
  /* Grid and multi-column layouts stack */
  .row,
  [class*="col-"],
  .large-box .content-box,
  .company-overview-row,
  .equipment-grid,
  .portfolio-grid,
  .blog-grid,
  .owner-testimonial-grid,
  .lab-shell,
  .lab-metrics,
  .lab-ribbon,
  .services-submenu-grid,
  .appraisal-type,
  .service-slide,
  .service-tabs-nav,
  .blog-stat-grid {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    gap: 0 !important;
  }
  /* Remove fixed heights on grids/cards */
  .blog-image,
  .blog-card-image,
  .service-tab-image,
  .product-thumbnail-slider,
  .main-swiper .swiper-slide,
  .appointment-main-image,
  .contact-map-container,
  .contact-form-map .map-wrapper {
    height: auto !important;
    min-height: 0 !important;
    max-height: 100vw !important;
  }
  /* Typography: readable on mobile */
  body,
  .company-page p,
  .blog-description,
  .service-body p,
  .service-title,
  .form-title,
  .section-title,
  .valuation-section-title,
  .blog-section-title,
  .blog-article-title,
  .consulting-content .section-title {
    font-size: 1rem !important;
    line-height: 1.6 !important;
  }
  h1, .h1 { font-size: 1.5rem !important; }
  h2, .h2 { font-size: 1.25rem !important; }
  h3, .h3 { font-size: 1.1rem !important; }
  h4, .h4, h5, .h5, h6, .h6 { font-size: 1rem !important; }
  /* Buttons/touch targets: min 44px height */
  button, .btn, input[type="button"], input[type="submit"], input[type="reset"] {
    min-height: 44px !important;
    font-size: 1rem !important;
    padding: 0.75em 1.5em !important;
  }
  /* Hamburger/nav: ensure touchable */
  .navbar .hamburger {
    min-width: 44px;
    min-height: 44px;
    padding: 10px;
  }
  /* Footer and header: stack and pad */
  #footer .footer-content,
  .header-wrap,
  .secondary-nav,
  .primary-nav {
    flex-direction: column !important;
    align-items: stretch !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /* Hide non-essential desktop-only elements if any */
  .sidebar,
  .side-panel {
    display: none !important;
  }
}

/*
  TABLET (768px–991px)
  Adjust grid columns, font sizes, paddings for tablet
*/
@media (min-width: 768px) and (max-width: 991px) {
  /* Grids: 2 columns max, stack if needed */
  .company-overview-row,
  .equipment-grid,
  .portfolio-grid,
  .blog-grid,
  .owner-testimonial-grid,
  .lab-shell,
  .lab-metrics,
  .lab-ribbon,
  .services-submenu-grid,
  .appraisal-type,
  .service-slide,
  .blog-stat-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 1rem !important;
  }
  /* Images scale */
  img, video, iframe {
    max-width: 100%;
    height: auto !important;
  }
  /* Typography: slightly smaller */
  body,
  .company-page p,
  .blog-description,
  .service-body p,
  .service-title,
  .form-title,
  .section-title,
  .valuation-section-title,
  .blog-section-title,
  .blog-article-title,
  .consulting-content .section-title {
    font-size: 1.05rem !important;
    line-height: 1.7 !important;
  }
  h1, .h1 { font-size: 2rem !important; }
  h2, .h2 { font-size: 1.5rem !important; }
  h3, .h3 { font-size: 1.2rem !important; }
  h4, .h4, h5, .h5, h6, .h6 { font-size: 1.05rem !important; }
  /* Buttons/touch targets: min 44px height */
  button, .btn, input[type="button"], input[type="submit"], input[type="reset"] {
    min-height: 44px !important;
    font-size: 1.05rem !important;
    padding: 0.75em 1.5em !important;
  }
}

/*
  LAPTOP (992px–1199px)
  Slightly reduce grid columns, font sizes, paddings for laptop
*/
@media (min-width: 992px) and (max-width: 1199px) {
  /* Grids: 2-3 columns max */
  .company-overview-row,
  .equipment-grid,
  .portfolio-grid,
  .blog-grid,
  .owner-testimonial-grid,
  .lab-shell,
  .lab-metrics,
  .lab-ribbon,
  .services-submenu-grid,
  .appraisal-type,
  .service-slide,
  .blog-stat-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.5rem !important;
  }
  /* Images scale */
  img, video, iframe {
    max-width: 100%;
    height: auto !important;
  }
  /* Typography: slightly smaller */
  body,
  .company-page p,
  .blog-description,
  .service-body p,
  .service-title,
  .form-title,
  .section-title,
  .valuation-section-title,
  .blog-section-title,
  .blog-article-title,
  .consulting-content .section-title {
    font-size: 1.08rem !important;
    line-height: 1.7 !important;
  }
  h1, .h1 { font-size: 2.2rem !important; }
  h2, .h2 { font-size: 1.7rem !important; }
  h3, .h3 { font-size: 1.3rem !important; }
  h4, .h4, h5, .h5, h6, .h6 { font-size: 1.1rem !important; }
  /* Buttons/touch targets: min 44px height */
  button, .btn, input[type="button"], input[type="submit"], input[type="reset"] {
    min-height: 44px !important;
    font-size: 1.08rem !important;
    padding: 0.75em 1.5em !important;
  }
}

/*
  LARGE DESKTOP (≥1200px)
  No changes per requirements
*/
/*
  If any section cannot be made responsive without HTML changes, document here:
  (No such sections found; all handled via media queries and grid/flex adjustments.)
*/
/*----------------------------------------------*/

/* 7.2 Header
------------------------------------------------------------- */
.header-wrap .secondary-nav{
    border-top: 1px solid var(--grey-color);
    border-bottom: 1px solid  var(--grey-color);
    font-size: 0.8em;
    color: var(--accent-color);
    text-transform: uppercase;
}
.secondary-nav .top-menu ul{
    font-size: 0.9em;
    margin-bottom: 0;
}
.secondary-nav .top-menu li.menu-item{
    padding: 8px 10px 8px 0;
    margin-right: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    border-right: 1px solid var(--grey-color);
}
.secondary-nav .top-menu li.menu-item i.icon {
    padding-right: 10px;
}

@media only screen and (max-width: 990px) {
  .top-menu ul.left-block {
      text-align: center;
      justify-content: center;
  }
}

@media only screen and (max-width: 599px) {
  .navbar .user-items {
      display: none;
  }
}

/* --Dropdown Part
--------------------------------------------------------------*/
.right-block li.menu-item.dropdown-submenu {
    position: relative;
}
.right-block li.menu-item ul.dropdown-currency {
    position: absolute;
    top: 20px;
    left: -50px;
    padding: 0 20px;
    display: none;
    opacity: 0;
    z-index: 9;
    transition: 0.3s all;
    z-index: 99;
}
.right-block .dropdown-submenu:hover ul.dropdown-currency {
    display: block;
    opacity: 1;
}


/* --Search Bar Part
--------------------------------------------------------------*/
.secondary-nav form.searchbar {
    display: flex;
    width: 180px;
    height: 30px;    
    border-radius: 30px;
    background: var(--light-grey-color);
    margin: 0;
}
.secondary-nav form.searchbar input[type="text"] {
    width: 140px;
    height: 30px;
    border-radius: 30px;
    border: none;
    padding: 0 0 0 15px;
    margin: 0;
    font-style: italic;
}
.secondary-nav .searchbar i.icon {
    font-size: 0.9em;
    line-height: 2.5;
    width: 80px;
    text-align: center;
}

/* - Navigation
--------------------------------------------------------------*/
nav.primary-nav {
    padding: 20px 0;
}
.primary-nav li.menu-item {
    font-size: 0.9em;
}
.primary-nav li.menu-item a:hover {
    color: var(--primary-color);
}

.services-menu {
  position: relative;
}

.services-menu > a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.services-submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  width: min(640px, 80vw);
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.15);
  padding: 1.75rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 50;
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.services-submenu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 20px;
}

@media (hover: hover) and (min-width: 992px) {
  .services-menu:hover .services-submenu {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
}

.services-submenu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.services-submenu-item {
  display: flex;
  flex-direction: column;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: #fdf9f2;
  border: 1px solid rgba(212, 175, 55, 0.18);
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  text-align: left;
}

.services-submenu-item:hover {
  background: #fff8ea;
  border-color: #d4af37;
  box-shadow: 0 15px 45px rgba(212, 175, 55, 0.35);
  transform: translateY(-3px);
}

.services-submenu-item .submenu-title {
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-bottom: 0.4rem;
}

.services-submenu-item .submenu-meta {
  font-size: 0.85rem;
  color: #6c6c6c;
  line-height: 1.4;
}

.services-submenu-item.is-coming-soon {
  opacity: 0.8;
  border-style: dashed;
}

.services-submenu-item.view-all {
  background: #fff;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.08);
}

.services-submenu-item.view-all .submenu-title {
  color: var(--primary-color);
}



.navbar .hamburger {
    display: none;
}
.navbar .hamburger .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: var(--dark-color);
}

@media only screen and (max-width: 1280px) {
  .navbar ul.menu-list {
      position: fixed;
      top: -500px;
      width: 100%;
      flex-direction: column;
      text-align: center;
      transition: 0.8s;
      z-index: 9;
  }
  .navbar ul.menu-list .nav-link,
  #navbar .search-bar {
      display: none;
  }
  .navbar ul.menu-list.responsive .nav-link {
      display: block;
  }
  .navbar ul.menu-list.responsive {
      top: 0;
      left: 0;
      padding-top: 100px;
      height: 100%;
      background-color: rgba(0,0,0,0.9);
      z-index: 99;
      display: flex;
      padding-left: 80px;
  }
  .navbar ul.menu-list.responsive li.menu-item {
      margin-bottom: 30px;
      text-align: left;
  }
  .navbar ul.menu-list.responsive a {
      font-size: 3.7em;
      color: var(--light-color);
      border-bottom: none;
      padding: 0;
  }
    .navbar ul.menu-list.responsive .services-submenu {
      position: static;
      transform: none;
      opacity: 1;
      pointer-events: auto;
      width: 100%;
      border-radius: 0;
      box-shadow: none;
      padding: 1rem 0;
    }
    .navbar ul.menu-list.responsive .services-submenu::before {
      display: none;
    }
    .navbar ul.menu-list.responsive .services-submenu-grid {
      grid-template-columns: 1fr;
    }
  .navbar ul.menu-list.responsive ul.submenu a {
      font-size: 1.6em;
      color: var(--dark-color);
      padding: 20px;
  }
  .navbar ul.menu-list.responsive a:hover {
      color: var(--primary-color);
  }
  .navbar .hamburger {
      display: block;
      z-index: 999;
      background: var(--light-grey-color);
      padding: 10px;
      cursor: pointer;
  }
  .hamburger.active .bar:nth-child(2) {
      opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
  }
 }

@media only screen and (max-width: 990px) {
  .primary-nav .navbar {
      padding: 30px 10px;
  }
}

/* Index-only responsive header */
.hompage .header-mobile {
  display: none;
}

.hompage .header-desktop {
  display: block;
}

@media (max-width: 991px) {
  .hompage .header-mobile {
    display: block;
  }

  .hompage .header-desktop {
    display: none;
  }

  .hompage .header-mobile .top-menu-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 0.5rem;
    padding: 0.55rem 0;
    text-align: left;
  }

  .hompage .header-mobile .top-menu-mobile ul {
    width: auto;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
  }

  .hompage .header-mobile .top-menu-mobile .left-block {
    align-items: flex-start;
    gap: 0.3rem;
    flex: 1 1 auto;
    min-width: 0;
  }

  .hompage .header-mobile .top-menu-mobile li.menu-item {
    border-right: 0;
    margin-right: 0;
    padding: 4px 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 15px;
    line-height: 1.4;
  }

  .hompage .header-mobile .top-menu-mobile li.menu-item i {
    font-size: 21px;
    color: var(--dark-color);
    width: 22px;
    text-align: center;
  }

  .hompage .header-mobile .top-menu-mobile .left-block a {
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0;
    color: var(--dark-color);
    white-space: nowrap;
  }

  .hompage .header-mobile .top-menu-mobile .right-block {
    width: auto;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    flex: 0 0 auto;
  }

  .hompage .header-mobile .top-menu-mobile .right-block a {
    display: inline-flex;
    align-items: center;
    gap: 0;
  }

  .hompage .header-mobile .top-menu-mobile .mobile-appointment-btn {
    background: #FD49A0;
    color: var(--light-color);
    padding: 9px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
  }

  .hompage .header-mobile .top-menu-mobile .mobile-appointment-btn:hover {
    background: #f0b84e;
    color: var(--light-color);
  }

  .hompage .header-mobile .primary-nav {
    padding: 12px 0;
  }

  .hompage .header-mobile .mobile-navbar {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .hompage .header-mobile .mobile-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }

  .hompage .header-mobile .main-logo img {
    max-width: 110px;
  }

  .hompage .header-mobile .mobile-navbar .hamburger {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--light-grey-color);
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
    min-width: 40px;
    min-height: 40px;
  }

  .hompage .header-mobile .mobile-navbar .hamburger .bar {
    display: block;
    width: 22px;
    height: 2px;
    margin: 2px 0;
    background-color: var(--dark-color);
    transition: all 0.3s ease-in-out;
  }

  .hompage .header-mobile .mobile-menu ul.menu-list {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    flex-direction: column;
    text-align: left;
    transition: none;
    display: none;
    padding: 0;
    margin: 0;
    background: transparent;
  }

  .hompage .header-mobile .mobile-menu ul.menu-list.responsive {
    display: flex;
    gap: 0.5rem;
    padding: 0.75rem 0 0.5rem;
    border-top: 1px solid var(--grey-color);
    height: auto;
  }

  .hompage .header-mobile .mobile-menu ul.menu-list.responsive li.menu-item {
    margin: 0;
    text-align: left;
  }

  .hompage .header-mobile .mobile-menu ul.menu-list.responsive a {
    font-size: 1rem;
    color: var(--dark-color);
    padding: 0;
    display: block;
  }
.services-submenu-grid a {
  margin: 10px;
  padding: 2px 7px !important;
}
  .hompage .header-mobile .services-menu-mobile > .services-toggle {
    position: relative;
    padding-right: 18px;
  }

  .hompage .header-mobile .services-menu-mobile > .services-toggle::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 1;
  }

  .hompage .header-mobile .services-menu-mobile.open > .services-toggle::after {
    content: '-';
  }

  .hompage .header-mobile .services-submenu {
    position: static;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    border-radius: 12px;
    box-shadow: none;
    margin-top: 0.5rem;
    padding: 0.75rem;
    display: none;
  }

  .hompage .header-mobile .services-submenu::before {
    display: none;
  }

  .hompage .header-mobile .menu-list.responsive .services-submenu {
    display: none;
  }

  .hompage .header-mobile .services-menu-mobile.open .services-submenu {
    display: block;
  }

  .hompage .header-mobile .services-submenu-grid {
    grid-template-columns: 1fr;
  }

  .hompage .header-mobile .services-submenu-item.view-all-mobile {
    background: #FD49A0;
    color: #ffffff !important;
    border-radius: 8px;
    font-weight: 600;
    margin-top: 8px;
    text-align: center;
  }

  .hompage .header-mobile .services-submenu-item.view-all-mobile:hover {
    background: #e53b91;
    color: #ffffff !important;
  }

  .hompage .header-mobile .mobile-navbar .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hompage .header-mobile .mobile-navbar .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hompage .header-mobile .mobile-navbar .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

@media (min-width: 992px) {
  .hompage .header-desktop .navbar ul.menu-list {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    flex-direction: row;
    text-align: left;
    transition: none;
    background: transparent;
    padding: 0;
    display: flex;
  }

  .hompage .header-desktop .navbar ul.menu-list.responsive {
    position: static;
    top: auto;
    left: auto;
    height: auto;
    background: transparent;
    padding: 0;
  }

  .hompage .header-desktop .navbar .hamburger {
    display: none !important;
  }
}

/* 7.3 Billboard Section
--------------------------------------------------------------*/
.main-swiper {
    position: relative;
}
.main-swiper .swiper-slide {
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
h4.subtitle {
    font-size: 0.8em;
    letter-spacing: 0.3em;
}
h1.banner-title {
    font-size: 4.5em;
    line-height: 1.2em;
    font-weight: 300;
}
.swiper .swiper-pagination {
    width: 100%; 
    position: absolute;
    bottom: 30px;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.main-swiper .swiper-pagination,
.main-swiper .swiper-button-next, 
.main-swiper .swiper-button-prev {
      z-index: 9;
}
/*
@media (max-width: 1520px) {
  #billboard .banner-content {
      top: 90px; 
      right: 170px;
  }
}

@media (max-width: 1352px) {
  #billboard img.banner-image {
      height: 650px;
  }
  #billboard .banner-content {
      width: 45%;
  }
}

@media (max-width: 1225px) {
  #billboard .banner-content {
      top: 50px;
      right: 130px;
  }
  #billboard img.banner-image {
      opacity: 0.2;
  }
}

@media (max-width: 1065px) {
  #billboard .banner-content {
      right: 190px;
  }
  .main-swiper .swiper-button-next, 
  .main-swiper .swiper-button-prev {
      top: 90%;
  }
}

@media (max-width: 999px) {
  #billboard .banner-content h1.banner-title {
      font-size: 3.8em;
  }
}
*/

/* 7.4 Icon Box Section
--------------------------------------------------------------*/
.icon-box-icon {
    font-size: 1.6em;
    color: var(--primary-color);
    margin-right: 20px;
}
.icon-box .icon-content h2{
    margin: 0;
}

/* 7.5 Categories Section
--------------------------------------------------------------*/
.small-box .content-box figure{
    width: 100%;
    height: 200px;
    padding: 40px;
    text-align: center;
}
.small-box .content-box img {
    width: 50%;
    height: auto;
    margin: 0 auto;
}
.swiper-button-click{
  position: relative;
}
.swiper-button-click .icon-arrow {
    position: absolute;
    top: 50%;
    z-index: 8;
    font-size: 2em;
    color: var(--dark-color);
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.swiper-button-click .icon-arrow:hover {
    color: var(--primary-color);
}
.swiper-button-click .icon-arrow.icon-arrow-left {
    left: 30px;
}
.swiper-button-click .icon-arrow.icon-arrow-right {
    right: 30px;
}

@media (max-width: 767px) {
  .small-box .content-box figure {
      height: 100%;
  }
}


/* 7.6 Feature Collection Section
--------------------------------------------------------------*/
.large-box .content-box {
    flex-basis: 22%;
    margin-bottom: 30px;
}
.large-box .content-box figure{
    width: 100%;
    height: 320px;
    padding: 55px;
    margin-bottom: 15px;
}
.feat-collection span.price-tag {
    font-size: 1.6em;
    color: var(--primary-color);
}

/* 7.7 Special Ornaments Section
--------------------------------------------------------------*/
.special-ornaments .content-box{
    min-height: 360px;
    margin-bottom: 30px;
}

/* 7.8 About Us Section
--------------------------------------------------------------*/
.about-us .text-content {
    width: 80%;
    max-width: 630px;
    margin: 0 auto;
}
.about-us .text-content h3 {
    font-size: 1.2em;
}

/* 7.9 Special Offer Section
--------------------------------------------------------------*/
.special-offer{
    background: url(images/specialbg.jpg) no-repeat;
}

/* 7.10 Latest Blogs Section
--------------------------------------------------------------*/
.post-content .meta-tags span.meta-date {
    font-size: 0.8em;
}
.latest-blogs .post-item {
    margin-bottom: 30px;
}

/* 7.11 Testimonials Section
--------------------------------------------------------------*/
.testimonials-wrap .reviews-content p {
    font-size: 1.2em;
    width: 70%;
    margin: 25px auto;
}
.testimonials-wrap .reviews-content img.review-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
}

/* 7.12 Footer Section
--------------------------------------------------------------*/
#footer .footer-post {
    margin-bottom: 20px;
}
#footer img.footer-image {
    margin-right: 20px;
    margin-bottom: 10px;
}
#footer .footer-title p {
    width: 50%;
    margin: 20px auto;
    font-weight: 600;
}
#footer .footer-post a {
    color: var(--dark-color);
    line-height: 1.4em;
    width: 70%;
    display: block;
}

#footer .newsletter-button {
    margin-bottom: 20px;
}
#footer .newsletter-button input[type="text"] {
    font-size: 0.8em;
    height: 39px;
    border: 1px solid var(--grey-color);
    border-right: none;
    background: white;
    padding: 6px 6px 6px 19px;
    margin: 0;
    border-radius: 0;
}
#footer .newsletter-button button {
    margin: 0;
}

#footer .address li {
    display: flex;
    align-items: baseline;
    padding-bottom: 10px;
}
#footer .address li>i.icon {
    font-size: 18px;
    margin-right: 15px;
}
#footer .social-icon li a {
    font-size: 20px;
    color: var(--dark-grey-color);
}
#footer .social-icon li a:hover {
    border: none;
    padding-left: 0;
    color: var(--primary-color);
}

@media (max-width: 767px) {
  #footer .footer-content {
      max-width: 770px;
      padding: 20px;
  }
  #footer .post-image,
  #footer .newsletter-button input[type="text"],
  #footer .newsletter-button button {
      width: 100%;
      margin-bottom: 10px;
  }
  #footer img.footer-image {
      width: 60%;
  }
}

@media (max-width: 480px) {
  #footer .footer-menu {
    width: 100%;
    text-align: center;
  }
  .footer-menu .footer-post .text-block {
      margin: 0 auto;
  }
  #footer .footer-post a {
      width: 100%;
  }
}

/* - Footer Bottom Section
--------------------------------------------------------------*/
.footer-bottom-content .social-links li {
    padding-left: 10px;
}
.footer-bottom-content img.card-image {
    width: 12%;
}


/* - About Us Page
--------------------------------------------------------------*/
.breadcrumb-area h1.page-title {
    font-size: 4.5em;
}
.our-team .team-member {
    margin-bottom: 40px;
}
.team-member img.member-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.member-details h4.member-title {
    margin: 0;
    font-size: 1.3em;
}

@media (max-width: 767px) {
  .team-member img.member-image {
      padding: 0 20px;
  }
}


/* - About Us Page
--------------------------------------------------------------*/
#thank-you h1.page-title {
    font-size: 6.5em;
}
#thank-you h2 {
    font-size: 2.2em;
}
.contact-information .detail {
    padding-bottom: 20px;
    padding-left: 20px;
}


/* - Contact Page
--------------------------------------------------------------*/
.social-links li {
    padding-right: 10px;
}
.contact-detail .icon
 {
    color: var(--dark-grey-color);
}


/* - Single Product Page
--------------------------------------------------------------*/
.product-detail h2.product-title {
    font-size: 3.5em;
}
.product-detail span.price {
    font-size: 1.5em;
    font-weight: 600;
    color: var(--primary-color);
}


/* - Single Post Page
--------------------------------------------------------------*/
img.commentor-image {
    width: 70px;
    height: 70px;
    border-radius: 30%;
    border: 2px solid var(--dark-grey-color);
}
.comments-reply a {
    color: var(--primary-color);
}
.author-post p {
    margin-bottom: 30px;
}

/* single product */
/* product-qty */
.product-qty {
  max-width: 130px;
}
.btn-number {
  width: 46px;
  height: 50px;
  margin: 0;
  line-height: 1;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 0;
  color: #222;
  padding: 0;
}

/* product-thumbnail-slider */
.product-thumbnail-slider {
  height: 590px;
}
@media screen and (max-width:992px) {
  .product-thumbnail-slider {
    margin-top: 20px;
    height: auto;
  }
}
@media screen and (min-width:992px) {
  .product-thumbnail-slider {
    height: 430px;
  }
}
@media screen and (min-width:1200px) {
  .product-thumbnail-slider {
    height: 520px;
  }
}
@media screen and (min-width:1400px) {
  .product-thumbnail-slider {
    height: 600px;
  }
}

/* ========================================
   CN Appraisals Custom Styles
   ======================================== */

/* Service Cards Hover Effect */
.service-card {
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
}

.service-icon .diamond-icon {
  width: 3rem;
  height: 3rem;
  display: inline-block;
}

.service-icon{
    font-size: 64px; 
    color: #d4af37; 
    margin-bottom: 1.5rem;
}

.ring-icon {
  max-width: 64px;
  height: auto;
  display: inline-block;
  /* Tint black icons to #d4af36 */
  filter: invert(71%) sepia(74%) saturate(480%) hue-rotate(6deg) brightness(92%) contrast(95%);
}

/* Appraisal Detail Page ------------------------------------ */
.inner-banner {
  position: relative;
  padding: 120px 0 90px;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.inner-banner .banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.inner-banner .container {
  position: relative;
  z-index: 2;
}

.inner-banner .banner-title {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.breadcrumb li {
  color: #f8f8f8;
}

.breadcrumb a {
  color: var(--primary-color);
}

.appraisal-lab {
  position: relative;
  /*background: radial-gradient(circle at top left, rgba(253, 73, 160, 0.08), transparent 50%),
    linear-gradient(115deg, #ffffff 0%, #fdf5fb 45%, #f3f6ff 100%);*/
  overflow: hidden;
}

.appraisal-lab::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(0, 0, 0, 0.03), transparent 60%);
  pointer-events: none;
}

.lab-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem;
  align-items: center;
}

.lab-content {
  max-width: 640px;
}

.lab-lead {
  font-size: 1rem;
  color: #4a4a4a;
  margin-bottom: 1.5rem;
}

.lab-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1.25rem;
  margin: 1.5rem 0;
}

.metric-card {
  background: #fff;
  border-radius: 32px;
  padding: 1.5rem;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.metric-value {
  font-family: var(--heading-font);
  font-size: 2rem;
  color: var(--primary-color);
  display: block;
  line-height: 1.1;
}

.metric-label {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #6b6b6b;
}

.lab-checklist {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}


.check-title {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.78rem;
  color: #a57d2e;
}

.lab-checklist p {
  margin: 0.2rem 0 0;
  color: #4a4a4a;
}

.lab-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 2rem;
}

.lab-badge {
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
}

.lab-actions .btn {
  min-width: 180px;
}

.lab-visual__card {
  background: #070910;
  border-radius: 32px;
  padding: 3rem;
  color: #fefefe;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 110px rgba(5, 7, 18, 0.55);
}

.lab-visual__card::after {
  content: "";
  position: absolute;
  inset: 30px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.lab-chip {
  display: inline-block;
  padding: 0.35rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 1.5rem;
}

.lab-orbit {
  position: relative;
  border-radius: 28px;
  padding: 2.5rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15), transparent 70%);
  margin-bottom: 2rem;
}

.lab-orbit img {
  width: 100%;
  border-radius: 22px;
  mix-blend-mode: screen;
  opacity: 0.9;
}

.spark {
  position: absolute;
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  filter: blur(0.5px);
  animation: sparkBlink 6s linear infinite;
}

.spark-one {
  top: 18%;
  left: 12%;
}

.spark-two {
  top: 35%;
  right: 10%;
  animation-delay: 1.5s;
}

.spark-three {
  bottom: 12%;
  left: 35%;
  animation-delay: 3s;
}

.lab-passport {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.lab-passport span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}

.lab-passport strong {
  display: block;
  margin-top: 0.35rem;
}

.lab-ribbon {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.lab-ribbon span {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.6);
}

.lab-ribbon p {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.85);
}

@keyframes sparkBlink {
  0%, 100% {
    transform: scale(0.8);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .lab-visual__card {
    padding: 2.25rem;
  }

  .lab-passport {
    flex-direction: column;
  }

  .lab-badges {
    flex-direction: column;
    align-items: flex-start;
  }
}

.appraisal-overview {
  background: #fff;
}

.appraisal-overview .section-title {
  font-size: 2.4rem;
}

.appraisal-highlights {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.appraisal-highlights .highlight-value {
  color: var(--primary-color);
}

.appraisal-overview-image img {
  width: 100%;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.1);
}

.appraisal-types .section-subtitle {
  max-width: 820px;
  margin: 0.75rem auto 0;
  color: #555;
}

.appraisal-type-grid {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.appraisal-type {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  padding: 2.5rem;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
  align-items: center;
}

.appraisal-type.reverse .type-image {
  order: 2;
}

.type-image img {
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.type-label {
  font-size: 0.85rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #c49b2c;
}

.type-body h3 {
  font-size: 2rem;
  margin: 0.75rem 0;
}

.type-body p {
  color: #4a4a4a;
}

.type-body ul {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.appraisal-cta {
  background: #fff;
}

.cta-panel {
  background: #ffeef6;
  padding: 3rem;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.08);
}

.cta-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Services Page ------------------------------------ */
#customSlider {
  border-radius: 16px;
}

.services-hero {
  background: radial-gradient(circle at top, rgb(255, 248, 234), transparent), #fff7f0;
}

.services-hero .eyebrow {
  letter-spacing: 4px;
  color: var(--primary-color);
  font-weight: 600;
}

.services-hero-title {
  font-size: 2.8rem;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
}

.services-hero-text {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.hero-highlights {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.hero-highlights div {
  min-width: 120px;
}

.highlight-value {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-color);
}

.highlight-label {
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6f6f6f;
}

.services-hero-card {
  background: #fff;
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
}

.services-hero-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.hero-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.hero-card-list li {
  margin-bottom: 0.85rem;
  position: relative;
  padding-left: 1.5rem;
}

.hero-card-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-color);
  position: absolute;
  left: 0;
  top: 0.8rem;
}

.hero-card-note {
  font-size: 0.9rem;
  color: #6c6c6c;
  margin: 0;
}

.services-showcase {
  background: #fff;
}

.services-showcase .section-subtitle {
  max-width: 780px;
  margin: 1rem auto 0;
  color: #555;
}

.services-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.services-slider {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 1rem 0 1.5rem;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

.services-slider::-webkit-scrollbar {
  height: 6px;
}

.services-slider::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 999px;
}

.service-slide {
  scroll-snap-align: center;
  min-width: clamp(280px, 75vw, 960px);
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.service-slide.is-future {
  border: 2px dashed rgba(253, 73, 160, 0.4);
}

.service-image {
  position: relative;
  min-height: 320px;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-pill {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

.service-body {
  padding: 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.service-tag {
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c49b2c;
  margin: 0;
}

.service-body h3 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0;
}

.service-body p {
  color: #4a4a4a;
  margin-bottom: 0;
}

.service-body ul {
  margin: 0;
  padding-left: 1rem;
  color: #555;
}

.service-body ul li {
  margin-bottom: 0.35rem;
}

.service-link {
  margin-top: auto;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: var(--primary-color);
}

.service-link:hover {
  color: #c12779;
}

.future-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--primary-color);
}

.service-slider-nav {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.service-slider-nav:hover {
  border-color: #c49b2c;
  color: #c49b2c;
}

.service-slider-nav:disabled {
  opacity: 0.3;
  pointer-events: none;
}

.service-process {
  background: #fff;
}

.process-steps {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
}

.process-steps li {
  display: flex;
  gap: 1.2rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.process-steps li span {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary-color);
}

.process-steps li strong {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.2rem;
}

.process-panel {
  background: #fff8ea;
  border-radius: 24px;
  padding: 2.5rem;
  border: 1px solid rgba(212, 175, 55, 0.4);
  box-shadow: inset 0 0 30px rgba(212, 175, 55, 0.12);
  width: auto;
  margin: 0 auto;
  margin-top: 70px;
}

.process-panel ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 2rem;
}

.process-panel ul li {
  margin-bottom: 0.75rem;
}

.services-cta-band {
  background: linear-gradient(120deg, #1f1f1f, #4a1f33);
  color: #fff;
  padding: 4rem 0;
}

.services-cta-band .cta-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}

.services-cta-band h2 {
  font-size: 2rem;
  margin: 0.5rem 0;
}

.services-cta-band .cta-actions {
  display: flex;
  gap: 1rem;
}

.services-cta-band .btn.btn-outline-dark {
  border-color: #fff;
  color: #fff;
}

.services-cta-band .btn.btn-outline-dark:hover {
  background: #fff;
  color: #111;
}

@media (max-width: 767px) {
  .services-hero-title {
    font-size: 2.2rem;
  }
  .hero-highlights {
    gap: 1rem;
  }
  .services-cta-band .cta-content {
    flex-direction: column;
    text-align: center;
  }
  .services-cta-band .cta-actions {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .appraisal-type {
    padding: 1.75rem;
  }
  .cta-panel {
    text-align: center;
    justify-content: center;
  }
  .cta-actions {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .service-slide {
    grid-template-columns: 1fr;
  }
  .service-image {
    min-height: 260px;
  }
  .appraisal-type {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .service-body {
    padding: 1.75rem;
  }
  .service-slide {
    min-width: 90vw;
  }
  .cta-panel {
    padding: 2rem;
  }
}

/* Credentials Badge Styling */
.credential-badge {
  transition: all 0.3s ease;
}

.credential-badge:hover {
  transform: scale(1.05);
  background: #f0f0f0 !important;
}

/* Equal height credential boxes */
.credentials-row .row {
  display: flex;
  flex-wrap: wrap;
}

.credentials-row .row > [class*='col-'] {
  display: flex;
}

.credential-equal-height {
  min-height: 100px;
}

/* Testimonial Card Styling */
.testimonial-card {
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  transform: translateY(-3px);
}

/* Trust Statement Styling */
.trust-statement {
  border-left: 4px solid #d4af37;
}

/* Gold Accent Color */
.text-gold {
  color: #d4af37;
}

/* Button Hover Enhancements */
.btn-outline-dark:hover {
  background-color: #d4af37;
  border-color: #d4af37;
  color: white;
}

/* Hero Banner Centered Content */
#billboard .banner-content {
  min-height: 600px;
  display: flex;
  align-items: center;
}

/* Banner overlay for better text readability */
.banner-overlay {
  background: rgba(0, 0, 0, 0.83) !important;
}

#billboard .text-content {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}

/* Responsive Typography */
@media screen and (max-width: 768px) {
  #billboard .banner-title {
    font-size: 2.5rem !important;
  }
  
  #billboard .subtitle {
    font-size: 1.3rem !important;
  }
  
  .service-card {
    margin-bottom: 1.5rem;
  }
}

/* Footer Contact Info Styling */
.contact-info a {
  transition: color 0.3s ease;
}

.contact-info a:hover {
  color: #d4af37 !important;
  text-decoration: none;
}

/* Navigation Menu Active State */
.menu-list .menu-item .item-anchor:hover {
  color: #d4af37;
}

/* Section Spacing */
section {
  position: relative;
}

/* Elegant Divider */
.section-divider {
  width: 100px;
  height: 3px;
  background: linear-gradient(to right, transparent, #d4af37, transparent);
  margin: 2rem auto;
}

/* Modern Testimonial Card Hover Effect */
.modern-testimonial-card:hover {
  transform: translateY(-10px);
  border-color: rgba(212, 175, 55, 0.5) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* Smooth Transitions */
.modern-testimonial-card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Trust Statement Glow Effect */
.trust-statement:hover {
  border-color: rgba(212, 175, 55, 0.6);
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.2);
  transition: all 0.3s ease;
}

/* Why Choose Section Styling */
.why-choose-us {
  position: relative;
  background: linear-gradient(145deg, #fffaf0 0%, #fdf4e3 45%, #ffffff 100%);
  overflow: hidden;
}

.why-choose-us::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.2), transparent 65%);
  top: -120px;
  right: -80px;
  z-index: 0;
}

.why-choose-us .container {
  position: relative;
  z-index: 1;
}

.why-highlight {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  padding: 2.5rem 3rem;
}

.why-hero .eyebrow {
  display: inline-block;
  font-size: 0.85rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #d4af37;
  margin-bottom: 1rem;
}

.why-hero h3 {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  color: #2c2c2c;
}

.why-hero p {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 0;
}

.why-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.metric-card {
  flex: 1 1 130px;
  background: #fff8ea;
  border-radius: 18px;
  padding: 1.25rem;
  text-align: center;
  border: 1px solid rgba(212, 175, 55, 0.4);
  box-shadow: inset 0 0 20px rgba(212, 175, 55, 0.08);
}

.metric-value {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #c49b2c;
}

.metric-label {
  font-size: 0.95rem;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 1.2;
}

.why-choose-card {
  background: #ffffff;
  padding: 3rem 2.5rem;
  border-radius: 30px;
  height: 100%;
  text-align: center;
  border: 1px solid rgba(212, 175, 55, 0.25);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(191, 159, 82, 0.15);
}

.why-card-title {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  color: #c49b2c;
  letter-spacing: 2px;
  font-weight: 700;
}

.why-card-text {
  line-height: 1.9;
  color: #5a5a5a;
  font-size: 1.05rem;
  margin-bottom: 0;
}

.why-choose-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(191, 159, 82, 0.3);
}

.why-choose-card .why-icon-circle {
  margin-bottom: 1.5rem;
}

.why-icon-circle{
     font-size: 64px; 
    color: #d4af37; 
    margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .why-highlight {
    padding: 2rem;
  }

  .why-hero h3 {
    font-size: 1.7rem;
  }
}

@media (max-width: 575px) {
  .why-metrics {
    flex-direction: column;
  }
}

/* ==========================================
   Schedule Appointment Section
   ========================================== */

.schedule-appointment-section {
  background: #fff;
  padding: 0;
  width: 100%;
}

.schedule-appointment-section .container-fluid {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.schedule-appointment-section .row {
  margin: 0;
}

.schedule-appointment-section .col-lg-6 {
  padding: 0;
}

/* Left Side - Image (for index_2.html) */
.appointment-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Left Side - Content with Background (for index.html) */
.schedule-appointment-section .appointment-left-side {
  position: relative;
  min-height: 600px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /*background-image: url('../images/form_side.jpg');*/
  background-size: cover;
  background-position: center;
}

.schedule-appointment-section .appointment-left-side::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.schedule-appointment-section .appointment-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 3rem 2.5rem;
  max-width: 550px;
}


.schedule-appointment-section .appointment-logo-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.schedule-appointment-section .appointment-logo {
  max-width: 180px;
  margin: 0;
  filter: brightness(0) invert(1);
}

.schedule-appointment-section .appointment-heading {
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 1.5rem;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 1.3;
}

.schedule-appointment-section .appointment-text {
  font-size: 1.1rem;
  color: #e8e8e8;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.appointment-slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.appointment-slider {
  position: relative;
  width: 100%;
  max-width: 360px;
  min-height: 190px;
}

.appointment-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  background: rgba(253, 73, 160, 0.18);
  border: 2px solid rgba(253, 73, 160, 0.5);
  border-radius: 32px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateX(20px);
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.appointment-slide.active {
  opacity: 1;
  transform: translateX(0);
  position: relative;
  pointer-events: auto;
}

.slide-icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: rgba(0, 0, 0, 0.25);
}

.slide-icon i {
  font-size: 1.6rem;
  color: #d4af37;
}

.slide-icon img {
  max-width: 48px;
  max-height: 48px;
  object-fit: contain;
}

.slide-icon.image-icon {
  width: auto;
  height: auto;
  border: none;
  background: transparent;
  padding: 0;
}

.slide-icon.image-icon img {
  max-width: 170px;
  max-height: 170px;
  filter: none;
}

.slide-text {
  font-size: 1.05rem;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 0;
}

.appointment-slider-nav {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.appointment-slider-nav:hover {
  background: rgba(212, 175, 55, 0.35);
  border-color: #d4af37;
  color: #fff;
}

.appointment-slider-nav i {
  font-size: 1.2rem;
}

/* Right Side - Form */
.appointment-form-wrapper {
  padding: 5rem 4rem;
  background: #f9f9f9;
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-title {
  font-size: 2rem;
  color: #333;
  margin-bottom: 0.5rem;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.form-subtitle {
  font-size: 1.3rem;
  color: #666;
  margin-bottom: 2.5rem;
}

.appointment-form {
  width: 100%;
}

.appointment-input {
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.95rem;
  color: #333;
  background: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 8px;
  transition: all 0.3s ease;
  min-height: 3.25rem;
  height: auto;
  line-height: 1.4;
}

input[type="date"].appointment-input,
select.appointment-input {
  -webkit-appearance: none;
  appearance: none;
}

.appointment-input:focus {
  outline: none;
  border-color: #d4af37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.appointment-input::placeholder {
  color: #999;
}

.appointment-submit-btn {
  width: 100%;
  padding: 1.2rem 2rem;
  background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
}

.appointment-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.5);
  background: linear-gradient(135deg, #f4d03f 0%, #d4af37 100%);
}

.appointment-submit-btn i {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.appointment-submit-btn:hover i {
  transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 991px) {
  .schedule-appointment-section .appointment-left-side {
    min-height: 500px;
    height: auto;
  }

  .schedule-appointment-section .appointment-content {
    padding: 2.5rem 2rem;
  }

  .schedule-appointment-section .appointment-logo {
    max-width: 150px;
  }

  .schedule-appointment-section .appointment-heading {
    font-size: 1.8rem;
  }

  .appointment-form-wrapper {
    padding: 3rem 2rem;
    min-height: 100%;
    height: auto;
  }

  .form-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .schedule-appointment-section .appointment-left-side {
    min-height: 450px;
  }

  .schedule-appointment-section .appointment-logo {
    max-width: 130px;
    margin-bottom: 1.5rem;
  }

  .schedule-appointment-section .appointment-heading {
    font-size: 1.5rem;
  }

  .schedule-appointment-section .appointment-text {
    font-size: 0.95rem;
  }

  .slide-text {
    font-size: 0.95rem;
  }

  .appointment-main-image {
    min-height: 400px;
  }

  .appointment-form-wrapper {
    min-height: 100%;
    padding: 2rem 1.5rem;
  }
}

/* ==========================================
   Blog Slider Section
   ========================================== */

.blog-slider-section {
  background: #fff;
  padding: 5rem 0;
  overflow: visible;
  width: 100%;
  margin: 0;
}

.blog-slider-section .container-fluid {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.blog-slider-section .row {
  margin: 0;
}

.blog-slider-section .col-12 {
  padding: 0;
}

.blog-header {
  margin-bottom: 4rem;
  padding: 0 2rem;
}

.blog-header-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding: 0 2rem;
  flex-wrap: wrap;
}

.blog-header-row .section-title {
  margin-bottom: 0;
}

.blog-header-nav {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.blog-header-nav .blog-nav {
  position: static !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  font-size: 1.6rem;
  line-height: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.blog-header-nav .blog-nav:hover {
  transform: scale(1.05) !important;
}

.blog-section-title {
  font-size: 2.5rem;
  color: #333;
  letter-spacing: 3px;
  font-weight: 400;
  margin-bottom: 0;
}

.blog-slider-wrapper {
  position: relative;
  padding: 0 5rem 0 0;
  width: 100%;
  margin: 0;
}

.blog-slider {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 2rem 0 2rem 2rem;
  width: 100%;
  margin: 0;
}

.blog-slider::-webkit-scrollbar {
  display: none;
}

.blog-slide {
  flex: 0 0 450px;
  min-width: 450px;
}

.blog-card {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.blog-image {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.blog-content {
  padding: 2.5rem 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.blog-title {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.blog-description {
  font-size: 1.3rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Hover Effect */
.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.blog-card:hover .blog-image img {
  transform: scale(1.08);
}

.blog-card:hover .blog-title {
  color: #d4af37;
}

/* Navigation Arrows */
.blog-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 2px solid #e8e8e8;
  width: 55px;
  height: 55px;
  min-width: 55px;
  min-height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  font-size: 1.5rem;
  color: #333;
  padding: 0;
  flex-shrink: 0;
}

.blog-nav i {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-nav:hover {
  background: #d4af37;
  border-color: #d4af37;
  color: #fff;
  transform: translateY(-50%) scale(1.1);
}

.blog-prev {
  left: 0.5rem;
}

.blog-next {
  right: 0.5rem;
}

/* Responsive Design */
@media (max-width: 1400px) {
  .blog-slide {
    flex: 0 0 400px;
    min-width: 400px;
  }

  .blog-image {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .blog-slider-wrapper {
    padding: 0 3.5rem 0 0;
  }

  .blog-slider {
    padding: 2rem 0 2rem 1rem;
  }

  .blog-slide {
    flex: 0 0 350px;
    min-width: 350px;
  }

  .blog-image {
    height: 350px;
  }

  .blog-section-title {
    font-size: 2rem;
  }

  .blog-nav {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
  }
}

@media (max-width: 767px) {
  .blog-image {
    height: 320px;
  }

  .blog-content {
    padding: 2rem 1.5rem;
  }

  .blog-section-title {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }

  .blog-slider-wrapper {
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
    position: static !important;
    padding: 0 !important;
  }

  .blog-slider-wrapper .blog-nav {
    position: static !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    display: flex !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    font-size: 1.1rem !important;
    flex-shrink: 0;
    border-color: #d4af37;
    color: #d4af37;
    box-shadow: none;
  }

  .blog-slider-wrapper .blog-prev {
    order: -1;
  }

  .blog-slider {
    flex: 1 1 0;
    min-width: 0;
    padding: 2rem 0 !important;
    gap: 12px !important;
  }

  .blog-slide {
    flex: 0 0 calc(100vw - 112px) !important;
    min-width: calc(100vw - 112px) !important;
    width: calc(100vw - 112px) !important;
    max-width: calc(100vw - 112px) !important;
  }
}

/* ==========================================
   FAQ Section
   ========================================== */

.faq-section {
  background: #f9f9f9;
  padding: 5rem 0;
}

.faq-header .section-title {
  color: #333;
  font-size: 2.5rem;
  letter-spacing: 2px;
}

.faq-accordion {
  margin-bottom: 2rem;
}

.faq-item {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border-color: rgba(212, 175, 55, 0.3);
}

.faq-question {
  width: 100%;
  background: #fff;
  border: none;
  padding: 1.8rem 2.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.faq-question:hover {
  color: #d4af37;
  background: #fafafa;
}

.faq-question:not(.collapsed) {
  color: #d4af37;
  background: #fafafa;
  border-bottom: 1px solid #e8e8e8;
}

.faq-question i {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  color: #d4af37;
  margin-left: 1rem;
}

.faq-question:not(.collapsed) i {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 2rem 2.5rem;
  color: #666;
  line-height: 1.8;
  font-size: 1rem;
}

.faq-answer p {
  margin-bottom: 1rem;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-answer ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.faq-answer li {
  margin-bottom: 0.75rem;
  line-height: 1.7;
}

.faq-answer strong {
  color: #d4af37;
  font-weight: 600;
}

/* View All Button */
.faq-view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 3rem;
  background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
  text-decoration: none;
}

.faq-view-all-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.5);
  background: linear-gradient(135deg, #f4d03f 0%, #d4af37 100%);
  color: #fff;
}

.faq-view-all-btn i {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.faq-view-all-btn:hover i {
  transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 991px) {
  .faq-header .section-title {
    font-size: 2rem;
  }

  .faq-question {
    padding: 1.5rem 2rem;
    font-size: 1.05rem;
  }

  .faq-answer {
    padding: 1.5rem 2rem;
    font-size: 0.95rem;
  }
}

@media (max-width: 767px) {
  .faq-header .section-title {
    font-size: 1.6rem;
  }

  .faq-question {
    padding: 1.2rem 1.5rem;
    font-size: 1rem;
  }

  .faq-answer {
    padding: 1.2rem 1.5rem;
    font-size: 0.9rem;
  }

  .faq-view-all-btn {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}

.btn.btn-medium.btn-outline-dark.white-btn {
  border-color: rgb(255, 255, 255);
  color: #fff;
}

/* ==========================================
   Valuation Services Tabbed Section
   ========================================== */

.valuation-services-section {
  background: #f5f5f5;
  padding: 5rem 0;
}

.valuation-section-title {
  font-size: 2.5rem;
  color: #333;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.valuation-title-underline {
  width: 150px;
  height: 3px;
  background: #d4af37;
  margin: 0 auto;
}

/* Tabs Navigation */
.service-tabs-nav {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 0 0 3rem 0;
  gap: 0;
  border-bottom: 2px solid #e0e0e0;
  overflow-x: auto;
}

.service-tabs-nav li {
  margin: 0;
  flex: 1 1 auto;
}

.service-tab-btn {
  background: transparent;
  border: none;
  padding: 1.2rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  border-bottom: 3px solid transparent;
  width: 100%;
  white-space: nowrap;
}

.service-tab-btn:hover {
  color: #d4af37;
}

.service-tab-btn.active {
  color: #333;
  background: #4a4a4a;
  color: #fff;
  border-bottom-color: #d4af37;
}

/* Tab Content */
.service-tabs-content {
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  overflow: hidden;
}

.service-tab-content {
  display: none;
}

.service-tab-content.active {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-tab-image {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: #4a4a4a;
}

.service-tab-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.service-tab-content:hover .service-tab-image img {
  transform: scale(1.05);
}

.service-tab-info {
  padding: 4rem 3.5rem;
  background: #4a4a4a;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-tab-heading {
  font-size: 2rem;
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.service-tab-description {
  font-size: 1rem;
  color: #e0e0e0;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.service-tab-btn-readmore {
  display: inline-block;
  padding: 0.8rem 2.5rem;
  background: #d4af37;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  align-self: flex-start;
}

.service-tab-btn-readmore:hover {
  background: #f4d03f;
  color: #fff;
  transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 991px) {
  .valuation-section-title {
    font-size: 2rem;
  }

  .service-tabs-nav {
    gap: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .service-tab-btn {
    padding: 1rem 1.2rem;
    font-size: 0.85rem;
    letter-spacing: 0.3px;
  }

  .service-tab-image {
    height: 400px;
  }

  .service-tab-info {
    height: auto;
    padding: 3rem 2.5rem;
  }

  .service-tab-heading {
    font-size: 1.6rem;
  }

  .service-tab-description {
    font-size: 0.95rem;
  }
}

@media (max-width: 767px) {
  .valuation-section-title {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }

  .service-tabs-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 0;
  }

  .service-tabs-nav li {
    flex: 0 0 auto;
  }

  .service-tab-btn {
    padding: 1rem 1rem;
    font-size: 0.75rem;
    border-bottom: 1px solid #e0e0e0;
    white-space: nowrap;
  }

  .service-tab-btn.active {
    border-bottom-width: 3px;
  }

  .service-tab-image {
    height: 300px;
  }

  .service-tab-info {
    padding: 2rem 1.5rem;
  }

  .service-tab-heading {
    font-size: 1.4rem;
  }

  .service-tab-description {
    font-size: 0.9rem;
  }

  .service-tab-btn-readmore {
    padding: 0.7rem 2rem;
    font-size: 0.85rem;
  }
}

/* ==========================================
   Blog Collage Section
   ========================================== */

.blog-collage-section .featured-blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.2) !important;
}

.blog-collage-section .featured-blog-card:hover img {
  transform: scale(1.08);
}

.blog-collage-section .small-blog-card:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
}

.blog-collage-section .small-blog-card:hover img {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .blog-collage-section .featured-blog-card {
    min-height: 400px !important;
    margin-bottom: 1rem;
  }
  
  .blog-collage-section .small-blog-card {
    height: 140px !important;
  }
  
  .blog-collage-section .small-blog-card > div:first-child {
    width: 160px !important;
  }
}

@media (max-width: 767px) {
  .blog-collage-section .featured-blog-card {
    min-height: 350px !important;
  }
  
  .blog-collage-section .small-blog-card {
    height: 120px !important;
    flex-direction: column !important;
    gap: 0 !important;
  }
  
  .blog-collage-section .small-blog-card > div:first-child {
    width: 100% !important;
    height: 120px;
  }
  
  .blog-collage-section .small-blog-card > div:last-child {
    padding: 1rem !important;
  }
  
  .blog-collage-section h2 {
    font-size: 2rem !important;
  }
}

/* ==========================================
   Contact Section
   ========================================== */

.contact-section {
  background: #fff;
  padding: 5rem 0 0 0;
  width: 100%;
}

.contact-section .container-fluid {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.contact-section .row {
  margin: 0;
}

.contact-section .col-lg-6 {
  padding: 0;
}

/* Map Container - Full Width on Left */
.contact-map-container {
  width: 100%;
  height: 100%;
  min-height: 600px;
  overflow: hidden;
}

.contact-map-container iframe {
  width: 100%;
  height: 100%;
  min-height: 600px;
}

/* Form Container - Right Side */
.contact-form-wrapper {
  padding: 5rem 4rem;
  background: #f9f9f9;
  min-height: 600px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-form {
  width: 100%;
}

.contact-section .form-label {
  color: #333;
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
}

.contact-input {
  width: 100%;
  padding: 0.85rem 1.25rem;
  font-size: 0.95rem;
  color: #333;
  background: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.contact-input:focus {
  outline: none;
  border-color: #d4af37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.contact-input::placeholder {
  color: #999;
}

.contact-submit-btn {
  padding: 0.95rem 3.5rem;
  background: #d4af37;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

 .contact-submit-btn:hover {
   background: #c99a2e;
   transform: translateY(-2px);
   box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
 }

/* Estate Valuations Page */
.estate-intro {
  position: relative;
}

.estate-header p.eyebrow {
  color: #d4af37;
  margin-bottom: 0.5rem;
}

.estate-lead {
  font-size: 1rem;
  color: #4a4a4a;
  line-height: 1.8;
}

.estate-actions {
  margin-top: 1.5rem;
}

.estate-actions .btn {
  width: 100%;
  text-align: center;
}

.estate-feature-box {
  background: rgba(212, 175, 55, 0.08);
  border-radius: 16px;
  padding: 2.5rem;
  border: 1px solid rgba(212, 175, 55, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.estate-feature-box h3 {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  color: #333;
}

.estate-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.estate-checklist li {
  padding-left: 1.75rem;
  margin-bottom: 1rem;
  position: relative;
  color: #4a4a4a;
  line-height: 1.6;
}

.estate-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #d4af37;
  font-weight: bold;
  font-size: 1.1rem;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.portfolio-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  border-top: 3px solid #d4af37;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.12);
}

.card-icon {
  font-size: 64px;
  color: #d4af37;
  margin-bottom: 1rem;
  display: block;
}

.card-icon img {
  display: block;
  margin: 0 auto;
  max-width: 64px;
  height: auto;
  filter: invert(71%) sepia(74%) saturate(480%) hue-rotate(6deg) brightness(92%) contrast(95%);
}

.portfolio-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  color: #333;
}

.portfolio-card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.benefits-content {
  max-width: 580px;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.benefits-list li {
  display: flex;
  gap: 1.5rem;
}

.benefit-icon {
  color: #d4af37;
  font-size: 1.5rem;
  font-weight: bold;
  flex-shrink: 0;
}

.benefits-list h4 {
  font-size: 1.1rem;
  margin: 0 0 0.35rem;
  color: #333;
}

.benefits-list p {
  margin: 0;
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}

.benefits-visual {
  position: relative;
}

.visual-card {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(253, 73, 160, 0.08));
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.visual-card img {
  width: 100%;
  display: block;
}

@media (max-width: 767px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-card {
    padding: 1.5rem;
  }

  .estate-feature-box {
    padding: 2rem;
  }

  .benefits-list {
    gap: 1.5rem;
  }
}
 
 /* Photo Fade Effect */
 .photo-fade {
   -webkit-mask-image: radial-gradient(circle, black 70%, transparent 100%);
   mask-image: radial-gradient(circle, black 70%, transparent 100%);
 }/* Footer Credential Cards */
.credential-card {
  background: #f9f9f9;
  padding: 1.5rem;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #e8e8e8;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 150px;
}

.credential-card img {
  max-height: 50px;
  margin-bottom: 1rem;
}

.credential-card p {
  margin-bottom: 0;
  font-weight: 600;
  color: #333;
}

@media (max-width: 767px) {
  .appointment-slider-wrapper {
    flex-direction: column;
    gap: 1rem;
  }

  .appointment-slider {
    max-width: 100%;
  }

  .appointment-slider-nav {
    width: 48px;
    height: 48px;
  }
}

/* Jewelry Consulting Page Styles */
.consulting-intro {
  background: #fff;
}

.consulting-content {
  max-width: 100%;
}

.consulting-content .eyebrow {
  color: #d4af37;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 2px;
}

.consulting-content .section-title {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: #050712;
  font-family: var(--heading-font);
}

.consulting-content .lead {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 0;
}

.consulting-highlight {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}

.highlight-box {
  background: #f5f5f5;
  border-left: 4px solid #d4af37;
  border-radius: 8px;
  padding: 1.75rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-box:hover {
  transform: translateX(8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.highlight-text {
  margin: 0;
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}

.highlight-text strong {
  color: #d4af37;
  font-weight: 600;
}

.consulting-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.consulting-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.consulting-image:hover img {
  transform: scale(1.05);
}

.consulting-services {
  background: #f9f9f9;
}

.consulting-services .eyebrow {
  color: #d4af37;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 2px;
}

.consulting-services .section-title {
  font-size: 2.2rem;
  margin-bottom: 3rem;
  font-weight: 700;
  color: #050712;
  font-family: var(--heading-font);
}

.service-card {
  background: #fff;
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border-top: 3px solid #d4af37;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  min-height: 320px;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.service-number {
  font-size: 3rem;
  font-weight: 700;
  color: #d4af37;
  opacity: 0.15;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  font-family: var(--heading-font);
}

.service-title {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #050712;
  font-weight: 600;
  font-family: var(--heading-font);
}

.service-card p {
  color: #666;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  flex-grow: 1;
}

.consulting-cta {
  background: #050712;
  text-align: center;
}

.consulting-cta .section-title {
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  font-family: var(--heading-font);
}

.btn-primary {
  padding: 0.875rem 2.5rem;
  font-size: 1rem;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-primary:hover {
  background-color: #f0b84e !important;
  border-color: #f0b84e !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.3);
}

@media (max-width: 767px) {
  .consulting-content .section-title {
    font-size: 1.8rem;
  }

  .consulting-services .section-title {
    font-size: 1.8rem;
  }

  .service-card {
    padding: 2rem;
    min-height: auto;
  }

  .service-number {
    font-size: 2.5rem;
    top: 1rem;
    right: 1.5rem;
  }

  .service-title {
    font-size: 1.2rem;
  }

  .highlight-box {
    padding: 1.5rem;
  }

  .consulting-cta .section-title {
    font-size: 1.8rem;
  }
}

/* Gem identification methods cards */
.gem-intro-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.gem-methods .section-subtitle {
  font-size: 1.4rem;
  color: #050712;
  margin-bottom: 1rem;
  font-family: var(--heading-font);
}

.method-card {
  background: #fff;
  border: 1px solid rgba(5,7,18,0.06);
  border-left: 4px solid #d4af37;
  padding: 1.5rem;
  border-radius: 12px;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  box-shadow: 0 12px 40px rgba(0,0,0,0.04);
}

.method-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.method-card h4 {
  margin: 0;
  font-size: 1.05rem;
  color: #050712;
  font-family: var(--heading-font);
}

.method-card p {
  margin: 0;
  color: #444;
  font-size: 0.98rem;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .method-card { min-height: auto; }
}



/* Concierge Grid Cards */
.concierge-grid {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.concierge-row .concierge-box {
  height: 100%;
}

.concierge-row .image-box {
  min-height: 200px;
}

.concierge-box {
  position: relative;
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  min-height: 230px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  display: flex;
  gap: 1.25rem;
  align-items: stretch;
}

.concierge-box.image-right {
  flex-direction: row;
}

.concierge-box.image-left {
  flex-direction: row-reverse;
}

.concierge-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 68px rgba(0, 0, 0, 0.12);
}

.concierge-content,
.text-box {
  padding: 1.6rem 1.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.concierge-content h3,
.text-box h3 {
  margin: 0;
  font-size: 1.40rem;
  font-family: var(--heading-font);
  color: #141414;
}

.concierge-content ul,
.text-box ul {
  padding-left: 1.1rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.concierge-content li,
.text-box li {
  color: #4a4a4a;
  font-size: 0.98rem;
  line-height: 1.6;
}

.concierge-media {
  flex: 0 0 auto;
  max-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 1.2rem 1.2rem 0;
}

.concierge-box.image-left .concierge-media {
  padding: 1.2rem 0 1.2rem 1.2rem;
}

.concierge-media img {
  width: 100%;
  max-width: 140px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.image-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.image-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.image-box:hover .image-overlay,
.image-box:focus-within .image-overlay {
  opacity: 1;
}

.image-overlay h3 {
  margin: 0;
  font-size: 1.40rem;
  font-family: var(--heading-font);
  color: var(--primary-color);
}

.image-overlay p {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.6;
  color: #f7f7f7;
}

@media (max-width: 767px) {
  .concierge-box,
  .concierge-box.image-left,
  .concierge-box.image-right {
    flex-direction: column;
  }

  .concierge-media {
    max-width: 110px;
    padding: 0;
    margin: 0 auto 0.75rem;
  }

  .concierge-media img {
    max-width: 110px;
  }

  .concierge-content,
  .text-box {
    padding: 1.3rem 1.4rem;
  }
}

.notary-main.padding-large {
  background: #ffeef6;
}

/* Contact Page Styles */
.main-logo img {
  max-width: 150px;
  height: auto;
}

.contact-banner {
  background-image: url('images/banner-earrings.jpg');
  background-size: cover;
  background-position: center;
}

.contact-hero-lead {
  line-height: 1.8;
  color: var(--body-text-color);
}

.contact-highlight-card {
  background: #111;
  color: #fff;
  padding: 2.5rem;
  border-radius: 24px;
  height: 100%;
}

.contact-highlight-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #d4af37;
}

.contact-highlight-list {
  margin: 0;
  padding: 0;
}

.contact-highlight-item {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.2rem;
}

.contact-highlight-item:last-child {
  margin-bottom: 0;
}

.contact-highlight-icon {
  color: #ff5c8d;
  font-size: 1.4rem;
  line-height: 1;
}

.contact-highlight-label {
  display: block;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #c4c4c4;
}

.contact-highlight-link {
  font-size: 1.25rem;
  color: #fff;
}

.contact-highlight-link:hover {
  color: #d4af37;
}

.contact-highlight-address {
  font-size: 1.15rem;
  margin: 0;
  color: #fff;
}

.contact-connect .contact-channel-card {
  background: #fff;
  border-radius: 18px;
  padding: 2rem;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-connect .contact-channel-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.12);
}

.contact-channel-title {
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.contact-channel-text {
  line-height: 1.7;
  margin: 0;
}

.contact-form-wrapper {
  background: #fff;
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.contact-form-title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.contact-form-description {
  line-height: 1.8;
  margin-bottom: 2rem;
}

.contact-form-map .map-wrapper {
  height: 100%;
  min-height: 520px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.contact-form-map .container-fluid {
  max-width: 100%;
}

.contact-form-map .row {
  margin-left: 0;
  margin-right: 0;
}

.contact-map-frame {
  border: 0;
  width: 100%;
  height: 100%;
}

.footer-contact-line {
  margin-bottom: 1rem;
  line-height: 1.8;
}

.footer-contact-hours {
  margin-top: 1.5rem;
}

.footer-logo {
  max-width: 180px;
}

.footer-about-text {
  margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
  .contact-form-wrapper,
  .contact-form-map .map-wrapper {
    border-radius: 18px;
  }

  .contact-form-map .row {
    gap: 2rem;
  }
}

@media (max-width: 767px) {
  .contact-form-map .map-wrapper {
    min-height: 360px;
  }
}

/* Blog Detail Styles */
.blog-banner {
  background: linear-gradient(135deg, rgba(5, 7, 18, 0.8), rgba(5, 7, 18, 0.4)), url('images/banner-earrings.jpg');
  background-size: cover;
  background-position: center;
}

.blog-detail {
  background: #fff;
}

.blog-article-head {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}

.blog-meta-tag {
  display: inline-block;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d4af37;
  margin-bottom: 1rem;
}

.blog-article-title {
  font-size: 2.8rem;
  line-height: 1.25;
  font-family: var(--heading-font);
  margin: 0;
}

.blog-meta-bar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0rem;
}

.blog-meta-group {
  display: flex;
  gap: 0.6rem;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-share {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.blog-share-label {
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #777;
}

.blog-share-buttons {
  display: flex;
  gap: 0.5rem;
}

.blog-share-btn {
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(5, 7, 18, 0.15);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #050712;
}

.blog-share-btn:hover {
  background: #050712;
  color: #fff;
}

.blog-featured-image {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
}
.blog-article-content{
  margin:3rem 0rem;
}
.blog-featured-image img {
  width: 100%;
  display: block;
}

.blog-image-caption {
  background: #050712;
  color: #fff;
  padding: 1.1rem 1.6rem;
  font-size: 0.95rem;
}

.blog-article p {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.8;
}

.blog-section-title {
  font-size: 1.4rem;
  margin: 2.5rem 0 1rem;
  font-family: var(--heading-font);
}


.blog-list-spaced {
  margin: 1rem 0 2rem;
}

.blog-list-compact {
  gap: 0.55rem;
}

.blog-list-numbered {
  counter-reset: blogstep;
  gap: 1.5rem;
  margin: 2rem 0;
}

.blog-list-numbered li {
  counter-increment: blogstep;
  padding-left: 3.5rem;
}

.blog-list-numbered li::before {
  content: counter(blogstep);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 2px solid #d4af37;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  top: 0;
}

/* TEXT TO SPEECH */

.blog-tts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.blog-tts-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: auto;
}

.blog-tts-icon-active {
  animation: blogTtsPulse 1.1s ease-in-out infinite;
}

.btn.blog-tts-progress {
  --tts-progress: 0%;
  position: relative;
  border: 2px solid transparent;
  background-color: transparent;
  background-image:
    linear-gradient(#fff, #fff),
    conic-gradient(var(--dark-color, #1a1a1a) var(--tts-progress), rgba(0, 0, 0, 0.18) 0);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: background-image 0.15s linear;
}

.btn.blog-tts-progress:hover {
  background-image:
    linear-gradient(#d4af37, #d4af37),
    conic-gradient(var(--dark-color, #1a1a1a) var(--tts-progress), rgba(0, 0, 0, 0.35) 0);
  color: #fff;
}

.blog-tts-voice-switch {
  display: inline-flex;
  gap: 0.5rem;
}

.blog-tts-voice-btn {
  border: 2px solid var(--dark-color, #1a1a1a);
  background: transparent;
  color: var(--dark-color, #1a1a1a);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.55rem 1rem;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.blog-tts-voice-btn.is-active {
  background-color: var(--dark-color, #1a1a1a);
  color: #fff;
}

.blog-tts-voice-btn:not(.is-active):hover {
  background-color: rgba(0, 0, 0, 0.08);
}

@keyframes blogTtsPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}


/*pagination css blog listing*/
.pagination-menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination-menu li {
  display: inline-flex;
  margin-bottom:5px !important;
}

.pagination-menu li a,
.pagination-menu li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 2px solid var(--dark-color, #1a1a1a);
  color: var(--dark-color, #1a1a1a);
  font-size: 0.9rem;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.pagination-menu li a:hover {
  background-color: var(--dark-color, #1a1a1a);
  color: #fff;
}

.pagination-menu li a.current {
  background-color: var(--dark-color, #1a1a1a);
  color: #fff;
  cursor: default;
}

.pagination-menu li.disabled span {
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.35);
  cursor: default;
}

.pagination-menu .icon {
  font-size: 0.8rem;
  color: inherit;
}

/*pagination css blog listing*/
.blog-quote {
  background: #fff8ea;
  color: #c49b2c;
  padding: 2rem;
  border-radius: 20px;
  font-size: 1.1rem;
  margin: 2.5rem 0;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
}

.blog-quote span {
  display: block;
  margin-top: 1rem;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--heading-color);
}

.blog-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin: 2.5rem 0;
}

.blog-stat-card {
  border: 1px solid rgba(5, 7, 18, 0.1);
  border-radius: 20px;
  padding: 1.5rem;
  background: #fff8f0;
}

.stat-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a1771d;
}

.stat-value {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.5rem;
  font-family: var(--heading-font);
}

.blog-highlight-panel {
  background: #fff;
  border: 1px solid rgba(5, 7, 18, 0.08);
  border-left: 4px solid #d4af37;
  border-radius: 16px;
  padding: 1.8rem;
  margin: 2.5rem 0;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.blog-sidebar {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.blog-author-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #ffeef6;
  color: var(--heading-color);
  padding: 1.5rem;
  border-radius: 18px;
}

.author-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  color: #050712;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--heading-font);
}

.author-name {
  margin: 0;
  font-weight: 600;
}

.author-role {
  margin: 0;
  font-size: 0.9rem;
  color: var(--heading-color);
}

.blog-sidebar-box {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(5, 7, 18, 0.08);
  padding: 1.75rem;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07);
}

.blog-sidebar-box h4 {
  margin-bottom: 0.75rem;
}

.blog-mini-post h5 {
  margin-bottom: 0.25rem;
}

.blog-mini-post span {
  font-size: 0.85rem;
  color: #777;
}

.blog-key-takeaways {
  background: #050712;
  color: #fff;
}

.takeaway-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 1.75rem;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.takeaway-card h4 {
  color: #d4af37;
}

.blog-cta-panel {
  background: #fff;
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}

.blog-cta-panel h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

@media (max-width: 1199px) {
  .blog-article-title {
    font-size: 2.3rem;
  }
}

@media (max-width: 991px) {
  .blog-article-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-meta-bar {
    align-items: flex-start;
  }

  .blog-sidebar {
    position: static;
  }

  .blog-cta-panel {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .blog-featured-image {
    border-radius: 18px;
    margin: 2rem 0;
  }

  .blog-article-title {
    font-size: 2rem;
  }

  .blog-steps li {
    padding-left: 2.75rem;
  }

  .blog-cta-panel h2 {
    font-size: 1.8rem;
  }
}

/* Blog Listing Styles */
.blog-hero {
  background: linear-gradient(135deg, #050712, #1f1a2b);
  color: #fff;
  text-align: center;
}

.blog-hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-family: var(--heading-font);
}

.blog-hero-lead {
  max-width: 760px;
  margin: 0 auto 2rem;
  font-size: 1.15rem;
  line-height: 1.8;
}

.blog-hero-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.blog-hero-tag {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  padding: 0.4rem 1.2rem;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-filter-toolbar {
  border-bottom: 1px solid rgba(5, 7, 18, 0.06);
  background: #fff;
}

.blog-filter-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding: 2rem 0;
}

.blog-filter-label {
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #777;
}

.blog-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.blog-chip {
  border: 1px solid rgba(5, 7, 18, 0.15);
  border-radius: 999px;
  padding: 0.4rem 1.4rem;
  background: transparent;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.blog-chip.is-active,
.blog-chip:hover {
  background: #050712;
  color: #fff;
}

.blog-listing {
  background: #faf9f7;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.blog-list-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.blog-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.blog-card-image {
  position: relative;
  height: 220px;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-category {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: rgba(5, 7, 18, 0.8);
  color: #fff;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-card-body {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.blog-card-meta {
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #777;
}

.blog-card-body h2 {
  font-size: 1.45rem;
  margin: 0;
  font-family: var(--heading-font);
}

.blog-card-body p {
  margin: 0;
  color: #555;
  line-height: 1.7;
}

.blog-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
  margin-top: auto;
}

.blog-card-footer span {
  color: #a1771d;
  font-weight: 600;
}

.blog-card-read {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #050712;
}

.blog-card-read:hover {
  color: #d4af37;
}

.blog-featured-card {
  background: #050712;
  color: #fff;
  border-radius: 24px;
  padding: 2.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.blog-featured-tag {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #d4af37;
}

.blog-featured-card h3 {
  font-size: 2rem;
  font-family: var(--heading-font);
  margin: 0;
}

.blog-mini-list {
  background: #fff;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.blog-mini-list h4 {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.blog-mini-item {
  border-top: 1px solid rgba(5, 7, 18, 0.08);
  padding-top: 1rem;
  margin-top: 1rem;
}

.blog-mini-item:first-of-type {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.blog-mini-item p {
  margin: 0 0 0.35rem;
  color: #444;
}

.blog-mini-item a {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
}

.blog-newsletter {
  background: #050712;
  color: #fff;
}

.blog-newsletter-panel {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}

.blog-newsletter-panel h2 {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
}

.blog-newsletter-form {
  display: flex;
  gap: 1rem;
  width: 100%;
  max-width: 420px;
}

.blog-newsletter-form .form-control {
  border-radius: 999px;
  padding: 0.85rem 1.2rem;
  background: #fff;
  color: #050712;
}

@media (max-width: 991px) {
  .blog-newsletter-panel {
    flex-direction: column;
    text-align: center;
  }

  .blog-newsletter-form {
    flex-direction: column;
    max-width: 100%;
  }
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
    .blog-grid {
      grid-template-columns: 1fr;
    }
  .blog-hero h1 {
    font-size: 2.2rem;
  }

  .blog-card-image {
    height: 200px;
  }

  .blog-featured-card,
  .blog-mini-list {
    padding: 2rem;
  }
}

/*----------------------------------------------*/
/* Company Page Styles */
/*----------------------------------------------*/

.company-about-image img {
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.company-about-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--dark-grey-color);
  margin-bottom: 1.5rem;
}

.company-overview-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: flex-start;
}

.company-overview-kicker {
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  color: #a07c1c;
  margin-bottom: 0.5rem;
}

.company-overview-subheading {
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-family: var(--heading-font);
  text-transform: none;
}

.company-overview-gallery {
  display: grid;
  grid-template-areas:
    "main tall"
    "secondary tall"
    "full full";
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.25rem;
}
.overview-photo-full {
  grid-area: full;
  height: 160px;          /* key line */
  max-height: 220px;      /* optional fine-tuning */
}
.overview-photo {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.overview-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.overview-photo-main {
  grid-area: main;
  min-height: 200px;
}

.overview-photo-secondary {
  grid-area: secondary;
  min-height: 180px;
}

.overview-photo-tertiary {
  grid-area: tall;
  min-height: 420px;
}

.credentials-card {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  height: 100%;
  border: 1px solid #f0f0f0;
}

.credentials-title {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  color: var(--primary-color);
  font-weight: 600;
}

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

.credentials-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f5f5f5;
  font-size: 0.95rem;
  line-height: 1.5;
}

.credentials-list li:last-child {
  border-bottom: none;
}

.credentials-list strong {
  color: var(--dark-grey-color);
}

.equipment-grid {
  max-width: 1100px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 2.5rem 3rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8e8e8;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2.5rem;
}

.equipment-item {
  display: flex;
  align-items: flex-start;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  transition: all 0.2s ease;
}

.equipment-item:nth-child(n+16) {
  border-bottom: none;
}

.company-page .company-equipment .equipment-item:last-child {
  border-top: 1px solid rgba(212, 175, 55, 0.15);
}

.equipment-item:hover {
  padding-left: 0.5rem;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.05) 0%, transparent 100%);
}

.equipment-item i {
  display: none;
}

.equipment-item span {
  font-size: 0.98rem;
  color: #444;
  font-weight: 500;
  line-height: 1.5;
}

.cta-text {
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto 2rem;
}

.company-cta .section-title {
  color: #fff;
}

.company-cta .btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.company-cta .btn-primary:hover {
  background-color: #b8962a;
  border-color: #b8962a;
}

/* Responsive adjustments for company page */
@media (max-width: 768px) {
  .company-about {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .company-about-image {
    margin-bottom: 2rem;
  }

  .credentials-card {
    padding: 1.5rem;
  }

  .equipment-grid {
    grid-template-columns: 1fr;
  }

  .equipment-item {
    padding: 0.75rem;
  }

  .company-cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cta-text {
    font-size: 1.1rem;
  }
}


/* ===== Timeline Section ===== */
.credentials-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
  gap: 3rem;
  align-items: flex-start;
}

.credentials-left {
  max-width: 520px;
}

.credentials-intro {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.5rem;
}

.credentials-subheading {
  font-size: 1.05rem;
  margin-top: 1.25rem;
  margin-bottom: 0.35rem;
  font-family: var(--heading-font);
}

.credentials-body {
  font-size: 0.97rem;
  color: #555;
  margin-bottom: 1.25rem;
}

.membership-strip {
  display: flex;
  justify-content: center;
  margin: 0;
}

.membership-strip.align-left {
  justify-content: flex-start;
}

.membership-card {
  background: transparent;
  color: #333;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  max-width: 100%;
  width: 100%;
}

.credential-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  text-align: center;
}

.credential-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #333;
  font-weight: 600;
}

.logo-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.logo-chip img {
  max-width: 70px;
  max-height: 70px;
  object-fit: contain;
}

.logo-text {
  font-size: 0.9rem;
  text-align: center;
}

@media (min-width: 768px) {
  .company-page .credential-logos {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 1.25rem;
    row-gap: 0;
    justify-items: center;
    align-items: start;
  }

  .company-page .credential-logo {
    width: 100%;
    max-width: 170px;
    align-items: center;
  }
}

.credentials-right {
  position: relative;
}

.credentials-timeline-scroll {
  max-height: 420px;
  overflow-y: auto;
  padding-right: 0.75rem;
}

.credentials-timeline-scroll::-webkit-scrollbar {
  width: 0px;
}

.credentials-timeline-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.credentials-timeline-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.18);
  border-radius: 999px;
}

.credentials-timeline {
  position: relative;
  padding-left: 2.5rem;
}

.credentials-timeline::before {
  content: "";
  position: absolute;
  left: 0.85rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, rgba(212, 175, 55, 0.1), #d4af37, rgba(212, 175, 55, 0.05));
}

.credentials-timeline-item {
  position: relative;
  padding-left: 1.75rem;
  padding-bottom: 1.8rem;
  margin-bottom: 1.8rem;
  border-bottom: 1px solid rgba(5, 7, 18, 0.06);
}

.credentials-timeline-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.credentials-timeline-item::before {
  content: "";
  position: absolute;
  left: -0.05rem;
  top: 0.45rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #d4af37;
  box-shadow: 0 0 0 6px rgba(212, 175, 55, 0.18);
}

.credentials-year {
  display: block;
  font-weight: 700;
  color: #c49b2c;
  margin-bottom: 0.25rem;
}

.credentials-header {
  max-width: 760px;
  margin: 0 auto 2rem;
}

.credentials-timeline-item h4 {
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.credentials-timeline-item p {
  font-size: 0.95rem;
  color: #555;
  margin: 0;
}

@media (max-width: 768px) {
  .credentials-layout {
    grid-template-columns: 1fr;
  }

  .credentials-right {
    margin-top: 2rem;
  }

  .credential-logos {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .credential-logo {
    align-items: center;
  }

  .logo-text {
    text-align: center;
  }
}

/* Owner intro + testimonial section (company page) */

.owner-intro-section {
  padding: 4rem 0 2rem;
  background: linear-gradient(145deg, #fffaf0 0%, #fdf4e3 45%, #ffffff 100%);
  color: #f5f5f5;
}

.owner-intro-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.3fr);
  gap: 3rem;
  align-items: center;
}

.owner-card {
  background: #0d101e;
  border-radius: 24px;
  padding: 2.25rem 2.5rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}

.owner-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.6);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #d4af37;
  margin-bottom: 1rem;
}

.owner-photo-frame {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background: radial-gradient(circle at top left, rgba(212, 175, 55, 0.3), transparent 55%);
}

.owner-photo-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.owner-meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(245, 245, 245, 0.85);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 1.25rem;
}

.owner-meta-label {
  opacity: 0.7;
}

.owner-meta-value {
  display: block;
  font-weight: 600;
  color: #ffffff;
}

.owner-intro-copy .eyebrow {
  color: #d4af37;
}

.owner-intro-copy .section-title {
  color: var(--heading-color);
  letter-spacing: 0.12em;
}

.owner-intro-copy p {
  color: var(--heading-color);
}

.owner-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.owner-pill {
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.6);
  padding: 0.45rem 1.1rem;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d4af37;
}

.trust-highlight {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.95rem;
}

.trust-highlight strong {
 color: var(--heading-color);
}

.owner-testimonials-section {
  padding: 3.5rem 0 4rem;
  color: var(--heading-color);
}

.owner-testimonials-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.owner-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1.75rem;
}

.testimonial-card {
  background: #f1f1f1;
  border-radius: 16px;
  padding: 1.75rem 1.9rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.testimonial-quote {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 1.1rem;
}

.testimonial-author {
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #222;
}

.testimonial-meta {
  font-size: 0.82rem;
  color: #777;
}

@media (max-width: 992px) {
  .owner-intro-inner {
    grid-template-columns: 1fr;
  }

  .owner-card {
    order: 1;
  }

  .owner-intro-copy {
    order: 2;
  }
}

@media (max-width: 576px) {
  .owner-card {
    padding: 1.75rem 1.5rem;
  }

  .owner-intro-section {
    padding: 3rem 0 1.5rem;
  }
}

/* Unified paragraph styling for Company page */
.company-page p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--body-text-color);
}

.company-page #footer p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--body-text-color);
}

/* ----------------------------------------------
   Global Responsive Patch Layer
   (non-destructive: overrides only, no existing rule edits)
---------------------------------------------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .equipment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 1.5rem;
    padding: 2rem;
  }

  .blog-hero h1,
  .blog-featured-card h3,
  .blog-newsletter-panel h2 {
    line-height: 1.25;
  }
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl,
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    --bs-gutter-x: 1.25rem;
  }

  .company-overview-row,
  .credentials-layout,
  .owner-intro-inner,
  .blog-newsletter-panel,
  .blog-filter-content {
    grid-template-columns: 1fr;
  }

  .company-overview-gallery {
    grid-template-areas:
      "main"
      "secondary"
      "tall"
      "full";
    grid-template-columns: 1fr;
  }

  .overview-photo-main,
  .overview-photo-secondary,
  .overview-photo-tertiary,
  .overview-photo-full {
    min-height: unset;
    height: auto;
    max-height: none;
  }

  .overview-photo img {
    height: auto;
    width: 100%;
    object-fit: unset;
  }

  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-card-body,
  .blog-featured-card,
  .blog-mini-list,
  .blog-sidebar-box,
  .blog-cta-panel,
  .credentials-card,
  .owner-card,
  .testimonial-card {
    padding: 1.5rem;
  }

  .blog-cta-panel,
  .blog-newsletter-panel {
    text-align: center;
  }

  .blog-newsletter-form {
    max-width: 100%;
  }

  .equipment-item:nth-child(n+16) {
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  }
}

@media (max-width: 767px) {
  body {
    --bs-body-font-size: 1rem;
  }

  h1,
  .h1 {
    font-size: clamp(1.9rem, 6vw, 2.5rem);
    line-height: 1.2;
  }

  h2,
  .h2 {
    font-size: clamp(1.5rem, 5vw, 2rem);
    line-height: 1.25;
  }

  .blog-grid,
  .owner-testimonial-grid,
  .blog-stat-grid {
    grid-template-columns: 1fr;
  }

  .blog-card-image {
    height: 190px;
  }

  .blog-hero,
  .blog-listing,
  .blog-newsletter,
  .owner-intro-section,
  .owner-testimonials-section,
  .company-about,
  .company-cta {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .blog-filter-content,
  .blog-filter-chips,
  .owner-meta,
  .credential-logos {
    gap: 0.75rem;
  }

  .blog-list-numbered li,
  .blog-steps li {
    padding-left: 2.5rem;
  }

  .blog-quote,
  .blog-highlight-panel,
  .takeaway-card {
    padding: 1.25rem;
  }

  .equipment-grid {
    grid-template-columns: 1fr;
    padding: 1.25rem;
    gap: 0;
  }

  .equipment-item,
  .equipment-item:nth-child(n+16) {
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  }

  .equipment-item:last-child {
    border-bottom: none;
  }

  .credentials-timeline-scroll {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .blog-newsletter-form {
    flex-direction: column;
  }

  .blog-newsletter-form .btn,
  .blog-newsletter-form button,
  .blog-newsletter-form [type="submit"],
  .company-cta .btn,
  .blog-cta-panel .btn {
    width: 100%;
  }

  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 575px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl,
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }

  .row {
    --bs-gutter-x: 1rem;
  }

  .blog-article-title,
  .blog-featured-card h3,
  .blog-newsletter-panel h2 {
    font-size: clamp(1.35rem, 7vw, 1.8rem);
  }

  .blog-card-body,
  .blog-featured-card,
  .blog-mini-list,
  .blog-sidebar-box,
  .blog-cta-panel,
  .credentials-card,
  .owner-card,
  .testimonial-card {
    padding: 1.1rem;
  }

  .logo-chip {
    width: 68px;
    height: 68px;
  }

  .logo-chip img {
    max-width: 58px;
    max-height: 58px;
  }
}

/* ----------------------------------------------
   Homepage Mobile Responsiveness Fixes
---------------------------------------------- */
@media (max-width: 991px) {
  body.hompage {
    overflow-x: hidden;
  }

  body.hompage .container,
  body.hompage .container-fluid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.hompage .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.hompage [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  body.hompage #billboard.overflow-hidden {
    overflow: visible !important;
  }

  body.hompage #billboard .main-swiper,
  body.hompage #billboard .swiper-wrapper,
  body.hompage #billboard .main-swiper .swiper-slide {
    height: auto !important;
    min-height: 0 !important;
  }

  body.hompage #billboard .banner-content {
    min-height: auto;
    padding: 56px 0 16px;
  }

  body.hompage #billboard .text-content {
    padding: 0 4px;
  }

  body.hompage #billboard .banner-title {
    font-size: clamp(1.75rem, 8vw, 2.2rem) !important;
    line-height: 1.25 !important;
    margin-bottom: 0.75rem !important;
  }

  body.hompage #billboard .subtitle {
    font-size: clamp(1rem, 4.6vw, 1.25rem) !important;
    line-height: 1.35 !important;
    margin-bottom: 1rem !important;
  }

  body.hompage #billboard .text-content p {
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1rem !important;
  }

  body.hompage .btn,
  body.hompage .btn.btn-medium,
  body.hompage button,
  body.hompage input[type="submit"] {
    min-height: 44px;
    font-size: 0.92rem !important;
    line-height: 1.3;
    padding: 0.72rem 1rem !important;
    white-space: normal;
  }

  body.hompage .btn-center .btn {
    width: 100%;
    max-width: 340px;
  }

  body.hompage #billboard .btn-center .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    height: auto !important;
    line-height: 1.25 !important;
    overflow: visible !important;
    padding-top: 0.78rem !important;
    padding-bottom: 0.78rem !important;
    white-space: nowrap !important;
    font-size: clamp(0.74rem, 3.4vw, 0.86rem) !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    letter-spacing: 0.02em;
    max-width: 100%;
  }

  body.hompage #billboard .btn-center {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  body.hompage #billboard .text-content p {
    margin-bottom: 0.85rem !important;
  }

  body.hompage #footer .footer-menu,
  body.hompage #footer .footer-menu h5,
  body.hompage #footer .footer-menu p,
  body.hompage #footer .footer-menu li,
  body.hompage #footer .footer-menu a,
  body.hompage .footer-bottom,
  body.hompage .footer-bottom .copyright,
  body.hompage .footer-bottom .social-links {
    text-align: left !important;
  }

  body.hompage #footer .footer-menu img {
    margin-left: 0;
    margin-right: auto;
  }

  body.hompage .footer-bottom-content {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 10px;
  }

  body.hompage .footer-bottom-content .social-links,
  body.hompage .footer-bottom-content .social-links ul {
    justify-content: flex-start !important;
    padding-left: 0;
  }
}

@media (max-width: 414px) {
  body.hompage #billboard .banner-title {
    font-size: clamp(1.45rem, 7.5vw, 1.9rem) !important;
    line-height: 1.2 !important;
  }

  body.hompage #billboard .subtitle {
    font-size: clamp(0.9rem, 4.4vw, 1.1rem) !important;
    letter-spacing: 0.18em;
  }

  body.hompage #billboard .text-content p {
    font-size: 0.9rem !important;
    line-height: 1.55 !important;
  }


/* ----------------------------------------------
   Company Page Responsive Fixes
---------------------------------------------- */
@media (max-width: 991px) {
  .company-page {
    overflow-x: hidden;
  }

  .company-page .inner-banner .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .company-page .company-overview-row,
  .company-page .credentials-layout,
  .company-page .owner-intro-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .company-page .company-overview-gallery {
    grid-template-areas:
      "main"
      "secondary"
      "tall"
      "full";
    grid-template-columns: 1fr;
  }

  .company-page .overview-photo-main,
  .company-page .overview-photo-secondary,
  .company-page .overview-photo-tertiary,
  .company-page .overview-photo-full {
    min-height: unset;
    height: auto;
    max-height: none;
  }

  .company-page .overview-photo img {
    height: auto;
    width: 100%;
    object-fit: unset;
  }

  .company-page .credentials-right {
    margin-top: 0;
  }

  .company-page .credentials-timeline {
    padding-left: 2rem;
  }

  .company-page .credentials-timeline-item {
    padding-left: 1.4rem;
  }
}

@media (max-width: 767px) {
  .company-page .company-overview-gallery {
    gap: 12px !important;
  }

  .company-page .overview-photo {
    border-radius: 12px;
    box-shadow: none;
  }

  .company-page .owner-testimonial-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .company-page .owner-testimonial-grid .testimonial-card {
    margin: 0;
  }

  .company-page .owner-testimonial-grid .testimonial-card + .testimonial-card {
    margin-top: 0;
  }

  /* No .container wrapper — needs its own page margin */
  .company-page .owner-intro-inner,
  .company-page .owner-testimonials-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Inside .container which already provides 16px — no extra padding */
  .company-page .company-overview-content,
  .company-page .credentials-left,
  .company-page .credentials-right {
    padding-left: 0;
    padding-right: 0;
  }

  .company-page .owner-intro-section,
  .company-page .owner-testimonials-section,
  .company-page .company-about,
  .company-page .company-credentials,
  .company-page .company-equipment {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .company-page .inner-banner .eyebrow {
    font-size: clamp(1.35rem, 6.2vw, 1.9rem);
    line-height: 1.2;
  }

  .company-page .owner-card,
  .company-page .testimonial-card {
    padding: 1.15rem;
  }

  .company-page .owner-meta {
    flex-direction: column;
    gap: 0.7rem;
  }

  .company-page .company-overview-subheading {
    font-size: 1rem;
    line-height: 1.35;
  }

  .company-page .company-about-text,
  .company-page .credentials-intro,
  .company-page .credentials-body,
  .company-page .testimonial-quote,
  .company-page .equipment-item span {
    font-size: 0.94rem;
    line-height: 1.6;
  }

  .company-page .equipment-grid {
    grid-template-columns: 1fr;
    padding: 1rem;
    gap: 0;
  }

  .company-page .equipment-item {
    padding: 0.72rem 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  }

  .company-page .equipment-item:last-child {
    border-bottom: none;
  }

  .company-page .credential-logos {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .company-page .credential-logos .credential-logo:first-child {
    order: 3;
  }

  .company-page .credentials-timeline-scroll {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .company-page .owner-intro-inner,
  .company-page .owner-testimonials-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .company-page .company-overview-content,
  .company-page .credentials-left,
  .company-page .credentials-right {
    padding-left: 0;
    padding-right: 0;
  }

  .company-page .inner-banner .breadcrumb {
    flex-wrap: wrap;
    gap: 6px;
  }

  .company-page .logo-chip {
    width: 60px;
    height: 60px;
  }

  .company-page .logo-chip img {
    max-width: 50px;
    max-height: 50px;
  }

  .company-page .credentials-timeline {
    padding-left: 1.6rem;
  }

  .company-page .credentials-timeline-item::before {
    left: -0.28rem;
  }
}

/* ----------------------------------------------
   All Services Mobile Showcase Fixes
---------------------------------------------- */
@media (max-width: 767px) {
  .all-services-page .hero-cta {
    margin-bottom: 14px;
  }

  .all-services-page .hero-cta .btn:last-child {
    margin-bottom: 12px;
  }

  .all-services-page .services-slider-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .service-slider-nav {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    font-size: 1.1rem !important;
    flex-shrink: 0;
    display: flex !important;
    border-color: #d4af37;
    color: #d4af37;
    box-shadow: none;
  }

  .all-services-page .services-slider {
    display: flex !important;
    gap: 12px !important;
    padding: 0.75rem 0 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    flex: 1 1 0;
    min-width: 0;
  }

  /* 36px arrow * 2 + 0.5rem gap * 2 + 32px container padding = ~104px overhead */
  .all-services-page .service-slide {
    display: grid !important;
    grid-template-columns: 1fr !important;
    flex: 0 0 calc(100vw - 112px);
    min-width: calc(100vw - 112px) !important;
    width: calc(100vw - 112px) !important;
    max-width: calc(100vw - 112px) !important;
    border-radius: 16px;
    overflow: hidden;
  }

  .all-services-page .service-image {
    min-height: 220px;
  }

  .all-services-page .service-body {
    padding: 1.15rem;
    gap: 0.65rem;
  }

  .all-services-page .service-body h3 {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .all-services-page .services-showcase .section-subtitle {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 575px) {
  .all-services-page .service-slide {
    flex: 0 0 calc(100vw - 112px) !important;
    min-width: calc(100vw - 112px) !important;
    width: calc(100vw - 112px) !important;
    max-width: calc(100vw - 112px) !important;
  }
}

/* ----------------------------------------------
   Services Appraisals Mobile CTA Buttons
---------------------------------------------- */
@media (max-width: 767px) {
  .services-appraisals-page .lab-actions {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    align-items: stretch;
    margin-bottom: 14px;
  }

  .services-appraisals-page .lab-actions .btn {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    margin-top: 0;
    white-space: nowrap;
    font-size: 0.86rem !important;
    min-height: 38px !important;
    line-height: 1.15;
    padding: 0.48rem 0.55rem !important;
  }
}

/* ----------------------------------------------
   Estate Valuations Mobile Card Spacing
---------------------------------------------- */
@media (max-width: 767px) {
  .services-estate-valuations-page .portfolio-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .services-estate-valuations-page .portfolio-card {
    margin: 0;
  }

  .services-diamond-gemstone-id-page .portfolio-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .services-diamond-gemstone-id-page .portfolio-card {
    margin: 0;
  }
}

/* ----------------------------------------------
   Blog Page Mobile Fixes
---------------------------------------------- */
@media (max-width: 767px) {
  .blog-page .blog-listing .d-flex.align-items-center.justify-content-between {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px !important;
  }

  .blog-page .blog-listing .d-flex.flex-wrap.gap-2 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  .blog-page .blog-listing .btn.btn-sm {
    min-height: 36px !important;
    font-size: 0.86rem !important;
    line-height: 1.15;
    padding: 0.45rem 0.8rem !important;
    margin-top: 0;
  }

  .blog-page .blog-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .blog-page .blog-list-card {
    display: flex;
    flex-direction: column;
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
  }

  .blog-page .blog-card-image {
    position: relative;
    height: 190px !important;
    min-height: 190px;
  }

  .blog-page .blog-card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
  }

  .blog-page .blog-card-category {
    z-index: 2;
  }

  .blog-page .blog-card-body {
    padding: 1rem;
    gap: 0.55rem;
  }

  .blog-page .blog-card-body h2 {
    font-size: 1.15rem;
    line-height: 1.3;
  }

  .blog-page .blog-card-meta {
    font-size: 0.8rem;
  }

  .blog-page .blog-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }
}
  body.hompage #billboard .btn-center .btn {
    font-size: clamp(0.7rem, 3.2vw, 0.8rem) !important;
    min-height: 46px;
    padding-left: 0.65rem !important;
    padding-right: 0.65rem !important;
  }
}

/* Testimonial Slider Navigation Arrows */
.testimonial-slider-wrapper {
  padding: 0 60px;
}
.testimonial-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  font-size: 1.8rem;
  line-height: 44px;
  color: #d4af37;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,0,0,0.12);
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
}
.testimonial-nav-btn:hover {
  background: #d4af37;
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(212,175,55,0.35);
}
.testimonial-nav-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.testimonial-prev {
  left: 4px;
}
.testimonial-next {
  right: 4px;
}
@media (max-width: 767px) {
  .testimonial-slider-wrapper {
    padding: 0 48px;
  }
  .testimonial-nav-btn {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    line-height: 36px;
    font-size: 1.5rem;
  }
}

/* Owner Testimonial Slider Navigation Arrows */
.owner-testimonial-slider-wrapper {
  position: relative;
  padding: 0 60px;
}
.owner-testimonial-swiper .swiper-slide {
  height: auto;
}
.owner-testimonial-swiper .swiper-slide .testimonial-card {
  height: 100%;
}
.owner-testimonial-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  font-size: 1.8rem;
  line-height: 44px;
  color: #d4af37;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,0,0,0.12);
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
}
.owner-testimonial-nav-btn:hover {
  background: #d4af37;
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(212,175,55,0.35);
}
.owner-testimonial-nav-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.owner-testimonial-prev {
  left: 4px;
}
.owner-testimonial-next {
  right: 4px;
}
@media (max-width: 767px) {
  .owner-testimonial-slider-wrapper {
    padding: 0 48px;
  }
  .owner-testimonial-nav-btn {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    line-height: 36px;
    font-size: 1.5rem;
  }
}
