body {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}
        body.dark #smsOverlay {
            background-color: #000 !important
        }
        body.light #smsOverlay {
            background-color: #fff !important
        }
        body.dark .header {
            background-color: #000;
            color: #fff
        }

.header {
  width: auto;
   height: auto;
   background-color: #fff;
   color: inherit;
   background-size: cover;
   border-top: 4px solid #8BEFFF;
   margin: 0;
   padding: 0;
   position: sticky;
    top: 0;
    z-index: 3;
}
.header::before {
    content: '';
    position: absolute; 
    top: -2;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/iron-fence-installation.webp) bottom center no-repeat;
    background-size: cover;
    opacity: 0.2;
    z-index: -1; 
}
.main {
  width: auto;
   position: relative;
   background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .4), rgba(0, 0, 0, 0)), url(../img/fencing-company-catawba-county-nc.webp) center center;
   background-size: cover;
   background-repeat: no-repeat;
   color: #fff;
   min-height: 700px;
   overflow: hidden;
   margin: 0;
   padding: 60px 0 20px 0;
}
.section-quote-1 {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  text-align: center;  
  min-height: 150px;
  padding: 20px;
  font-weight: 800;
  justify-content: center !important;
  position: relative;
  background: linear-gradient(to right, #99F2FF, #66CCFF, #003366);
}
.contact-img-1 {
  width: auto;
  height: 400px;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.0)), url(../img/top-notch-fence-company-&-supply.webp) left center;
  background-size: cover;
  background-repeat: no-repeat;
}
.text-overlay {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right !important;
  color: #fff;
}
.section-standard {
  width: auto;
  height: auto;
  padding: 20px 20px;
}
.section6 {
  width: auto;
  height: auto;
  background-color: #2c2c2c;
  display: grid;
  justify-content: center;
  background-size: cover;
  margin: 0;
  padding: 0 10px 0 20px;
  position: relative;
}

        .section7 {
            width: auto;
            position: relative;
            min-height: 300px;
            background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, .8), rgba(0, 0, 0, .5), rgba(0, 0, 0, .1)), url(../img/topnotchfencecompany.webp) fixed center;
            background-size: cover;
            background-repeat: no-repeat;
            color: #fff;
            margin: 0;
        }

        footer {
            position: relative;
            top: 80px
        }

        .footer {
            width: auto;
            height: auto;
            color: #fff;
            background-color: #0d1452;
            border-top: 4px solid #8BEFFF;
            text-align: center;
            margin: 0;
            padding: 10px 0 0 0;
        }

        .footer a {
            color: #fff;
        }

        .footer a:active {
            color: silver;
        }

        .separator {
            background-color: #2c2c2c;
            width: auto;
            height: 35px;
            color: #fff;
            text-align: center;
            margin: 0;
            padding: 0;
            position: relative;
            box-shadow: 10px 10px 8px #0c090a;
        }

        .msbtn {
            width: auto;
            height: auto;
            font-size: 24px;
            font-weight: 1000;
            background-color: #0d1452;
            color: #fff;
            border: 2px groove grey;
            border-radius: 10px;
            padding: 14px 20px;
            text-align: center;
        }

        .msbtn2 {
            width: auto;
            height: auto;
            font-size: 24px;
            font-weight: 1000;
            background: linear-gradient(to right, #99F2FF, #66CCFF, #003366);
            color: #000;
            border: 2px groove grey;
            border-radius: 10px;
            padding: 14px 20px;
            text-align: center;
        }

        .fb-btn {
            font-size: 14px;
            font-weight: 700;
            width: 70px;
            height: 23px;
            padding: 5px;
            position: relative;
            top: -5px;
            background: #0080ff;
            color: #000;
            border: none;
            outline: 0;
            border-radius: 4px;
        }

        .center {
            display: flex;
            justify-content: center;
            position: relative;
            align-items: center;
        }

        .ctr3 {
            display: flex;
            justify-content: center;
            text-align: center;
            position: relative;
            top: 20px;
        }

        .disp {
            display: none;
        }

        .city-section {
            width: auto;
            font-size: 18px;
            padding: 40px 10px;
            margin: 0;
        }

        .img-location-1 {
            width: 450px;
            height: 338px;
            border: none;
            border-radius: 20px;
            position: relative;
            justify-content: center;
            box-shadow: 10px 10px 8px #0c090a;
        }
        .img-location-2 {
            width: 450px;
            height: 550px;
            border: none;
            border-radius: 20px;
            position: relative;
            justify-content: center;
            box-shadow: 10px 10px 8px #0c090a;
        }
        .img-location-3 {
            width: 300px;
            height: 300px;
            border: none;
            border-radius: 20px;
            position: relative;
            justify-content: center;
            box-shadow: 10px 10px 8px #0c090a;
        }


        .dark {
            background-color: #000;
            color: #fff;
        }

        .light {
            background-color: #fff;
            color: #000;
        }

        .modebtn {
            width: auto;
            height: auto;
            background: #0d1452;
            font-weight: 700;
            font-size: 30px;
            color: #C0C0C0;
            border: 1px inset #C0C0C0;
            border-radius: 10px;
            padding: 6px 6px 2px 6px;
        }

        .btn-pos {
            position: absolute;
            top: 30px;
            left: 30px;
        }

        button {
            outline: 0;
        }

        .pad {
            padding: 40px 10px 0 20px;
        }

        .pad1 {
            padding: 20px;
        }

        html {
            scroll-behavior: smooth !important;
            overflow-x: hidden !important;
        }

        h1 {
            font-size: 50px;
            margin: 0;
            text-align: center;
        }

        h2 {
            font-size: 30px;
            font-weight: 700;
            margin: 20px 0 0 20px;
            text-align: center;
        }

        h3 {
            font-size: 23px;
            font-weight: 700;
            text-align: center;
        }

        h4 {
            font-size: 19px;
            font-weight: 700;
        }

        h5 {
            font-size: 15px;
            font-weight: 700;
        }

        h6 {
            font-size: 11px;
            font-weight: 700;
            text-align: center;
            vertical-align: middle;
            margin: 0 0 20px 0;
        }

        .s1 {
            font-size: 50px;
            margin: 0;
            text-align: center;
            -webkit-text-stroke: 1px #000;
        }

        .s2 {
            font-size: 30px;
            font-weight: 700;
            margin: 20px 0 0 20px;
            text-align: center;
        }

        .s3 {
            font-size: 23px;
            font-weight: 700;
            text-align: center;
        }

        .s4 {
            font-size: 19px;
            font-weight: 700;
        }

        .s5 {
            font-size: 15px;
            font-weight: 700;
        }

        .s6 {
            font-size: 11px;
            font-weight: 700;
            text-align: center;
            vertical-align: middle;
            margin: 0 0 20px 0;
        }

        hr {
            background: grey;
        }

        a,
        li,
        p {
            font-size: 1.4em;
        }

        a {
            color: inherit;
            text-decoration: none;
        }

        .alt-link-color {
            color: #0080ff;
        }

        li {
            list-style: none;
            text-decoration: none;
        }

        .ulfa {
            list-style: none;
        }

        .lifa {
            font-size: 30px;
            display: inline-block;
            margin: 0 15px 0 0;
        }

        .ua {
            list-style: none;
        }

        .fa1 {
            color: #C0C0C0;
            font-size: 30px;
        }

         .fa2 {
            color: #fff;
            font-size: 30px;
            padding: 0 16px 0 0;
        }

        #fa16 {
            color: #0080ff;
            font-size: 30px;
        }

        .box3 {
            color: #fff;
            margin: 75px 0 0 0;
            text-align: center;
        }

        .spa2 {
            width: 100%;
            height: auto;
            font-size: 30px;
            background-color: #0d1452;
            color: #fff;
            text-align: center;
            padding: 0;
            margin: 0;
        }

        .msp {
            background-color: #0d1452;
            background-size: cover;
            padding: 0 0 0 10px;
            text-align: center;
            color: #fff;
        }

        #ban-con {
            width: 100%;
            background-color: #2c2c2c;
            color: #fff;
            padding: 10px 0 0 0;
        }

        .ban-sec-3 {
            width: auto;
            min-height: 400px;
            background-color: #0d1452;
            border-top: 4px solid #8BEFFF;
            padding: 20px 0;
        }

        .section-flex {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: stretch;
            box-sizing: border-box;
            margin: 0;
            padding: 20px 20px 0 20px;
        }

        .column-flex {
            flex: 1;
            box-sizing: border-box;
        }

        .section-flex-4 {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            padding: 20px auto;
        }

        .column-flex-4 {
            flex: 1 1 100%;
            max-width: 100%;
            text-align: center;
        }

        .img1 {
            width: 200px;
            height: auto;
            position: relative;
            z-index: 1;
        }

