* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*  
 font-family: "Poppins", serif; 
 font-family: "Manrope", serif; 
 font-family: "Roboto", serif;
*/
body {
  background: #fff;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  font-family: "Manrope", serif;
}
a {
  text-decoration: none;
  background: transparent;
  color: #fff;
  transition: 0.4s all ease;
}
a:hover {
  color: #fff;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
p {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 0rem;
  color: #000000;
  font-weight: 400;
  font-family: "Roboto", serif;
}
section {
  padding: 100px 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
/* SITE BTN */
.site-btn {
  font-size: 15px;
  font-weight: 400;
  color: var(--s-white);
  border-radius: 5px;
  padding: 13px 35px;
  background-color: var(--s-primary);
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: 0.5s;
}
.site-btn::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
  background-color: var(--s-black);
  border-color: currentColor;
  width: 8px;
  height: 8px;
}
.site-btn:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  transform: scale(0.9);
  transition: 0.5s;
  color: var(--s-white);
}
.site-btn:hover::before {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
/* REVERS BTN */
.revSite-btn {
  background-color: #fff;
  color: var(--s-black);
  border-color: #fff;
  position: relative;
}
.revSite-btn::before {
  background-color: var(--s-primary);
}
.revSite-btn:hover {
  color: var(--s-white) !important;
}
/* New */
.Site-btn2 {
  background-color: var(--s-black);
  color: var(--s-white);
  position: relative;
}
.Site-btn2::before {
  background-color: var(--s-white);
}
.Site-btn2:hover {
  color: var(--s-black) !important;
}
.site-outline-btn {
  background-color: transparent;
  border-color: var(--s-primary);
  color: var(--s-primary);
}
/* TITLE BAR */
.titleBar {
  margin-bottom: 25px;
  position: relative !important;
}
.titleBar span {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--s-primary);
  letter-spacing: 0.13em;
  font-family: "Manrope", serif;
  margin-bottom: 8px;
  display: block;
}
.titleBar h3 {
  font-size: 40px;
  font-weight: 800;
  color: var(--s-black);
  margin-bottom: 0;
}
.iconbg {
  background: var(--s-primary);
  border-radius: 100px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
:root {
  --s-primary: #e60000;
  --s-secondary: #ca0101;
  --s-third: #66767b;
  --s-white: #ffffff;
  --s-black: #242424;
}
.bg-s-primary {
  background-color: var(--s-primary) !important;
}
.text-s-primary {
  color: var(--s-primary) !important;
}
.bg-s-secondary {
  background-color: var(--s-secondary) !important;
}
.text-s-secondary {
  color: var(--s-secondary) !important;
}
.text-s-white {
  color: var(--s-white) !important;
}
.bg-s-white {
  background-color: var(--s-white) !important;
}
.text-s-black {
  color: var(--s-black) !important;
}
.bg-s-black {
  background-color: var(--s-black) !important;
}
/*=========================================  
                  HOME PAGE CSS START HERE 
  ============================================*/
/* Sticky Header CSS Start */
header .header-scrolled {
  transition: all 0.5s;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 99;
  border-radius: 0;
  padding: 0px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header-scrolled .nav-link {
  color: var(--s-black) !important;
  font-size: 15px !important;
}
/*================================
        HEADER CSS START HERE 
    ==================================*/
header {
  background-color: var(--s-white);
  width: 100%;
}
/* Bottom Header Start Here */
.dropdown-menu {
  left: 15px;
  border-radius: 0;
  border: none;
}
.dropdown-item:hover {
  background-color: var(--s-primary);
  color: var(--s-white);
}
@media (min-width: 992px) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.bottom-header {
  /* background-color: #fff; */
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  border-radius: 0px;
  /* padding: 40px 40px 0 40px; */
}
.bottom-header nav .navbar-brand {
  font-size: 25px;
  font-weight: 700;
  color: var(--s-black);
  margin: 0;
}
.bottom-header nav .navbar-nav .nav-item .nav-link.active::after {
  transform: scale(1);
}
.bottom-header nav .navbar-nav .nav-item .nav-link {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  color: var(--s-black);
  padding: 3px 2px;
  margin: 0 10px;
  border-radius: 50px;
  position: relative;
  letter-spacing: 1px;
}
.bottom-header nav .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  height: 1px;
  border-radius: 0px;
  border: 0 !important;
  background: currentColor;
  z-index: 1;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
.bottom-header nav .navbar-nav .nav-item .nav-link:hover::after {
  transform: scale(1);
}

/* Banner section start here */
.banner {
  background-color: #ffffff;
  /* padding: 4em 0em 4em 0em; */
  position: relative;
}
.video-banner {
  position: relative;
  /* padding: 7em 0em 7em 0em; */
  width: 100%;
  height: 750px; /* Full viewport height */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  --background-overlay: '';
  background-image: linear-gradient(90deg, #000000af 0%, #000000af 110%);
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}
.banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%); /* Centers the video */
  z-index: 1;
  object-fit: cover; /* Ensures the video covers the entire banner area */
}
.bannerContent h5{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: var(--s-white);
    margin-bottom: 15px;
}
.bannerContent h1{
    font-size: 54px;
    color: var(--s-white);
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.322));
    margin-bottom: 15px;
    font-weight: 700;
}
.bannerContent p{
    font-size: 17px;
    color: var(--s-white);
    margin-bottom: 25px;
}
.hero-form{
    z-index: 8;
    padding: 20px;
    background: rgb(255 36 36 / 42%);
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.8px);
    -webkit-backdrop-filter: blur(4.8px);
    /* border: 3px solid var(--s-secondary); */
}
.hero-form input:hover{
    border-color: var(--s-third);
}
.hero-form textarea:hover{
    border-color: var(--s-primary);
}
.home-list{
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 30px;
}
.home-list li{
  margin-bottom: 5px;
  font-size: 18px;
}
.home-list li img{
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 5px;
}


