@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: "Neighbor";
  src: url("../fonts/neighbor/Neighbor.ttf");
  font-weight: 100 900;
  font-style: normal;
}

/* Loader */
body.loading *:not(#loader):not(#loader *) {
  display: none;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}


body {
  font-family: Montserrat;
  font-size: 16px;
  color: #2b2b2b;
}

/* common_font_size_start */

.heading {
  font-size: 20px !important;
}

.get-free-button {
  font-size: 19px !important;
}

.subheading {
  font-size: 15px !important;
}

.p_content {
  font-size: 12px !important;
}

.testimonial {
  font-size: 10px !important;
}

.contact-form::placeholder {
  font-size: 12px !important;
}

@media screen and (min-width: 768px) {
  .heading {
    font-size: 24px !important;
  }
  
  .get-free-button {
    font-size: 23px !important;
  }
  
  .subheading {
    font-size: 16px !important;
  }
  
  .p_content {
    font-size: 14px !important;
  }
  
  .testimonial {
    font-size: 10px !important;
  }
  
  .contact-form::placeholder {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 1024px) {
  .heading {
    font-size: 30px !important;
  }
  
  .get-free-button {
    font-size: 29px !important;
  }
  
  .subheading {
    font-size: 19px !important;
  }
  
  .p_content {
    font-size: 15px !important;
  }
  
  .testimonial {
    font-size: 12px !important;
  }
  
  .contact-form::placeholder {
    font-size: 15px !important;
  }
}

/* common_font_size_end */

/* Navigation */
.menu a {
  text-decoration: none;
  color: #959595;
}

.menu a:hover {
  color: #2b2b2b;
}

.menu ul {
  list-style: none;
  padding-inline-start: 0px;
}

.menu li {
  display: inline;
  padding: 0px 10px;
  font-weight: 500;
}

.navbar {
  --bs-navbar-toggler-border-color: none;
}

.navbar-toggler-icon {
  background-image: url("../assets/burger.svg") !important;
  border: none;
}

.navbar-nav {
  position: absolute;
  right: 0;
  top: 50px;
  background: white;
  z-index: 1;
  padding: 20px;
  border-radius: 25px;
  font-size: 12px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* Banner section */
.banner {
  max-width: 1800px;
  margin: 0px 10px;
  height: calc(100vh - 20vh);
  border-radius: 20px;
  background-image: url("../assets/banner-mobile.webp");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}
.banner h1 {
  font-family: Neighbor;
}
.banner-end {
  right: -2px !important;
  bottom: -2px !important;
}
.banner-content {
  width: 100%;
}
.banner-content p,
.banner-content span{
  font-size: 12px !important;
  font-weight: 100;
}
/* Banner section ends here */

/* uPVC */
#upvc-section span,
#upvc-section p {
  font-size: 12px;
}
.image-accordion {
  display: flex;
  width: 100%;
}
.my-accordion-item {
  overflow: hidden;
  position: relative;
  transition: width 0.6s ease, height 0.6s ease;
}
.my-accordion-item .accorion-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  border-radius: 30px;
  transition: transform 1s ease;
  transform: translateX(0%) translateY(0%);
}
.image-accordion .header-section {
  position: relative; 
}
.image-accordion .active {
  height: 100%;
  width: 100%;
}
.image-accordion .active:hover,
.image-accordion .inactive:hover {
  cursor: pointer;
}
.image-accordion .inactive img {
  display: none;
}
.image-accordion .inactive {
  height: 15%;
  width: 100%;
  border-bottom: 1px solid #707070;
  border-right: 0;
}
.image-accordion .inactive .content {
  display: none !important;
}
.image-accordion .active .left-arrow {
  display: none;
}
.image-accordion .inactive .left-arrow {
  display: block;
  position: absolute;
  top: 30%;
  left: auto;
  right: 0;
  transform: rotate(270deg);
  scale: 0.7;
}
.image-accordion .before-active {
  border-bottom: 0 !important;
}
.image-accordion .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.image-end {
  bottom: -1px;
  right: 0;
  background-image: url('../assets/image-end.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right !important;
  padding-top: 10%;
  padding-left: 20%;
}

.image-accordion .image-end .subheading {
  margin: 0;
}

.image-accordion .active .image-end {
  line-height: 1;
}

.image-accordion .inactive .image-end {
  position: relative !important;
  display: flex;
  white-space: nowrap;
  flex-direction: row !important;
  justify-content: start !important;
  align-items: center !important;
  gap: 10px;
  padding: 10px;
  color: #2B2B2B !important;
  opacity: 0.3;
}

.image-accordion .inactive .image-end .p_content br {
  display: none;
}


@media (min-width: 768px) {
  .image-accordion .active .image-end {
    line-height: 1.5;
  }

  .image-accordion .inactive .image-end {
    position: absolute !important;
    bottom: 25px;
    left: 0;
    flex-wrap: nowrap;
    padding: 0;
  }

  #upvc-section span,
  #upvc-section p {
    font-size: 15px;
  }
  .my-accordion-item.active {
    transition: width 0.5s ease;
  }
  .my-accordion-item .accorion-image {
    height: 400px;
    transform: translateX(0%);
  }
  .image-accordion .inactive {
    width: 15%;
    height: auto;
    border-right: 1px solid #707070;
    border-bottom: 0;
  }
  .image-accordion .inactive .header-section {
    position: absolute !important; 
    bottom: 0 !important;
    left: 0 !important;
  }
  .image-accordion .inactive>div {
    transform: rotate(270deg);
    white-space: nowrap;
  }
  .image-accordion .inactive .left-arrow {
    display: block;
    position: absolute;
    top: 0;
    left: 40%;
    transform: rotate(0deg);
  }
  .image-accordion .before-active {
    border-right: 0 !important;
  }
  .my-accordion-item.active .wrapper .accorion-image {
    transform: translateX(-30%) translateY(0%);
  }
}

