@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
        font-size: 16px;
        color: #666;
        font-family: 'Kanit', sans-serif !important;
        font-weight: 400;
        line-height: 27px;
        margin: 0 !important;
        padding: 0 !important; 
    }
/* Header CSS Start */
/* Main Header Container */
   .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 0;
    flex-wrap: wrap;
    height: 97px;
    border-bottom: 1px solid #ddd;
    padding-right: 170px;
    padding-left: 300px;
    z-index: 999;
    position: relative;
}

        /* Logo Section */
     .logo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 301px !important;
    height: 164px;
    background: #fff;
    border-radius: 0 0 30px 0;
    border: 1px solid #ddd;
}

        .logo-placeholder {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        /* Temporary CSS Logo to match image_13015e.png */
        .logo-icon {
            font-size: 32px;
            color: #1e73be;
            font-weight: bold;
            line-height: 1;
        }

        .logo-text-top {
            font-size: 14px;
            font-weight: 700;
            color: #0c2340;
            letter-spacing: 1px;
            margin-top: 5px;
            text-transform: uppercase;
        }

        .logo-text-bottom {
            font-size: 24px;
            font-weight: 700;
            color: #0E4CAC;
            letter-spacing: 2px;
            text-transform: uppercase;
            line-height: 1;
        }

        /* Middle Info Blocks Wrapper */
.info-sections {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: space-between;
    padding: 0;
    flex-wrap: wrap;
    gap: 20px;
    height: 100%;
    padding-right: 85px;
    margin-right: 46px;
    border-right: 1px solid #DDDDDD;
}

      .info-block {
    display: flex;
    align-items: center;
    gap: 10px;
    border-right: 0;
    padding-right: 26px;
    border-right: 1px solid #DDDDDD;
}
       .info-block:first-child {
    height: 100%;
    padding-right: 53px;
    border-right: 1px solid #DDDDDD;
    padding-left: 40px;
    border-left: 1px solid #DDDDDD;
    margin-left: 1px;
}
        .info-block:last-child {
    border-right: none;
    padding-right: 0;
}

        /* Live Time Block Styles */
        .time-block {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .green-dot {
            width: 12px;
            height: 12px;
            background-color: #28a745;
            border-radius: 50%;
            box-shadow: 0 0 8px #28a745;
        }

        .status-text {
            font-size: 20px;
            font-weight: 400;
            color: #000;
            line-height: 1;
        }

        .time-badge {
            background-color: #29A71A;
            color: white;
            padding: 0;
            border-radius: 6px;
            font-weight: 400;
            font-size: 21px;
            min-width: 110px;
            text-align: center;
            height: 34px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Text Typography */
    .text-light {
        font-size: 18px;
        color: #000;
        font-weight: 400;
        line-height: 1;
        padding-bottom: 3px;
    }

        .text-bold-blue {
            font-size: 20px;
            font-weight: 400;
            color: #0E4CAC;
            text-decoration: none;
             line-height: 1;
                     display: flex;
        }

        .icon-blue {
            font-size: 18px;
            color: #0E4CAC;
            display: flex;
        }

        /* Google Review Section */
.google-review {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}
.logo-placeholder img{
    width: 165px;
    height: 140px;
    object-fit: contain;
    display: block;
}

        .google-review .google-g img {
            width: 40px;
            height: 40px;
            display: block;
            object-fit: contain;
        }

       .rating-num {
            font-size: 20px;
            font-weight: 400;
            color: #F78E20;
                line-height: 1;
        }
        .stars{
            display: flex;
        }
        .review_all_content_star_box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

        .review-count {
            font-size: 14px;
            color: #000;
            font-weight: 400;
            line-height: 16px;
            display: block;
        }

        /* Call To Action Button Section */
        .btn-section {
            display: flex;
            align-items: center;
        }

      .cta-button {
            background-color: #0E4CAC;
            color: white;
            padding: 0;
            border-radius: 60px;
            font-weight: 400;
            font-size: 16px;
            text-decoration: none;
            transition: 0.6s ease;
            width: 203px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 44px;
            border: 2px solid #0E4CAC;
        }

        .cta-button:hover {
            background-color: #fff;
            color: #000;
        }
/* Header CSS End */


.hero_bnr_sec_main_box{
    position: relative;
}
.hero_bnr_sec_main_box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 776px;
    background-image: url(/wp-content/uploads/2026/06/hero_bnr_landing.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.cta-button svg{
    display: none !important;
}

.header_container_mobile{
    display: none !important;
}

/* --- Main Container (Max 1500px) --- */
.custom-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0;
}

/* --- Features Wrapper Layout --- */
.features-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 50px 0;
}

/* --- Feature Single Item --- */
.feature-item {
    /* flex: 1; */
    text-align: center;
    padding: 0;
    position: relative;
}

/* --- Vertical Border Dividers Between Columns --- */
.feature-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -30%;
    top: 50%;
    height: 100%;
    width: 1px;
    background-color: #ddd;
    transform: translateY(-50%);
}
.feature-item:first-child::after{
    right: -70%;
}

/* --- Metallic Gold Gradient Circle --- */
.icon-circle {
    width: 82px;
    height: 82px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #B16E3E 0%, #FFED7F 50%, #B16E3E 100%);
    box-shadow: 0px 4px 3px 0px #00000040 inset;
}
.custom-icon {
    display: flex;
}

/* --- Typography --- */
.feature-title {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 7px;
    line-height: 1.1;
    margin-top: 17px;
}

.feature-desc {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
}
.hero_bnr_sec_main_box{
    height: 776px;
}
.pd100{
    padding: 100px 0 !important;
}
.tc{text-align: center !important;}
.site_width1300{
    width: 100% !important;
    max-width: 1300px !important;
    margin: auto !important;
}
.landing_site_title {
    font-size: 38px;
    color: #000000;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.2;
}
.landing_site_title span{
    font-weight: 400;
    color: #0E4CAC;
}
.landing_site_title_des {
    font-size: 16px;
    color: #333333;
    font-weight: 300;
    line-height: 22px;
    margin-top: 5px;
}
.landing_site_heading {
    padding-bottom: 27px;
    position: relative;
    margin-bottom: 30px;
}
.landing_site_heading::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 79px;
    height: 4px;
    background-image: url(/wp-content/uploads/2026/06/title_btm_line.png);
    background-repeat: no-repeat;
    background-size: 79px;
}
.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service-card {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 20px;
  overflow: visible;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
}

.card-image {
    position: relative;
    height: 234px;
    border-radius: 20px;
}
.service_top_main_card {
    width: calc(33.33% - 34px);
    padding: 28px 17px;
}
.services-grid{
     margin: -28px -17px;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.card-icon {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background: #0E4CAC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-icon svg{
        animation: updwnbig 2.5s infinite;
}

.landing_our_serv_sec_main {
    border-top: 1px solid #ddd;
}

.card-content {
    padding: 50px 15px 47px 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-content h3 {
    font-size: 18px;
    color: #000;
    margin: 0 0 10px 0;
    font-weight: 500;
    line-height: 1.2;
}

.card-content p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin: 0;
    flex-grow: 1;
    font-weight: 300;
    width: 81%;
}

.service-btn {
    display: inline-block;
    background: #0E4CAC;
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: background 0.3s ease, transform 0.2s ease;
    line-height: 24px;
    border: 2px solid #0E4CAC;
    position: absolute;
    bottom: -22px;
}

.service-btn:hover {
  background: #fff;
  color: #000;
}
.site_width1580{
    width: 100% !important;
    max-width: 1580px !important;
    margin: auto !important;
}
.insurance-welcome-section {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.insurance-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 300px;
    position: relative;
    background: linear-gradient(90deg, #01112B 0%, #01112B 100%);
    border-radius: 30px;
    padding-left: 112px;
    padding-right: 138px;
}
.insurance-container::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2026/06/ins_img1.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    border-radius: 30px;
}
.insurance-container::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2026/06/ins_img2.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    border-radius: 30px;

}

.insurance-content {
    flex: 1;
    z-index: 2;
}

.badge-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #ffffff;
    padding: 9px 20px;
    border-radius: 50px;
}
.badge-tag svg {
  width: 16px;
  height: 16px;
  stroke: #cca43b;
}

.badge-tag span {
    color: #0E4CAC;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
}

.insurance-title {
    font-size: 62px;
    font-weight: 500;
    background: linear-gradient(90deg, #B16E3E 0%, #D7C453 50%, #B16E3E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 64px;
    text-transform: capitalize;
    margin: 15px 0;
}

.insurance-subtitle {
    font-size: 38px;
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    line-height: 40px;
    text-transform: capitalize;
}

.insurance-cta-box {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 0;
    min-width: 299px;
    z-index: 2;
    height: 81px;
    display: flex;
    justify-content: center;
    
}
.insurance-content{
margin-right: 93px;
    border-right: 1px solid #FFFFFF33;
}

.cta-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-icon svg {
    width: 32px;
    height: 32px;
    fill: #0e4cac;
        animation: updwnbig 2.5s infinite;
}
.custom-icon svg {
    fill: #0e4cac;
        animation: updwnbig 2.5s infinite;
}
.cta-text {
    display: flex;
    flex-direction: column;
    padding-left: 17px;
    margin-left: 15px;
    border-left: 1px solid #DDDDDD;
}

.cta-title {
    color: #0E4CAC;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.2;
}

.cta-desc {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  line-height: 20px;
  margin-top: 5px;
}

/* Custom Variables */
:root {
  --primary-blue: #0E4CAC;
  --dark-blue: #0E4CAC;
  --bg-light: #E7F1F6;
  --text-dark: #000;
  --text-muted: #000;
  --transition-speed: 0.35s;
  --transition-ease: ease;
}

/* Main Container */
.glazier-section {
  width: 100%;
  max-width: 1466px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.glazier-container {
    background-color: var(--bg-light);
    border-radius: 28px;
    padding: 70px 80px 104px 83px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
}

/* Grid Layout */
.glazier-main-grid {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 80px;
  position: relative;
  align-items: start;
}

/* Left Content */
.glazier-left-content {
  display: flex;
  flex-direction: column;
}

.glazier-label {
    font-size: 18px;
    font-weight: 400;
    color: var(--primary-blue);
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 14px;
}

.glazier-heading {
  font-size: 52px;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.15;
  margin-bottom: 24px;
}

.glazier-heading .text-blue {
  color: var(--primary-blue);
}

.glazier-underline {
  width: 55px;
  height: 4px;
  border-radius: 50px;
  background-color: var(--primary-blue);
  margin-bottom: 48px;
}

/* Feature Grid */
.choose_feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 97px;
}

.choose_feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  transition: transform var(--transition-speed) var(--transition-ease);
}

.choose_feature-icon-box {
    width: 71px;
    height: 71px;
    border-radius: 14px;
    background-color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: var(--primary-blue);
    transition: background-color var(--transition-speed) var(--transition-ease), 
              color var(--transition-speed) var(--transition-ease), 
              box-shadow var(--transition-speed) var(--transition-ease);
}

.choose_feature-svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  transition: stroke var(--transition-speed) var(--transition-ease);
}

.choose_feature-title {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 27px;
    transition: color var(--transition-speed) var(--transition-ease);
    margin: 0 !important;
}

/* Feature Hover Effects */
.choose_feature-item:hover {
  transform: translateY(-4px);
}

.choose_feature-item:hover .choose_feature-icon-box {
  background-color: var(--primary-blue);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(30, 90, 199, 0.25);
}

.choose_feature-item:hover .choose_feature-title {
  color: var(--primary-blue);
}

/* Right Side Image & Badge */
.glazier-right-content {
  position: relative;
  height: 100%;
}

.image-wrapper {
    position: absolute;
    top: -70px;
    right: -80px;
    width: 436px;
    height: 422px;
    border-radius: 0;
    overflow: visible;
    background-color: transparent;
}

.glazier-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Phone Circle Badge */
.phone-badge {
    position: absolute;
    left: -86px;
    bottom: 0px;
    width: 238px;
    height: 238px;
    background-color: var(--primary-blue);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 12px 32px rgba(30, 90, 199, 0.2);
    z-index: 10;
    cursor: pointer;
}

.phone-badge-inner {
  width: 216px;
  height: 216px;
  border-radius: 50%;
  background-color: var(--dark-blue);
 border: 1px solid #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
}
.choose_feature-icon-box svg {
    fill: #0E4CAC;
    transition: 0.6s ease;
        animation: updwnbig 2.5s infinite;
}
.choose_feature-item:hover .choose_feature-icon-box svg {
    fill: #fff;
}
.phone-badge-icon {
  color: #ffffff;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone-badge-icon svg {
  width: 100%;
  height: 100%;
      animation: updwnbig 2.5s infinite;
}
.stat-icon-wrapper svg {
    animation: updwnbig 2.5s infinite;
}

.phone-badge-label {
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
    opacity: 1;
    margin-bottom: 4px;
    color: #fff;
}

.phone-badge-number {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 4px;
    white-space: nowrap;
    line-height: 1;
}

.phone-badge-subtext {
    font-size: 18px;
    font-weight: 400;
    opacity: 1;
    color: #FFFFFF66;
    line-height: 1;
    margin-top: 4px;
}

/* Bottom Stats Grid */
.glazier-bottom-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative;
    z-index: 5;
    width: calc(100% - 166px);
    margin: auto;
    margin-top: -51px;
}

.stat-card {
    height: 102px;
    background-color: var(--dark-blue);
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    gap: 18px;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(22, 83, 199, 0.1);
    transition: transform var(--transition-speed) var(--transition-ease), 
              box-shadow var(--transition-speed) var(--transition-ease);
}