/* Banner Section Start Here */
.Mainbanner {
  /* padding: 40px 40px 40px 40px; */
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
}
.animate-text {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
}
.animate-text.active {
  opacity: 1;
  transform: translateY(0);
}
#banner {
  /* background-image: url(https://universalfencesllc.com/wp-content/uploads/2026/07/banner.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 750px;
  min-height: 750px;
  display: block;
  border-radius: 0px;
}
#banner::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 0px;
  /* background: linear-gradient(
        90deg,
        rgba(9, 4, 45, 0.9) 0%,
        rgba(28, 16, 104, 0) 100%
      ); */
  background-color: #00000096;
}
#banner .container .row {
  height: 750px;
  min-height: 750px;
}
#banner .banner-text {
  position: relative;
  z-index: 2;
  margin-top: 0px;
}
#banner .banner-text h5 {
  display: block;
  margin-bottom: 15px;
  color: var(--s-white);
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
}
#banner .banner-text h2 {
  font-size: 70px;
  display: block;
  margin-bottom: 20px;
  color: var(--s-white);
  font-weight: 800;
}
#banner .banner-text h2 span {
  color: var(--s-primary);
}
#banner .banner-text p {
  margin-bottom: 35px;
  color: var(--s-white);
  font-size: 22px;
}

/* About Us Section Start Here */
.aboutSection {
  background-color: transparent;
  background-image: url(https://universalfencesllc.com/wp-content/uploads/2026/07/aboutbg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  /* opacity: 0.7; */
}
.about_image {
  transition: all 0.2s;
  position: relative;
}
.about_image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 8px;
}
.list {
  background-color: #ffffff;
  padding: 30px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: 40px;
  margin-top: 20px;
  border-left: 4px solid var(--s-secondary);
  box-shadow: 5px 6px 10px -3px rgba(0, 0, 0, 0.32);
}
.list li {
  font-size: 17px;
  margin-bottom: 8px;
  color: var(--s-black);
}
.list li i {
  font-size: 17px;
  color: var(--s-primary);
  font-weight: 400;
  margin-right: 7px;
}

/* ABout 2 Section */
.about2Section {
  background-color: transparent;
  background-image: none;
  background-position: bottom right;
  background-repeat: no-repeat;
}

/* Project Section Start Here */
.projectSection {
  background-color: var(--s-black);
  /* background-image: url(https://universalfencesllc.com/wp-content/uploads/2026/07/bg.png); */
}

/* Project Section */
.galleryBox img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.galleryBox a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