.google-reviews-img {
  width: 300px;
  height: 180px;
}

        #myBtn {
            display: none;
            position: fixed;
            bottom: 140px;
            right: 20px;
            z-index: 99;
            border: 3px;
            border-color: #C0C0C0;
            border-style: inset;
            outline: 0;
            background-color: #0d1452;
            color: #fff;
            cursor: pointer;
            padding: 2px 5px 0 5px;
            border-radius: 10px;
            font-size: 30px;
        }

        #myBtn:hover {
            background-color: #0d1452;
            color: #fff;
        }

.phone-btn {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  top: 25px;
  border: 3px inset #C0C0C0;
  border-radius: 50%;
  background-color: #0d1452;
  color: #fff;
}

        .box {
            position: fixed;
            border: 2px solid #808080;
            border-radius: 10px;
            padding: 1px 4px;
            right: 20px;
            top: 100px;
            float: right;
            z-index: 3;
        }

        .bar1,
        .bar2,
        .bar3 {
            width: 35px;
            height: 5px;
            background: #FFB117;
            margin: 6px 0;
            position: relative;
            transition: .3s;
        }

        .change .bar1 {
            background-color: #FF0000;
            -webkit-transform: rotate(-45deg) translate(-9px, 6px);
            transform: rotate(-45deg) translate(-9px, 6px)
        }

        .change .bar2 {
            opacity: 0;
        }

        .change .bar3 {
            background-color: #FF0000;
            -webkit-transform: rotate(45deg) translate(-8px, -8px);
            transform: rotate(45deg) translate(-8px, -8px)
        }

        #pos {
            position: relative;
            top: 30px;
            right: 20px;
            font-size: 40px;
            float: right;
            margin: 0;
            border-radius: 0;
            border: 0;
            background: #000;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-color: transparent;
        }