.stat-icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: var(--dark-blue);
    background: linear-gradient(90deg, #B16E3E 0%, #FFED7F 50%, #B16E3E 100%);
    box-shadow: 0px 4px 3px 0px #00000040 inset;
}

.stat-svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.stat-text {
  display: flex;
  flex-direction: column;
}

.stat-title {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 28px;
    margin: 0 !important;
}

.stat-subtitle {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 28px;
    margin-top: 0;
}

/* Bottom Stats Hover Effects */
.stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(22, 83, 199, 0.3);
}


/* ==========================================================================
   ANIMATIONS SYSTEM (Intersection Observer)
   ========================================================================== */

/* Heading Slide & Fade */
.glazier-left-content.animate-fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.glazier-left-content.animate-fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Feature grid items fade & slide */
.choose_feature-grid .animate-item {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.choose_feature-grid.visible .animate-item {
  opacity: 1;
  transform: translateY(0);
}

.choose_feature-grid.visible .animate-item:nth-child(1) { transition-delay: 0.05s; }
.choose_feature-grid.visible .animate-item:nth-child(2) { transition-delay: 0.15s; }
.choose_feature-grid.visible .animate-item:nth-child(3) { transition-delay: 0.1s; }
.choose_feature-grid.visible .animate-item:nth-child(4) { transition-delay: 0.2s; }
.choose_feature-grid.visible .animate-item:nth-child(5) { transition-delay: 0.15s; }
.choose_feature-grid.visible .animate-item:nth-child(6) { transition-delay: 0.25s; }
.choose_feature-grid.visible .animate-item:nth-child(7) { transition-delay: 0.2s; }
.choose_feature-grid.visible .animate-item:nth-child(8) { transition-delay: 0.3s; }

/* Image zoom in */
.image-wrapper.animate-image .glazier-image {
  transform: scale(1.1);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.image-wrapper.animate-image.visible .glazier-image {
  transform: scale(1);
  opacity: 1;
}

/* Phone badge bounce pop */
.phone-badge.animate-badge {
  opacity: 0;
  transform: scale(0.3) rotate(-15deg);
  transition: opacity 0.7s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.image-wrapper.animate-image.visible .phone-badge.animate-badge {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

/* Hover rotation override */
.image-wrapper.animate-image.visible .phone-badge.animate-badge:hover {
  transform: scale(1.05) rotate(6deg);
  box-shadow: 0 16px 40px rgba(30, 90, 199, 0.35);
}

/* Stats card stagger entrance */
.glazier-bottom-stats .stat-card {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), 
              transform 0.6s cubic-bezier(0.25, 1, 0.5, 1),
              background-color var(--transition-speed) var(--transition-ease),
              box-shadow var(--transition-speed) var(--transition-ease);
}

.glazier-bottom-stats.visible .stat-card {
  opacity: 1;
  transform: translateY(0);
}

.glazier-bottom-stats.visible .stat-card:nth-child(1) { transition-delay: 0.05s; }
.glazier-bottom-stats.visible .stat-card:nth-child(2) { transition-delay: 0.15s; }
.glazier-bottom-stats.visible .stat-card:nth-child(3) { transition-delay: 0.25s; }
.glazier-bottom-stats.visible .stat-card:nth-child(4) { transition-delay: 0.35s; }

.glazier-bottom-stats.visible .stat-card:hover {
  transform: translateY(-8px);
}

.glazier-main-grid .landing_site_heading::after {
    background-image: url(/wp-content/uploads/2026/06/title_btm_line_blue.png);
    left: 0;
    right: auto;
}
.glazier-main-grid .landing_site_heading {
    padding-bottom: 20px;
}
.broken_glass_sec {
    position: relative;
    height: 419px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, rgba(1, 17, 43, 0) 0%, rgba(1, 17, 43, 0.3) 100%);
}
.broken_glass_sec::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2026/06/broken_glass_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1; 
}
.broken_glass_sec .insurance-cta-box {
    width: fit-content !important;
    margin: auto !important;
}
.broken_glass_title_box {
    text-align: center;
    font-size: 55px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    line-height: 1.2;
}
.broken_glass_subtitle_box {
    text-align: center;
    font-size: 33px;
    line-height: 1.2;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    margin: 13px 0 35px;
}
.broken_glass_content_box {
    padding: 0 15px;
}


:root {
  --primary-blue: #0E4CAC;
  --bg-color: #F5F7FB;
  --card-bg: #FFFFFF;
  --text-primary: #000;
  --text-name: #0E4CAC;
  --text-muted: #666666;
  --star-color: #FF9C07;
  --shadow-normal: 0 10px 30px rgba(0, 0, 0, 0.04);
  --shadow-hover: 0 15px 35px rgba(0, 0, 0, 0.08);
  --border-radius-card: 20px;
  --border-radius-image: 14px;
  --transition-speed: 0.35s;
  --transition-ease: ease;
}

/* Section Layout */
.testimonials-container {
  width: 100%;
}

/* Grid Layout (2-column on desktop by default) */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: start; /* Crucial: allows independent card heights when one expands */
}
.testi_content_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
/* Testimonial Card */
.testimonial-card {
  background-color: var(--card-bg);
  border-radius: 20px;
      padding: 18px 12px 12px 16px;
  box-shadow: var(--shadow-normal);
  /* display: grid; */
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  transition: transform var(--transition-speed) var(--transition-ease),
              box-shadow var(--transition-speed) var(--transition-ease);
  position: relative;
  overflow: hidden;
  will-change: transform, box-shadow, height;
  border: 1px solid #E7F1F6
}

/* Card Hover */
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}

/* Left Column (Details) */
.card-left-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.reviewer-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  width: 100%;
}

.reviewer-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    display: block;
}

.reviewer-avatar.letter-avatar {
    background-color: var(--primary-blue);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 400;
}

.reviewer-meta {
  display: flex;
  flex-direction: column;
}

.reviewer-name {
    font-size: 16px;
    font-weight: 400;
    color: #0E4CAC;
    line-height: 1.2;
    text-shadow: unset;
    text-transform: capitalize;
    margin: 0;
}

.review-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    margin-top: 5px;
}

/* Stars */
.review-stars {
    display: flex;
    margin-bottom: 12px;
}

.star-svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* Description text and clipping container */
.review-desc-container {
  overflow: hidden;
  max-height: 108px; /* Initially clips to 4 lines (15px * 1.8 * 4 = 108px) */
  transition: max-height 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  margin-bottom: 16px;
  width: 100%;
}
.review-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #000;
    text-align: left;
    margin: 0 !important;
}

/* Toggle Read More / Hide Button */
.read-more-btn {
    background: none;
    border: none;
    color: var(--primary-blue);
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
    transition: color 0.3s ease;
    outline: none;
}

.read-more-btn .btn-text {
  position: relative;
}

/* Underline Hover Animation */
.read-more-btn .btn-text::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1.5px;
  bottom: -2px;
  left: 0;
  background-color: var(--primary-blue);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.read-more-btn:hover .btn-text::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.read-more-btn .btn-arrow {
  display: inline-block;
  transition: transform 0.25s ease;
}

.read-more-btn:hover .btn-arrow {
  transform: translateX(4px);
}

.read-more-btn.hide-state .btn-arrow {
  transform: translateY(0);
}

.read-more-btn.hide-state:hover .btn-arrow {
  transform: translateY(-3px);
}