/* Services Section */
.card {
  border: none;
  overflow: hidden;
  border-radius: 0px;
  transition: 0.4s all ease;
  cursor: pointer;
  height: 430px;
}
.card:hover .card-body {
  background-color: var(--s-secondary);
  transition: 0.4s all ease;
}
.card .card-img-top {
  height: 220px;
  object-fit: cover;
  border-radius: 0px;

}
.card-body {
  background-color: var(--s-primary);
  /* border-top: 2px solid var(--s-white); */
  padding: 20px 30px;
}
.services-logo {
  background-color: var(--s-white);
  width: 86px;
  height: 86px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: -65px auto 18px auto;
  border-radius: 100px;
}
.card-title {
  font-size: 22px;
  font-weight: 500;
  color: var(--s-white);
}
.card-body p{
  color: var(--s-white);
  margin-bottom: 15px;
  font-size: 14px;
}
.card:hover .card-body h5{
  color: var(--s-white);
}
.card:hover .card-body p{
  color: var(--s-white);
}

/* WHy CHoose Us Section */
.WhyChooseUs-section {
  background-color: var(--s-black);
}

.mapSection img{
  width: 100%;
  height: 625px;
}

/*Make Appointment */
.makeAppointment {
  background-image: url("https://universalfencesllc.com/wp-content/uploads/2026/07/banner-2.jpg");
  position: relative;
  padding-bottom: 220px;
  overflow: visible;
  background-position: top;
}
.makeAppointment::before {
  background-color: #ffffff6e;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.contactBox {
  position: relative;
  background-position: center;
  padding: 35px;
}
.contactBox::before {
  background-color: #000000d7;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.downBox {
  /* margin-bottom: -700px; */
  z-index: 2;
  position: relative;
  margin-top: -300px;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}

/* Testimonial Section */
.testimonialSection {
  /* padding-top: 600px; */
  overflow: visible;
  background-image: url("https://universalfencesllc.com/wp-content/uploads/2026/07/background.webp");
}
.testimonialSection::before {
  background-color: #fffffff5;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.td-testimonial-rating ul li i {
  color: var(--s-primary);
  margin: 0 3px 15px 3px;
  font-size: 14px;
}
.td-testimonial-description p {
  font-size: 18px;
  font-weight: 400;
  color: var(--s-black);
  margin: 0px 0 15px 0;
}
.td-testimonial-icon img {
  width: 70px;
  height: 70px;
  border-radius: 100px;
}
.td-testimonial-icon {
  margin-right: 20px;
}
.td-name-designation h6 {
  font-size: 18px;
  color: var(--s-black);
  font-weight: 700;
  margin-bottom: 0;
}
.td-name-designation p {
  font-size: 13px;
  font-family: "DM Sans", sans-serif;
  color: #00000080;
  font-weight: 400;
  margin-bottom: 0;
}

/* Free Call Section */
.freeCAllSection {
  background-image: url(https://universalfencesllc.com/wp-content/uploads/2026/07/background-get-interior.png);
  background-position: 1px 80%;
  background-color: var(--s-primary);
  /* padding: 0px 0; */
}

/* Footer Section Start Here */
footer {
  background-color: #fff;
 
  position: relative;
}
/* footer:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #222222f5;
  z-index: 0;
} */
.footer-box h2 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 17px;
  color: var(--s-black);
}
.footer-box p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 25px;
  color: var(--s-black);
}
.footer-box h3 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: var(--s-black);
  text-transform: uppercase;
}
.footer-box ul li {
  margin-bottom: 10px;
}

.footer-box ul li a {
  font-size: 15px;
  color: var(--s-black);
}
.footer-box ul li a:hover {
  color: var(--s-primary);
  letter-spacing: 1px;
}
.footer1stRow {
  padding: 5rem 0 1.5rem 0;
  position: relative;
  z-index: 1;
}
.socialmediaicon ul li a i {
  background-color: var(--s-primary);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 8px;
  padding: 0;
  color: var(--s-white);
  transition: 0.3s;
  border-radius: 2px;
}
.socialmediaicon ul li a i:hover {
  transform: rotate(360deg);
  background-color: var(--s-black);
  color: var(--s-white);
}
.SocialIcon h3 {
  font-size: 17px;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
}
.copyRight {
  border-top: 1px solid #00000057;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

/* Back To Top CSS Start Here */
.button {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid var(--s-primary);
  overflow: hidden;
  border-radius: 30px;
  color: var(--s-primary);
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.btn-txt {
  z-index: 1;
}
.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: var(--s-primary);
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}
.button:hover {
  box-shadow: 1px 1px 200px var(--s-white);
  color: #fff;
  border: none;
}
.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}