.sidepanel {
    width: 0;
    height: 100%;
    position: fixed;
    z-index: 2;
    right: -0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s; 
    border-right: 0;
    border-color: #C0C0C0;
    border-style: inset;
}
.sidepanel.open {
  width: 350px;
  height: 100%;
  background-color: #fff;
  color: #000;
  align-items: center;
  padding: 0;
  margin: 0;
  overflow: scroll !important;
  z-index: 2;
}

        body.dark .sidepanel.open {
            background-color: #000;
            color: #fff;
        }

        body.light .sidepanel.open {
            background-color: #fff;
            color: #000;
        }

        .sidepanel.open p,
        .sidepanel a,
        .sidepanel li {
            font-size: 1.2em !important;
        }

        .sidepanel a:hover {
            color: inherit;
        }

        .sidepanel .closebtn {
            position: absolute;
            font-size: 60px;
            top: 0;
            right: 20px;
            font-weight: 700;
            margin: 0;
            padding: 0;
            color: red;
        }

        .closebtn {
            background: 0 0;
            border: none;
            outline: 0;
        }

        .menu-sect {
            font-size: 24px;
            line-height: 2.5;
            padding: 20px 30px;
        }

/* COOKIE BANNER */
/* Updated styles for customization panel */
.cookie-banner-modal {
    display: none;
    width: 330px;
    position: fixed;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: inherit;
    padding: 20px;
    border: 3px solid #808080;
    border-radius: 25px;
    opacity: .9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 999;
}
.cookie-banner-button-1, .cookie-banner-button-2 {
    width: 150px;
    height: 40px;
    font-weight: bold;
    text-align: center;
    background: #0d1452;
    color: #FFFFFF;
    border: 2px inset #808080;
    padding: 5px;
    cursor: pointer;
    border-radius: 8px;
    margin: 5px;
}
.cookie-banner-button-1:hover, .cookie-banner-button-2:hover {
    background-color: #000000;
}
.cookie-customization {
    margin-top: 10px;
}
.switch {
    display: block;
    position: relative;
    margin: 5px 0;
    font-size: 14px;
    font-weight: bold;
    pointer-events:all;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
    display:inline;
}
.slider {
    position: absolute;
    cursor: pointer;
    width: 34px;
    height: 18px;
    background-color: #ccc;
    border-radius: 17px;
    transition: 0.4s;
    cursor: pointer;
}
.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: #FFFFFF;
    border-radius: 50%;
    transition: 0.4s;
    cursor: pointer;
}
input:checked + .slider {
    background-color: #0d1452;
    cursor: pointer;
    float: right;
}
input:checked + .slider:before {
    transform: translateX(16px);
    cursor: pointer;
    float: right;
}

/* The Close Button */
.close2 {
  color: #FF0000;
  float: right;
  font-size: 40px;
  position: relative;
  top: -10px;
  right: 0;
  background: transparent;
  border: none;
  outline: none;
}

@media screen and (max-width: 450px) {
  .close2 {
    top: -15px;
    right: 0;
  }
}

.close2:hover,
.close2:focus {
  color: #FF0000;
  text-decoration: none;
  cursor: pointer;
}
/* end cookie banner */

/* 3D Card Slideshow */

.ptb-md {
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, .3), rgba(0, 0, 0, .0)), url(../img/fences-and-gates.webp) right top fixed;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

/* Fence List Container */
.fl-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

/* Fence List Blur Well - The Card */
.fl-blur-well {
    background: transparent !important;
    border: none !important;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    margin: 0 10px;
    padding: 0 !important;
}

.fl-blur-well img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 12px 12px 0 0;
}

/* Frosted Glass Content Area */
.fl-blur-well .plr-sm {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 30px 20px;
    border-radius: 0 0 12px 12px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fl-blur-well .plr-sm p {
    margin: 0 0 10px 0;
    line-height: 1.6;
}

/* Owl Carousel Custom Styling */
.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.owl-carousel .owl-item {
    display: flex;
}

.owl-carousel .owl-item > div {
    width: 100%;
}

/* Owl Carousel Navigation Arrows */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent !important;
    color: #fff !important;
    border: none !important;
    width:71px;
    height: 71px;
    border-radius: 50% !important;
    font-size: 50px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    margin: 0 !important;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -40px;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: transparent !important;
    color: #fff !important;
    transform: translateY(-50%) scale(1.1);
}

