@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Allison&family=Allura&family=Amethysta&family=Arya:wght@400;700&family=Bonheur+Royale&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Gotu&family=Great+Vibes&family=Inconsolata:wght@200..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Kalnia:wght@100..700&family=Marcellus&family=Martel:wght@200;300;400;600;700;800;900&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Pridi:wght@200;300;400;500;600;700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');




html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color:#FFFFFF;



  font-family: "Open Sans", sans-serif;
  font-family: "Jost", sans-serif;
  font-family: "Bonheur Royale", cursive;
  font-family: "Cormorant Garamond", serif;
  font-family: "Allison", cursive;
  font-family: "Poppins", sans-serif;

  color: rgb(0, 0, 0);

}
h1{font-size: 50px !important;}
h3, h2, h4{
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
h5{
  font-family: "Jost", sans-serif !important;
  font-weight: 300;
}
h6{

  font-family: "Jost", sans-serif !important;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 2px;

}
a{
  text-decoration: none !important;
  
}
::selection {
  color: #ffffff;
  background: #74685E;
}

.custom-shape-divider-top-1713174006 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 100;
}

.custom-shape-divider-top-1713174006 svg {
  position: relative;
  display: block;
  width: calc(159% + 1.3px);
  height: 183px;
}

.custom-shape-divider-top-1713174006 .shape-fill {
  fill: #FFFFFF;
}

.services{
  background: url('/image/fencing (4).jpg') rgba(0, 0, 0, 0.548);
  background-position: center;

  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
padding-top: 200px;
padding-bottom: 100px;

}

.jacuzzi-hidden{
  display: none;
}

.card {
background: rgba(104, 184, 14, 0);
padding: 30px;
  transition: all 0.2s;
  position: relative;
  cursor: pointer;
  border: none;
}

.card-inner {
  width: inherit;
  height: inherit;
  background: rgba(255, 255, 255, 0.426);
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 20px;
  color: #FFFFFF;
  z-index: 100;
}

.card:hover {
  transform: scale(1.04) rotate(1deg);
}

.circle {
  width: 100px;
  height: 100px;
  background: radial-gradient(#06500d, #03491b);
  border-radius: 50%;
  position: absolute;
  animation: move-up6 2s ease-in infinite alternate-reverse;
}

.circle:nth-child(1) {
  top: -25px;
  left: -25px;
}

.circle:nth-child(2) {
  bottom: -25px;
  right: -25px;
  animation-name: move-down1;
}
body {
  background-color: #ffffff !important;
  background-size: 10px 10px;
}
a{
    color: white;
    text-decoration: none;
}
body {
  font-family: "Inter", sans-serif;
  background-color: #f4f7f6;
  color: #2f4858;
  line-height: 1.6;
  scroll-behavior: smooth;
}

.logo-1 {
  width: 170px;
}

/* Navigation */
.navbar {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: black !important;
}

.section-title {
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #198754;
  margin-top: 10px;
}

/* Product Cards & Info */
.spec-container {
  background: white;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.badge-ral {
  background: #2c3e50;
  color: white;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 0.8rem;
  margin-right: 5px;
}

/* Table Styling */
.table thead {
  background-color: #2c3e50;
  color: white;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(25, 135, 84, 0.05);
}

/* Visual Layers (Cross-section) */
.layer-box {
  border-left: 4px solid #198754;
  padding-left: 20px;
  margin: 20px 0;
}

.layer-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.layer-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 15px;
}
.why-choose-section {
  padding: 7rem 0;
}
.why-choose-section .img-wrap {
  position: relative;
}
.why-choose-section .img-wrap:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  background-image: url(image/beforew.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-40%, -40%);
  -ms-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  z-index: -1;
}
.why-choose-section .img-wrap img {
  border-radius: 20px;
}

.testimonial-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 15px;
  border: 1px solid #f0f0f0;
  margin: 15px; /* Spacing for the carousel shadow */
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-color: #198754;
}

.quote-icon {
  font-size: 60px;
  color: #198754;
  opacity: 0.1;
  position: absolute;
  top: 10px;
  right: 30px;
  font-family: Georgia, serif;
}

.stars {
  color: #ffc107; /* Gold stars */
  letter-spacing: 2px;
}

.testimonial-text {
  font-style: italic;
  color: #555;
  line-height: 1.6;
}