/*=========================================  
       ABOUT US PAGE CSS START HERE 
============================================*/
.innerPagesBanner
{
  background-color: var(--s-black);
  background-image: url(https://universalfencesllc.com/wp-content/uploads/2026/07/inner-pages-banner.webp);
  background-position: 0% 65%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerPagesBanner::after
{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000000a4;
}
.innerpage-title
{
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
.innerpage-title h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 78px;
  position: relative;
  display: block;
  color: var(--s-white);
  margin-bottom: 10px;
}
.breadcrumb-content ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin: 0 5px;
}
.breadcrumb-content ul li a{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-secondary);
  margin-right: 5px;
}
/* FAQs  Section */
.accordion-item
{
  background-color: #F3F3F3;
}
.accordion-header .accordion-button {
  font-size: 20px;
  background-color: #F3F3F3;
  color: var(--black);
  padding: 20px 30px 20px 34px;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  font-weight: 700;
}
.faq-image {
  height: 500px;
  object-fit: cover;
  /* object-position: left; */
}
.accordion-button:not(.collapsed) {
  color: var(--s-white);
  background-color: var(--s-primary);
}
.contactIcon h5
{
  font-size: 17px;
  font-weight: 600;
}





/*============================================
     Inner Services Pages CSS STart Here 
=============================================*/
.innerServicesPage h3
{
  color: #000;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.innerServicesPage p
{
  margin-bottom: 20px;
}
.innerServicesImage img
{
  height: 430px;
  object-fit: cover;
}




/*============================================
    Responsive CSS STart Here 
=============================================*/
@media (max-width: 767px){
  .container{
    max-width: 95%;
  }
  .bottom-header .container
  {
    padding: 0;
  }
  section
  {
    padding: 80px 0;
  }
  .header-btn
  {
    display: none;
  }
  .navbar-nav
  {
    align-items: self-start !important;
    border-top: 1px solid #0000007e;
    margin-top: 10px;
    padding: 8px 0;
  }
  .bottom-header nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 3px 2px;
    margin: 0px 0; 
    color: var(--s-black);
  }
  .header-scrolled .nav-link {
    color: var(--s-black) !important;
  }
  .site-btn {
    padding: 15px 30px 15px 30px;
    font-size: 14px;
  }
  .titleBar h3{
    font-size: 30px;
    line-height: 30px;
  }
  .titleBar span{
    font-size: 13px;
  }
  p{
    font-size: 14px;
  }
	
	/* New Banner */
  .bannerContent h1 {
    font-size: 35px;
  }
  .bannerContent p{
    font-size: 15px;
  }
  .video-banner{
    min-height: 1700px;
    height: 1700px;
  }
  /* .video-banner .container .row {
    min-height: 950px;
    height: 950px;
  } */
  .hero-form{
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }

  /* Banner */
  .Mainbanner
  {
    padding: 0;
  }
  #banner{
    border-radius: 0;
  }
  #banner::before
  {
    border-radius: 0;
  }
  #banner .banner-text h2{
    font-size: 40px;
  }
  #banner .banner-text h5{
    font-size: 12px;
  }
  #banner .banner-text p{
    font-size: 15px;
  }
  #banner{
    min-height: 500px;
    height: 500px;
  }
  #banner .container .row {
    min-height: 500px;
    height: 500px;
  }

  /* ABout */
  .about2Section
  {
    padding-top: 0;
  }

  /* Appointment */
  .makeAppointment
  {
    padding-bottom: 80px;
  }
  .downBox {
    margin-top: 0px;
  }
  .testimonialSection
  {
    overflow: hidden;
  }

  /* Call  */
  .freeCAllSection
  {
    text-align: center;
  }

  /* Inner Services Pages */
  .innerPagesBanner{
    height: 250px;
  }
  .innerpage-title {
    margin-top: 0;
  }
  .innerpage-title h1
  {
    font-size: 45px;
    line-height: 48px;
  }
  .accordion-header .accordion-button {
    font-size: 14px;
  }
  .contactUSPage{
    margin-top: 30px;
    padding: 30px 20px !important;
  }
  .innerservicescontent {
    padding: 0px 0;
  }
}