/* Owl Carousel Dots */
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 6px;
}

.owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #bbb;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #888;
    transform: scale(1.2);
}

.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #FFB117;
    transform: scale(1.3);
}

/* Section Divider */
.section-divider {
    width: 80px;
    height: 4px;
    background-color: #8BEFFF !important;
    margin: 0 auto 20px;
}

.section-description {
    text-align: center;
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* Responsive Design */

@media screen and (max-width: 992px) {
    .fl-container {
        padding: 30px 60px;
    }
    
    .owl-carousel .owl-nav button.owl-prev {
        left: -40px;
    }
    
    .owl-carousel .owl-nav button.owl-next {
        right: -40px;
    }
}

@media screen and (max-width: 768px) {
    .fl-container {
        padding: 20px 50px;
    }
    
    .fl-blur-well .plr-sm {
        padding: 25px 15px;
        min-height: 160px;
    }
    
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        width: 56px;
        height: 56px;
        font-size: 40px !important;
    }
}

@media screen and (max-width: 576px) {
    .fl-container {
        padding: 20px 45px;
    }
    
    .fl-blur-well .plr-sm {
        padding: 20px 12px;
        min-height: 140px;
    }
    
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        width: 56px;
        height: 56px;
        font-size: 40px !important;
    }
    
    .owl-carousel .owl-nav button.owl-prev {
        left: -50px;
    }
    
    .owl-carousel .owl-nav button.owl-next {
        right: -50px;
    }
}
/* end slideshow */

/* Process Section */

.fence-process-section {
    padding: 60px 0;
    color: #fff;
}

.fence-process-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Top Header Section */

.process-header {
    text-align: center;
    margin-bottom: 60px;
}