/* Right Column (Images) */
.card-right-column {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.card-images-wrapper {
  display: flex;
  width: 100%;
}

.image-container {
    position: relative;
    flex: 1;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    width: 365px;
    height: 198px;
}

.split-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* White Bounding Badges */
.image-badge {
  position: absolute;
  left: 8px;
  bottom: 8px;
  background-color: #ffffff;
  color: #111111;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 5;
  pointer-events: none;
  text-transform: capitalize;
}


/* ==========================================================================
   SCROLL ANIMATIONS (IntersectionObserver)
   ========================================================================== */
.animate-card {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1),
              transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.animate-card.visible {
  opacity: 1;
  transform: translateY(0);
}
.testimonials-section{
    border-bottom: 1px solid #ddd;
}

        /* Testimonial Card Styling */
       .review-card_sub {
            background: #ffffff;
            border-radius: 20px;
            padding: 20px 32px 32px 22px;
            margin: 0;
            min-height: auto;
            display: flex !important;
            flex-direction: column;
            border: 1px solid #E7F1F6;
        }

        /* Header Layout */
        .card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 18px;
}

        .user-info {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .user-img {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            object-fit: cover;
            background: #ddd;
        }
.second_testi_sec{
    position: relative;
}
        /* Default colored avatar if image not available */
       .user-avatar-default {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #0e4cac;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 22px;
}
.user-details span {
    color: #222222;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
}
.user-details {
    height: 35px;
}
        .user-details h4 {
            color: #0E4CAC;
            font-size: 16px;
            font-weight: 400;
            line-height: 1;
            text-transform: capitalize;
            margin: 0;
        }

        .user-details span {
            color: #6b7280;
            font-size: 12px;
        }

        /* Quote Icon */
        .quote-icon {
            color: #0E4CAC;
            font-size: 28px;
        }

        /* Review Text */
       .review-card_inner .review-text {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    margin-top: 15px !important;
}

        /* Custom Navigation Arrows */
        .prev-arrow, .next-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            border: none;
            background: transparent;
            font-size: 30px;
            color: #111827;
            cursor: pointer;
            z-index: 10;
            transition: color 0.3s ease;
        }
        .prev-arrow svg, .next-arrow svg{
            fill: #111;
            transition: 0.6s ease;
        }

        .prev-arrow:hover svg, .next-arrow:hover svg {
            fill: #0E4CAC;
        }

        .prev-arrow {
        left: -40px;
    }
        .next-arrow {
            right: -40px;
        }
        .review-card {
    padding: 0 15px;
    display: flex !important;
    height: unset !important;
    min-height: unset !important;
}
        /* Slick track patch for spacing */
        .slick-track {
            display: flex !important;
        }
        .slick-slide {
            height: auto;
        }
        .pd100.testimonials-section{
            padding-top: 0 !important;
        }
           .bcg-areas{
    --navy:#15325c; --blue:#0E4CAC; --blue-dark:#0E4CAC;
    --gold:#e0a12b; --ink:#2a3340; --muted:#6b7686;
    --line:#e4e9f2; --bg:#f4f7fc; --pill:#ffffff;
    /* background:var(--bg); */
    color:var(--ink);
        border-top: 1px solid #00000033;
  }
  .bcg-areas *{box-sizing:border-box;}
  .bcg-areas__inner{max-width:1080px;margin:0 auto;}

  .bcg-areas__head{text-align:center;margin-bottom:26px;}
  .bcg-areas__eyebrow{
    text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:700;
    color:var(--blue);margin:0 0 8px;
  }
  .bcg-areas__head h2{
    margin:0 0 10px;font-size:clamp(26px,4vw,38px);line-height:1.1;
    font-weight:800;color:var(--navy);
  }
  .bcg-areas__head h2::after{
    content:"";display:block;width:54px;height:4px;border-radius:4px;
    background:var(--gold);margin:14px auto 0;
  }
  .bcg-areas__sub{margin:0 auto;max-width:620px;color:var(--muted);font-size:15.5px;line-height:1.55;}
  .bcg-areas a{color:var(--blue);font-weight:500;text-decoration:none;white-space:nowrap;}
  .bcg-areas a:hover{text-decoration:underline;}

  /* Search */
  .bcg-search{
    position:relative;max-width:480px;margin:24px auto 0;
  }
  .bcg-search__icon{
    position:absolute;
    right: 8px;
    top:50%;
    transform:translateY(-50%);
    color: #fff;
    display:flex;
    pointer-events:none;
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0E4CAC;
    border-radius: 50%;
  }
  .bcg-areas__inner .landing_site_heading {
    margin-bottom: 18px;
    padding-bottom: 18px;
}
#bcg-search-input {
    width: 100%;
    padding: 15px 14px 15px 32px;
    font-size: 16px;
    border: none;
    border-radius: 70px;
    background: #fff;
    color: #00000080;
    transition: border-color .15s ease, box-shadow .15s ease;
    height: 53px;
    box-shadow: 0px 0px 9px 0px #00000024;
}
  #bcg-search-input::placeholder{color:#9aa4b2;}
  #bcg-search-input:focus{
    outline:none;border-color:var(--blue);
    box-shadow:0 0 0 4px rgba(30,91,214,.14);
  }
  .bcg-search__clear{
    position:absolute;right:55px;top:50%;transform:translateY(-50%);
    width:30px;height:30px;border:none;border-radius:50%;background:#eef1f6;
    color:var(--muted);font-size:20px;line-height:1;cursor:pointer;
  }
  .bcg-search__clear:hover{background:#e2e7ef;color:var(--ink);}

  /* Status / confirmation */
  .bcg-status{min-height:0;text-align:center;margin-top:14px;transition:min-height .15s ease;}
  .bcg-status:not(:empty){min-height:24px;}
  .bcg-status .ok{
    display:inline-flex;align-items:center;gap:8px;
    background:#e7f6ec;color:#1d7a3e;font-weight:600;font-size:14.5px;
    padding:8px 16px;border-radius:999px;
  }
  .bcg-status .ok svg{flex:none;}

  /* Regions */
.bcg-regions {
    margin-top: 37px;
    display: grid;
    gap: 40px;
}
.bcg-region {
    background: #fff;
    border-radius: 30px;
    padding: 30px 25px 35px 33px;
    box-shadow: 0px 0px 13px 0px #0000000D;
    border: 1px solid #DDDDDD;
}
.bcg-region__name {
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 500;
    color: #111111;
    display: flex;
    align-items: center;
    gap: 10px;
}
  .bcg-region__name::before{
    content:"";
    width: 8px;
    height: 8px;
    border-radius:50%;
    background: #0E4CAC;
    flex:none;
  }
  .bcg-region__count{
    margin-left:auto;
    font-size: 16px;
    font-weight: 400;
    color: #0E4CAC;
    padding:3px 9px;
    border-radius:999px;
    background: #0E4CAC1A;
    text-transform: capitalize;
  }
  .bcg-pills{display:flex;flex-wrap:wrap;gap: 12px;}
  .bcg-pill{
    display:inline-flex;
    align-items:baseline;
    gap:7px;
    padding: 13px 26px;
    border-radius:999px;
    background: #FFFFFF;
    font-size: 16px;
    color: #000;
    line-height:1.2;
    transition:background .12s ease,border-color .12s ease,transform .12s ease;
    border: 1px solid #E4E9F2;
    font-weight: 400;
  }
  /* .bcg-pill:hover{border-color:var(--blue);background:#f7faff;} */
  .bcg-pill__pc{font-size: 16px;font-weight: 400;background: linear-gradient(90deg, #B16E3E 0%, #D7C453 50%, #B16E3E 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
  .bcg-pill.is-hit{background:var(--blue);border-color:var(--blue);color:#fff;}
  .bcg-pill.is-hit .bcg-pill__pc{color:#ffe6b3;}

  .bcg-region[hidden]{display:none;}
  .bcg-pill[hidden]{display:none;}

  .bcg-noresult{
    text-align:center;margin:22px auto 0;max-width:560px;
    color:var(--muted);font-size:15px;line-height:1.55;
    font-size: 16px;
    color: #333333;
    font-weight: 300;
  }
.bcg-areas__inner .landing_site_title_des {
    width: 47%;
    margin: auto;
    line-height: 28px;
}
  @media (max-width:560px){
    .bcg-areas{padding:48px 16px;}
    .bcg-region{padding:18px 16px 20px;}
  }
  @media (prefers-reduced-motion:reduce){
    .bcg-areas *{transition:none !important;}
  }



/* Main Grid Layout */
.footer_main {
    display: grid;
    grid-template-columns: 318px 1fr;
    align-items: start;
    padding-top: 45px;
}

/* Left Column Styling */
.footer_left_col {
    display: flex;
    flex-direction: column;
    align-items: left;
    border-right: 1px solid #ddd;
    padding-top: 30px;
}

.logo_box {
  padding-bottom: 29px;
  text-align: center;
}

.footer_logo {
  max-width: 100%;
  height: auto;
  max-height: 140px;
}

.divider_horizontal {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 0;
}

.review_box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 40px;
    width: 100%;
    justify-content: left;
    padding-bottom: 55px;
}

.google_icon {
  width: 32px;
  height: 32px;
}

.review_text .rating {
  font-size: 16px;
  font-weight: bold;
  color: #f57c00;
  margin-right: 5px;
}

.review_text .stars {
  display: inline-block;
  color: #ff9800;
  font-size: 14px;
}

.review_count {
  font-size: 11px;
  color: #666;
  margin-top: 2px;
}

/* Right Column (Links Grid) Styling */
.footer_right_col {
  display: flex;
  padding-left: 0;
  padding-top: 30px;
}

.footer_links_block h3 {
    font-size: 24px;
    color: #000000;
    margin-bottom: 25px;
    font-weight: 500;
    margin-top: 0;
}

.footer_links_block ul {
    list-style: none;
    padding-left: 0;
    margin: 0 !important;
}

.footer_links_block ul li {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 21px;
}
.footer_links_block ul li:last-child{
    margin-bottom: 0 !important;
}

.footer_links_block ul li a {
    color: #0E4CAC;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: color 0.2s;
    line-height: 27px;
}
.footer_right_col .footer_links_block:nth-child(2) ul li a{
    color: #000;
}
.logo_box img {
    display: block;
    width: 205px;
    height: 173px;
    object-fit: contain;
}
.review_box img{
    width: 168px;
    height: 36px;
    object-fit: contain;
    display: block;
}

.footer_links_block ul li a:hover {
  text-decoration: underline;
}

/* Contact Column specifics */


.contact_block ul li a {
  color: #000000;
  font-size: 18px !important;
}

.contact_block ul li a:hover {
  color: #0d54be;
  text-decoration: none;
}

.contact_icon {
  color: #0d54be;
  font-size: 18px;
  margin-right: 15px;
  width: 20px;
  text-align: center;
}

/* Bottom Copyright Section */
.footer_bottom {
    border-top: 1px solid #ddd;
    padding-top: 0;
    text-align: center;
}

.footer_bottom p {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    margin: 0;
    padding: 16px 0 15px;
}

.footer_bottom p span {
  color: #0d54be;
  text-decoration: none;
}
.footer_links_block {
    padding-left: 134px;
}
.footer_links_block:first-child{
    padding-left: 115px;
}
.contact_block.footer_links_block ul li {
    margin-bottom: 25px;
}

.site_width1500 {
    width: 1500px;
    max-width: 1500px;
    margin: 0 auto;
}

/* Hero Section Background */
.hero-section {
    position: relative;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
.hero_bnr_sec_main_box_inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.locations-list span img{
    width: 19px;
    height: 21px;
    object-fit: contain;
    display: block;
}
.hero-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 122px;
}

.wpcf7 .screen-reader-response,
.wpcf7 .hidden-fields-container {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    display: none !important;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    width: 100%;
    bottom: -10px;
    left: 0;
    color: red;
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
}
.wpcf7-response-output {
    font-size: 14px;
    margin-top: 0;
    position: absolute;
    bottom: 11px;
    color: red;
    line-height: 1.2;
    margin-top: 10px;
    left: 10px;
    right: 10px;
    margin: auto;
    text-align: center;
}
/* Left Content Styles */
.hero-content {
    flex: 1;
}

.hero-content h1 {
    font-size: 81px;
    font-weight: 400;
    color: #ffffff;
    line-height: 91px;
    margin-bottom: 25px;
    margin-top: 0;
}

.sub-headline {
    font-size: 34px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 33px;
    margin-top: 0;
}

.sub-headline strong {
    font-weight: 600;
}

/* Green Badge */
.badge-green {
    display: inline-block;
    background-color: #29A71A;
    color: #ffffff;
    font-weight: 500;
    font-size: 23px;
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 35px;
    backdrop-filter: blur(23px);
}

/* Gold Tags */
.tags-container {
    display: flex;
    gap: 15px;
    margin-bottom: 35px;
}

.tag-gold {
    background-color: #DAB060;
    color: #ffffff;
    font-weight: 500;
    font-size: 23px;
    padding: 5px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(23px);
}

/* Call to Action Buttons */
.cta-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.btn-white, .btn-blue-outline {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 25px;
    border-radius: 40px;
    text-decoration: none;
    width: 280px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: transform 0.2s ease;
}

.btn-white:hover, .btn-blue-outline:hover {
    transform: translateY(-2px);
}

.btn-white {
    background-color: #ffffff;
}

.btn-blue-outline {
    background-color: #0E4CAC;
    border: 2px solid #3376f0;
}

.btn-icon-blue {
    color: #0E4CAC;
    font-size: 1.6rem;
}

.btn-icon-white {
    color: #ffffff;
    font-size: 1.6rem;
}

.btn-text {
    display: flex;
    flex-direction: column;
}

.title-blue {
    color: #0E4CAC;
    font-weight: 700;
    font-size: 1.1rem;
}

.subtitle-dark {
    color: #333333;
    font-size: 0.85rem;
    font-weight: 500;
}

.title-white {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
}

.subtitle-light {
    color: #b3cfff;
    font-size: 0.85rem;
}

/* Locations List */
.locations-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.locations-list span {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 14px;
    text-transform: capitalize;
}

.text-gold {
    color: #dfb26c;
}

/* Right Form Card Styles */
.hero-form-container {
    background-color: #ffffff;
    width: 100%;
    max-width: 411px;
    border-radius: 24px;
    padding: 50px 38px 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: 0;
}

/* Form Header overlapping top border slightly */
.form-header {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0E4CAC;
    color: #ffffff;
    font-size: 31px;
    font-weight: 400;
    padding: 0;
    border-radius: 20px;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(13, 78, 185, 0.3);
    height: 60px;
    display: flex;
    align-items: center;
    font-family: 'Kanit', sans-serif !important;
    line-height: 1.2;
    width: calc(100% - 62px);
    text-align: center;
    justify-content: center;
}

.emergency-form {
    margin-top: 15px;
}

.form-row {
    display: flex;
    gap: 15px;
}

.form-group {
    margin-bottom: 28px;
    flex: 1;
}

.form-group label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #0E1C36;
    margin-bottom: 5px;
}

/* Input Fields with Custom Icons */
.input-with-icon {
    position: relative;
}

.input-with-icon svg {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
    font-size: 0.95rem;
}

.input-with-icon input, .select-wrapper select {
    width: 100%;
    padding: 14px 15px 14px 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    color: #000;
    outline: none;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 9px #0E4CAC12;
    transition: 0.6s ease;
    box-sizing: border-box !important;
    height: 51px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif !important;
}

.input-with-icon input::placeholder {
    color: #00000030;
}

.input-with-icon input:focus, .select-wrapper select:focus {
    border-color: #0E4CAC;
}

/* Dropdown styling */
.select-wrapper {
    position: relative;
}

.select-wrapper select {
    padding-left: 15px;
    appearance: none;
    -webkit-appearance: none;
    color: #000;
    box-shadow: 0px 0px 30px 9px #0E4CAC12;
    font-weight: 300;
}

/* Custom indicator arrow for select */
.select-wrapper::after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 100;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    pointer-events: none;
}

/* Submit Button */
.submit-btn {
    width: 100%;
    background-color: #0E4CAC;
    color: #ffffff;
    border: none;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 10px;
    box-shadow: 0 4px 12px rgba(13, 78, 185, 0.2);
    transition: 0.6s ease;
    font-family: 'Kanit', sans-serif !important;
    height: 51px;
    text-transform: capitalize;
    border: 2px solid #0E4CAC;
}

.submit-btn:hover {
    background-color: #fff;
    color: #000;
}
.hero_btns .insurance-cta-box {
    justify-content: left;
    padding-left: 22px;
}
.insurance-cta-box.hero_sec_btn {
    background: #0e4cac;
    border: 1px solid #FFFFFF;
    cursor: pointer !important;
}
.hero_sec_btn .cta-title,.hero_sec_btn .cta-desc {
    color: #fff;
}
.hero_sec_btn .cta-text {
    border-left: 1px solid #DDDDDD33;
}
.hero_btns .cta-link{
    width: 100% ;
}
.hero_btns .cta-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
} 
/* Popup Overlay */
.cf7-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Popup Box */
.cf7-popup-content{
    position: relative;
}

/* Close Button */
.close-popup-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 37px;
    cursor: pointer;
    color: #333;
    z-index: 9;
}

.close-popup-btn:hover {
    color: #ff0000;
}

/* Trigger Button Basic Style */
.popup-trigger-btn {
    padding: 12px 25px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}