/* uPVC ends here */

/* Our designs start */

.design-item {
  position: relative;
  margin-bottom: 2rem;
}

.design-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 20px;
}

.overlay-btn {
  /* temporarily hided */
  display: none; 
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 19px;
  width: 106px;
  height: 25px;
  backdrop-filter: blur(10px);
}

.item-title {
  font-size: 19px;
  font-weight: 600;
  color: #2B2B2B;
  margin-top: 1rem;
  margin-bottom: 0;
}

.section-badge {
  background: #F5F5F5;
  border: 1px solid #B6C5C6;
  border-radius: 25px;
  padding: 3px 20px;
  font-weight: 500;
  color: #2B2B2B;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.section-heading {
  font-weight: 700;
  color: #2B2B2B;
  line-height: 1.2;
  margin-bottom: 3rem;
}

.container-custom {
  max-width: 1200px;
}

@media (max-width: 768px) {
  .section-badge {
    width: fit-content;
    margin: 0 auto 1.5rem auto;
  }

  .design-item img {
    height: 220px;
  }
}

/* Our designs end */

/* testimonial start */

.consultation-btn {
  background-color: #6B8E23;
  color: white;
  border-radius: 3rem;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  font-size: clamp(20px, 5vw, 29px);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.consultation-btn:hover {
  background-color: #5a8234;
  color: white;
}

.consultation-btn .arrow-wrapper {
  background-color: white;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.consultation-btn .arrow-wrapper svg {
  width: 1.5em;
  height: 1.5em;
  stroke: #6B8E23;
  stroke-width: 2;
  fill: none;
}

.sub-p {
  font-size: 15px;
  color: #2B2B2B;
}

.testimonial-card {
  border: 0.5px solid #7C9699;
  border-radius: 24px;
  padding: 1.5rem;
  background-color: white;
}

.testimonial-card p {
  font-size: 12px;
}

.test_main {
  font-size: 13px;
  font-weight: 600;
}

.test_sub {
  font-size: 12px;
}

.star-icon {
  width: 15px;
  height: 15px;
  margin-right: 2px;
}

.star-filled {
  fill: black;
  stroke: black;
}

.star-empty {
  fill: none;
  stroke: black;
  stroke-width: 1.5;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.badge-custom {
  background-color: #F5F5F5;
  border: 1px solid #B6C5C6;
  color: #2B2B2B;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  font-weight: 500;
  font-size: 15px;
}

.display-5-custom {
  font-size: 15px;
  color: #2B2B2B;
}

@media (min-width: 1200px) {
  .display-5-custom {
    font-size: 30px;
    color: #2B2B2B
  }
}

/* testimonial end */

/* contact start */
.form-background-section {
  position: relative;
  background-size: cover;
  background-position: center top;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-section {
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.get-in-touch-btn {
   background: #F5F5F5;
  border: 1px solid #B6C5C6;
  border-radius: 25px;
  padding: 3px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #2B2B2B;
  display: inline-block;
  margin-bottom: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: default;
}

.get-in-touch-btn:hover {
  background-color: #f0f0f0;
  color: #000;
}

.main-title {
  font-size: clamp(15px, 5vw, 30px);
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.2;
  padding: 0 1rem;
}

.sub-title {
  font-size: clamp(10px, 2vw, 15px);
  color: #666;
  max-width: 600px;
  margin: 0 auto 3rem auto;
  line-height: 1.5;
  padding: 0 1rem;
}

.form-wrapper {
  width: 100%;
  max-width: 700px;
  padding: 0 1rem;
}

.glassmorphism-form {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 15px;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
}

.form-control-underline {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  color: #333;
  transition: border-color 0.3s ease;
}

.form-control-underline:focus {
  box-shadow: none;
  border-color: #000;
  background-color: transparent;
}

.form-control-underline::placeholder {
  color: #999;
  opacity: 1;
}

textarea.form-control-underline {
  min-height: 100px;
  resize: vertical;
}

.whatsapp-btn {
  background-color: #0E3438;
  color: #fff;
  border-radius: 25px;
  padding: 0.75rem 2rem;
  font-weight: 500;
  width: 100%;
  margin-top: 1.5rem;
  border: none;
  transition: background-color 0.3s ease;
}

.whatsapp-btn:hover {
  background-color: #12302b;
  color: #fff;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
}
#snackbar.success {
  background-color: #28a745 !important;
}

#snackbar.error {
  background-color: #dc3545 !important;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Snackbar animation start here */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}
/* Snackbar animation end here */


@media (max-width: 767px) {
  .form-background-section {
    padding-top: 2rem;
  }

  .top-section {
    margin-bottom: 2rem;
  }

  .glassmorphism-form {
    padding: 1.5rem;
  }
}

.form-background-section {
  min-height: 1100px;
  background-image: url("../assets/homeMobile.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .form-background-section {
    min-height: 900px;
    background-image: url("../assets/homeTab.png");
  }
}

@media (min-width: 1024px) {
  .form-background-section {
    min-height: 1200px;
    background-image: url("../assets/home.webp");
  }
}

/* contact end */

/* footer-start*/

.footer-dark {
  background-color: #2B2B2B;
  color: #ffffff;
}

.footer-logo {
  max-height: 60px;
  width: auto;
}

.footer-divider {
  border-top: 1px solid #ffffff;
  margin: 2rem 0 1.5rem 0;
}

.copyright-text {
  font-size: 0.9rem;
  color: #ffffff;
}

/* footer-end */

/* Floating whatsapp icon */
.floating-whatsapp {
  bottom: 10px;
  right: 10px;
}
.floating-whatsapp span{
  background-color: #2B2B2B;
  padding: 10px;
  border-radius: 25px;
  transition: opacity 0.3s ease;
  opacity: 1;
  display: block;
  pointer-events: none;
  font-size: 12px;
}
.floating-whatsapp img{
  width: 50px;
}
.floating-whatsapp img:hover {
  cursor: pointer;
}
.floating-whatsapp:hover span{
  opacity: 1;
}
/* Floating whatsapp icon ends here */

@media (min-width: 576px) {
  body {
    font-size: 12px;
  }

  /* Banner section */
  .banner {
    background-image: url("../assets/banner-tab.webp") !important;
  }
  
  .banner-content p,
  .banner-content span{
    font-size: 16px !important;
  }
  /* Banner section ends here */
}

@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
  /* Banner section */
  .banner {
    background-image: url("../assets/banner.webp") !important;
  }
  .banner-content {
    width: 50%;
  }
  .banner-content p,
  .banner-content span{
    font-size: 18px !important;
  }
  /* Banner section ends here */

  /* Floating whatsapp icon */
  .floating-whatsapp span{
    opacity: 0;
    font-size: 15px;
  }
  /* Floating whatsapp icon ends here */
}

@media (min-width: 992px) {
  .navbar-nav {
    position: relative !important;
    right: auto;
    top: auto;
    padding: 0 !important;
    border-radius: none !important;
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
  /* Banner section */
  .banner-end {
    right: -4px !important;
    bottom: -6px !important;
  }
  .banner-content p,
  .banner-content span{
    font-size: 20px !important;
  }
  /* Banner section ends here */
}