.process-subtitle {
    font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.process-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.process-description {
    font-size: 1.05rem;
    line-height: 1.8;
    text-align: left;
    color: #fff;
    max-width: 900px;
    margin: 0 auto 30px;
}

.process-cta {
    text-align: center;
    margin-top: 30px;
}

.msbn2 {
    display: inline-block;
    padding: 14px 35px;
    background: linear-gradient(to right, #99F2FF, #66CCFF, #003366);
    color: #000;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.msbn2:hover {
    background-color: #e68900;
    transform: translateY(-2px);
}

/* 3-Step Process Grid */

.process-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 50px;
}

.process-step {
    text-align: center;
    padding: 0 15px;
}

.step-icon {
    margin-bottom: 25px;
}

.step-icon img {
    max-width: 200px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.step-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.step-description {
   font-size: 1rem;
    text-align: left;
    line-height: 1.7;
    color: #fff;
}

/* Responsive Design - Tablet */

@media screen and (max-width: 992px) {
    .process-title {
        font-size: 2rem;
    }
    
    .process-steps {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .process-step {
        max-width: 600px;
        margin: 0 auto;
    }
    
    .step-icon img {
        max-width: 180px;
    }
}

/* Responsive Design - Mobile */

@media screen and (max-width: 768px) {
    .fence-process-section {
        padding: 40px 0;
    }
    
    .process-header {
        margin-bottom: 40px;
    }
    
    .process-subtitle {
        font-size: 1rem;
    }
    
    .process-title {
        font-size: 1.75rem;
    }
    
    .process-description {
        font-size: 1rem;
    }
    
    .process-steps {
        gap: 40px;
    }
    
    .step-title {
        font-size: 1.5rem;
    }
    
    .step-description {
        font-size: 0.95rem;
    }
    
    .step-icon img {
        max-width: 150px;
    }
}

@media screen and (max-width: 576px) {
    .process-title {
        font-size: 1.5rem;
    }
    
    .step-title {
        font-size: 1.3rem;
    }
    
    .step-icon img {
        max-width: 130px;
    }
}
/* end 3 section */

/* Lightweight Photo Gallery - CSS Grid No Bootstrap Required - Fast Loading */
.photo-gallery-section {
    padding: 60px 20px;
}

.photo-gallery-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Gallery Header */
.gallery-title {
    text-align: center;
    margin-bottom: 15px;
}

.section-divider {
    width: 80px;
    height: 4px;
    background-color: #c41e3a;
    margin: 0 auto 20px;
}

.gallery-description {
    text-align: center;
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* CSS Grid Layout - Responsive */
.photo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns on large screens */
    gap: 10px;
    margin-bottom: 40px;
}

/* Photo Item */
.photo-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1; /* Square images */
    background: #f0f0f0;
}

.photo-item .gallery-link {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

/* Zoom Effect on Hover */
.photo-item:hover img {
    transform: scale(1.1);
}

/* Overlay Effect on Hover */
.photo-item .gallery-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
    pointer-events: none;
}

.photo-item:hover .gallery-link::after {
    background: rgba(0, 0, 0, 0.2);
}

/* Button Wrapper */
.gallery-button-wrapper {
    text-align: center;
    margin-top: 30px;
}

/* Responsive Breakpoints Mobile-first approach */

/* Mobile - 1 photo per row */
@media screen and (max-width: 575px) {
    .photo-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .photo-gallery-section {
        padding: 40px 15px;
    }
    
    .gallery-description {
        font-size: 1rem;
    }
}

/* Tablet - 2 photos per row */
@media screen and (min-width: 576px) and (max-width: 991px) {
    .photo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

/* Laptop - 3 photos per row */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .photo-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

/* Large Desktop/TV - 4 photos per row */
@media screen and (min-width: 1200px) {
    .photo-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
}

/* Extra Large Screens - 5 photos per row (optional) */
@media screen and (min-width: 1600px) {
    .photo-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}
/* end photo gallery*/

/* CONTACT FORM */
        .ctfm {
            width: auto;
            display: flex;
            justify-content: center;
            margin: 0;
            padding: 0;
        }

        .srfm {
            position: relative;
            top: -15px;
            margin: 0;
            padding: 0;
            width: auto;
        }

        input,
        textarea {
            outline: 0;
            border: none;
        }

        textarea:focus,
        input:focus {
            border-color: transparent !important;
        }

        input:focus::-webkit-input-placeholder,
        textarea:focus::-webkit-input-placeholder {
            color: transparent;
        }

        input::-webkit-input-placeholder,
        textarea::-webkit-input-placeholder {
            color: #999;
        }

        label {
            display: block;
            margin: 0;
        }

        .con {
            padding: 0;
            margin: 0
        }

        .group {
            position: relative;
            margin-bottom: 20px;
        }

        input {
            font-size: 22px;
            padding: 10px;
            margin: 0;
            background-color: transparent;
            color: inherit;
            position: relative;
            top: 15px;
            display: block;
            width: 320px;
            height: 40px;
            border: 2px solid #000;
            border-radius: 5px;
        }

        .dark input {
            border: 2px solid #fff;
        }

        textarea {
            font-size: 22px;
            width: 337px;
            height: 140px;
            display: block;
            background-color: transparent;
            color: inherit;
            position: relative;
            top: 15px;
            padding: 20px 0 0 5px;
            border: 2px solid #000;
            border-radius: 5px;
        }

        .dark textarea {
            border: 2px solid #fff;
        }

        input:focus,
        textbox:focus {
            outline: 0;
        }

        label {
            color: #000;
            font-size: 18px;
            font-weight: 400;
            position: absolute;
            pointer-events: none;
            left: 12px;
            top: 34px;
            transition: .2s ease all;
        }

        .dark label {
            color: #fff
        }

        input:focus~label,
        input:valid:not(:placeholder-shown)~label {
            top: 9px;
            left: 12px;
            background-color: #fff;
            padding: 0 8px;
            font-size: 13px;
            color: #0d1452;
        }

        .dark input:focus~label,
        .dark input:valid~label {
            top: 9px;
            left: 12px;
            background-color: #000;
            padding: 0 8px;
            font-size: 13px;
            color: #C0C0C0;
        }

        .dark input:focus~.highlight {
            animation: inputHighlighter .1s ease;
            padding: 10px;
            display: block;
            width: 320px;
            height: 40px;
            border: 1.5px solid #C0C0C0;
            border-radius: 5px;
        }

        input:focus~.highlight {
            animation: inputHighlighter .1s ease;
            padding: 10px;
            display: block;
            width: 320px;
            height: 40px;
            border: 1.5px solid #0d1452;
            border-radius: 5px;
        }

        .highlight {
            position: absolute;
            height: 20%;
            width: auto;
            top: 15px;
            left: 0;
            pointer-events: none;
        }

        @keyframes inputHighlighter {
            from {
                background: #5264ae;
            }

            to {
                width: 320px;
                background: transparent;
            }
        }

        @keyframes textareaHighlighter {
            from {
                background: #5264ae;
            }

            to {
                width: 320px;
                background: transparent;
            }
        }

        textarea:focus~.highlight {
            animation: inputHighlighter .1s ease;
            display: block;
            position: absolute;
            padding: 0 0 10px 0;
            width: 337px;
            height: 140px;
            border: 1.5px solid #0d1452;
            border-radius: 5px;
        }

        .dark textarea:focus~.highlight {
            animation: inputHighlighter .1s ease;
            display: block;
            position: absolute;
            padding: 0 0 10px 0;
            width: 337px;
            height: 140px;
            border: 1.5px solid #C0C0C0;
            border-radius: 5px;
        }

        textarea:focus~label,
        textarea:valid~label {
            top: 9px;
            background-color: #fff;
            padding: 0 8px;
            font-size: 13px;
            color: #0d1452;
        }

        .dark textarea:focus~label,
        .dark textarea:valid~label {
            top: 9px;
            background-color: #000;
            padding: 0 8px;
            font-size: 13px;
            color: #C0C0C0;
        }

        .frm_btn {
            font-size: 22px;
            font-weight: 700;
            text-align: center;
            width: 340px;
            height: 50px;
            position: relative;
            margin: 0;
            padding: 10px 0;
            border: 3px !important;
            border-style: inset !important;
            border-color: #C0C0C0 !important;
            border-radius: 10px;
            background-color: #0d1452 !important;
            color: #fff !important;
        }

        .frm_btn:active {
            font-size: 22px;
            font-weight: 700;
            font-style: italic;
            text-align: center;
            width: 340px;
            height: 50px;
            position: relative;
            margin: 0;
            padding: 10px 0;
            border: 3px !important;
            border-style: groove !important;
            border-color: #C0C0C0 !important;
            border-radius: 10px;
            background-color: #fff !important;
            color: #0d1452 !important;
        }
/* end contact form */

/* LEAD FORM POPUP */
        #chatWrapper {
            position: fixed;
            right: 10px;
            bottom: 30%;
            z-index: 3
        }

        #chatMessage {
            font-size: 80px;
            color: #0d1452;
            cursor: pointer;
            display: none;
            position: relative;
        }

        #chatPopup {
            display: none;
            position: absolute;
            right: 100%;
            bottom: 15%;
            transform: translateY(-50%);
            background: #fff;
            color: #000;
            padding: 15px 5px 15px 10px;
            border-radius: 6px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
            white-space: nowrap;
            font-size: 19px;
            margin-right: 0;
        }

        #smsOverlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #fff;
            z-index: 9999;
            flex-direction: column;
        }

        #smsHeader {
            height: 80px;
            background: #0d1452;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 20px;
            font-size: 20px;
        }

        #smsHeader #closeOverlay {
            font-size: 34px;
            cursor: pointer;
        }

        #smsContent {
            flex: 1;
            padding: 20px;
            overflow-y: auto;
        }

        #smsIntro {
            margin-bottom: 20px;
            max-width: 320px;
        }

        .operator {
            width: 100px;
            height: 100px;
        }

        input[type=radio] {
            width: 24px;
            height: 24px;
            display: inline-block;
            position: relative;
        }

        input[type=checkbox] {
            width: 24px;
            height: 24px;
            margin: -15px 0 0 0;
        }

        .checkbox-label {
            margin-left: 40px;
        }

        .sms-label {
            position: relevant;
            left: 40px;
            top: 20px;
        }

        .checkbox input[type=checkbox],
        .checkbox-inline input[type=checkbox],
        .radio input[type=radio],
        .radio-inline input[type=radio] {
            margin-top: 4px;
            min-width: unset;
            margin-left: 34px;
        }

        .contain {
            max-width: 320px;
            position: relative;
            justify-content: center;
            align-items: center;
        }