.client-img {
  width: 60px !important; /* Owl Carousel needs !important here */
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.header-line {
  width: 60px;
  height: 3px;
  background-color: #198754;
  margin-top: 15px;
}

/* Footer */
footer {
  background: #094d25;
  color: #ffffffd3;
  padding: 60px 0 20px;
}

.footer-title {
  color: rgb(255, 255, 255);
  font-weight: 600;
  margin-bottom: 20px;
}
.copyright img {
  width: 90px !important;
}
/* Hero Modernization */
.hero {
  background:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("image/pexels-minan1398-683402.jpg");
  background-size: cover;
  background-position: center;
  height: 70vh;
  border-bottom: 5px solid #198754;
}

/* Feature Cards */
.feature-card {
  padding: 20px;
  background: white;
  border-radius: 12px;
  border: 1px solid #eee;
  transition: 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-color: #198754;
}

/* Section Titles */
.section-title {
  font-weight: 800;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: #198754;
  border-radius: 2px;
}

.text-center .section-title::after {
  left: 50%;
  transform: translateX(-50%);
}

/* Layer Dots for Specs */
.layer-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.carousel {
  margin-top: -15vh;
}

.carousel-item {
  position: relative;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-25%, -50%);
  bottom: auto;
  color: white;
}

.carousel-inner,
.carousel-item img {
  height: 95vh;
}

.carousel-inner img {
  object-fit: cover;
  filter: brightness(0.6);
}

.carousel-caption p {
  font-weight: 400;
  letter-spacing: 8px;
  font-size: 18px;
  color: rgb(225, 215, 178);
}

.carousel-caption h1 {
  font-weight: 700;
  font-size: 4rem;
}

.button_lg {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #fff;
  background-color: #659e35;
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 1px transparent;
}

.button_lg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #659e35;
}

.button_lg::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  background-color: #659e35;
  transition: all 0.2s ease;
}

.button_sl {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -8px;
  width: 0;
  background-color: #659e35;
  transform: skew(-15deg);
  transition: all 0.2s ease;
}

.button_text {
  position: relative;
}
.products-head{

    background: url('../image/fencing (3).jpg')rgba(0, 0, 0, 0.45);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 60vh;
    display: flex;
    align-items: center;
}
.product-categry {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-head{
    
    background: url('../image/fencing (4).jpg')rgba(0, 0, 0, 0.45);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 60vh;
    display: flex;
    align-items: center;
}
.contact-head{
    
    background: url('../image/fencing (3).jpg')rgba(0, 0, 0, 0.45);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 60vh;
    display: flex;
    align-items: center;
} 



        .quote-wrapper {
            background: #1a1d21;
            border-radius: 32px;
            overflow: hidden;
            border: 1px solid #ffffff;
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
        }

        /* Branding Side */
        .contact-info-panel {
            background: linear-gradient(135deg, #ecfff4 0%, #00ff6a 100%);
            padding: 60px;
            color: #000000;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        /* Form Side */
        .form-panel {
            padding: 60px;
            background: #16191c;
        }

        .form-label {
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            font-weight: 700;
            color: white !important;
            margin-bottom: 10px;

        }

        .form-control,
        .form-select {
            border: 1px solid #ffffff;
            color: #000000 !important;
            padding: 14px 18px;
            border-radius: 12px;
            margin-bottom: 25px;
            transition: 0.3s;

        }

        .placeholder {
            color: #ffffff !important;
        }


        .form-control:focus,
        .form-select:focus {

            border-color: #80ffb5;
            box-shadow: 0 0 0 4px rgba(46, 204, 113, 0.15);
            color: #fff;
        }

        .form-control .placeholder {
            color: #ffffff !important;
        }

        .btn-quote {
            background: #2ecc71;
            color: #000;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 18px;
            border-radius: 14px;
            width: 100%;
            border: none;
            transition: all 0.3s ease;
            margin-top: 10px;
        }

        .btn-quote:hover {
            background: #fff;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }

        .info-item {
            margin-bottom: 30px;
        }

        .info-item h6 {
            font-weight: 800;
            margin-bottom: 5px;
            text-transform: uppercase;
            font-size: 0.8rem;
            opacity: 0.7;
        }

        .info-item p {
            font-size: 1.1rem;
            font-weight: 600;
            margin: 0;
        }