html {
    font-size: 75%;
    -webkit-font-smoothing: antialiased;
}


body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.75;
    color: #747474;
}

body {
    margin: 0;
    padding: 0;
}

.img-replace {
    /* replace text with an image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}

.image2 {
    display: none;
}

@media only screen and (max-width: 600px) {
    .image1 {
        display: none;
    }
}

.image2 {
    display: block;
}


/* Footer section */

.site-footer {
    background-color: #00305e;
    /* Dark professional background */
    color: #fff;
    padding: 60px 20px 30px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /* Allows wrapping on mobile */
    gap: 40px;
}

.footer-column {
    flex: 1 1 250px;
    /* Grow, shrink, and base width of 250px */
}


/* Column 1: Brand */

.footer-logo {
    font-size: 24px;
    margin-bottom: 20px;
    color: #f39221;
    width: 200px;
}

.footer-logo img {
    width: 100%;
}

.brand-info p {
    line-height: 1.6;
    color: #ccc;
    font-size: 14px;
}


/* Column 2: Links */

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-column ul li a:hover {
    color: #27aae1;
    padding-left: 5px;
}


/* Column 3: Newsletter */

.newsletter-form {
    display: flex;
    margin-top: 15px;
    margin-bottom: 25px;
}

.newsletter-form input {
    padding: 10px;
    border: none;
    border-radius: 4px 0 0 4px;
    flex: 1;
    outline: none;
}

.newsletter-form button, .newsbtn {
    padding: 10px 15px;
    background-color: #27aae1 !important;
    border: none !important;
    color: white;
    cursor: pointer;
    border-radius: 0 4px 4px 0 !important;
    font-weight: bold;
}


/* Social Icons */

.social-wrapper {
    margin-top: 20px;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    background: #4178a7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #27aae1;
    transform: translateY(-3px);
}


/* Responsive adjustments */

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
    .newsletter-form {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .social-icons {
        justify-content: center;
    }
}

* {
    box-sizing: border-box;
}

.error {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 10px;
    letter-spacing: 0.5px;
    font-size: 15px;
    display: none;
    font-weight: 600;
    border-radius: 10px;
    background: #c5a47e;
}

.error2 {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 10px;
    letter-spacing: 0.5px;
    font-size: 15px;
    display: none;
    font-weight: 600;
    border-radius: 10px;
    background: #c5a47e;
}

.sitemap {
    border-left: 2px solid #c5a47e;
    list-style: outside none none;
    margin: 0 4%;
    padding-left: 26px;
    float: left;
    width: 42%;
}

.sitemap li {
    list-style: outside none none;
    line-height: 45px;
    float: left;
    width: 100%;
}

.sitemap li a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}

.sitemap li .bold {
    font-weight: 700;
    color: #333;
    font-size: 17px;
}

.sitemap li .bold2 {
    font-weight: 700;
    color: #333;
    font-size: 17px;
}

.sitemap li::before {
    border-top: 2px solid #c5a47e;
    content: "";
    margin-left: -26px;
    margin-top: 20px;
    position: absolute;
    width: 14px;
}

.sitemap li ul {
    width: 100%;
    border-left: 2px solid #c5a47e;
    list-style: outside none none;
    margin: 0;
    padding-left: 26px;
    float: left;
}

.sitemap li ul li {
    list-style: outside none none;
    line-height: 45px;
    float: left;
    width: 100%;
}

.padLR40 {
    width: 200px;
}

.alpha {
    padding: 0 !important;
}

.bita {
    margin: 0 !important;
}

.padT60 {
    padding-top: 60px;
}

.marT100 {
    margin-top: -162px;
}

.autoMR {
    margin: 0 auto;
}

.pad50 {
    padding: 120px 15px 0;
}

.padLR {
    padding: 0 15px !important;
}

.padT40 {
    padding-top: 30px !important;
}

.h1,
h1 {
    font-family: "vonca-heading";
    font-weight: 400;
    font-size: 8vmin;
    line-height: 1.2;
    text-transform: uppercase;
}

.h2,
h2 {
    font-family: vonca-heading;
    font-weight: 400;
    font-size: 48px;
    text-transform: uppercase;
}