/* end lead form popup */

.drop-down {
  margin: 0;
}
.dropdown-content {
  display: none;
  position: relative;
  font-size: 17px;
  padding: 0 10px 0 10px;
  margin: 0;
  background: #808080; 
  z-index: 1000;
}
.dropdown-content li {
  display: block;
}
.dropdown-content a {
  padding: 0;
  color: #fff;
  width: auto;
}
.dropdown-content a:hover {
  background: #fff up;
}
.dropdown:hover .dropdown-content {
  display: block;
}

/* SLIDESHOW */
.fence-slideshow-section {
    padding: 60px 0;
    background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, .8), rgba(0, 0, 0, .5), rgba(0, 0, 0, .1)), url(../img/fences-and-gates.webp) fixed center;
     background-size: cover;
     background-repeat: no-repeat;
}

.fence-slideshow-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}

.section-divider {
    width: 80px;
    height: 4px;
    background-color: #ff9800;
    margin: 0 auto 20px;
}

.section-description {
    text-align: center;
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* Slideshow Wrapper */
.fence-slideshow-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.fence-slideshow {
    position: relative;
    width: 100%;
    min-height: 450px;
}

/* Individual Slides */
.fence-slide {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.fence-slide.active {
    display: flex;
    opacity: 1;
    position: relative;
    align-items: center;
    gap: 40px;
}

.slide-image {
    flex: 1;
    max-width: 65%;
}

.slide-image img {
    width: 100%;
    height: auto;
    border-radius: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    object-fit: cover;
    max-height: 400px;
}

.slide-content {
    flex: 1;
    max-width: 50%;
    padding: 20px;
}

.slide-location {
    font-size: 1rem;
    color: #8BEFFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.slide-title {
    font-size: 2rem;
    font-weight: 700;
    color: #8BEFFF;
    margin-bottom: 15px;
}

.slide-description {
    font-size: 1rem;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 20px;
}

.slide-link {
    display: inline-block;
    padding: 12px 30px;
    background-color: #8BEFFF;
    color: #000000;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 800;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.slide-link:hover {
    background-color: #a01628;
    transform: translateY(-2px);
}

/* Navigation Dots */
.slideshow-dots {
    text-align: center;
    padding: 0;
}

.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.dot:hover {
    background-color: #888;
    transform: scale(1.2);
}

.dot.active {
    background-color: #8BEFFF;
    transform: scale(1.3);
}

/* Arrow Navigation */
.slideshow-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 15px 18px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 50%;
    z-index: 10;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.slideshow-arrow:hover {
    background-color: #8BEFFF;
    transform: translateY(-50%) scale(1.1);
}

.slideshow-arrow.prev {
    left: 10px;
}

.slideshow-arrow.next {
    right: 10px;
}

/*Responsive Design - Mobile Optimization*/

@media screen and (max-width: 992px) {
    .section-title {
        font-size: 2rem;
    }
    
    .fence-slide.active {
        flex-direction: column;
        gap: 25px;
    }
    
    .slide-image,
    .slide-content {
        max-width: 100%;
    }
    
    .slide-title {
        font-size: 1.75rem;
    }
    
    .fence-slideshow {
        min-height: 550px;
    }
}

@media screen and (max-width: 768px) {
    .fence-slideshow-section {
        padding: 40px 0;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .section-description {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    
    .slide-content {
        padding: 15px 5px;
    }
    
    .slide-title {
        font-size: 1.5rem;
    }
    
    .slide-description {
        font-size: 0.95rem;
    }
    
    .slideshow-arrow {
        padding: 12px 15px;
        font-size: 16px;
    }
    
    .fence-slideshow {
        min-height: 600px;
    }
}

@media screen and (max-width: 576px) {
    .section-title {
        font-size: 1.5rem;
    }
    
    .slide-title {
        font-size: 1.3rem;
    }
    
    .slide-location {
        font-size: 0.9rem;
    }
    
    .slide-description {
        font-size: 0.9rem;
    }
    
    .slide-link {
        padding: 10px 24px;
        font-size: 0.9rem;
    }
    
    .dot {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
    
    .slideshow-arrow {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    .slideshow-arrow.prev {
        left: 5px;
    }
    
    .slideshow-arrow.next {
        right: 5px;
    }
}
*/ end slideshow */

/* FAQ ACCORDION SECTION */

/* FAQ Section Container */
.faq-section {
    padding: 60px 20px;
    background: inherit;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

/* FAQ Header */
.faq-title {
    text-align: center;
    color: inherit;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.faq-subtitle {
    text-align: center;
    color: inherit;
    font-size: 18px;
    margin-bottom: 30px;
}

/* FAQ Accordion */
.faq-accordion {
    margin-top: 30px;
}

/* Individual FAQ Item */
.faq-item {
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: inherit;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* FAQ Question Button */
.faq-question {
    width: 100%;
    padding: 20px 25px;
    background: #f9f9f9;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #0d1452;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: #f0f0f0;
}

.faq-question:focus {
    outline: 2px solid #0d1452;
    outline-offset: -2px;
}

.faq-question-text {
    flex: 1;
    padding-right: 20px;
}

/* FAQ Icon (Plus/Minus) */
.faq-icon {
    font-size: 28px;
    font-weight: bold;
    color: #0d1452;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

/* Active State - Rotate Icon */
.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg);
}

.faq-question[aria-expanded="true"] {
    background: #0d1452;
    color: #fff;
}

.faq-question[aria-expanded="true"] .faq-icon {
    color: #fff;
}

/* FAQ Answer Container */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

/* FAQ Answer Content */
.faq-answer-content {
    padding: 0 25px;
}

.faq-answer-content p {
    color: inherit;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

/* Active State - Show Answer */
.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 20px 0;
}

/* FAQ Call to Action */
.faq-cta {
    text-align: center;
    margin-top: 50px;
    padding: 30px;
    background: inherit;
    border-radius: 8px;
}

.faq-cta-text {
    font-size: 20px;
    color: inherit;
    font-weight: bold;
    margin-bottom: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .faq-section {
        padding: 40px 15px;
    }
    
    .faq-title {
        font-size: 28px;
    }
    
    .faq-subtitle {
        font-size: 16px;
    }
    
    .faq-question {
        padding: 15px 20px;
        font-size: 16px;
    }
    
    .faq-icon {
        font-size: 24px;
    }
    
    .faq-answer-content {
        padding: 0 20px;
    }
    
    .faq-answer-content p {
        font-size: 15px;
    }
    
    .faq-cta {
        padding: 20px;
    }
    
    .faq-cta-text {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .faq-title {
        font-size: 24px;
    }
    
    .faq-subtitle {
        font-size: 14px;
    }
    
    .faq-question {
        padding: 12px 15px;
        font-size: 15px;
    }
    
    .faq-question-text {
        padding-right: 10px;
    }
    
    .faq-icon {
        font-size: 20px;
    }
    
    .faq-answer-content {
        padding: 0 15px;
    }
    
    .faq-answer-content p {
        font-size: 14px;
    }
}

/* Animation for Smooth Opening */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-item.active .faq-answer-content {
    animation: fadeIn 0.3s ease-out;
}

/* Accessibility - Focus Visible */
.faq-question:focus-visible {
    outline: 3px solid #0d1452;
    outline-offset: 2px;
}

/* Print Styles - Show All Answers When Printing */
@media print {
    .faq-answer {
        max-height: none !important;
        padding: 20px 0 !important;
    }
    
    .faq-icon {
        display: none;
    }
    
    .faq-question {
        background: #fff !important;
        color: #0d1452 !important;
    }
}
*/ end faq section */

/* SEO SECTIONS STYLE */

/* Why Choose Us Section */
.why-choose-section {
    padding: 40px 20px;
    background: #0d1452;
    color: #fff;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.benefit-item {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.benefit-icon {
    font-size: 48px;
    color: #0d1452;
    margin-bottom: 15px;
}

.benefit-item h4 {
    color: #0d1452;
    font-size: 20px;
    margin: 15px 0 10px 0;
    font-weight: bold;
}

.benefit-item p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* Testimonials Section */
.testimonials-section {
    padding: 40px 20px;
    background: inherit;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-card {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    border-left: 4px solid #0d1452;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.testimonial-card .stars {
    color: #ffd700;
    font-size: 24px;
    margin-bottom: 15px;
}

.testimonial-text {
    font-style: italic;
    color: #333;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.testimonial-author {
    color: #0d1452;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    margin: 0;
}

/* Location-Specific Content Section */
.service-areas-detailed {
    padding: 40px 40px;
    background: #0d1452;
    color: #fff;
}

.location-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.location-card {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-top: 3px solid #0d1452;
}

.location-card h4 {
    color: #0d1452;
    font-size: 20px;
    margin: 0 0 15px 0;
    font-weight: bold;
}

.location-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* Section Divider */
.section-divider {
    width: 80px;
    height: 3px;
    background: #0d1452;
    margin: 20px auto;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .urgent-banner {
        font-size: 14px;
        padding: 12px 0;
    }
    
    .urgent-banner strong {
        font-size: 16px;
    }
    
    .benefits-grid,
    .testimonial-grid,
    .location-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .benefit-item,
    .testimonial-card,
    .location-card {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .urgent-banner {
        font-size: 13px;
    }
    
    .benefit-icon {
        font-size: 36px;
    }
    
    .testimonial-card .stars {
        font-size: 20px;
    }
}

        @media screen and (min-width:1600px) {
            .main {
                height: 1200px !important;
            }
        }

        @media screen and (min-width:1200px) {
            .main {
                height: 800px !important;
            }
        }

        @media (min-width:1024px) {
            .column-flex-4 {
                flex: 1 1 22%;
                max-width: 22%;
                text-align: left;
            }
        }

        @media screen and (max-width:1023px) {
            .dnav {
                display: none;
                overflow: hidden;
            }
        }

        @media screen and (max-width:991px) {
            .section-flex {
                flex-direction: column;
                align-items: stretch;
            }
        }

        @media screen and (max-width:991px) {
            .column-flex {
                width: 100%;
            }
        }

        @media screen and (max-width:780px) {
            .main {
                max-height: 700px;
            }
        }

        @media screen and (min-width:601px) {
            .img-location-1 {
                width: 450px;
                height: 338px;
            }
        }

        @media screen and (max-width:600px) {
            .main {
                min-height: 700px;
            }
        }

@media screen and (max-width:600px) {
  .sidepanel.open {
    width: 100%;
  }
}

        @media screen and (min-width:450px) {
            .main {
                min-height: 600px;
            }
        }

        @media screen and (max-width:450px) {
            .img-location-1 {
                width: 300px;
                height: 225px;
            }
        }

@media screen and (max-width:450px) {
  .google-reviews-img {
    width: 300px;
    height: 180px;
  }
}

        @media screen and (max-width: 450px) {
            .aff-img {
                width: 26px;
                height: 20px;
            }
        }

        @media screen and (max-width: 450px) {
            .img1 {
                width: 180px;
                height: auto;
                top: 5px;
                left: 30px;
                position: relative;
                z-index: 1;
            }
        }

        @media screen and (max-width:450px) {
            .lifa {
                font-size: 20px;
                display: -block;
                margin: 0 0 0 0;
            }
        }

/* ICON ALIGNMENT FIX */
[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; /* Adds a tiny bit of breathing room */
  position: relative;
  top: -1px; /* Optical adjustment */
}