.header-container{
        position: fixed;
    max-width: 100% !important;
    width: -webkit-fill-available;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.hero_bnr_sec_main_box {
    margin-top: 97px;
}
@keyframes updwnbig {
                    0% {
                        transform: scale(1.0);
                    }
                    50% {
                        transform: scale(0.8);
                    }
                    100% {
                        transform: scale(1.0);
                    }
                }



                /* Popup Css Start */
                
                .custom-quote-form .form-header {
                    padding: 25px 20px;
                    text-align: center;
                    border-radius: 20px;
                    margin-bottom: 20px;
                    background: linear-gradient(360deg, #000D2E 0%, #03368B 100%);
                }
                
                .custom-quote-form .form-header h2 {
                    color: #ffffff;
                    margin: 0;
                    font-size: 28px;
                    font-weight: 600;
                    font-family: "Hanken Grotesk", sans-serif !important;
                }
                
                .custom-quote-form .form-header p {
                    color: #ffffff;
                    margin: 0;
                    font-size: 18px;
                    opacity: 1;
                    font-weight: 600;
                    font-family: "Hanken Grotesk", sans-serif !important;
                    margin-top: 5px;
                }
                
                .custom-quote-form .form-body {
                    padding: 0 10px;
                }
                
                .custom-quote-form .form-row {
                    display: flex;
                    gap: 20px;
                    margin-bottom: 15px;
                }
                
                .custom-quote-form .form-group {
                    flex: 1;
                }
                
                .custom-quote-form .full-width {
                    display: block;
                }
                
                .custom-quote-form input[type="text"],
                .custom-quote-form input[type="email"],
                .custom-quote-form input[type="tel"],
                .custom-quote-form select,
                .custom-quote-form textarea {
                    width: 100%;
                    padding: 12px 0px;
                    border: none;
                    border-bottom: 1px solid #e0e0e0;
                    background: transparent;
                    font-size: 14px;
                    color: #000;
                    outline: none;
                    box-sizing: border-box;
                    transition: border-color 0.3s ease;
                    font-family: "Hanken Grotesk", sans-serif !important;
                    padding-left: 5px !important;
                }
                
                .custom-quote-form select {
                    appearance: none;
                    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
                    background-repeat: no-repeat;
                    background-position: right 10px center;
                    padding-right: 30px;
                }
                
                .custom-quote-form textarea {
                    height: 65px;
                    resize: none;
                }
                .custom-quote-form .form-submit {
                    text-align: center;
                    margin-top: 35px;
                }
                
                .custom-quote-form input[type="submit"] {
                    color: #ffffff;
                    border: none;
                    padding: 0;
                    font-size: 16px;
                    font-weight: 500;
                    border-radius: 10px;
                    cursor: pointer;
                    width: 100%;
                    transition: background 0.3s ease, transform 0.1s ease;
                    font-family: "Hanken Grotesk", sans-serif !important;
                    background: linear-gradient(180deg, #FE7F02 0%, #FC5104 100%);
                    height: 43px;
                }
                
                .custom-quote-form input[type="submit"]:hover {
                    background: linear-gradient(360deg, #000D2E 0%, #03368B 100%);
                }
                
                .custom-quote-form input[type="submit"]:active {
                    transform: scale(0.99);
                }
                
                .custom-quote-form ::placeholder {
                    color: #333333;
                    opacity: 1;
                }
                
                .custom-quote-form .wpcf7-not-valid-tip {
                    font-size: 12px;
                    color: #ff0000;
                    margin-top: 5px;
                }
                
                .custom-quote-form .wpcf7-spinner {
                    position: absolute;
                }
                
                @media (max-width: 480px) {
                    .custom-quote-form {
                        margin: 15px;
                        padding: 15px;
                        border-radius: 25px;
                    }
                    .custom-quote-form .form-row {
                        flex-direction: column;
                        gap: 25px;
                    }
                    .custom-quote-form .form-header h2 {
                        font-size: 24px;
                    }
                    .custom-quote-form .form-header p {
                        font-size: 15px;
                    }
                    .custom-quote-form input[type="submit"] {
                        font-size: 18px;
                        padding: 12px 20px;
                    }
                }
                
                .form-popup-content fieldset.hidden-fields-container {
                    display: none;
                }
                
                .form-popup-overlay {
                    display: none;
                    position: fixed;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-color: rgba(0, 0, 0, 0.6);
                    z-index: 99999;
                    align-items: center;
                    justify-content: center;
                    backdrop-filter: blur(5px);
                }
                
                .form-popup-overlay.active {
                    display: flex;
                }
                
               .form-popup-content {
    position: relative;
    width: 100%;
    max-width: fit-content;
    animation: popupFadeIn 0.3s ease-out;
}
                
                .close-popup-btn, .quote-popup-close {
    position: absolute;
    top: 20px;
    right: 18px;
    font-size: 44px;
    font-weight: 300;
    color: #000;
    cursor: pointer;
    z-index: 100000;
    line-height: 1;
    transition: transform 0.2s;
    background: transparent;
    width: 0;
    height: 0;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
                
                .form-popup-content form {
                    margin-bottom: 0 !important;
                }
                
                @keyframes popupFadeIn {
                    from {
                        opacity: 0;
                        transform: translateY(-20px);
                    }
                    to {
                        opacity: 1;
                        transform: translateY(0);
                    }
                }
                
                @media (max-width: 480px) {
                    .close-popup-btn {
                        top: 35px;
                        right: 35px;
                        font-size: 30px;
                    }
                    .form-popup-content {
                        max-height: 95vh;
                        padding: 10px;
                    }
                }
                
                .form-popup-content .wpcf7-response-output {
                    font-size: 15px;
                    margin: 0;
                    margin-top: 10px;
                }
                /* End */

@media all and (min-width: 320px) and (max-width: 980px) {
    .logo-section{
        border: none !important;
    }
.header-container.header_container_mobile {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.hero_bnr_sec_main_box {
    margin-top: 123px;
}
}
@media all and (min-width: 320px) and (max-width: 767px) {
     .site_width1300,.site_width1580,.glazier-section{
        max-width: calc(100% - 30px) !important;
    }
    .site_width1500 {
        width: calc(100% - 30px) !important;
        max-width: calc(100% - 30px) !important;
    }
       .header-container{
        display: none !important;
    }
    .header-container.header_container_mobile{
    display: block !important;
}
.logo-section {
    width: unset !important;
    height: unset;
    position: unset !important;
    border-radius: 0;
    background: transparent;
}
.logo-placeholder img {
    width: 84px;
    height: 71px;
}
.header-container {
    height: auto;
    padding-right: 0;
    padding-left: 0;
    justify-content: unset;
}
.info-block:first-child {
    padding-right: 0;
    padding-left: 0;
    border: none;
}
.info-sections {
    padding-right: 0;
    margin-right: 0;
    flex-grow: unset;
    justify-content: unset;
    border: none;
}
    .cta-button {
        font-size: 15px;
        width: 156px;
        height: 36px;
        line-height: 1;
    }
  .status-text {
    font-size: 16px;
    color: #fff;
}
  .time-badge {
    font-size: 15px;
    min-width: 75px;
    height: 26px;
}
    .text-bold-blue {
        font-size: 16px;
        line-height: 1;
        display: flex;
    }
    .text-light {
        font-size: 15px;
    }
    .google-review .google-g img {
    width: 30px;
    height: 30px;
}
.review_all_content_star_box {
    gap: 6px;
}
    .rating-num {
        font-size: 18px;    
    }
    .stars img {
    width: 82px;
    height: 15px;
    object-fit: contain;
}
.review-count {
    font-size: 13px;
}
.cta-button svg{
    display: block !important;
    transform: scale(0.7);
}
.cta-button{
    font-size: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.cta-button:hover svg{
    filter: brightness(0);
}
.info-block {
    padding-right: 10px;
}
.time-block {
    justify-content: center;
    padding: 7px 0;
    background: #0e4cac;
}
.header_mob_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    border-top: 1px solid #ddd;
}
.header_mob_main_links {
    display: flex;
    align-items: center;
    gap: 10px;
}
.call_icon, .call_icon svg {
    display: flex;
    width: 40px;
    height: 40px;
    border: 2px solid #0E4CAC;
    border-radius: 50%;
    background: #0E4CAC;
    align-items: center;
    justify-content: center;
}
.call_icon svg{
    transform: scale(0.6);
}
.custom-container {
        max-width: calc(100% - 20px );
    }
    .features-wrapper {
        margin: 15px 0;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    .feature-item:not(:last-child)::after {
        right: -15%;
        display: none !important;
    }
    .feature-item:first-child::after {
        right: -35%;
        display: none !important;
    }
   .feature-title {
    font-size: 15px;
    margin-top: 11px;
    margin-bottom: 5px;
}
    .feature-desc {
    font-size: 14px;
    line-height: 1.2;
}
    .icon-circle {
        width: 60px;
        height: 60px;
    }
    .custom-icon svg{
        transform: scale(0.7);
    }
.feature-item {
    width: 46% !important;
    padding: 5px;
}
.pd100{
        padding: 40px 0 !important;
    }
    .landing_site_title {
        font-size: 28px;
    }
   .landing_site_heading {
        padding-bottom: 16px;
        margin-bottom: 25px;
    }
    .service_top_main_card {
        width: calc(100% - 10px);
        padding: 22px 5px;
    }
    .services-grid {
        margin: -28px -5px;
    }
    .card-content {
        padding: 40px 15px 38px 15px;
    }
    .service-btn {
        padding: 6px 15px;
        font-size: 15px;
        bottom: -20px;
    }
    .card-image {
        height: 210px;
    }
    .card-icon {
        width: 64px;
        height: 64px;
    }
    .landing_site_title_des {
        line-height: 20px;
        margin-top: 3px;
    }
    .card-content p {
        width: 100%;
        font-size: 15px;
        line-height: 21px;
    }
    .card-content h3 {
        margin: 0 0 6px 0;
    }
    .landing_site_title {
    font-size: 22px;
}
.insurance-container {
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
        padding: 30px 20px;
    }
.insurance-title {
    font-size: 28px;
    line-height: 31px;
    margin: 10px 0;
}
.insurance-subtitle {
    font-size: 18px;
    line-height: 24px;
}
   .insurance-cta-box {
    padding: 10px 20px;
    min-width: fit-content;
    height: auto;
    margin-top: 20px;
}
    .insurance-content {
        margin-right: 60px;
    }
    .cta-title {
        font-size: 18px;
    }
    .cta-desc {
        font-size: 16px;
        line-height: 18px;
        margin-top: 3px;
    }
    .cta-text {
        padding-left: 14px;
        margin-left: 12px;
    }
    .badge-tag span {
        font-size: 16px;
    }
    .badge-tag {
        padding: 9px 15px;
    }
    .insurance-content {
        flex: auto;
        text-align: center;
        margin: 0;
        border: none;
        width: 100% !important;
    }
    .glazier-container {
        padding: 35px 15px 35px 15px;
    }
    .image-wrapper {
        position: unset;
        top: 50%;
        right: 0;
        width: auto;
        height: auto;
        transform: unset;
        margin: auto;
        text-align: center;
    }
   .glazier-bottom-stats {
        width: calc(100% - 0px);
        margin-top: 15px;
        gap: 10px;
        grid-template-columns: repeat(1, 1fr);
    }
    .phone-badge-number {
        font-size: 22px;
    }
    .phone-badge-subtext {
        font-size: 15px;
        margin-top: 2px;
    }
    .phone-badge-icon svg {
        width: 40px;
        height: 40px;
    }
   .phone-badge {
        width: 200px;
        height: 200px;
        left: -65px;
        bottom: 20px;
        position: unset;
        margin: auto;
    }
    .phone-badge-inner {
        width: 180px;
        height: 180px;
    }
    .glazier-label {
        margin-bottom: 10px;
    }
    .choose_feature-grid {
        gap: 15px 20px;
        grid-template-columns: repeat(1, 1fr);
    }
    .glazier-image{
        display: none !important;
    }
    .glazier-main-grid {
        gap: 50px;
    }
    .choose_feature-title {
        font-size: 15px;
        line-height: 20px;
    }
    .choose_feature-icon-box {
        width: 60px;
        height: 60px;
    }
    .stat-card {
        height: 82px;
        padding: 0 10px;
        gap: 9px;
    }
    .stat-title {
        font-size: 17px;
    }
   .stat-subtitle {
        font-size: 14px;
        line-height: 19px;
    }
    .choose_feature-item {
        gap: 15px;
    }
    .glazier-main-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .image-wrapper.animate-image.visible .phone-badge.animate-badge:hover {
        transform: unset;
        box-shadow: unset;
    }
    .stat-icon-wrapper {
        width: 60px;
        height: 60px;
    }
    .glazier-main-grid .landing_site_heading {
        text-align: center;
    }
    .glazier-label {
        margin-bottom: 4px;
        text-align: center;
    }
    .glazier-main-grid .landing_site_heading::after {
        right: 0;
    }
    .broken_glass_title_box {
        font-size: 24px;
    }
    .broken_glass_subtitle_box {
        font-size: 20px;
        margin: 8px 0 20px;
    }
    .broken_glass_sec {
        height: 240px;
    }
    .testimonials-grid {
        gap: 10px;
        grid-template-columns: repeat(1, 1fr);
    }
    .image-container {
        width: 100%;
        height: auto;
    }
    .review-text {
        font-size: 15px;
        line-height: 21px;
    }
    .read-more-btn {
        font-size: 15px;
    }
    .review-desc-container {
        margin-bottom: 10px;
    }
    .review-desc-container {
        max-height: 65px;
    }
    .testi_content_box {
        gap: 10px;
            grid-template-columns: repeat(1, 1fr);
    }
    .split-image {
        text-align: left;
        margin: 0 !important;
        object-position: left;
    }
    .review-subtitle {
        font-size: 15px;
    }
    .review-card {
        padding: 0 8px;
    }
    .prev-arrow svg, .next-arrow svg {
        width: 12px;
        height: 21px;
    }
    .prev-arrow {
        left: -15px;
    }
    .next-arrow {
        right: -15px;
    }
    .review-card_inner .review-text {
        margin-top: 10px !important;
        font-size: 15px;
        line-height: 22px;
    }
    .review-card_sub {
        padding: 17px 22px 20px 17px;
    }
    .bcg-regions {
        margin-top: 25px;
        gap: 20px;
    }
   .bcg-pill {
        padding: 8px 14px;
        font-size: 13px;
    }
    .bcg-region {
        padding: 20px 10px;
        border-radius: 20px;
    }
    .bcg-pills {
        gap: 10px;
    }
   .bcg-region__count {
    font-size: 15px;
    padding: 2px 9px;
    display: block;
    float: unset;
    width: 100%;
    text-align: center;
}
.bcg-region__name::before{
    display: none !important;
}
   .bcg-region__name {
        margin: 0 0 20px;
        font-size: 22px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .bcg-search__icon {
        width: 34px;
        height: 34px;
    }
    .bcg-search__icon svg {
        width: 18px;
        height: 18px;
    }
    #bcg-search-input {
        padding: 11px 9px 10px 22px;
        font-size: 14px;
        height: 46px;
    }
    .bcg-search {
        max-width: 400px;
        margin: 14px auto 0;
    }
   .bcg-areas__inner .landing_site_title_des {
    width: 100%;
    margin: auto;
    line-height: 21px;
    font-size: 15px;
}
    .bcg-areas__head {
        margin-bottom: 16px;
    }
    .bcg-pill__pc {
        font-size: 15px;
    }
    .bcg-areas__inner .landing_site_heading {
    margin-bottom: 15px;
    padding-bottom: 12px;
}
.bcg-status .ok {
    line-height: 1;
    text-align: left;
}
 .footer_main {
        grid-template-columns: 1fr;
        padding-top: 35px;
    }
    .footer_links_block:first-child {
        padding-left: 0;
        width: 100%;
    }
    .footer_left_col, .footer_right_col {
        padding-top: 0;
        border-right: none;
    }
    .review_box {
        padding-bottom: 15px;
        padding-top: 15px;
        justify-content: center;
    }
    .logo_box img {
        width: 165px;
        height: 139px;
        margin: auto;
    }
    .footer_links_block {
        padding-left: 0;
        padding-top: 15px;
        width: 100%;
    }
    .footer_links_block ul li {
        margin-bottom: 3px;
    }
    .contact_block.footer_links_block ul li {
        margin-bottom: 10px;
        gap: 11px;
    }
    .footer_links_block h3 {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .logo_box {
        padding-bottom: 20px;
    }
    .footer_bottom p {
        padding: 10px 0 9px;
        font-size: 15px;
        line-height: 20px;
    }
    .contact_block ul li a {
        font-size: 16px !important;
    }
    .contact_block.footer_links_block ul li svg {
        transform: scale(0.9);
    }
    .footer_right_col {
        padding-bottom: 25px;
        justify-content: left;
        padding-top: 0;
        border-top: 1px solid #ddd;
        flex-wrap: wrap;
    }  
    .footer_links_block:nth-child(2) ul li{
        float: left;
        width: 50%;
    } 
.hero-content h1 {
    font-size: 29px;
    line-height: 36px;
    margin-bottom: 10px;
    text-align: center;
}
.sub-headline {
    font-size: 17px;
    margin-bottom: 16px;
    text-align: center;
}
    .badge-green {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .tag-gold {
        font-size: 20px;
        padding: 2px 16px;
    }
    .locations-list span {
        font-size: 26px;
    }
    .hero_bnr_sec_main_box, .hero_bnr_sec_main_box::after {
        height: auto;
    }
   .hero-form-container {
         max-width: 90%;
        padding: 31px 12px 40px;
        margin: auto;
}
.form-header {
    top: -22px;
    font-size: 20px;
    height: 44px;
    width: calc(100% - 30px);
    line-height: 22px;
}
    .input-with-icon input, .select-wrapper select {
        padding: 5px 15px 5px 40px;
        font-size: 15px;
        height: 45px;
    }
    .select-wrapper select{
        padding-left: 15px !important;
    }
    .form-group {
        margin-bottom: 20px;
    }
    .submit-btn {
        font-size: 16px;
        height: 45px;
    }
    .hero-wrapper {
        gap: 50px;
        flex-wrap: wrap;
        justify-content: center;
    }
.locations-list span {
    font-size: 17px;
    gap: 10px;
}
.cta-buttons {
    gap: 15px;
    margin-bottom: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.tags-container {
    margin-bottom: 20px;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
    .tag-gold {
        font-size: 18px;
    }
.badge-green {
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 10px;
    line-height: 21px;
}
.locations-list {
    gap: 10px;
    justify-content: center;
}
  .hero_btns .insurance-cta-box {
    padding-left: 15px;
    margin-top: 0;
}
    .locations-list span img {
        width: 14px;
        height: 16px;
    }
    .hero-content h1 br {
    display: none;
}
.hero_bnr_sec_main_box_inner {
    padding: 34px 0;
}
.wpcf7-response-output {
    bottom: 1px;
}
    
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .feature-item {
    width: 31% !important;
    padding: 5px;
}
.pd100{
        padding: 45px 0 !important;
    }
    .service_top_main_card {
        width: calc(50% - 10px);
        padding: 22px 5px;
    }
    .card-content h3 {
    font-size: 16px;
}
.card-content p {
    font-size: 14px;
    line-height: 20px;
}
.landing_site_title {
    font-size: 24px;
}
.choose_feature-grid {
    grid-template-columns: repeat(2, 1fr);
}
.choose_feature-title {
    font-size: 14px;
    line-height: 17px;
}
.glazier-bottom-stats {
    grid-template-columns: repeat(2, 1fr);
}
.broken_glass_title_box {
    font-size: 28px;
}
.broken_glass_subtitle_box {
    font-size: 22px;
    margin: 10px 0 22px;
}
.footer_links_block:nth-child(2) ul li,.footer_links_block:first-child ul li{
    float: left;
    width: 50%;
} 
.footer_left_col {
    flex-direction: unset;
}
.divider_horizontal{
    display: none;
}
.review_box {
    padding-bottom: 0;
    padding-top: 0;
}
.review_box {
    justify-content: right;
}
.logo_box img {
    width: 126px;
    height: 106px;
    margin: auto;
}
.footer_main {
    padding-top: 25px;
}
.logo_box {
    padding-bottom: 0;
}
.footer_left_col {
    flex-direction: unset;
    padding-bottom: 20px;
}
.hero-form-container {
    max-width: 350px;
    padding: 31px 25px 40px;
}
.form-header {
    top: -22px;
    font-size: 23px;
    height: 44px;
    width: calc(100% - 60px);
    line-height: 27px;
}
.hero-content {
    flex: unset;
    width: 100%;
}
.wpcf7-response-output {
    bottom: 11px;
}
}

@media all and (min-width: 768px) and (max-width: 980px) {
     .site_width1300,.site_width1580,.glazier-section{
        max-width: 738px !important;
    }
    .site_width1500 {
        width: 738px;
        max-width: 738px;
    }
    .header-container{
        display: none !important;
    }
    .header-container.header_container_mobile{
    display: block !important;
}
.logo-section {
    width: unset !important;
    height: unset;
    position: unset !important;
    border-radius: 0;
    background: transparent;
}
.logo-placeholder img {
    width: 84px;
    height: 71px;
}
.header-container {
    height: auto;
    padding-right: 0;
    padding-left: 0;
    justify-content: unset;
}
.info-block:first-child {
    padding-right: 0;
    padding-left: 0;
    border: none;
}
.info-sections {
    padding-right: 0;
    margin-right: 0;
    flex-grow: unset;
    justify-content: unset;
    border: none;
}
    .cta-button {
        font-size: 15px;
        width: 156px;
        height: 36px;
        line-height: 1;
    }
  .status-text {
    font-size: 16px;
    color: #fff;
}
  .time-badge {
    font-size: 15px;
    min-width: 75px;
    height: 26px;
}
    .text-bold-blue {
        font-size: 16px;
        line-height: 1;
        display: flex;
    }
    .text-light {
        font-size: 15px;
    }
    .google-review .google-g img {
    width: 30px;
    height: 30px;
}
.review_all_content_star_box {
    gap: 6px;
}
    .rating-num {
        font-size: 18px;    
    }
    .stars img {
    width: 82px;
    height: 15px;
    object-fit: contain;
}
.review-count {
    font-size: 13px;
}
.cta-button svg{
    display: block !important;
    transform: scale(0.7);
}
.cta-button{
    font-size: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.cta-button:hover svg{
    filter: brightness(0);
}
.info-block {
    padding-right: 10px;
}
.time-block {
    justify-content: center;
    padding: 7px 0;
    background: #0e4cac;
}
.header_mob_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    border-top: 1px solid #ddd;
}
.header_mob_main_links {
    display: flex;
    align-items: center;
    gap: 10px;
}
.call_icon, .call_icon svg {
    display: flex;
    width: 40px;
    height: 40px;
    border: 2px solid #0E4CAC;
    border-radius: 50%;
    background: #0E4CAC;
    align-items: center;
    justify-content: center;
}
.call_icon svg{
    transform: scale(0.6);
}
.custom-container {
        max-width: 738px;
    }
    .features-wrapper {
        margin: 20px 0;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    .feature-item:not(:last-child)::after {
        right: -15%;
        display: none !important;
    }
    .feature-item:first-child::after {
        right: -35%;
        display: none !important;
    }
    .feature-title {
        font-size: 16px;
        margin-top: 13px;
        margin-bottom: 2px;
    }
    .feature-desc {
        font-size: 16px;
    }
    .icon-circle {
        width: 65px;
        height: 65px;
    }
    .custom-icon svg{
        transform: scale(0.8);
    }
    .feature-item {
    width: 33.33% !important;
    padding: 10px 0;
}
.pd100{
        padding: 55px 0 !important;
    }
    .landing_site_title {
        font-size: 28px;
    }
   .landing_site_heading {
        padding-bottom: 16px;
        margin-bottom: 25px;
    }
    .service_top_main_card {
        width: calc(50% - 10px);
        padding: 22px 5px;
    }
    .services-grid {
        margin: -28px -5px;
    }
    .card-content {
        padding: 40px 15px 38px 15px;
    }
    .service-btn {
        padding: 6px 15px;
        font-size: 15px;
        bottom: -20px;
    }
    .card-image {
        height: 210px;
    }
    .card-icon {
        width: 64px;
        height: 64px;
    }
    .landing_site_title_des {
        line-height: 20px;
        margin-top: 3px;
    }
    .card-content p {
        width: 100%;
        font-size: 15px;
        line-height: 21px;
    }
    .card-content h3 {
        margin: 0 0 6px 0;
    }
    .insurance-container {
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
        padding: 30px 20px;
    }
    .insurance-title {
    font-size: 34px;
    line-height: 38px;
    margin: 10px 0;
}
   .insurance-subtitle {
        font-size: 22px;
        line-height: 24px;
    }
   .insurance-cta-box {
    padding: 10px 20px;
    min-width: fit-content;
    height: auto;
    margin-top: 20px;
}
    .insurance-content {
        margin-right: 60px;
    }
    .cta-title {
        font-size: 18px;
    }
    .cta-desc {
        font-size: 16px;
        line-height: 18px;
        margin-top: 3px;
    }
    .cta-text {
        padding-left: 14px;
        margin-left: 12px;
    }
    .badge-tag span {
        font-size: 16px;
    }
    .badge-tag {
        padding: 9px 15px;
    }
    .insurance-content {
        flex: auto;
        text-align: center;
        margin: 0;
        border: none;
        width: 100% !important;
    }
    .glazier-container {
        padding: 35px 15px 35px 15px;
    }
    .image-wrapper {
        position: unset;
        top: 50%;
        right: 0;
        width: auto;
        height: auto;
        transform: unset;
        margin: auto;
        text-align: center;
    }
   .glazier-bottom-stats {
        width: calc(100% - 0px);
        margin-top: 15px;
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }
    .phone-badge-number {
        font-size: 22px;
    }
    .phone-badge-subtext {
        font-size: 15px;
        margin-top: 2px;
    }
    .phone-badge-icon svg {
        width: 40px;
        height: 40px;
    }
   .phone-badge {
        width: 200px;
        height: 200px;
        left: -65px;
        bottom: 20px;
        position: unset;
        margin: auto;
    }
    .phone-badge-inner {
        width: 180px;
        height: 180px;
    }
    .glazier-label {
        margin-bottom: 10px;
    }
    .choose_feature-grid {
        gap: 15px 20px;
    }
    .glazier-image{
        display: none !important;
    }
    .glazier-main-grid {
        gap: 50px;
    }
    .choose_feature-title {
        font-size: 16px;
        line-height: 23px;
    }
    .choose_feature-icon-box {
        width: 60px;
        height: 60px;
    }
    .stat-card {
        height: 82px;
        padding: 0 10px;
        gap: 9px;
    }
    .stat-title {
        font-size: 17px;
    }
   .stat-subtitle {
        font-size: 14px;
        line-height: 19px;
    }
    .choose_feature-item {
        gap: 15px;
    }
    .glazier-main-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .image-wrapper.animate-image.visible .phone-badge.animate-badge:hover {
        transform: unset;
        box-shadow: unset;
    }
    .stat-icon-wrapper {
        width: 60px;
        height: 60px;
    }
    .glazier-main-grid .landing_site_heading {
        text-align: center;
    }
    .glazier-label {
        margin-bottom: 4px;
        text-align: center;
    }
    .glazier-main-grid .landing_site_heading::after {
        right: 0;
    }
    .broken_glass_title_box {
        font-size: 34px;
    }
    .broken_glass_subtitle_box {
        font-size: 22px;
        margin: 8px 0 20px;
    }
    .broken_glass_sec {
        height: 250px;
    }
    .testimonials-grid {
        gap: 10px;
    }
    .image-container {
        width: 286px;
        height: 155px;
    }
    .review-text {
        font-size: 15px;
        line-height: 21px;
    }
    .read-more-btn {
        font-size: 15px;
    }
    .review-desc-container {
        margin-bottom: 10px;
    }
    .review-desc-container {
        max-height: 65px;
    }
    .testi_content_box {
        gap: 10px;
            grid-template-columns: repeat(1, 1fr);
    }
    .split-image {
        text-align: left;
        margin: 0 !important;
        object-position: left;
    }
    .review-subtitle {
        font-size: 15px;
    }
    .review-card {
        padding: 0 8px;
    }
    .prev-arrow svg, .next-arrow svg {
        width: 12px;
        height: 21px;
    }
    .prev-arrow {
        left: -15px;
    }
    .next-arrow {
        right: -15px;
    }
    .review-card_inner .review-text {
        margin-top: 10px !important;
        font-size: 15px;
        line-height: 22px;
    }
    .review-card_sub {
        padding: 17px 22px 20px 17px;
    }
    .bcg-regions {
        margin-top: 25px;
        gap: 20px;
    }
    .bcg-pill {
        padding: 8px 15px;
        font-size: 15px;
    }
    .bcg-region {
        padding: 20px 20px 20px 20px;
    }
    .bcg-pills {
        gap: 10px;
    }
    .bcg-region__count {
        font-size: 15px;
        padding: 2px 9px;
    }
    .bcg-region__name {
        margin: 0 0 20px;
        font-size: 22px;
    }
    .bcg-search__icon {
        width: 34px;
        height: 34px;
    }
    .bcg-search__icon svg {
        width: 18px;
        height: 18px;
    }
    #bcg-search-input {
        padding: 11px 9px 10px 22px;
        font-size: 14px;
        height: 46px;
    }
    .bcg-search {
        max-width: 400px;
        margin: 14px auto 0;
    }
    .bcg-areas__inner .landing_site_title_des {
        width: 80%;
        margin: auto;
        line-height: 28px;
    }
    .bcg-areas__head {
        margin-bottom: 16px;
    }
    .footer_main {
        grid-template-columns: 1fr;
        padding-top: 35px;
    }
    .footer_links_block:first-child {
        padding-left: 0;
    }
    .footer_left_col, .footer_right_col {
        padding-top: 0;
        border-right: none;
    }
    .review_box {
        padding-bottom: 15px;
        padding-top: 15px;
        justify-content: center;
    }
    .logo_box img {
        width: 165px;
        height: 139px;
        margin: auto;
    }
   .footer_links_block {
        padding-left: 60px;
    }
    .footer_links_block ul li {
        margin-bottom: 3px;
    }
    .contact_block.footer_links_block ul li {
        margin-bottom: 10px;
        gap: 11px;
    }
    .footer_links_block h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .logo_box {
        padding-bottom: 20px;
    }
    .footer_bottom p {
        padding: 10px 0 9px;
    }
    .contact_block ul li a {
        font-size: 16px !important;
    }
    .contact_block.footer_links_block ul li svg {
        transform: scale(0.9);
    }
    .footer_right_col {
        padding-bottom: 25px;
        justify-content: center;
        padding-top: 25px;
        border-top: 1px solid #ddd;
    }
   .hero-content h1 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 10px;
        text-align: center;
    }
.sub-headline {
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center;
}
    .badge-green {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .tag-gold {
        font-size: 20px;
        padding: 2px 16px;
    }
    .locations-list span {
        font-size: 26px;
    }
    .hero_bnr_sec_main_box, .hero_bnr_sec_main_box::after {
        height: auto;
    }
    .hero-form-container {
        max-width: 440px;
        padding: 31px 22px 40px;
    }
    .form-header {
        top: -22px;
        font-size: 24px;
        height: 44px;
    }
    .input-with-icon input, .select-wrapper select {
        padding: 5px 15px 5px 40px;
        font-size: 15px;
        height: 45px;
    }
    .select-wrapper select{
        padding-left: 15px !important;
    }
    .form-group {
        margin-bottom: 20px;
    }
    .submit-btn {
        font-size: 17px;
        height: 45px;
    }
    .hero-wrapper {
        gap: 50px;
        flex-wrap: wrap;
        justify-content: center;
    }
   .locations-list span {
        font-size: 20px;
        gap: 10px;
    }
   .cta-buttons {
        gap: 15px;
        margin-bottom: 20px;
        justify-content: center;
    }
   .tags-container {
        margin-bottom: 20px;
        gap: 10px;
        justify-content: center;
    }
    .tag-gold {
        font-size: 18px;
    }
.badge-green {
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 10px;
}
    .locations-list {
        gap: 15px;
        justify-content: center;
    }
  .hero_btns .insurance-cta-box {
    padding-left: 15px;
    margin-top: 0;
}
    .locations-list span img {
        width: 14px;
        height: 16px;
    }
    .hero-content h1 br {
    display: none;
}
.hero_bnr_sec_main_box_inner {
    padding: 40px 0;
}
.wpcf7-response-output {
    bottom: 11px;
}

}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .site_width1300,.site_width1580,.glazier-section{
        max-width: 950px !important;
    }
    .site_width1500 {
        width: 950px;
        max-width: 950px;
    }
.logo-section {
    width: 140px !important;
    height: 105px;
}
   .logo-placeholder img {
    width: 104px;
    height: 88px;
}
  .header-container {
    height: 70px;
    padding-right: 10px;
    padding-left: 140px;
    justify-content: unset;
}
.info-block:first-child {
    padding-right: 15px;
    padding-left: 15px;
}
.info-sections {
    padding-right: 10px;
    margin-right: 10px;
    flex-grow: unset;
    justify-content: unset;
}
    .cta-button {
        font-size: 15px;
        width: 156px;
        height: 36px;
        line-height: 1;
    }
    .status-text {
        font-size: 16px;
    }
  .time-badge {
    font-size: 15px;
    min-width: 75px;
    height: 26px;
}
    .text-bold-blue {
        font-size: 16px;
        line-height: 1;
        display: flex;
    }
    .text-light {
        font-size: 15px;
    }
    .google-review .google-g img {
    width: 30px;
    height: 30px;
}
.review_all_content_star_box {
    gap: 6px;
}
    .rating-num {
        font-size: 18px;    
    }
    .stars img {
    width: 82px;
    height: 15px;
    object-fit: contain;
}
.review-count {
    font-size: 13px;
}
.cta-button svg{
    display: block !important;
    transform: scale(0.7);
}
.cta-button{
    font-size: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.cta-button:hover svg{
    filter: brightness(0);
}
.info-block {
    padding-right: 10px;
}
.custom-container {
        max-width: 950px;
    }
    .features-wrapper {
        margin: 20px 0;
    }
    .feature-item:not(:last-child)::after {
        right: -15%;
    }
    .feature-item:first-child::after {
        right: -35%;
    }
    .feature-title {
        font-size: 16px;
        margin-top: 13px;
        margin-bottom: 2px;
    }
    .feature-desc {
        font-size: 16px;
    }
    .icon-circle {
        width: 65px;
        height: 65px;
    }
    .custom-icon svg{
        transform: scale(0.8);
    }
    .pd100{
        padding: 60px 0 !important;
    }
    .landing_site_title {
        font-size: 30px;
    }
   .landing_site_heading {
        padding-bottom: 16px;
        margin-bottom: 25px;
    }
    .service_top_main_card {
        width: calc(33.33% - 10px);
        padding: 22px 5px;
    }
    .services-grid {
        margin: -28px -5px;
    }
    .card-content {
        padding: 40px 15px 38px 15px;
    }
    .service-btn {
        padding: 6px 15px;
        font-size: 15px;
        bottom: -20px;
    }
    .card-image {
        height: 210px;
    }
    .card-icon {
        width: 64px;
        height: 64px;
    }
    .landing_site_title_des {
        line-height: 20px;
        margin-top: 3px;
    }
    .card-content p {
        width: 100%;
        font-size: 15px;
        line-height: 21px;
    }
    .card-content h3 {
        margin: 0 0 6px 0;
    }
    .insurance-container {
        padding-left: 30px;
        padding-right: 30px;
        height: 230px;
    }
    .insurance-title {
        font-size: 40px;
        line-height: 42px;
        margin: 10px 0;
    }
   .insurance-subtitle {
        font-size: 26px;
        line-height: 28px;
    }
    .insurance-cta-box {
        padding: 10px 20px;
        min-width: fit-content;
        height: auto;
    }
    .insurance-content {
        margin-right: 60px;
    }
    .cta-title {
        font-size: 18px;
    }
    .cta-desc {
        font-size: 16px;
        line-height: 18px;
        margin-top: 3px;
    }
    .cta-text {
        padding-left: 14px;
        margin-left: 12px;
    }
    .badge-tag span {
        font-size: 16px;
    }
    .badge-tag {
        padding: 9px 15px;
    }
    .glazier-container {
        padding: 35px 30px 75px 30px;
    }
    .image-wrapper {
        position: absolute;
        top: 50%;
        right: 0;
        width: auto;
        height: auto;
        transform: translateY(-50%);
    }
    .glazier-bottom-stats {
        width: calc(100% - 40px);
        margin-top: -41px;
        gap: 10px;
    }
    .phone-badge-number {
        font-size: 22px;
    }
    .phone-badge-subtext {
        font-size: 15px;
        margin-top: 2px;
    }
    .phone-badge-icon svg {
        width: 40px;
        height: 40px;
    }
   .phone-badge {
        width: 200px;
        height: 200px;
        left: -65px;
        bottom: 20px;
        position: unset;
    }
    .phone-badge-inner {
        width: 180px;
        height: 180px;
    }
    .glazier-label {
        margin-bottom: 10px;
    }
    .choose_feature-grid {
        gap: 20px 50px;
    }
    .glazier-image{
        display: none !important;
    }
    .glazier-main-grid {
        gap: 50px;
    }
    .choose_feature-title {
        font-size: 16px;
        line-height: 23px;
    }
    .choose_feature-icon-box {
        width: 60px;
        height: 60px;
    }
    .stat-card {
        height: 82px;
        padding: 0 10px;
        gap: 9px;
    }
    .stat-title {
        font-size: 17px;
    }
   .stat-subtitle {
        font-size: 14px;
        line-height: 19px;
    }
    .choose_feature-item {
        gap: 15px;
    }
    .glazier-main-grid {
        grid-template-columns: 1fr 200px;
        gap: 30px;
    }
    .image-wrapper.animate-image.visible .phone-badge.animate-badge:hover {
        transform: unset;
        box-shadow: unset;
    }
    .stat-icon-wrapper {
        width: 60px;
        height: 60px;
    }
    .broken_glass_title_box {
        font-size: 40px;
    }
    .broken_glass_subtitle_box {
        font-size: 24px;
        margin: 10px 0 25px;
    }
    .broken_glass_sec {
        height: 300px;
    }
    .testimonials-grid {
        gap: 10px;
    }
    .image-container {
        width: 286px;
        height: 155px;
    }
    .review-text {
        font-size: 15px;
        line-height: 21px;
    }
    .read-more-btn {
        font-size: 15px;
    }
    .review-desc-container {
        margin-bottom: 10px;
    }
    .review-desc-container {
        max-height: 88px;
    }
    .testi_content_box {
        gap: 10px;
    }
    .review-card {
        padding: 0 8px;
    }
    .prev-arrow svg, .next-arrow svg {
        width: 12px;
        height: 21px;
    }
    .prev-arrow {
        left: -15px;
    }
    .next-arrow {
        right: -15px;
    }
    .review-card_inner .review-text {
        margin-top: 10px !important;
        font-size: 15px;
        line-height: 22px;
    }
    .review-card_sub {
        padding: 17px 22px 20px 17px;
    }
    .bcg-regions {
        margin-top: 25px;
        gap: 20px;
    }
    .bcg-pill {
        padding: 8px 15px;
        font-size: 15px;
    }
    .bcg-region {
        padding: 20px 20px 20px 20px;
    }
    .bcg-pills {
        gap: 10px;
    }
    .bcg-region__count {
        font-size: 15px;
        padding: 2px 9px;
    }
    .bcg-region__name {
        margin: 0 0 20px;
        font-size: 22px;
    }
    .footer_main {
        grid-template-columns: 220px 1fr;
        padding-top: 35px;
    }
    .footer_links_block:first-child {
        padding-left: 50px;
    }
    .footer_left_col,.footer_right_col {
        padding-top: 10px;
    }
    .review_box {
        padding-bottom: 30px;
        padding-top: 25px;
    }
    .logo_box img {
        width: 165px;
        height: 139px;
    }
   .footer_links_block {
        padding-left: 60px;
    }
    .footer_links_block ul li {
        margin-bottom: 10px;
    }
    .contact_block.footer_links_block ul li {
        margin-bottom: 15px;
        gap: 11px;
    }
    .footer_links_block h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .logo_box {
        padding-bottom: 20px;
    }
    .footer_bottom p {
        padding: 13px 0 12px;
    }
    .contact_block ul li a {
        font-size: 16px !important;
    }
    .contact_block.footer_links_block ul li svg {
        transform: scale(0.9);
    }
    .hero-content h1 {
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 10px;
    }
   .sub-headline {
        font-size: 24px;
        margin-bottom: 22px;
    }
    .badge-green {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .tag-gold {
        font-size: 20px;
        padding: 2px 16px;
    }
    .locations-list span {
        font-size: 26px;
    }
    .hero_bnr_sec_main_box, .hero_bnr_sec_main_box::after {
        height: 530px;
    }
    .hero-form-container {
        max-width: 350px;
        padding: 31px 22px 40px;
    }
    .form-header {
        top: -22px;
        font-size: 24px;
        height: 44px;
    }
    .input-with-icon input, .select-wrapper select {
        padding: 5px 15px 5px 40px;
        font-size: 15px;
        height: 45px;
    }
    .form-group {
        margin-bottom: 20px;
    }
    .submit-btn {
        font-size: 17px;
        height: 45px;
    }
    .hero-wrapper {
        gap: 25px;
    }
   .locations-list span {
        font-size: 16px;
        gap: 10px;
    }
    .cta-buttons {
        gap: 15px;
        margin-bottom: 20px;
    }
   .tags-container {
        margin-bottom: 20px;
        gap: 10px;
    }
    .tag-gold {
        font-size: 18px;
    }
    .badge-green {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .locations-list {
        gap: 15px;
    }
    .hero_btns .insurance-cta-box {
        padding-left: 15px;
    }
    .locations-list span img {
        width: 14px;
        height: 16px;
    }
    .select-wrapper select{
        padding-left: 15px !important;
    }
    .wpcf7-response-output {
    bottom: 1px;
}
.hero_bnr_sec_main_box {
        margin-top: 71px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .site_width1300,.site_width1580,.glazier-section{
        max-width: 995px !important;
    }
    .site_width1500 {
        width: 995px;
        max-width: 995px;
    }
     .logo-section {
    width: 140px !important;
    height: 105px;
}
   .logo-placeholder img {
    width: 104px;
    height: 88px;
}
  .header-container {
    height: 70px;
    padding-right: 15px;
    padding-left: 140px;
    justify-content: unset;
}
.info-block:first-child {
    padding-right: 15px;
    padding-left: 15px;
}
.info-sections {
    padding-right: 15px;
    margin-right: 15px;
    flex-grow: unset;
    justify-content: unset;
}
    .cta-button {
        font-size: 15px;
        width: 156px;
        height: 36px;
        line-height: 1;
    }
    .status-text {
        font-size: 17px;
    }
    .time-badge {
        font-size: 16px;
        min-width: 85px;
        height: 28px;
    }
    .text-bold-blue {
        font-size: 16px;
        line-height: 1;
        display: flex;
    }
    .text-light {
        font-size: 15px;
    }
    .google-review .google-g img {
        width: 36px;
        height: 36px;
    }
    .rating-num {
        font-size: 18px;    
    }
    .stars img {
    width: 82px;
    height: 15px;
    object-fit: contain;
}
.review-count {
    font-size: 13px;
}
.cta-button svg{
    display: block !important;
    transform: scale(0.7);
}
.cta-button{
    font-size: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.cta-button:hover svg{
    filter: brightness(0);
}
.info-block {
    padding-right: 10px;
}
    .custom-container {
        max-width: 995px;
    }
    .features-wrapper {
        margin: 20px 0;
    }
    .feature-item:not(:last-child)::after {
        right: -20%;
    }
    .feature-item:first-child::after {
        right: -43%;
    }
    .feature-title {
        font-size: 16px;
        margin-top: 13px;
        margin-bottom: 2px;
    }
    .feature-desc {
        font-size: 16px;
    }
    .icon-circle {
        width: 65px;
        height: 65px;
    }
    .custom-icon svg{
        transform: scale(0.8);
    }
    .pd100{
        padding: 65px 0 !important;
    }
    .landing_site_title {
        font-size: 32px;
    }
   .landing_site_heading {
        padding-bottom: 16px;
        margin-bottom: 31px;
    }
    .service_top_main_card {
        width: calc(33.33% - 20px);
        padding: 22px 10px;
    }
    .services-grid {
        margin: -28px -10px;
    }
    .card-content {
        padding: 40px 15px 38px 15px;
    }
    .service-btn {
        padding: 6px 15px;
        font-size: 15px;
        bottom: -20px;
    }
    .card-image {
        height: 210px;
    }
    .card-icon {
        width: 64px;
        height: 64px;
    }
    .landing_site_title_des {
        line-height: 20px;
        margin-top: 3px;
    }
    .card-content p {
        width: 100%;
    }
    .card-content h3 {
        margin: 0 0 6px 0;
    }
    .insurance-container {
        padding-left: 30px;
        padding-right: 30px;
        height: 230px;
    }
    .insurance-title {
        font-size: 40px;
        line-height: 42px;
        margin: 10px 0;
    }
   .insurance-subtitle {
        font-size: 26px;
        line-height: 28px;
    }
    .insurance-cta-box {
        padding: 10px 20px;
        min-width: fit-content;
        height: auto;
    }
    .insurance-content {
        margin-right: 60px;
    }
    .cta-title {
        font-size: 18px;
    }
    .cta-desc {
        font-size: 16px;
        line-height: 18px;
        margin-top: 3px;
    }
    .cta-text {
        padding-left: 14px;
        margin-left: 12px;
    }
    .badge-tag span {
        font-size: 16px;
    }
    .badge-tag {
        padding: 9px 15px;
    }
    .glazier-container {
        padding: 35px 30px 75px 30px;
    }
    .image-wrapper {
        position: absolute;
        top: 50%;
        right: 0;
        width: auto;
        height: auto;
        transform: translateY(-50%);
    }
    .glazier-bottom-stats {
        width: calc(100% - 40px);
        margin-top: -41px;
        gap: 10px;
    }
    .phone-badge-number {
        font-size: 22px;
    }
    .phone-badge-subtext {
        font-size: 15px;
        margin-top: 2px;
    }
    .phone-badge-icon svg {
        width: 40px;
        height: 40px;
    }
   .phone-badge {
        width: 200px;
        height: 200px;
        left: -65px;
        bottom: 20px;
        position: unset;
    }
    .phone-badge-inner {
        width: 180px;
        height: 180px;
    }
    .glazier-label {
        margin-bottom: 10px;
    }
    .choose_feature-grid {
        gap: 20px 50px;
    }
    .glazier-image{
        display: none !important;
    }
    .glazier-main-grid {
        gap: 60px;
    }
    .choose_feature-title {
        font-size: 17px;
        line-height: 23px;
    }
    .choose_feature-icon-box {
        width: 65px;
        height: 65px;
    }
    .stat-card {
        height: 82px;
        padding: 0 15px;
        gap: 9px;
    }
    .stat-title {
        font-size: 18px;
    }
    .stat-subtitle {
        font-size: 15px;
        line-height: 22px;
    }
    .choose_feature-item {
        gap: 15px;
    }
    .glazier-main-grid {
        grid-template-columns: 1fr 200px;
        gap: 30px;
    }
    .image-wrapper.animate-image.visible .phone-badge.animate-badge:hover {
        transform: unset;
        box-shadow: unset;
    }
    .stat-icon-wrapper {
        width: 60px;
        height: 60px;
    }
    .broken_glass_title_box {
        font-size: 40px;
    }
    .broken_glass_subtitle_box {
        font-size: 24px;
        margin: 10px 0 25px;
    }
    .broken_glass_sec {
        height: 300px;
    }
    .testimonials-grid {
        gap: 10px;
    }
    .image-container {
        width: 286px;
        height: 155px;
    }
    .review-text {
        font-size: 15px;
        line-height: 21px;
    }
    .read-more-btn {
        font-size: 15px;
    }
    .review-desc-container {
        margin-bottom: 10px;
    }
    .review-desc-container {
        max-height: 88px;
    }
    .review-card {
        padding: 0 8px;
    }
    .prev-arrow svg, .next-arrow svg {
        width: 12px;
        height: 21px;
    }
    .prev-arrow {
        left: -15px;
    }
    .next-arrow {
        right: -15px;
    }
    .review-card_inner .review-text {
        margin-top: 10px !important;
        font-size: 15px;
        line-height: 22px;
    }
    .review-card_sub {
        padding: 17px 22px 20px 17px;
    }
    .bcg-regions {
        margin-top: 25px;
        gap: 20px;
    }
    .bcg-pill {
        padding: 8px 15px;
        font-size: 15px;
    }
    .bcg-region {
        padding: 20px 20px 20px 20px;
    }
    .bcg-pills {
        gap: 10px;
    }
    .bcg-region__count {
        font-size: 15px;
        padding: 2px 9px;
    }
    .bcg-region__name {
        margin: 0 0 20px;
        font-size: 22px;
    }
    .footer_main {
        grid-template-columns: 250px 1fr;
        padding-top: 35px;
    }
    .footer_links_block:first-child {
        padding-left:60px;
    }
    .footer_left_col,.footer_right_col {
        padding-top: 20px;
    }
    .review_box {
        padding-bottom: 30px;
        padding-top: 25px;
    }
    .logo_box img {
        width: 165px;
        height: 139px;
    }
   .footer_links_block {
        padding-left: 60px;
    }
    .footer_links_block ul li {
        margin-bottom: 10px;
    }
    .contact_block.footer_links_block ul li {
        margin-bottom: 15px;
    }
    .footer_links_block h3 {
        font-size: 22px;
        margin-bottom: 18px;
    }
    .logo_box {
        padding-bottom: 20px;
    }
    .footer_bottom p {
        padding: 13px 0 12px;
    }
    .contact_block ul li a {
        font-size: 16px !important;
    }
    .hero-content h1 {
        font-size: 50px;
        line-height: 56px;
        margin-bottom: 10px;
    }
   .sub-headline {
        font-size: 24px;
        margin-bottom: 22px;
    }
    .badge-green {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .tag-gold {
        font-size: 20px;
        padding: 2px 16px;
    }
    .locations-list span {
        font-size: 26px;
    }
    .hero_bnr_sec_main_box, .hero_bnr_sec_main_box::after {
        height: 530px;
    }
    .hero-form-container {
        max-width: 350px;
        padding: 31px 22px 40px;
    }
    .form-header {
        top: -22px;
        font-size: 24px;
        height: 44px;
    }
    .input-with-icon input, .select-wrapper select {
        padding: 5px 15px 5px 40px;
        font-size: 15px;
        height: 45px;
    }
    .form-group {
        margin-bottom: 20px;
    }
    .submit-btn {
        font-size: 17px;
        height: 45px;
    }
    .hero-wrapper {
        gap: 50px;
    }
   .locations-list span {
        font-size: 17px;
        gap: 10px;
    }
    .cta-buttons {
        gap: 15px;
        margin-bottom: 20px;
    }
   .tags-container {
        margin-bottom: 20px;
        gap: 10px;
    }
    .tag-gold {
        font-size: 18px;
    }
    .badge-green {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .locations-list {
        gap: 15px;
    }
    .hero_btns .insurance-cta-box {
        padding-left: 15px;
    }
    .select-wrapper select{
        padding-left: 15px !important;
    }
    .wpcf7-response-output {
    bottom: 1px;
}
.hero_bnr_sec_main_box {
        margin-top: 71px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .site_width1300,.site_width1580,.glazier-section{
        max-width: 1111px !important;
    }
    .site_width1500 {
        width: 1111px;
        max-width: 1111px;
    }
    .logo-section {
    width: 170px !important;
    height: 105px;
}
   .logo-placeholder img {
    width: 104px;
    height: 88px;
}
  .header-container {
    height: 70px;
    padding-right: 15px;
    padding-left: 170px;
    justify-content: unset;
}
.info-block:first-child {
    padding-right: 25px;
    padding-left: 25px;
}
.info-sections {
    padding-right: 25px;
    margin-right: 25px;
    flex-grow: unset;
}
    .cta-button {
        font-size: 15px;
        width: 156px;
        height: 36px;
        line-height: 1;
    }
    .status-text {
        font-size: 17px;
    }
    .time-badge {
        font-size: 16px;
        min-width: 85px;
        height: 28px;
    }
    .text-bold-blue {
        font-size: 16px;
        line-height: 1;
        display: flex;
    }
    .text-light {
        font-size: 15px;
    }
    .google-review .google-g img {
        width: 36px;
        height: 36px;
    }
    .rating-num {
        font-size: 18px;    
    }
    .stars img {
    width: 82px;
    height: 15px;
    object-fit: contain;
}
.review-count {
    font-size: 14px;
}
.cta-button svg{
    display: block !important;
    transform: scale(0.8);
}
.cta-button{
    font-size: 0 !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.cta-button:hover svg{
    filter: brightness(0);
}
    .custom-container {
        max-width: 1111px;
    }
    .features-wrapper {
        margin: 20px 0;
    }
    .feature-item:not(:last-child)::after {
        right: -20%;
    }
    .feature-item:first-child::after {
        right: -43%;
    }
    .feature-title {
        font-size: 17px;
        margin-top: 13px;
        margin-bottom: 5px;
    }
    .feature-desc {
        font-size: 17px;
    }
    .icon-circle {
        width: 65px;
        height: 65px;
    }
    .custom-icon svg{
        transform: scale(0.8);
    }
    .pd100{
        padding: 70px 0 !important;
    }
    .landing_site_title {
        font-size: 32px;
    }
    .landing_site_heading {
        padding-bottom: 22px;
        margin-bottom: 27px;
    }
    .service_top_main_card {
        width: calc(33.33% - 20px);
        padding: 22px 10px;
    }
    .services-grid {
        margin: -28px -10px;
    }
    .card-content {
        padding: 40px 15px 38px 15px;
    }
    .service-btn {
        padding: 6px 15px;
        font-size: 15px;
        bottom: -20px;
    }
    .card-image {
        height: 220px;
    }
    .card-icon {
        width: 64px;
        height: 64px;
    }
    .insurance-container {
        padding-left: 50px;
        padding-right: 50px;
        height: 250px;
    }
    .insurance-title {
        font-size: 46px;
        line-height: 48px;
        margin: 10px 0;
    }
    .insurance-subtitle {
        font-size: 30px;
        line-height: 32px;
    }
    .insurance-cta-box {
        padding: 10px 30px;
        min-width: fit-content;
        height: auto;
    }
    .insurance-content {
        margin-right: 50px;
    }
    .glazier-container {
        padding: 35px 30px 85px 30px;
    }
   .image-wrapper {
        position: absolute;
        top: -35px;
        right: -30px;
        width: 396px;
        height: 382px;
    }
    .glazier-bottom-stats {
        width: calc(100% - 60px);
        margin-top: -46px;
    }
    .phone-badge-number {
        font-size: 22px;
    }
    .phone-badge-subtext {
        font-size: 15px;
        margin-top: 2px;
    }
    .phone-badge-icon svg {
        width: 40px;
        height: 40px;
    }
   .phone-badge {
        width: 200px;
        height: 200px;
        left: -65px;
        bottom: 20px;
    }
    .phone-badge-inner {
        width: 180px;
        height: 180px;
    }
    .glazier-label {
        margin-bottom: 10px;
    }
    .choose_feature-grid {
        gap: 20px 50px;
    }
    .glazier-main-grid {
        gap: 60px;
    }
    .choose_feature-title {
        font-size: 17px;
        line-height: 23px;
    }
    .choose_feature-icon-box {
        width: 65px;
        height: 65px;
    }
    .stat-card {
        height: 92px;
        padding: 0 15px;
    }
    .stat-title {
        font-size: 18px;
    }
    .stat-subtitle {
        font-size: 15px;
        line-height: 22px;
    }
    .choose_feature-item {
        gap: 15px;
    }
    .broken_glass_title_box {
        font-size: 40px;
    }
    .broken_glass_subtitle_box {
        font-size: 24px;
        margin: 10px 0 25px;
    }
    .broken_glass_sec {
        height: 300px;
    }
    .testimonials-grid {
        gap: 10px;
    }
    .image-container {
        width: 325px;
        height: 176px;
    }
    .review-text {
        font-size: 15px;
        line-height: 21px;
    }
    .read-more-btn {
        font-size: 15px;
    }
    .review-desc-container {
        margin-bottom: 10px;
    }
    .review-card {
        padding: 0 8px;
    }
    .prev-arrow svg, .next-arrow svg {
        width: 13px;
        height: 23px;
    }
    .prev-arrow {
        left: -15px;
    }
    .next-arrow {
        right: -15px;
    }
    .review-card_inner .review-text {
        margin-top: 10px !important;
    }
    .bcg-regions {
        margin-top: 25px;
        gap: 20px;
    }
    .bcg-pill {
        padding: 8px 15px;
        font-size: 15px;
    }
    .bcg-region {
        padding: 20px 20px 20px 20px;
    }
    .bcg-pills {
        gap: 10px;
    }
    .bcg-region__count {
        font-size: 15px;
        padding: 2px 9px;
    }
    .bcg-region__name {
        margin: 0 0 20px;
        font-size: 22px;
    }
    .footer_main {
        grid-template-columns: 230px 1fr;
        padding-top: 35px;
    }
    .footer_links_block:first-child {
        padding-left: 80px;
    }
    .footer_left_col,.footer_right_col {
        padding-top: 20px;
    }
    .review_box {
        padding-bottom: 30px;
        padding-top: 25px;
    }
    .logo_box img {
        width: 165px;
        height: 139px;
    }
    .footer_links_block {
        padding-left: 104px;
    }
    .footer_links_block ul li {
        margin-bottom: 10px;
    }
    .contact_block.footer_links_block ul li {
        margin-bottom: 15px;
    }
    .footer_links_block h3 {
        font-size: 22px;
        margin-bottom: 18px;
    }
    .logo_box {
        padding-bottom: 20px;
    }
    .footer_bottom p {
        padding: 13px 0 12px;
    }
   .hero-content h1 {
        font-size: 50px;
        line-height: 56px;
        margin-bottom: 10px;
    }
   .sub-headline {
        font-size: 24px;
        margin-bottom: 22px;
    }
    .badge-green {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .tag-gold {
        font-size: 20px;
        padding: 2px 16px;
    }
    .locations-list span {
        font-size: 26px;
    }
    .hero_bnr_sec_main_box, .hero_bnr_sec_main_box::after {
        height: 550px;
    }
    .hero-form-container {
        max-width: 350px;
        padding: 31px 22px 40px;
    }
    .form-header {
        top: -22px;
        font-size: 24px;
        height: 44px;
    }
    .input-with-icon input, .select-wrapper select {
        padding: 5px 15px 5px 40px;
        font-size: 15px;
        height: 45px;
    }
    .form-group {
        margin-bottom: 20px;
    }
    .submit-btn {
        font-size: 17px;
        height: 45px;
    }
    .hero-wrapper {
        gap: 50px;
    }
   .locations-list span {
        font-size: 20px;
        gap: 10px;
    }
    .cta-buttons {
        gap: 15px;
        margin-bottom: 30px;
    }
    .tags-container {
        margin-bottom: 25px;
    }
    .tag-gold {
        font-size: 18px;
    }
    .badge-green {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .select-wrapper select{
        padding-left: 15px !important;
    }
    .wpcf7-response-output {
    bottom: 1px;
}
.hero_bnr_sec_main_box {
        margin-top: 71px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .site_width1300,.site_width1580,.glazier-section{
        max-width: 1250px !important;
    }
    .site_width1500 {
        width: 1250px;
        max-width: 1250px;
    }
    .logo-section {
        width: 200px !important;
        height: 130px;
    }
    .logo-placeholder img {
        width: 124px;
        height: 105px;
    }
   .header-container {
        height: 75px;
        padding-right: 15px;
        padding-left: 200px;
    }
    .info-block:first-child {
        padding-right: 20px;
        padding-left: 20px;
    }
    .info-sections {
    padding-right: 20px;
    margin-right: 20px;
    flex-grow: unset;
}
    .cta-button {
        font-size: 15px;
        width: 156px;
        height: 36px;
        line-height: 1;
    }
    .status-text {
        font-size: 18px;
    }
    .time-badge {
        font-size: 16px;
        min-width: 85px;
        height: 28px;
    }
    .text-bold-blue {
        font-size: 17px;
        line-height: 1;
        display: flex;
    }
    .text-light {
        font-size: 16px;
    }
    .google-review .google-g img {
        width: 36px;
        height: 36px;
    }
    .rating-num {
        font-size: 18px;    
    }
    .stars img {
    width: 82px;
    height: 15px;
    object-fit: contain;
}
    .custom-container {
        max-width: 1250px;
    }
    .features-wrapper {
        margin: 30px 0;
    }
    .feature-item:not(:last-child)::after {
        right: -27%;
    }
    .feature-item:first-child::after {
        right: -60%;
    }
    .feature-title {
        font-size: 18px;
        margin-top: 15px;
    }
    .feature-desc {
        font-size: 18px;
    }
    .icon-circle {
        width: 75px;
        height: 75px;
    }
    .pd100{
        padding: 80px 0 !important;
    }
    .landing_site_title {
        font-size: 34px;
    }
    .landing_site_heading {
        padding-bottom: 22px;
        margin-bottom: 27px;
    }
    .service_top_main_card {
        width: calc(33.33% - 20px);
        padding: 28px 10px;
    }
    .services-grid {
        margin: -28px -10px;
    }
    .card-content {
        padding: 45px 15px 45px 15px;
    }
    .insurance-container {
        padding-left: 50px;
        padding-right: 50px;
        height: 250px;
    }
    .insurance-title {
        font-size: 46px;
        line-height: 48px;
        margin: 10px 0;
    }
    .insurance-subtitle {
        font-size: 30px;
        line-height: 32px;
    }
    .insurance-cta-box {
        padding: 10px 30px;
        min-width: fit-content;
        height: auto;
    }
    .glazier-container {
        padding: 35px 30px 85px 30px;
    }
   .image-wrapper {
        position: absolute;
        top: -35px;
        right: -30px;
        width: 396px;
        height: 382px;
    }
    .glazier-bottom-stats {
        width: calc(100% - 60px);
        margin-top: -46px;
    }
    .phone-badge-number {
        font-size: 22px;
    }
    .phone-badge-subtext {
        font-size: 15px;
        margin-top: 2px;
    }
    .phone-badge-icon svg {
        width: 40px;
        height: 40px;
    }
   .phone-badge {
        width: 200px;
        height: 200px;
        left: -65px;
        bottom: 20px;
    }
    .phone-badge-inner {
        width: 180px;
        height: 180px;
    }
    .glazier-label {
        margin-bottom: 10px;
    }
    .choose_feature-grid {
        gap: 20px 50px;
    }
    .glazier-main-grid {
        gap: 60px;
    }
    .choose_feature-title {
        font-size: 17px;
        line-height: 23px;
    }
    .choose_feature-icon-box {
        width: 65px;
        height: 65px;
    }
    .stat-card {
        height: 92px;
        padding: 0 15px;
    }
    .stat-title {
        font-size: 18px;
    }
    .stat-subtitle {
        font-size: 15px;
        line-height: 22px;
    }
    .choose_feature-item {
        gap: 15px;
    }
    .broken_glass_title_box {
        font-size: 40px;
    }
    .broken_glass_subtitle_box {
        font-size: 24px;
        margin: 10px 0 25px;
    }
    .broken_glass_sec {
        height: 300px;
    }
    .testimonials-grid {
        gap: 10px;
    }
    .review-card {
        padding: 0 8px;
    }
    .prev-arrow svg, .next-arrow svg {
        width: 13px;
        height: 23px;
    }
    .prev-arrow {
        left: -15px;
    }
    .next-arrow {
        right: -15px;
    }
    .bcg-regions {
        margin-top: 30px;
        gap: 30px;
    }
    .bcg-pill {
        padding: 10px 21px;
    }
    .bcg-region {
        padding: 25px 20px 25px 25px;
    }
    .bcg-pills {
        gap: 10px;
    }
    .bcg-region__count {
        font-size: 15px;
        padding: 2px 9px;
    }
    .bcg-region__name {
        margin: 0 0 20px;
        font-size: 22px;
    }
    .footer_main {
        grid-template-columns: 300px 1fr;
        padding-top: 45px;
    }
    .footer_links_block:first-child {
        padding-left: 80px;
    }
    .footer_left_col,.footer_right_col {
        padding-top: 20px;
    }
    .review_box {
        padding-bottom: 45px;
    }
   .hero-content h1 {
        font-size: 50px;
        line-height: 56px;
        margin-bottom: 20px;
    }
   .sub-headline {
        font-size: 26px;
        margin-bottom: 22px;
    }
    .badge-green {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .tag-gold {
        font-size: 20px;
        padding: 2px 16px;
    }
    .locations-list span {
        font-size: 26px;
    }
    .hero_bnr_sec_main_box, .hero_bnr_sec_main_box::after {
        height: 570px;
    }
    .hero-form-container {
        max-width: 400px;
        padding: 35px 28px 40px;
    }
    .form-header {
        top: -25px;
        font-size: 28px;
        height: 50px;
    }
    .input-with-icon input, .select-wrapper select {
        padding: 5px 15px 5px 40px;
        font-size: 15px;
        height: 45px;
    }
    .form-group {
        margin-bottom: 20px;
    }
    .submit-btn {
        font-size: 17px;
        height: 45px;
    }
    .hero-wrapper {
        gap: 50px;
    }
    .locations-list span {
        font-size: 22px;
    }
    .cta-buttons {
        gap: 15px;
        margin-bottom: 30px;
    }
    .tags-container {
        margin-bottom: 25px;
    }
    .tag-gold {
        font-size: 18px;
    }
    .badge-green {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .select-wrapper select{
        padding-left: 15px !important;
    }
    .hero_bnr_sec_main_box {
        margin-top: 76px;
    }
    
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .hero_bnr_sec_main_box {
    margin-top: 86px;
}
    .site_width1580,.glazier-section{
        max-width: 1411px !important;
    }
    .site_width1500 {
        width: 1411px;
        max-width: 1411px;
    }
    .logo-section {
        width: 240px !important;
        height: 140px;
    }
    .logo-placeholder img {
        width: 137px;
        height: 116px;
    }
    .header-container {
        height: 85px;
        padding-right: 20px;
        padding-left: 240px;
    }
    .info-block:first-child {
        padding-right: 30px;
        padding-left: 30px;
    }
    .info-sections {
        padding-right: 40px;
        margin-right: 20px;
        flex-grow: unset;
    }
    .cta-button {
        font-size: 16px;
        width: 180px;
        height: 42px;
    }
    .status-text {
        font-size: 18px;
    }
    .time-badge {
        font-size: 18px;
        min-width: 100px;
        height: 32px;
    }
    .text-bold-blue {
        font-size: 18px;
    }
    .text-light {
        font-size: 16px;
    }
    .custom-container {
        max-width: 1410px;
    }
    .features-wrapper {
        margin: 30px 0;
    }
    .feature-item:not(:last-child)::after {
        right: -27%;
    }
    .feature-item:first-child::after {
        right: -60%;
    }
    .pd100{
        padding: 90px 0 !important;
    }
    .insurance-container {
        padding-left: 50px;
        padding-right: 50px;
        height: 280px;
    }
    .insurance-title {
        font-size: 56px;
        line-height: 58px;
        margin: 12px 0;
    }
    .insurance-subtitle {
        font-size: 35px;
        line-height: 38px;
    }
    .glazier-container {
        padding: 50px 50px 85px 50px;
    }
    .image-wrapper {
        position: absolute;
        top: -50px;
        right: -50px;
    }
    .glazier-bottom-stats {
        width: calc(100% - 100px);
    }
    .phone-badge-number {
        font-size: 24px;
    }
    .phone-badge-subtext {
        font-size: 17px;
        margin-top: 2px;
    }
    .phone-badge-icon svg {
        width: 44px;
        height: 44px;
    }
    .phone-badge {
        width: 220px;
        height: 220px;
        left: -65px;
        bottom: 10px;
    }
    .phone-badge-inner {
        width: 200px;
        height: 200px;
    }
    .glazier-label {
        margin-bottom: 10px;
    }
    .broken_glass_title_box {
        font-size: 45px;
    }
    .broken_glass_subtitle_box {
        font-size: 28px;
        margin: 10px 0 28px;
    }
    .broken_glass_sec {
        height: 350px;
    }
    .hero-content h1 {
        font-size: 60px;
        line-height: 65px;
    }
    .sub-headline {
        font-size: 29px;
        margin-bottom: 25px;
    }
    .badge-green {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .tag-gold {
        font-size: 20px;
        padding: 2px 16px;
    }
    .locations-list span {
        font-size: 26px;
    }
    .hero_bnr_sec_main_box,.hero_bnr_sec_main_box::after {
        height: 670px;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .hero_bnr_sec_main_box {
    margin-top: 86px;
}
    .logo-section {
        width: 240px !important;
        height: 140px;
    }
    .logo-placeholder img {
        width: 137px;
        height: 116px;
    }
    .header-container {
        height: 85px;
        padding-right: 20px;
        padding-left: 240px;
    }
    .info-block:first-child {
        padding-right: 43px;
        padding-left: 30px;
    }
    .info-sections {
        padding-right: 65px;
        margin-right: 40px;
    }
}