.h3,
h3 {
    font-family: vonca-heading;
    font-weight: noraml;
    font-size: 24px;
    line-height: 1.4;
}

.h4,
h4 {
    font-family: vonca-heading;
    font-weight: noraml;
    font-size: 1.125em;
    line-height: 1.35;
    font-weight: 400;
    color: #3d3d3d;
    text-transform: uppercase;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
h1 a,
h2 a,
h3 a,
h4 a {
    color: inherit;
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 1.6em;
    font-size: 15px;
}

b,
strong {
    font-family: GothamLight;
    font-weight: 700;
    line-height: 30px;
}

ul {
    list-style: none;
    padding-left: 0;
}

a {
    color: #c5a47e;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

a:focus,
a:hover {
    color: #c5a47e;
    outline: 0;
}

a:focus {
    text-decoration: none;
}

.form-control,
textarea.form-control {
    font-size: 14px;
    font-weight: lighter;
    height: 60px;
    border-radius: 20px;
    padding-left: 22px;
    color: #4d4d4d;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    font-family: GothamLight;
    font-weight: 700;
}

textarea.form-control {
    height: 140px;
    padding-top: 1.1em;
    resize: none;
}

.form-control:focus {
    border-color: #c5a47e;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-moz-placeholder {
    color: #666;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #666;
}

.form-control::-webkit-input-placeholder {
    color: #666;
}

.form-control.error {
    border-color: #c5a47e;
}

.form-group {
    margin-bottom: 20px;
}

.wobble-error {
    -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
    animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}

label.error {
    display: none !important;
}

.btn {
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    display: inline-block;
    border: 0.2em solid #27aae1;
    border-radius: 30px;
    padding: 16px 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #27aae1;
    border: 0;
    -webkit-transition: all 0.3s ease-out !important;
    transition: all 0.3s ease-out !important;
}

.btn.black {
    background-color: #333;
}

.btn:focus,
.btn:hover {
    color: #fff;
    background-color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}

.btn.black:focus,
.btn.black:hover {
    background-color: #cc9f6b;
}

.btn .icon-next {
    position: relative;
    top: -0.1em;
    margin-left: 0.6em;
    vertical-align: middle;
}

.btn-gray {
    background-color: #f2f2f2;
    color: #a7a7a7;
}

.btn-shadow-1 {
    box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
}

.icon-next {
    display: inline-block;
    width: 0.94em;
    height: 0.75em;
    background: url(../img/img-icon/next.png) 0 0 no-repeat;
    background-size: 0.94em 0.75em;
}

.loader {
    position: fixed;
    overflow: hidden;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #fff;
    text-align: center;
}

.loader .page-lines .line {
    background-color: #ededed;
}

.loader-brand {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.layout {
    position: relative;
    overflow: hidden;
}

.text-primary {
    color: #c5a47e;
}

.page-lines {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.page-lines .col-line {
    padding: 0;
}

.page-lines .line {
    position: absolute;
    left: 0;
    width: 1px;
    height: 50000px;
    background-color: #f4f4f4;
}

.page-lines .col-line:last-child .line:last-child {
    left: auto;
    right: 0;
}

.row-base {
    margin-top: -3em;
}

.col-base {
    margin-top: 2em;
}

.section-center {
    max-width: 1200px;
    align-items: center;
    margin: 80px auto;
    padding: 0 20px;
}

.section {
    position: relative;
    /* margin-top: 80px;
  margin-bottom: 80px; */
}

.section-header {
    position: relative;
}

.section-title {
    text-align: center;
    margin: 0;
    margin-left: 0.32em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 48px;
    letter-spacing: 9px;
    text-transform: uppercase;
    color: #3d3d3d;
    padding-bottom: 30px;
}

.fade-title-left,
.fade-title-right {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 140px;
    line-height: 1;
    color: #000;
    position: absolute;
    left: 150px;
    top: 50px;
    opacity: 0.035;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fade-title-right {
    left: 100%;
}

.section-content {
    margin-top: 60px;
}

.header-inner .vertical-panel-content {
    bottom: auto;
    top: 12.2vmin;
}

.brand-panel {
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    width: 250px;
    height: 250px;
    padding: 4.8vmin 2em 4.8vmin;
    background-color: rgba(246, 245, 243, 0.7);
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.brand {
    display: inline-block;
    font-family: "Proxima Nova Rg";
    font-weight: 700;
    font-size: 4vmin;
    line-height: 10px;
    color: #3d3d3d;
}

.brand:focus,
.brand:hover {
    color: #3d3d3d;
    text-decoration: none;
}

.header-home .brand-panel img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -83px;
}

.brand-name {
    position: absolute;
    z-index: -1;
    bottom: -0.4em;
    right: -0.37em;
    font-family: "Proxima Nova Rg";
    font-weight: 700;
    font-size: 8.75em;
    line-height: 10px;
    opacity: 0.05;
}

.slide-number {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 8vmin;
}

.slide-number .current-number {
    font-size: 8vmin;
    letter-spacing: 0.1em;
    line-height: 1;
}

.slide-number sup {
    display: inline-block;
    position: relative;
    top: -3px;
    font-size: 2vmin;
    letter-spacing: 0.1em;
    color: #3d3d3d;
    vertical-align: top;
    margin-left: 0.46em;
}

.slide-number sup .delimiter {
    display: inline-block;
    margin-right: 0.4em;
}

.header-phone {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 0.81em;
    letter-spacing: 0.32em;
    position: absolute;
    z-index: 3;
    color: #fff;
    left: 50vmin;
    top: 5.9vmin;
}

@media (max-width: 480px) {
    .header-phone {
        display: none;
    }
    .homeh2 {
        font-size: 27px;
    }
    .homeproject-color h3 {
        font-size: 35px;
    }
    .homeproject-blank h3 {
        font-size: 35px;
    }
}

@media (max-width: 700px) {
    .sitemap {
        width: 92%;
    }
    .sitemap li .bold,
    .sitemap li .bold2 {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-phone {
        display: none;
    }
    .homeproject-color h3 {
        font-size: 35px;
    }
    .homeproject-blank h3 {
        font-size: 35px;
    }
}

.social-list-about {
    margin-bottom: -72px;
}

.social-list-about li {
    margin-top: 1.8vmin;
}

.social-list-about .fa {
    font-size: 3.4vmin;
    color: #c5c4c2;
}

.social-list-about .fa:hover {
    color: #c5a47e;
    text-decoration: none;
}

.navbar-desktop {
    width: 25px;
    position: absolute;
    right: 0;
    top: 5px;
    right: 5px;
    display: block !important;
    z-index: 19;
}

.toggle-menu span {
    display: block;
    margin: 0 0 5px;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle-menu[aria-expanded="true"]::before {
    content: "CLOSE";
}

.toggle-menu[aria-expanded="true"] span:nth-child(2) {
    display: none;
}

.toggle-menu[aria-expanded="true"] span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 0;
}

.toggle-menu[aria-expanded="true"] span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 0;
}

.toggle-menu[aria-expanded="true"] span {
    margin: 0;
    width: 30px;
}

.navbar-desctop {
    display: block !important;
    height: auto !important;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5.9vmin 0 0;
    background: url(../img/slider/slide1.jpg) no-repeat center;
    background-size: cover;
    transform: translateX(-2000px);
    transition: transform 0.5s ease-in-out;
}

.navbar-desctop.in {
    transform: translateX(0);
}

.navbar-desctop .brand {
    display: none;
    position: relative;
    top: -0.22em;
    font-size: 1.6em;
}

.navbar-desctop-menu {
    float: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 0.81em;
    text-transform: uppercase;
    margin-bottom: 0;
}

.navbar-desctop-menu li {
    position: relative;
    -webkit-perspective: 2000px;
    perspective: 2000px;
}

.navbar-desctop-menu li a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.navbar-desctop-menu .active>a,
.navbar-desctop-menu li a:hover {
    color: #c5a47e;
}

.navbar-desctop-menu>li {
    float: none;
    margin-left: 0;
}

.navbar-desctop-menu>li>a {
    color: #fff;
    background-color: transparent;
    margin-bottom: 1.5em;
    display: block;
}

.navbar-desctop-menu li ul {
    position: absolute;
    z-index: 10;
    left: 100%;
    top: 60%;
    visibility: hidden;
    min-width: 200px;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.95);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-desctop-menu>li>ul {
    left: -20px;
    margin-top: 0;
}

.navbar-desctop-menu li:hover>ul {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-desctop-menu>li:hover>ul {
    top: 100%;
}

.navbar-desctop-menu li li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.navbar-desctop-menu li li:last-child {
    border-bottom: 0;
}

.navbar-desctop-menu li li a {
    color: #000;
    padding: 12px 20px 10px;
}

.navbar-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
}

.navbar-desctop.affix {
    position: fixed;
    z-index: 5;
    top: 0;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 1.3em 0 0;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.navbar-desctop.affix.affix-top {
    padding-top: 2.2em;
}

.navbar-desctop.affix .brand {
    display: inline-block;
}

.navbar-desctop.affix .navbar-desctop-menu li a {
    color: #000;
}

.navbar-desctop.affix .navbar-desctop-menu .active>a,
.navbar-desctop.affix .navbar-desctop-menu li>a:hover {
    color: #c5a47e;
}

.navbar-mobile {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    padding: 6vmin 0;
}

.navbar-mobile .brand {
    display: none;
    margin-left: 15px;
    font-size: 1.6em;
}

.navbar-collapse {
    background-color: #fff;
}

@media (max-height: 320px) {
    .navbar-collapse {
        max-height: 240px;
    }
}

.navbar-toggle {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
}

.navbar-toggle:before {
    content: "MENU";
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    position: absolute;
    top: -25px;
    right: 30px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 4px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
    height: 2px;
    width: 30px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

.navbar-toggle.collapsed .icon-bar {
    background-color: #fff;
}

.navbar-nav-mobile {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 0.9em;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    margin-bottom: 0;
    border-left: 1px solid #c5a47e;
    position: relative;
    margin-left: 100px;
}

.navbar-nav-mobile:before {
    content: "";
    position: absolute;
    left: -100px;
    top: 50%;
    background: #c5a47e;
    height: 1px;
    width: 100px;
}

.navbar-nav-mobile li {
    position: relative;
    border-top: none;
}

.navbar-nav-mobile li a {
    display: block;
    padding: 0.5em 1em;
    color: #fff;
    text-decoration: none;
}

.navbar-nav-mobile>.current>a {
    color: #c5a47e;
}

.navbar-nav-mobile li a .fa-angle-down {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.navbar-nav-mobile>.current>a .fa-angle-down {
    top: -0.2em;
    left: -0.3em;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.navbar-nav-mobile>.active>a,
.navbar-nav-mobile>.active>a:hover {
    color: #c5a47e;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.homeactive {
    color: #c5a47e;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.navbar-nav-mobile ul {
    display: none;
}

.navbar-nav-mobile li .active>a,
.navbar-nav-mobile li a:hover {
    color: #c5a47e;
}

.navbar-mobile.affix {
    position: fixed;
    z-index: 5;
    background-color: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 1.2em 0;
}

.navbar-mobile.affix .brand {
    display: inline-block;
}

.navbar-mobile.affix .navbar-toggle .icon-bar {
    background-color: #c5a47e;
}
.how-content-wrapper .how-image {
    width: 100%;
    height: auto;
}

/* =========================
      HERO SECTION
    ========================= */

.main {
    position: relative;
    /* min-height: 100vh; */
    max-height: calc(100vh - 70px);
    overflow: hidden;
    /* HERO IMAGE */
    .hero-image {
        width: 100%;
        height: 100vh;
        background-image: url("img/hero-bg-2.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    /* HERO TEXT */
    .hero-content {
        position: absolute;
        left: 40px;
        top: 45%;
        transform: translateY(-50%);
        z-index: 10;
         max-width: 850px;
        h1 {
            font-size: 56px;
            font-weight: 700;
            color: #f5d77a;
            /* golden */
            margin-bottom: 14px;
        }
        h2 {
            font-size: 32px;
            font-weight: 600;
            color: #ffffff;
        }
    }
    /* APPOINTMENT BOX */
    .appointment-box {
        position: absolute;
        right: 50px;
        top: 54%;
        transform: translateY(-50%);
        width: 360px;
        background: #ffffff;
        border-radius: 14px;
        padding: 20px;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
        z-index: 99;
        font-family: Arial, sans-serif;
        h3 {
            margin: 8px 0 12px;
            font-size: 22px;
            font-weight: 700;
            color: #1a237e;
            text-align: center;
        }
        p {
            margin: 0 0 18px;
            font-size: 15px;
            color: #555;
            line-height: 1.4;
            text-align: center;
        }
        input {
            width: 100%;
            padding: 14px;
            margin-bottom: 14px;
            border-radius: 8px;
            border: 1px solid #ddd;
            background: #f5f7ff;
            font-size: 14px;
            outline: none;
        }
        .phone-field {
            display: flex;
            .country-code {
                background: #f5f7ff;
                border: 1px solid #ddd;
                padding: 10px;
                border-radius: 8px 0 0 8px;
                font-size: 14px;
                white-space: nowrap;
                margin-bottom: 14px;
            }
            input {
                border-radius: 0 8px 8px 0;
                border-left: none;
            }
        }
        button {
            width: 100%;
            background: #27aae1;
            color: #fff;
            border: none;
            padding: 15px;
            font-size: 16px;
            font-weight: 600;
            border-radius: 10px;
            cursor: pointer;
            transition: background 0.3s;
            &:hover {
                background: #1299d8;
            }
        }
        small {
            display: block;
            margin-top: 12px;
            font-size: 11px;
            color: #777;
            line-height: 1.4;
            a {
                color: #1a237e;
                text-decoration: none;
            }
        }
    }
}


/* =========================
           MOBILE RESPONSIVE
        ========================= */

@media (min-width: 427px) and (max-width: 768px) {
    .main {
        max-height: none;
        overflow: visible;
        .hero-image {
            height: 60vh;
            /* hero visible & strong */
        }
        .hero-content {
            position: absolute;
            left: 0;
            top: 30%;
            width: 100%;
            text-align: center;
            transform: translateY(-50%);
        }
        .appointment-box {
            position: static;
            transform: none;
            width: 60%;
            margin: 30px auto 0;
        }
    }
}

@media (max-width: 426px) {
    .main {
        overflow: visible;
        .hero-image {
            height: clamp(28svh, 40svh, 45svh);
        }
        .hero-content {
            left: 0;
            top: 25%;
            width: 100%;
            text-align: center;
            h1 {
                font-size: 28px;
            }
            h2 {
                font-size: 18px;
            }
        }
        .appointment-box {
            position: static;
            transform: none;
            margin: 30px auto;
            width: 92%;
        }
    }
}


/* =========================
   WHY BRICK & BOLT
========================= */

.why-section {
    padding: 80px 20px;
    background: #ffffff;
    .container {
        max-width: 1200px;
        margin: auto;
    }
    .section-title {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 12px;
        color: #111;
    }
    .section-subtitle {
        font-size: 16px;
        color: #555;
        text-align: center;
        margin-bottom: 50px;
    }
    /* GRID */
    .why-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }
    /* CARD */
    .why-card {
        background: #f0fdff;
        border-radius: 12px;
        padding: 30px 22px;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        img {
            max-width: 120px;
            margin-bottom: 22px;
        }
        h3 {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #111;
        }
        p {
            font-size: 14px;
            color: #666;
            line-height: 1.5;
        }
    }
    /* HOVER */
    .why-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    }
}


/* =========================
   MOBILE RESPONSIVE
========================= */

@media (max-width: 1023px) {
    .why-section {
        .why-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
    }
}

@media (max-width: 426px) {
    .why-section {
        .section-title {
            font-size: 26px;
        }
        .section-subtitle {
            font-size: 14px;
            margin-bottom: 30px;
        }
        .why-grid {
            grid-template-columns: repeat(1, 1fr);
            gap: 16px;
        }
        .why-card {
            padding: 22px 16px;
            img {
                max-width: 90px;
            }
            h3 {
                font-size: 16px;
            }
            p {
                font-size: 13px;
            }
        }
    }
}


/* Packages Section */

.packages {
    padding: 0 40px;
    text-align: center;
    font-family: Arial, sans-serif;
    h2 {
        font-size: 32px;
        color: #2c1c73;
        margin-bottom: 8px;
    }
    .subtitle {
        color: #777;
        margin-bottom: 14px;
        font-size: 15px;
    }
    .location {
        margin-bottom: 40px;
        color: #666;
        select {
            padding: 6px 12px;
            border-radius: 6px;
            border: 1px solid #ccc;
        }
    }
    .packages-wrapper {
        position: relative;
        .nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #fff;
            border: 2px solid #27aae1;
            color: #27aae1;
            font-size: 20px;
            cursor: pointer;
            z-index: 10;
            &.left {
                left: -20px;
            }
            &.right {
                right: -20px;
            }
        }
        .packages-grid {
            display: flex;
            gap: 24px;
            overflow: hidden;
            scroll-behavior: smooth;
            .package-card {
                min-width: calc(33.333% - 16px);
                background: #fff;
                border: 1px solid #ddd;
                height: fit-content;
                .package-header {
                    background: #27aae1;
                    color: #fff;
                    padding: 14px;
                    font-weight: 600;
                    text-align: left;
                }
                .features {
                    list-style: none;
                    padding: 16px;
                    margin: 0;
                    .accordion-item {
                        border-bottom: 1px solid #eee;
                        .accordion-header {
                            display: flex;
                            justify-content: space-between;
                            align-items: center;
                            cursor: pointer;
                            .toggle {
                                font-size: 22px;
                            }
                        }
                        .accordion-content {
                            max-height: 0;
                            overflow: hidden;
                            text-align: left;
                            transition: max-height 0.35s ease;
                            p {
                                margin: 6px 0;
                                font-size: 14px;
                                color: #7b78b5;
                            }
                        }
                        &.active {
                            .accordion-content {
                                max-height: 500px;
                            }
                        }
                    }
                }
                .card-footer {
                    padding: 16px;
                    border-top: 1px solid #eee;
                    button {
                        background: #27aae1;
                        color: #fff;
                        border: none;
                        padding: 10px 18px;
                        border-radius: 6px;
                        cursor: pointer;
                    }
                }
            }
        }
    }
    .tc {
        text-align: right;
        font-size: 12px;
        margin-top: 10px;
        color: #777;
    }
    /* 📱 MOBILE */
    @media (max-width: 992px) {
        .packages-wrapper {
            .packages-grid {
                .package-card {
                    min-width: 100%;
                    /* 1 card mobile */
                }
            }
            .nav-btn {
                /* display: none; */
            }
        }
    }
}

/* How it Works Section */

.how-it-works {
    padding: 0 40px;
    font-family: Arial, sans-serif;
    h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    /* STEPS */
    .steps {
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-bottom: 40px;
        &::before {
            content: "";
            position: absolute;
            top: 18px;
            left: 0;
            right: 0;
            border-top: 1px dashed #bbb;
            z-index: 0;
        }
        .step {
            position: relative;
            text-align: center;
            cursor: pointer;
            z-index: 1;
            span {
                width: 36px;
                height: 36px;
                border-radius: 50%;
                border: 1px solid #27aae1;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                background: #fff;
                font-size: 14px;
            }
            &.active {
                span {
                    background: #27aae1;
                    color: #fff;
                }
            }
            p {
                margin-top: 8px;
                font-size: 13px;
                color: #666;
            }
        }
    }
    /* CONTENT */
    .how-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        border: 1px solid #eee;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 30px;
        .how-image {
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
        .how-text {
            padding: 40px;
            h3 {
                margin-bottom: 10px;
                font-size: 18px;
                color: #000;
            }
            p {
                color: #666;
                line-height: 1.6;
            }
        }
    }
    /* CTA */
    .cta-btn {
        display: block;
        margin: auto;
        background: #27aae1;
        color: #fff;
        border: none;
        padding: 14px 28px;
        border-radius: 6px;
        font-size: 16px;
        cursor: pointer;
        &:hover {
            background: #1299d8;
        }
    }
    /* RESPONSIVE */
    @media (max-width: 767px) {
        .steps {
            .step {
                p {
                    display: none;
                }
            }
        }
        .how-content {
			display:flex;
			flex-direction: column;
			
			.how-text {
				padding: 10px;
			}
        }
    }
}
