@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/*===== Pre CSS =====*/
body{ margin: 0; padding: 0; font-size: 14px; font-weight: normal; color: #333;  font-family: "Inter", sans-serif; background: #F9FAFB;  }
p, a, span, table,th, tr, td,ul, ol, li{margin: 0; padding: 0; font-family: "Inter", sans-serif;}
h1,h2, h3, h4, h5, h6, img{ margin: 0; padding: 0;  font-family: "Inter", sans-serif; }

.transition{transition: all linear 0.4s;}
/*===== Go To Top Section =====*/


/* ========preloader========= */
.flex-center {  display: -webkit-box;  display: -ms-flexbox;  display: flex;justify-content: center;}
.preloader {  position: fixed;  top: 0;  left: 0;  overflow: hidden;  width: 100vw;  height: 100vh;  background: #fff;  z-index: 9999999999999999999999999999999;}
.loader-gif  {width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.loader-gif img{width:10vw;height: auto;transform: rotate(00deg);width: 25%;filter: brightness(0) saturate(100%) invert(70%) sepia(82%) saturate(2819%) hue-rotate(3deg) brightness(108%) contrast(101%);}
.loader-gif h4{color: #00ABDF; font-size: 50px;line-height: 25px; font-weight: 400; font-family: "Inter", sans-serif; margin-left: 20px;}

/*===== Mobile Menu =====*/
.mobile_menu{ display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 9; }
.menu_icon_box{ position: fixed; top: 0; left: 0; z-index: 9999999999; display: flex;align-items: center;justify-content: space-between; width: 100%;background: #000; height: 70px;padding:0 15px;  }
.mobile_menu .logo{}

.menu_icon{ position: fixed;  right: 15px; width: 30px; height: 30px; padding: 1px 5px; background: transparent; box-sizing: border-box; cursor: pointer; z-index: 999; }
.menu_icon span{ width: 100%; height: 2px; display: block; background: #fff; margin: 5px 0; border-radius: 5px; transition: all linear 0.3s; }
.menu_icon.active{ color: #fff; padding: 8px 3px 0; }
.menu_icon.active span{ position: absolute;     width: 85%; }
.menu_icon.active span:nth-child(1){ transform: rotate(45deg); }
.menu_icon.active span:nth-child(3){ transform: rotate(-45deg); }
.menu_icon.active span:nth-child(2){ display: none; }

.mobile_slideLogo{ display: block; text-align: center; }
.mobile_slideLogo img{ display: inline-block; float: none; background: #fff; padding: 15px; margin-bottom: 15px; border-radius: 5px; width: inherit; height: auto; }
.sidebar{ padding: 65px 5px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 100%; height: 100%; backdrop-filter: blur(4px);background: rgba(255, 255, 255,1); text-align: center; box-sizing: border-box; z-index: 999999; transition: all linear 0.3s; }
.sidebar.active{ left: 0; }
.tab_section{padding-top: 50px;}
.sidebar ul li{ list-style: none; }
.sidebar ul li a{ position: relative; display: block; padding: 12px 10px; text-align: left; color: #1a1a1a; margin-bottom: 1px; text-transform: uppercase; text-decoration: none; font-size: 16px; font-weight: 400; border-radius: 5px; }
.sidebar ul li a::before{ content: ""; position: absolute; top: 0; left: 0; z-index: -1; padding: 12px 0; height: 100%; width: 0%; background: #747474; transition: all linear 0.3s; }
.sidebar ul li a:hover::before{ width: 100%; }
.sidebar ul li.active{ background: #e9590c; border-radius: 5px;color:#0073E6; }
.sidebar ul li.active a{color: #fff;}
.sidebar ul li.dropdown-active{background:#00ABDF ;}
.sidebar ul li:last-child a{background:#0073E6;color:#fff;text-align:center; }

/*-- Modern Social Media Icon Display --*/
.social_media_block{ display: block; position: fixed; bottom: 15px; left: 15px; z-index: 999; }
.share_icon .fa-solid{ position: absolute; left: 0; bottom: 0; z-index: 2; cursor: pointer; width: 52px; height: 52px; border-radius: 50%; background: #000; color: #fff; font-size: 24px; text-align: center; padding: 14px 0 0 0; transition: all linear 0.3s; }
.share_icon .fa-solid:hover{ transform: rotate(360deg); color: #fff; backdrop-filter: blur(4px);background: rgba(255, 255, 255, 0.9); }
.social_icon{ position: relative; overflow-y: hidden; border-bottom-left-radius: 52px; border-bottom-right-radius: 52px; transition: all linear 0.3s; }
.social_icon.active{ padding-top: 52px; }
.social_icon ul{ position: relative; display: block; text-align: center; transform: translateY(100%); transition: all linear 0.3s; }
.social_icon.active ul{ transform: translateY(-52px); }
.social_icon ul li{ list-style: none; }
.social_icon ul li .fa-brands{ width: 50px; height: 50px; border-radius: 50%; border: none; background: #0e59a9; color: #fff; font-size: 24px; text-align: center; padding: 13px 0px 0 0; transition: all linear 0.3s; }
.social_icon ul li .fa-brands:hover{ transform: rotate(360deg); }
.social_icon ul li:nth-child(1) .fa-brands{ background: #3d5a96; color: #fff; }
.social_icon ul li:nth-child(2) .fa-brands{ background: #2aa3ef; color: #fff; }
.social_icon ul li:nth-child(3) .fa-brands{ background-image: linear-gradient(#8221b3, #c22268, #db8a40); color: #fff; }

/*===== Common Section =====*/
.section-title{ margin-bottom: 50px; text-align: left; }

.section-title h4{ color:#C09559; font-family: Inter;font-weight: 600;font-size: 14px;line-height: 20px;letter-spacing: 0.7px;text-transform: uppercase; }
.section-title h2{font-weight: 600;font-size: 48px;line-height: 48px;letter-spacing: -1.2px;margin: 15px 0 19px; }
.section-title h2 span{color: rgba(241, 105, 59, 1);}
.section-title p{font-family: Inter;font-weight: 400;font-size: 17px;line-height: 28px;color: #626D84;}

/*========common button==========*/
.home-page-link {margin-top: 40px;}
.home-page-link a{display: inline-block; transition: all linear 0.3s;color: #fff;background: #E9590C; padding: 12px 31px; text-decoration: none;border: 1px solid rgba(255, 255, 255, 0.3);border-radius: 12px;font-family: "Inter", sans-serif;font-weight: 500;font-size: 17px;line-height: 28px;}


/* Wrapper */
.wrapper{ margin: 0; padding: 0; overflow: hidden; }
.transition{ transition: all linear 0.3s; }

/*===== Header Section =====*/
.header{padding: 20px 0; position: fixed; top: 0; width: 100%; z-index: 9999; left: 0;background: transparent;transition: background 0.3s ease, box-shadow 0.3s ease;}
.header.sticky {padding: 5px 0;    background: #fff;box-shadow: 0 2px 10px rgba(0,0,0,0.05);}
.header-page{ background: #fff;box-shadow: 0 2px 10px rgba(0,0,0,0.05);}

/* .header-middle{ padding: 60px 0; } */
.logo a {font-size: 24px;line-height: 32px;font-weight: 700;text-decoration: none;color: #fff; transition: all linear 0.3s}
.logo a span{color: #fff; transition: all linear 0.3s}
.header.sticky .logo a,.header-page .logo a{color: #000;}
.header.sticky a span,.header-page a span{color: #0073E6;}
.header-middle .row{align-items: center;}

.navbar .navbar-nav{ display: block; margin: 0; padding: 0; text-align: right; width: 100%; }
.navbar .navbar-nav > li{ display: inline-block; list-style: none; float: none; padding: 0; }
.navbar .navbar-nav > li > a{ position: relative; display: inline-block; padding: 0; margin: 0px 13px; border: none;  background: transparent;font-family: "Inter", sans-serif;color: #fff; font-size: 16px;font-weight: 500;line-height: normal; text-align: center; text-decoration: none; text-transform: capitalize;transition: all linear 0.3s; }
.header.sticky .navbar .navbar-nav > li > a{color: #000;}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > .open > a{ color: #fff; background: transparent; }

.header.sticky .navbar .navbar-nav > li > a,.header-page .navbar .navbar-nav > li > a{color: #000;}

.navbar .navbar-nav > li a:hover::before,
.navbar .navbar-nav > li > a:focus::before,
.navbar .navbar-nav > .active > a::before,
.navbar .navbar-nav > .open > a:hover::before,
.navbar .navbar-nav > .open > a:focus::before{width: 100%;}

.navbar .navbar-nav > li:last-child > a,.header.sticky .navbar .navbar-nav > li:last-child > a{background: linear-gradient(104.76deg, #e98a58 0%, #E9590C 100%);box-shadow: 0px 4px 14px 0px #C0955966;color: #fff;padding: 14px 32px;font-size: 14px;border-radius: 2px;margin-right: 0;}
.navbar .navbar-nav > li:nth-child(7) > a{margin-left: 80px;}

/* Dropdown Menu */
.navbar .navbar-nav > li .serv_dropdown_menu{ display: none; position: absolute; z-index: 999999; border-top: transparent solid 27px; background: transparent; top: 20px; margin-left: 0; width: 270px; overflow-x: hidden; transition: all linear 0.3s; }
.navbar .navbar-nav > li .serv_dropdown_menu li{ display: block; width: 100%; list-style: none; text-align: left; margin: 0; }
.navbar .navbar-nav > li .serv_dropdown_menu li a{ display: block; padding: 10px 15px; text-align: left; font-size: 16px; font-weight: 400; text-decoration: none; backdrop-filter: blur(4px);background: rgba(255, 255, 255, 0.9); color: #fff; border-top: rgba(255, 255, 255, 0.2) solid 1px; border-radius: 0; transition: all linear 0.3s; }
.navbar .navbar-nav > li .serv_dropdown_menu li a:hover{ padding-left: 20px; color: #fff; background: #000; }
.navbar .navbar-nav > li .serv_dropdown_menu li a .fa{ float: none; margin-right: 5px; font-size: 14px; }
.navbar .navbar-nav > li  a .fa-angle-down{margin-left: 10px;}


/* My Own Custom Dropdown Animation */
.navbar .navbar-nav > li:hover .serv_dropdown_menu{ display: block; animation: slide-up .5s ease-out; }
.navbar .navbar-nav > li:hover .serv_dropdown_menu_second_level{ display: block; animation: slide-right .5s ease-out; }
@keyframes slide-up {
  0% { opacity: 0; transform: translateY(15%); }   
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes slide-right {
  0% { opacity: 0; transform: translateX(15%); }   
  100% { opacity: 1; transform: translateX(0); }
}


/*===== Banners Section =====*/
.banner{ position: relative;padding: 200px 0px;padding-top: 228px; background: url('../imgs/home/banner.png')no-repeat top;background-size: cover;}
.banner .home-page-link a{border: 1px solid #e9590c; color: #fff;}
.banner::before{position: absolute;content: ''; background: linear-gradient(122.01deg, rgb(0 0 0 / 85%) 0%, rgb(0 0 0 / 60%) 100%);height: 100%;width: 100%;left: 0;top: 0;}
.banner-content-box{color: #fff;}
.banner-badge{display: flex;stroke-align: center;gap: 5px;background: #ffffff33;border: 1px solid #ffffff4d;backdrop-filter: blur(4px);display: inline-block;padding: 9px 17px;border-radius: 20px;}
.banner-badge span{font-size: 14px;line-height: 24px;font-weight: 500; color: #fff;}
.banner-content-box h1{ font-weight: 600;font-size: 60px;line-height: 70px;margin:30px 0 28px;color: #FBFAF9; }
.banner-content-box h1 span{ color: #e95e14;display: block; }
.banner-content-box p{color: #d7d7d7f2; font-weight: 400;font-size: 18px;line-height: 32px;}
.banner .home-page-link{margin: 30px 0;}
.banner .home-page-link a:last-child{background: transparent;color: #fff;margin-left: 16px;border-color: #fff;}
.banner .home-page-link a:first-child:hover{background-color: #DE653F;}
.banner .home-page-link a:last-child:hover{background-color: #fff;color:#e9590c ;}
.banner-cards{display: flex;align-items: center;flex-wrap: wrap;gap: 34px;margin-top: 25px;}
.banner-card{display: flex;align-items: center;gap: 10px;}
.banner-card p{color: #FBFAF9;font-size: 14px;line-height: 20px;font-weight: 500;}

/*===== Banner Bootom Section =====*/
.banner-bottom{background: #F4F2F0;padding: 40px 0;}
.banner-bottom-cards{display: flex;justify-content: center;align-items: center;}
.banner-bottom-card{width: 20%;text-align: center;display: flex;flex-direction: row;justify-content: center;align-items: center;gap: 15px;}
.banner-bottom-card a img{width: 100%;max-width: 200px;}
.banner-bottom-card span{background: rgba(241, 105, 59, 0.1);width: 48px;height: 40px;border-radius: 4px;display: flex;justify-content: center;align-items: center;}
.banner-bottom-card h4{font-family: "Oswald", sans-serif;font-weight: 600;font-size: 14px;line-height: 20px;text-align: center;}
.banner-bottom-content{text-align: left;}
.banner-bottom-content p{font-size: 12px;}

/*===== Services Section =====*/
.services{padding: 80px 0;background: #fff;}
.services-card{box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);border: 1px solid rgba(218, 223, 231, 1);background: rgba(255, 255, 255, 1);padding: 25px;border-radius: 12px;min-height: 252px;margin-bottom: 1.5rem; transition: all linear 0.3s;}
.services-card-icon{display: flex;justify-content: center;align-items: center;background: #ffe0cf;height: 50px;width: 50px;border-radius: 12px;transition: all linear ease;}
.services-card h4{font-size: 20px;line-height: 28px;font-weight: 700;margin: 24px 0 10px;}
.services-card p{color: #627084;margin-bottom: 10px;font-size: 14px;line-height: 20px;font-weight: 400;}
.services-card:hover{box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);border-color:#1A2B4D1A;}
.services .services-card a{text-decoration: none;color: #e9590c;}
.services .services-card i{transition: transform 0.3s ease;}
.services .services-card:hover i{transform: translateX(8px);}


/*===== Why Choose Us Section =====*/
.why-choose-us{padding: 80px 0px;background: #FBFAF9;}
.why-choose-us .section-title,.why-choose-us .section-title h4,.home-free-estimate .section-title{color: #000;}
.why-choose-us .section-title p,.section-title p{color: #7f7f7f}
.why-choose-us-card-icon{display: flex;justify-content: center;align-items: center;background: #F8EAE1;height: 45px;width: 75px;border-radius: 8px;}
.why-choose-us-card h4{color: #000;font-weight: 600;font-size: 20px;line-height: 28px;letter-spacing: -0.5px;margin: 16px 0 5px;}
.why-choose-us-card p{color: #37373799;font-family: Inter;font-weight: 400;font-size: 14px;line-height: 25px;}
.why-choose-us-card{display: flex;align-items: center;gap: 20px;margin-bottom: 30px;}


/*===== How We Work Section =====*/

.how-we-work{
  padding:80px 20px;
}

.how-we-work h1{
  font-size:42px;
  margin:0 0 12px;
  font-weight:700;
}

.how-we-work .subtitle{
  font-size:18px;
  color:#6b7280;
  margin-bottom:60px;
}

.how-we-work .timeline{
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  text-align:left;
}

.how-we-work .timeline::before{
  content:"";
  position:absolute;
  left:32px;
  top:0;
  bottom:0;
  width:2px;
  background:#e5e7eb;
}

.how-we-work .step{
  position:relative;
  display:flex;
  gap:20px;
  margin-bottom:38px;
}

.how-we-work .step:last-child{
  margin-bottom:0;
}

.how-we-work .circle{
  min-width:64px;
  height:64px;
  border-radius:50%;
  background:#f06414;
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:20px;
  position:relative;
  z-index:1;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.how-we-work-content{
  padding-top:6px;
}

.how-we-work-content h3{
  margin:0 0 8px;
  font-size:20px;
  font-weight:700;
}

.how-we-work-content p{
  margin:0;
  color:#6b7280;
  line-height:1.6;
  font-size:16px;
}

/* Responsive */

@media (max-width:600px){

  .how-we-work-content h1{
    font-size:32px;
  }

  .how-we-work .timeline::before{
    left:24px;
  }

  .how-we-work .circle{
    min-width:48px;
    height:48px;
    font-size:16px;
  }

  .how-we-work-content h3{
    font-size:18px;
  }

  .how-we-work-content p{
    font-size:15px;
  }
}

/*===== FAQ Section =====*/

.faq{
  background:#fef6f2;
  padding: 90px 0;
}

.faq-item{
  border-bottom:1px solid #e5e7eb;
}

.faq-question{
  width:100%;
  background:none;
  border:none;
  padding:22px 0;
  text-align:left;
  font-size:18px;
  font-weight:600;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.faq-question:hover{
  color:#f06414;
}

.icon{
  font-size:18px;
  transition: transform .25s ease;
}

.faq-question .icon {
  transition: transform 0.3s ease;
}

.faq-item.active .icon {
  transform: rotate(180deg);
}

.faq-answer{
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.35s ease, opacity 0.25s ease;
  color: #6b7280;
  line-height: 1.6;
  padding-right: 40px;
}

.faq-item.active .faq-answer{
  max-height:200px;
  padding-bottom:20px;
}

.faq-item.active .icon{
  transform: rotate(180deg);
}

/* Responsive */

@media (max-width:600px){
  .faq-container h2{
    font-size:30px;
  }

  .faq-question{
    font-size:16px;
  }
}


/*===== Welcome Section =====*/
.welcome{ padding: 50px 0;background: rgba(234, 237, 241, 0.3); position: relative;z-index: 1; }
.welcome .section-title{margin-bottom: 0;}
.welcome-points ul{display: flex;flex-wrap: wrap;justify-content: space-between;gap: 20px;margin-top: 40px;}
.welcome-points ul li{list-style: none;width: 48%;font-size: 15px;line-height: 24px;}
.welcome-right{background: rgba(255, 255, 255, 1);border: 1px solid rgba(218, 223, 231, 1);box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);padding: 33px;border-radius: 12px;}
.welcome-right h4{font-family: Inter;font-weight: 700;font-size: 23.6px;line-height: 32px;margin-bottom: 10px; }
.welcome-right p{font-family: Inter;font-weight: 400;font-size: 14.9px;line-height: 24px;}
.welcome-right-bottom{padding-top: 20px;border-top: 1px solid rgba(218, 223, 231, 1);text-align: center;}
.welcome-right-bottom h3{font-family: Inter;color: rgba(0, 115, 230, 1);font-weight: 700;font-size: 23.4px;line-height: 32px;}


/*===== Free Estimate Sections =====*/
.home-free-estimate{position: relative; padding: 80px 0px;background: #1F1F1F; z-index: 1;}
.home-free-estimate .section-title p{color: #d4d4d4;}
.home-free-estimate .section-title h2{ color:#fff; }
.home-free-estimate .section-title a{text-decoration: none;background: #e9590c;color: #fff;padding: 15px 30px;border-radius: 5px;display: inline-block;margin: 15px 0;}
.free-estimate-card{z-index: 1;position: relative;background: #FFFFFF;padding:32px ;margin: 0 auto;border-radius: 16px;box-shadow: 0px 4px 20px -2px #0000001A;} 
.free-estimate-card h2{color: #1A1A1A;font-weight: 700;font-size: 23px;line-height: 36px;letter-spacing: -0.75px;margin-bottom: 30px;}
.free-estimate-card p{color: #666666;margin: 30px 0 24px;text-align: center;  font-weight: 400;font-size: 16px;line-height: 24px;}
.free-estimate-card  label{color: #1A1A1A;font-weight: 500;font-size: 14px;line-height: 20px;margin-bottom: 10px;}
.free-estimate-card .form-control  {  margin-bottom: 30px; background:#FAFAFA;border: 1px solid #E6E6E6; border-radius: 6px;height: 48px;padding:11px 13px;font-family: "Inter", sans-serif;color: #666666; font-weight: 400;font-size: 14px; }
.free-estimate-card .form-control:focus { color:#666666; background-color:#FAFAFA; box-shadow: unset;}
.free-estimate-card .btn-custom{background: linear-gradient(104.76deg, #e9590c 0%, #e9814a 100%);box-shadow: 0px 4px 14px 0px #C0955966; color: #ffffff; width: 100%;border-radius: 6px; padding: 11px;font-size: 14px;line-height: 20px;font-weight: 400;font-family: "Inter", sans-serif;margin-top: 30px;}
.free-estimate-card .btn-custom:hover{background: #000000;color: #ffffff;}
.free-estimate-card textarea{min-height: 98px;}
.free-estimate-card a{text-decoration: none;text-align: center;color: #e9590c;;font-size: 16px;}

#service {appearance: none;-webkit-appearance: none;-moz-appearance: none;cursor: pointer;background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' stroke='%23666' stroke-width='2' fill='none'><path d='m6 9 6 6 6-6'/></svg>");background-repeat: no-repeat;background-position: right 10px center;}

.contact ul li{margin-bottom: 35px;list-style: none;}
.single-contact{display: flex;gap: 20px;}
.single-contact-icon{height: 48px;width: 48px;border-radius: 12px;background: #C0955933;display: flex;justify-content: center;align-items: center;}
.single-contact-content h4{color: #FBFAF999;font-weight: 400;font-size: 14px;line-height: 20px;}
.single-contact-content p{color: #fff;font-weight: 600;font-size: 18px;line-height: 28px; }

/*===== Project Gallery Section =====*/
.project{ padding: 80px 0px; background: #F9FAFB; }
.project-card {position: relative;margin-bottom: 30px;background: rgba(255, 255, 255, 1);border: 1px solid rgba(218, 223, 231, 1);box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);transition: all linear 0.3s;}
.project-card-image{position: relative;height: 256px;overflow: hidden;}
.project-card-image img{width: 100%;height: 100%; object-fit: cover;transition:  all linear 0.3s;}
.project-card-image span{position: absolute;top: 20px;left: 20px;background: rgba(0, 115, 230, 1);border-radius: 25px;font-size: 16px;padding: 3px 10px; color: #fff;}
.project-card-content{background: #fff;padding: 25px;}
.project-card-content h4{font-family: Inter;color: rgba(29, 37, 48, 1);font-weight: 700;font-size: 19.4px;line-height: 28px;margin-bottom: 10px;}
.project-card-content p{color: rgba(98, 112, 132, 1);font-family: Inter;font-weight: 400;font-size: 14.9px;line-height: 24px;}
.project-card:hover .project-card-image img{transform: scale(1.1);}
.project-card:hover{box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}

.gallery-page-content ul{ display: flex; flex-wrap: wrap; }
.gallery-page-content ul li{ list-style: none; }
.project-content-item{ position: relative; overflow: hidden; margin-bottom: 30px; }
.project-content-item img{ width: 100%; height: 447px;object-fit: cover;border-radius:12px; }
.project-content-item a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; justify-content: center; align-items: center;  color: #fff; background: transparent; text-decoration: none; font-size: 30px; font-weight: 700; cursor: pointer; transition: all linear 0.3s; }
.project-content-item a .fa{ position: relative; opacity: 0;  color: #fff;  }
.project-content-item a.overlayer-box{ background: rgba(0,0,0,0.5); }
.project-content-item a:hover{ background: rgba(0,0,0,0.5); }
.project-content-item a:hover .fa{ opacity: 1; }
.project-content-item a.overlayer-box:hover{ background: rgba(0,0,0,0.7); }
.project-content-item a.overlayer-box span{ display: inline-block; padding: 12px 48px; border-radius: 25px; text-decoration: none; background: #D21F1A;border: 1px solid #fff; color: #fff; font-size: 16px;font-weight: 600; font-family: "Nunito", sans-serif; transition: all linear 0.3s; }
.project-content-item a.overlayer-box span:hover{ background: #000; }

.fancybox__container {
  z-index: 99999;
}


/*====== areas =====*/
.areas{padding: 90px 0;}
.areas-of-service{background: #F0F2F4;padding: 32px;border-radius: 12px;}
.areas-of-service h4{margin-bottom: 25px;font-family: Playfair Display;font-weight: 600;font-size: 20px;line-height: 28px;letter-spacing: -0.5px;}
.areas-of-service ul li{list-style: none;margin-bottom: 20px;font-family: Inter;font-weight: 400;font-size: 16px;line-height: 24px;}
.areas-of-service p{color: #626D84;font-family: Inter;font-weight: 400;font-size: 14px;line-height: 20px;}

/*===== Services Inner page Section =====*/

.services-page-content .innerpage-img img{width: 100%;border-radius: 10px;}
.services-page-content{margin: 60px 0}
.services-page-content .innerpage-content p{font-size: 16px;line-height: 1.5; color: #626262;}    
.services-page-content .innerpage-content ul{margin: 10px 0; font-size: 16px} 


/*===== Testimonials Section =====*/

.testimonials {
  background: #f5f6f7;
  padding: 70px 0;
}

.testimonials .section-title h4 {
  color: #ea580c;
  font-weight: 600;
  margin-bottom: 8px;
}

.testimonials .section-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 12px;
}

.testimonials .section-title p {
  color: #6b7280;
  font-size: 18px;
  line-height: 1.6;
}

.testimonials .row {
  display: flex;
  flex-wrap: wrap;
}

.testimonials .col-md-4 {
  display: flex;
  margin-bottom: 30px;
}

.testimonials-card {
  background: #FBFAF9;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 26px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;

  transition: all 0.35s ease;
}

/* hover lift */

.testimonials-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

.testimonials-card .stars {
  margin-bottom: 14px;
  display: inline-block;
}

.testimonials-card .stars img {
  height: 18px;
}

.testimonials-card p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 18px;
}

.testimonials-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 4px 0;
}

.testimonials-card .owner {
  font-size: 14px;
  color: #6b7280;
}

.home-page-link {
  margin-top: 35px;
}

.home-page-link a {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  font-weight: 600;
  color: #fff;
  text-decoration: none;

  transition: all 0.25s ease;
}

.home-page-link a:hover {
  background: #000;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}


/*===== Footer Section =====*/
.footer{ padding: 60px 0px 0; background: #252525; }
.footer-content .logo a {font-size: 24px;line-height: 32px;font-weight: 700;text-decoration: none;color: #fff;}
.footer-content span{color: #ee4a22; font-weight: bold;}
.footer-content ul li:hover a{color: #ee4a22;}
.footer-about a{text-decoration: none;color: #fff;padding: 8px 13px;margin-top: 40px;}
.footer .bbb-items p{margin: 5px 0; font-size: 14px;}
.footer .bbb-items h5{color: #fff; font-size: 16px;}
.footer .bbb-items{background: #363636;padding: 15px 20px;border-radius: 5px;}
.footer-content p{color: #FFFFFFCC;font-size: 16px;line-height: 24px;margin: 18px 0;margin-bottom: 40px;}
/*.footer-content img{width: 200px;height: auto;}*/
.footer-content h4{font-family: "Inter", sans-serif;font-weight: 600;font-size: 16px;line-height: 26px;text-transform:  capitalize;padding-bottom: 16px;color: #fff;}
.footer-content h4 {position: relative;padding-bottom: 10px;}
.footer-content ul li{ position: relative; list-style: none; color: #FFFFFFCC; font-family: "Inter", sans-serif;font-weight: 400;font-size: 16px;line-height: 24px; margin: 12px 0}
.footer-content ul li a{text-decoration: none;color: #FFFFFFCC;font-size: 16px;line-height: 24px;}
.footer .copyright a{text-decoration: none;color: #99c2f1;}

.footer-content ul li{display: flex;gap: 10px;}

/*===== Footer Section =====*/
.copyright{ padding: 15px 0;  border-top: #FFFFFF33 solid 1px; margin-top: 25px;display: flex;justify-content: space-between;align-items: center}
.copyright p{ display: inline-block;color:#FFFFFF99;font-family: "Inter", sans-serif;font-weight: 400;font-size: 14px;line-height: 20px; }
.copyright p a{ color: rgba(0, 171, 223, 1); text-decoration: none; }

#back-top { }
#back-top a { display: block; text-decoration: none;text-decoration: none;color: #FBFAF980;  }


/*===== Slider Plugins =====*/
#banner-slider .owl-buttons{ display: none; }
#banner-slider .owl-dots { position: absolute; left: 50%; top: 90%; transform: translate(-50%,0); z-index: 9; display: none;}
#banner-slider .owl-dots .owl-dot span{ width: 15px; height: 15px; border-radius: 50%; background: #fff; border: none; opacity: 1; }
#banner-slider .owl-dots .active span{ backdrop-filter: blur(4px);background: rgba(255, 255, 255, 0.9); }

#testimonials-slider .owl-dots{ display: none;}
#testimonials-slider .owl-nav{ display: none; }
#testimonials-slider .owl-nav .owl-prev{ position: absolute; top: 50%; left: 0px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 34px; height: 34px; border: none; background: #0000FF; color: #fff; font-size: 16px; border-radius: 0%; opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#testimonials-slider .owl-nav .owl-next{ position: absolute; top: 50%; right: 0px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 34px; height: 34px; border: none; background: #0000FF; color: #fff; font-size: 16px; border-radius: 0%; opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#testimonials-slider .owl-nav .owl-prev:hover,
#testimonials-slider .owl-nav .owl-next:hover{ background: #000; color: #fff; }
#testimonials-slider .owl-nav .owl-prev span{ margin-right: 5px; margin-bottom: 5px; }
#testimonials-slider .owl-nav .owl-next span{ margin-left: 5px; margin-bottom: 5px; }


/*===== Pages Breadcrumb =====*/
.content-banner{ padding: 20px 0; background:hsl(0 0% 100%);}
.breadcrumb{ padding: 10px 15px; margin: 0; margin-bottom: 0; color: #fff; background: transparent; border-radius: 0; font-family: "Inter", sans-serif;font-weight: 600; text-transform: uppercase; font-weight: 400; font-size: 18px; }
.breadcrumb a{ color: #fff;font-weight: 700; text-decoration: none;font-family: "Inter", sans-serif; }
.breadcrumb .fa-solid{  display: inline-block; margin: 0 10px; font-size: 15px; font-weight: 700; margin-top: 4px; }

/*===== Content Pages =====*/
.content{ width: 100%;background: linear-gradient(104.76deg, #e9590c 0%, #e9814a 100%); padding: 85px 0;padding-top: 185px;}
/*.content-block{ padding: 20px; background: #fff; }*/
.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #333; }
.content .section-title.page-top {margin-bottom: 0;}
.content .section-title h1{  font-size: 48px; color: #fff; font-weight: 700;font-family: "Inter", sans-serif;margin-bottom: 25px;}
.content .section-title h1 span{color: #000;}
.content .section-title p{color: #fff;}


/*===== Our-Story =====*/
.our-story{background: #fff;padding: 80px 0;}
.our-story .section-title{margin-bottom: 0;}



.our-credentials{background: #fff;padding: 70px 0;}
.our-creaentials-bbb{text-align: center;}
.our-creaentials-bbb img{max-width: 320px;width: 100%; height: auto;margin-bottom: 30px;}
.our-creaentials-bbb h4{font-family: "Inter", sans-serif;font-size: 20px;line-height: 30px;margin-bottom: 10px;color: #000;}
.our-creaentials-bbb p{color: #0073E6;font-size: 17px;font-weight: 600;}
.our-creaentials-content li{list-style: none;margin-bottom: 15px;}


.page-services .services-card .services-card-icon{height:80px;width:80px;border-radius: 16px;}
.services-cardone{border-color:#3b82f6;}
.services-cardtwo{border-color:#f97316;}
.services-cardthree{border-color:#14b8a6;}
.services-cardfour{border-color:#a855f7;}
.services-card-icon.blue { background: #3b82f6; }
.services-card-icon.orange { background: #f97316; }
.services-card-icon.teal { background: #14b8a6; }
.services-card-icon.purple { background: #a855f7; }

.page-services .services-card h4{font-size: 24px;}
.page-services .services-card p{font-size: 18px;line-height: 28px;}
.page-services .services-card ul{padding-left: 25px;margin-top: 20px;list-style:none;}
.page-services .services-card ul li{font-size: 16px;margin: 5px 0;}



.comingsoon{padding:90px 0;text-align:center;}


/*==== process ====*/
.process{padding:80px 0;}
.process-card{box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);border: 1px solid rgba(218, 223, 231, 1);background: rgba(255, 255, 255, 1);padding: 25px;border-radius: 12px; margin-bottom: 1.5rem;display:flex;justify-content:center;align-items:center;flex-direction:column; transition: all linear 0.3s;}
.process-card-number{display: flex;justify-content: center;align-items: center;background: #0173E6;height: 96px;width: 96px;border-radius: 50px;transition: all linear ease;font-size:30px;color:#fff;}
.process-card h4{font-size: 20px;line-height: 28px;font-weight: 700;margin: 24px 0 28px;}
.process-card p{color: #627084;font-size: 16px;line-height: 24px;font-weight: 400;}
.process-card:hover{box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);border-color:#91BFF3;}

/*==== Services Testimonials ====*/
.services-testimonials{padding:80px 0;}
.services-testimonials-content{display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:Center;gap:25px;}
.services-testimonials-content p{font-size: 2.25rem; line-height: 2.5rem;}
.services-testimonials-content h4{font-size:18px;}



/*==========Products Page ============*/
.offers{padding:30px 0;}
.offer-card{display:flex;justify-content:center;align-items:center;gap:20px;transition:all linear 0.3s;padding:1rem;border-radius:10px;background:#fff;}
.offer-card-icon{background:#157ee7;height:56px;width:56px;display:flex;justify-content:center;align-items:center;flex-shrink:0;border-radius:12px;}
.offer-card-content h4{font-size:16px;font-weight:700;margin-bottom:10px;}
.offer-card-content p{font-size:14px;}
.offer-card:hover{transform:translateY(-5px);box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;}

.online-ordering{padding:30px 0;background:#f9781c;}
.online-ordering-container{display:flex;justify-content:center;align-items:center;gap:25px;flex-wrap:wrap;color:#fff;}
.online-ordering-icon{height:64px;width:64px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:rgba(255,255,255,0.4);}
.online-ordering-content h4{font-size:24px;font-weight:700;margin-bottom:15px;}
.online-ordering-content p{font-size:16px;}
.online-ordering-link a{text-decoration:none;color:#000;background:#fff;padding:15px 25px;border-radius:25px;}

.products-wcu{padding:80px 0;}
.products-wcu-right{background: linear-gradient(135deg, #e3f2fd 0%, #f5f5f5 50%, #fce4ec 100%);max-width:454px;width:100%;height:454px;border-radius:12px;display:flex;justify-content:center;align-items:center;flex-direction:column;}
.product-wcu-right-icon{height:128px;width:128px;border-radius:50%;background:#0073e6;display:flex;justify-content:center;align-items:center;color:#fff;}
.products-wcu-right h4{color:#0073e6;font-size:60px;font-weight:700;margin-bottom:20px;margin:20px 0 15px;}
.products-wcu-card{display:flex;align-items:center;gap:20px;transition:all linear 0.3s;padding:1rem;border-radius:10px;background:#fff;margin-bottom:15px}
.products-wcu-card-icon{background:#157ee7;height:56px;width:56px;display:flex;justify-content:center;align-items:center;flex-shrink:0;border-radius:12px;color:#fff;}
.products-wcu-card-content h4{font-size:16px;font-weight:700;margin-bottom:10px;}
.products-wcu-card-content p{font-size:14px;}
.products-wcu-card:hover{transform:translateY(-5px);box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;}

.products{padding:70px 0 30px;}
.products-section-title{display:flex;align-items:center;gap:40px;flex-wrap:wrap;}
.section-title-icon{height:96px;width:96px;border-radius:12px;background:#318bf0;flex-shrink:0;display:flex;align-items:center;justify-content:center;}
.light-systems .section-title-icon{background:#F78411;}
.air-filtration .section-title-icon{background:#13B899;}
.air-quality-products .section-title-icon{background:#9C58F7;}
.product-card{margin-bottom:20px;}
.product-card-thumbnail{height:286px;position:relative;}
.product-card-thumbnail img{width:100%;height:100%;object-fit:cover;}
.product-card-thumbnail span{font-size:16px;background:#0283EA;padding:7px 8px;border-radius:3px;color:#fff;position:absolute;top:10px;left:16px}
.light-systems .product-card-thumbnail span{background:#F78411;}
.air-filtration .product-card-thumbnail span{background:#13B899;}
.air-quality-products .product-card-thumbnail span{background:#9C58F7;}
.product-card-content{text-align:center;padding:14px;}
.product-card-content h4{font-size:20px;margin-bottom:5px;}

/*===== Page Bottom =====*/
.page-bottom{padding: 60px 0;}
.page-bottom-content h2{font-size: 48px;font-weight: 700;margin-bottom: 20px;}
.page-bottom-content p{font-size: 19px;font-weight: 400;color: #666;}
.page-bottom-link{margin-top: 50px;}
.page-bottom-link a{display: inline-block; transition: all linear 0.3s;color: #fff;background: linear-gradient(104.76deg, #e98a58 0%, #E9590C 100%);box-shadow: 0px 4px 14px 0px #C0955966; padding: 10px 32px; text-decoration: none;border: 2px solid #e9590c;border-radius: 6px;font-family: "Inter", sans-serif;font-weight: 500;font-size: 18px;}
.page-bottom-link a:last-child{background: #fff;color: #1A1A1A;margin-left: 16px;}
.page-bottom-link a:first-child:hover{background-color: hsl(0 84% 51%)}
.page-bottom-link a:last-child:hover{background-color: #fff;color:#e9590c ;}

/*===== Gallery Page =====*/
.gallery-page-content{padding: 80px 0;}
.gallery-page-content .project-card img{height: 330px;}
.project-card .project-card-content p{position: unset;}
.project-card .project-card-content{padding: 20px;}
.gallery-page-content .project-card h4{opacity: 0;transition: all linear 0.3s;font-weight: 500;color: #fff;margin-bottom: 14px;}
.project-card:hover h4{opacity: 1;}

.reviews-page-bb-content h4{font-size: 30px;line-height: 40px;margin-bottom: 15px;}
.reviews-page-bb-content p{font-size: 20px;line-height: 30px;}
.testimonials-page .testimonials-card p{font-size: 18px;line-height: 30px;}


/*===== Conatct page =====*/
.contact-form-container{padding: 80px 0;}
.contact-page-contact-info{margin-top: 50px;}
.contact-page-contact-info ul li{ display:flex;gap:25px;color:#666;font-weight:400;font-size:18px;margin-bottom:3px; }
.contact-icon{display: flex;justify-content: center;align-items: center;background: #0073E61A;height: 48px;width: 48px;border-radius: 8px;}
.contact-icon svg{color: green;}
.contact-page-contact-info ul li{margin-bottom: 25px;padding: 25px;border-radius: 4px;box-shadow: 0 8px 30px -4px rgba(0, 0, 0, .2);border-left:4px solid #e9590c;background: rgba(250, 250, 250, 1);}
.contact-page-contact-info ul li span{ display: block; font-size: 18px;font-weight: 700; margin-bottom: 5px; }
.contact-page-contact-info ul li span.desc{font-size: 14px; font-weight: 400;color: #666;margin-top: 5px;margin-bottom: 0;}
.emergency-services{padding: 24px;margin-top: 32px;background: #f2f2f2;border-radius: 8px;max-width: 470px;}
.emergency-services h4{font-size: 18px;margin-bottom: 15px;color: #1A1A1A;}
.emergency-services p{font-size: 16px;color: #666666;}
.serving-mesa{background: #f2f2f2;padding: 70px 0;}
.serving-mesa-card{display: flex;flex-direction: column;justify-content: center;align-items: center;box-shadow: 0 4px 20px -2px rgba(0, 0, 0, .1);min-height: 284px;background: #fff;max-width: 986px;margin: auto;}
.serving-mesa-card h4{margin-bottom: 15px;font-size: 22px;font-weight: 700;color: #1A1A1A;}
.serving-mesa-card p{fallback: 18px;color: #666;}

.contact-page-contact-info ul li a{text-decoration: none;color:#666; }

/*===== Content WCU =====*/
.content-wcu{padding: 80px 0;}
.content-wcu-content{max-width: 896px;margin: auto;}
.content-wcu-content h2{font-size: 48px;font-weight: 700;color: #1a1a1a;margin-bottom: 20px;text-align: center;}
.content-wcu-content p ,.content-wcu-content ul li{font-size: 20px;line-height: 35px;color: #666;margin-bottom: 15px;}
.content-wcu-content ul{padding-left: 55px;}

/*===== 404 || Page Not Found =====*/
.content-banner .page-not-found-title{ color: #fff; }
.page_not_found{ display: block; text-align: center; padding: 50px; }
.page_not_found h2{ font-size: 120px; color: #34495e; }
.page_not_found p{ font-size: 18px; color: #34495e; text-align: center; }
.page_not_found a{ display: inline-block; padding: 10px 25px; background: #c0392b; color: #fff; border-radius: 3px; text-decoration: none; }
.page_not_found a:hover{ background: #e74c3c; }

/*===== Latest Testimonials and Form Page =====*/
.content .reviewsblock{ padding: 15px 0; backdrop-filter: blur(4px);background: rgba(255, 255, 255, 0.9); width: 100%; text-align: center; }
.content .reviewsblock h4{ margin-bottom: 0; text-transform: uppercase; color: #fff; font-size: 24px; font-weight: 700; }
.reviewsform{ padding: 15px; background: #eee; min-height: 150px; width: 100%; }
.reviewsformstyle{ height: 44px; border-radius: 0; border: #666 solid 1px; color: #666; margin-bottom: 15px; }
.reviewsform input::placeholder{ color: #666; }
.reviewsform textarea::placeholder{ color: #666; }
.btn-reviewsformstyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; backdrop-filter: blur(4px);background: rgba(255, 255, 255, 0.9); border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; transition: all linear 0.3s; }
.btn-reviewsformstyle:hover{ background: #2ecc71; }

/* Bootstrap(v5.2.3) Accordion */
.testimonials-page{ display: block; margin-top: 15px; }
.testimonials-page .accordion-button:focus,
.testimonials-page .accordion-button:active,
.testimonials-page .accordion-button{ padding-bottom: 13px; background: #000; color: #fff; box-shadow: none; }
.testimonials-page .accordion-button.collapsed{ background: #fff; color: #000; }
.testimonials-page .accordion-button:not(.collapsed)::after{ content: '\f107'; font-family: 'fontawesome'; font-size: 18px; color: #fff; text-decoration: none; background-image: initial; }
.testimonials-page .accordion-button.collapsed::after{ content: '\f107'; font-family: 'fontawesome'; color: #000; text-decoration: none; background-image: initial; }


/*===== Latest Contact Form =====*/
.contact-form-section .form-group{ position: relative; overflow: hidden; margin: 0; margin-bottom: 30px; }
.contact-form-section .form-group .fa{ position: absolute; top: 0; z-index: 8; height: 100%; width: 50px; backdrop-filter: blur(4px);background: rgba(255, 255, 255, 0.9); text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.contact-form-section .form-group .sms{ height: 100%; }
.contact-form-section .contact-form-control{ padding-left: 65px; height: 50px; border-color: #666; border-radius: 0; }
.contact-form-section .contact-form-control::placeholder{ color: #666; }
.contact-form-section textarea.contact-form-control{ height: 200px; }
.contact-form-section .btn-contact-form-control{ width: 150px; color: #fff; background-color: #000; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.contact-form-section .btn-contact-form-control:hover{ background: #2ecc71; }
.contact-page-location-map .googlemap{ height: 400px; overflow: hidden; border: #eee solid 1px; }

/*===== Latest Free Estimate Form =====*/
.free-estimate-form .form-title{ padding: 10px 15px; backdrop-filter: blur(4px);background: rgba(255, 255, 255, 0.9); color: #fff; }
.free-estimate-form .form-group{ position: relative; overflow: hidden; margin: 0; margin-bottom: 30px; }
.free-estimate-form .form-group .fa{ position: absolute; top: 22px; z-index: 999; height: 100%; width: 50px; backdrop-filter: blur(4px);background: rgba(255, 255, 255, 0.9); text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.free-estimate-form .form-group .sms{ height: 100%; }
.free-estimate-form .free-estimate-form-control{ padding-left: 65px; height: 50px; border-color: #666; border-radius: 0; }
.free-estimate-form .free-estimate-form-control::placeholder{ color: #666; }
.free-estimate-form textarea.free-estimate-form-control{ height: 200px; }
.free-estimate-form .btn-free-estimate-form-control{ width: 150px; color: #fff; background-color: #000; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.free-estimate-form .btn-free-estimate-form-control:hover{ background: #2ecc71; }


/* ====programs-page====== */
.programs-page-card{text-align: center;margin-bottom: 2rem;}
.programs-page-image{width: 100%;max-height: 300px;overflow: hidden;margin-bottom: 1.5rem;}
.programs-page-image img{object-fit: cover;width: 100%;height: 100%;}
.programs-page-card h4{ color: #1551B3; font-size: 20px; font-weight: 600;line-height: 35px;  font-family: "Inter", sans-serif; text-transform: uppercase; }
.programs-page-card p{  font-family: "Inter", sans-serif;color: #636363;font-size: 24px;font-weight: 400;line-height: 35px;margin-bottom: 30px; }
.programs-page-link{text-align: center;}


/* ===============================
   FINAL RESPONSIVE DROPDOWN
================================ */

/* Base */
.dropdown {
  position: relative;
}

/* Dropdown menu (desktop default) */
.dropdown-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  background: rgba(10,12,18,0.45);   /* transparent dark */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  z-index: 9999;
  min-width: 220px;
}

/* Links */
.dropdown-menu li a {
  display: block;
  padding: 10px 16px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  transition: background 0.2s ease, padding-left 0.2s ease;
}

/* Hover */
.dropdown-menu li a:hover {
  background: rgba(255,255,255,0.06);
  padding-left: 22px;
}

/* Active service */
.dropdown-menu li.active > a {
  font-weight: 700;
  color: #FFDFAF;
}

/* Arrow */
.dropdown-toggle {
  cursor: pointer;
  margin-left: 6px;
  font-size: 12px;
  transition: transform 0.25s ease;
  display: inline-block;
}

/* Rotate arrow when open */
.dropdown.open > .dropdown-toggle {
  transform: rotate(180deg);
}

/* ---------- Desktop ---------- */
@media (min-width: 992px) {
  .navbar .dropdown-menu {
    position: absolute;
    top: calc(100% + 0px);
    left: 0;
  }

  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }

/* Hide arrow on desktop */
.navbar .dropdown-toggle {
  display: none;
}

/* When header turns light / sticky */
.header.sticky .navbar .dropdown-menu,
.header.header-page .navbar .dropdown-menu {
  background: rgba(255,255,255,0.98);
}

.header.sticky .navbar .dropdown-menu li a,
.header.header-page .navbar .dropdown-menu li a {
  color: #1a1a1a;
}

.header.sticky .navbar .dropdown-menu li a:hover,
.header.header-page .navbar .dropdown-menu li a:hover {
  background: rgba(0,0,0,0.05);
}
}

/* ---------- Mobile / Sidebar ---------- */
@media (max-width: 991px) {
  /* open on click */
  .dropdown.open > .dropdown-menu {
    display: block;
  }

/* Sidebar dropdown layout */
.sidebar .dropdown-menu {
  background: transparent;
  box-shadow: none;
  padding-left: 15px;
  border-radius: 0;
}

.sidebar ul li:last-child a{
  background: transparent;
  color: #000;
  text-align: left;
  border-bottom: none;
}

.sidebar .dropdown-menu li a {
  font-size: 14px;
  padding: 8px 0;
  color: #1a1a1a;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0;
}

.sidebar .dropdown-menu li a:hover {
  background: none;
  padding-left: 10px;
}

}



/*========== Responsive ==========*/


@media (max-width: 1399px){
  .banner-content-box h1 { font-size: 59px;}
  .services-card{min-height: 284px;}

}

@media (max-width: 1025px){
  body{padding-top: 0;}

  /*=====Social Media =====*/
  .share_icon .fa{ width: 45px; height: 45px; font-size: 18px; }
  .social_icon ul li .fa{  width: 43px; height: 43px; font-size: 18px; }
  .social_icon.active ul li:nth-child(1) .fa{ bottom: 188px; }
  .social_icon.active ul li:nth-child(2) .fa{ bottom: 145px; }
  .social_icon.active ul li:nth-child(3) .fa{ bottom: 102px; }
  .social_icon.active ul li:nth-child(4) .fa{ bottom: 59px; }

  /*===== Enable Header Menu Default in Small Device =====*/
  .mobile_menu{ display: block; width: 0; }
  .mobile_menu.active{ width: 100%; }
  .serv_dropdown_menu{ padding-left: 30px; }

  /*========== Body Section ===============*/
  .header{display:none ;}
  .logo a,.logo a span{color: #000;}
  .welcome-points ul li{width: 100%;}

}
@media (max-width: 992px){

  /*===== ALL Slider Section =====*/ 
  #banner-slider .owl-pagination{ top: 80%; }

  /*===== Pages Section =====*/
  .content-banner{ padding: 20px 0; }
  .content h2{ font-size: 20px; }
  .sectiontitleunderline{ margin: 0 0 15px; }
  .breadcrumb .fa{ margin: 5px; }
  .content p{ font-size: 14px; line-height: 26px; margin-bottom: 10px; }

  .online-ordering-content{text-align:center;}
  .offer-card{justify-content:flex-start;}
  .blog-wrapper{grid-template-columns: repeat(2, 1fr);}


}

@media (max-width: 767px){

  .home-page-link a {
    display: block;
    text-align: center;}

  .header-top ul li { font-size: 13px;}

  .banner-bottom-cards{flex-direction: column;}
  .banner-bottom-card {flex-direction: column;}
  .banner-bottom-content {text-align: center;}

  .banner .row{flex-direction: column-reverse;}
  .banner-content-box h1 {  font-size: 26px; line-height: 47px;}
  .banner-content-box p {font-size: 19px; line-height: 41px;}
  .banner .home-page-link a:last-child,.page-bottom-link a:last-child{margin-left: 0;margin-top: 25px;}

  .section-title br{display: none;}
  .section-title h2,.welcome .section-title, .welcome .section-title h2{margin: 20px 0;}
  .section-title h2 { font-size: 29px;}

  .why-choose-us-card,.core-values-card{margin-bottom: 1.5rem;}

  .testimonials-content{padding: 25px;}
  .mission-statement .section-title{padding: 30px 20px;}

  .footer{padding-bottom: 0;}
  .footer-content h4{margin-top: 1.5rem;}

  .banner br{display: none}
  section br{display: none;}    

  .banner-card{width: 44%;}
  .banner-card-last{width: 100%;}

  .welcome-right{margin-top: 1.5rem;}

  .services{padding:30px 0 40px;}

  .copyright p {font-size: 16px;}

  .contact ul li br{display: block;}
  .copyright{flex-direction: column;}

  .content{padding: 125px 0 40px;}
  .serving-mesa{padding-top: 0;}
  .serving-mesa-card{text-align: center;}
  .our-creaentials-bbb{margin-bottom: 20px;}
}

/* === Mobile: banner-bottom responsive layout (add at end of your CSS) === */
@media (max-width: 767px) {
  .banner-bottom {
    padding: 18px 12px;
  }

  /* Use a grid so BBB can span whole row and others make a 2x2 grid */
  .banner-bottom-cards {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: start;
    justify-items: stretch;
  }

  /* Make the big BBB card take the full width and center its image */
  .banner-bottom-cardbbb {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0;
    background: transparent;
  }
  .banner-bottom-cardbbb a {
    display: inline-block;
  }
  .banner-bottom-cardbbb img {
    width: auto;
    max-width: 160px;     /* adjust size of BBB image on mobile */
    height: auto;
    display: block;
  }

  /* Reset per-card width (override desktop 20%) and style each small card */
  .banner-bottom-card {
    width: 100% !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 10px;
    /*border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: 0 6px 16px rgba(0,0,0,0.04);*/
  }

  /* icon box */
  .banner-bottom-card span {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(241,105,59,0.08);
    padding: 6px;
  }
  .banner-bottom-card span img {
    width: 28px;
    height: auto;
    display:block;
  }

  /* content text */
  .banner-bottom-content {
    text-align: left;
    display: inline-block;
  }
  .banner-bottom-content h4 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 3px;
    font-weight: 600;
    color: #1a1a1a;
    text-align: left;
  }
  .banner-bottom-content p {
    font-size: 12px;
    color: #666;
    margin: 0;
  }

  /* ensure BBB card remains first visually (it is first in markup already) */
  .banner-bottom-cardbbb { order: -1; }

  /* tweak spacing so two cards per row (except BBB which spans full) */
  .banner-bottom-cards > .banner-bottom-cardbbb + .banner-bottom-card,
  .banner-bottom-cards > .banner-bottom-cardbbb + .banner-bottom-card + .banner-bottom-card {
    /* no-op; left for visual clarity if you want custom ordering later */
  }
}

/* Very small phones: stack cards in single column for legibility */
@media (max-width: 420px) {
  .banner-bottom-cards {
    grid-template-columns: 1fr;
  }
  .banner-bottom-cardbbb img { max-width: 140px; }
  .banner-bottom-card { padding: 12px; gap: 10px; }
  .banner-bottom-card span { width:44px; height:44px; min-width:44px; }
}


@media (max-width: 576px) {
  .blog-wrapper {
    grid-template-columns: 1fr;
  }

  .banner-bottom-cards{
    flex-direction: column;
    gap: 20px;
  }

}