@charset "UTF-8";
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

html {
  scroll-behavior: smooth;
}
    body {
      font-family: 'Montserrat', sans-serif;
      background-color: white;
      color: #333;
    }

    header {font-size: 14px;
      background: #fff;
      padding: 15px 40px;
      display: flex;
      justify-content: space-between; 
      align-items: center;
      border-bottom: 2px solid #f2f2f2;
      top: 0;
      z-index: 1000;
    }



    header nav a {
      margin: 0 10px;
      text-decoration: none;
      color: #e85628;
      font-weight: 600;  align-items: center; font-family: "DM Sans", sans-serif;
    }



/* Hover effect for nav links */
header nav a:hover {
  color: peachpuff; transition: background-color 0.3s ease, color 0.3s ease; /* or use #FFDAB9 for more consistency */
}

/* Active link styling */
header nav a.active {
    color: #F5B542;
    text-decoration: underline;
}

    .btn {
      padding: 20px 30px;
		font-family: "DM Sans", sans-serif;
  font-size: 14px;
		letter-spacing: 0.5px;
      background: #e85628;
      color: white;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold; padding: 16px 30px;
    }

.reach-btn:hover {  padding: 16px 30px;
    background-color: #FAD046; font-family: "DM Sans", sans-serif;
  font-size: 14px;
    color: #DB5033;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.center-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 20px; /* increased from 20px */
}

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 769px;
  background-color: #E3462C;
  color: white;
  margin: 0;
  padding: 0; /* removed padding to fix the gap */
  overflow: hidden;
}

.hero .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px; /* keep inner padding for text */
}

.hero h1 {
  font-family: 'Outfit', sans-serif;font-weight: 700;
  font-size: 69px;
  font-weight: bold;
  margin-bottom: 50px; /* increased space below the heading */
}

.hero-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; /* Semi-Bold */
  font-size: 22px;
  margin-bottom: 20px;
}

.hero-btn {
  width: 264px;
  height: 59px;
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  color: #E3462C;
  background-color: #f5d342;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 40px;
  transition: all 0.3s ease; /* smooth transition */
}

.hero-btn:hover {
  background-color: white;
  color: #FAD046;
}

.hero-underline {
  width: 130px;
  height: 4px;
  background-color: white;
  margin: 0 0 20px 0; /* remove top space, keep bottom spacing */
}

.hero p {
  margin-bottom: 20px;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.scroll-down-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 80%;
  z-index: 10;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  color: #E3462C;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.scroll-down-btn:hover {
  background-color: #fff;
  color: #FAD046;
  transform: translateX(-50%) translateY(5px);
}

html {
  scroll-behavior: smooth;
}
   

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start; /* moves content to top */
  padding: 30px 40px 60px 40px; /* reduced top padding */
  background: #EBE3CD;
  height: 660px;
}

.about h2 {font-family: 'Outfit', sans-serif;font-weight: 700;
  font-size: 63px; /* updated size */
  color: #E3462C;   /* updated color */
  margin-bottom: 11px;
}

    .about img {
      width: 100%;
      border-radius: 10px;
    }



.about .text {
  padding: 14px 30px 0 30px; /* reduced top padding */
  font-size: 16px;
  line-height: 2.1;
  color: black;
  text-align: justify;
}


.more-about-btn {
  width: 293px;
  height: 61px;
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  background-color: #199DAC;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold; margin-top: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.more-about-btn:hover {
  background-color: #EBE3CD;
  color: #199DAC;
  border: 2px solid #199DAC;
}

.about-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: start; margin-top: 42px;
}

.about-image-wrapper img {
  width: 575px;
  height: 500px;
  border-radius: 15px;
  object-fit: cover;
}
 .services {
  background-color: #fff;
  padding: 65px 40px;
  text-align: center;
	 height: 607px; overflow: auto;
}

.services-title {font-family: 'Outfit', sans-serif;font-weight: 700;
  font-size: 66px;
  font-weight: bold;
  color: #E3462C;
  margin-bottom: 10px;
}


   .service-boxes {
  display: flex;
  justify-content: center;
  gap: 120px;
  margin-top: 40px;
}

.service-box {
  position: relative;
  width: 512px;
  height: 331px;
  overflow:visible;
  border-radius: 16px;
}

.service-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.service-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35); /* 40% black overlay */
  border-radius: 16px;
}

.overlay-text {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 64px;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}

 .quote-section {
  background: #FAD046;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px; /* keeps content readable on small screens */
}



.quote-section {
  background: #FAD046;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.quote-box {
  background-color: white;
  width: 898px;
  height: 200px;
  border-radius: 16px;
  font-size: 40px;
  font-family: "Protest Riot", sans-serif;
  color: #199DAC;
line-height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px; /* ensure text doesn't touch edges */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); /* optional, for a lifted look */
}

.spikes {
  position: relative;
  background: #FAD046;
  height: 2vh;
}

.spikes::after {
  content: '';
  position: absolute;
  right: 0;
  left: -24%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 35px;
  background-size: 35px 100%;
  background-image: linear-gradient(135deg, #FAD046 25%, transparent 25%), linear-gradient(225deg, #FAD046 25%, transparent 25%);
  background-position: 0 0;
}




    .footer-cta {
    background: #f47721;
    text-align: center;
    padding-top: 70px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 45px;
    }

    .footer-cta a {
      background: white;
      color: #f47721;
      padding: 12px 24px;
      border-radius: 30px;
      font-weight: bold;
      text-decoration: none;
    }

    footer {
      background: #333;
      color: white;
      padding: 40px 20px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
      font-size: 14px;
    }



   .footer-reach-btn {
  width: 252px;
  height: 61px;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
	   letter-spacing: 1px;
  background-color: white;
  color: #E3462C;
  border-radius: 60px;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.footer-reach-btn:hover {
  background-color: #FAD046;
  color:#E3462C;
}

  

.main-footer {
  background-color: white;
  color: #333;
  padding: 60px 40px 30px 40px;
  font-family: 'Inter', sans-serif;
}



.footer-grid {
  display: grid;
 grid-template-columns: 1.2fr 0.8fr 1fr 0.6fr 0.8fr;
  gap: 28px;
  align-items: start;
}

.footer-col h4 {
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 10px;
  font-size: 15px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col a {
  color: #333;
  text-decoration: underline;
  ;
}

.footer-col a:hover {
    text-decoration: underline;
    color: #ACACAC;
}

.logo-col img {
  margin-bottom: 2px;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.8;
}

.back-top {
  text-align: center;
}

.back-top a {
  text-decoration: none; /* removes underline */
}

.back-top a:hover {
  text-decoration: none; /* prevent underline on hover */
}

.back-top-box {
  width: 48px;
  height: 48px;
  background-color: #e85628;
  color: white;
  font-size: 24px;
  font-weight: bold;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 8px auto;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.back-top-box:hover {
  background-color: white;
  color: #E3462C;
  border: 2px solid #E3462C;
}

.back-top span {
  font-size: 12px;
  color: black;
  text-decoration: none;
}

.footer-bottom {
  text-align: center;
  padding: 15px;
  font-size: 13px;
  background-color: #f9f9f9;
  color: #888;
  border-top: 1px solid #ccc;
}








.learn-more-btn {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 244px;
  height: 56px;
  background-color: #E3462C;
  color: white;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: bold; letter-spacing: 1px;
  text-decoration: none;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  transition: background-color 0.3s ease;
}

.learn-more-btn:hover {
  background-color: #EBE3CD; color: #E3462C;
}



/* ----------------- MOBILE RESPONSIVE STYLES ----------------- */
@media screen and (max-width: 992px) {
  header {
    flex-wrap: wrap;
    padding: 15px 20px;position: relative;
  }
	
	
	
  .reach-btn {
    display: none;
  }
	

  .hero-btn,
  .more-about-btn {
    margin: 0 auto;         /* Center horizontally */
    display: block;         /* Ensure block-level */
    text-align: center;
  }
	


  .hero .content,
  .about .text {
    align-items: center;
    text-align: center;
  }
	
	.hero h1 {font-size:63px;font-family: 'Outfit', sans-serif;font-weight: 700;
  margin-bottom: 30px; margin-top: 32px; /* increased space below the heading */
}


.hero-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; /* Semi-Bold */
  font-size: 19px;
  margin-bottom: 13px;margin-top: 20px;
}

	.hero-underline {
  width: 320px;
  height: 4px;
		align-content: center;
  background-color: white;
  margin: 0 0 20px 0; padding-top: -11px; /* remove top space, keep bottom spacing */
}
	
	
	
	.about img {
      width: 100%;
      border-radius: 10px;padding-top: 30px;
    }
	


	.center-nav {
  display: none;
  flex-direction: column;
  background: #fff;
  position: absolute;
  top: 100%;
  right: 20px;
  width: 200px;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  border-radius: 8px;
  z-index: 1001;
}
	
  .center-nav.active {
    display: flex;
  }

  header .hamburger { 
    display: block;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
  }

  .hero {
    grid-template-columns: 1fr;
    height: auto;
  }

  .hero .content {
    padding: 30px 20px;
    text-align: center;
  }

  
	
	.hero-btn {
  width: 264px;
  height: 59px;
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  color: #E3462C;
  background-color: #f5d342;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 40px;margin-bottom: 35px;
  transition: all 0.3s ease; /* smooth transition */
}

	.scroll-down-btn {display: none;}

  .about {
    grid-template-columns: 1fr;
    height: auto;
    padding: 20px;
  }

	.text h2{font-size:62px;} 
  .about-image-wrapper {
    margin-top: 0;
    justify-content: center;
  }

  .about-image-wrapper img {
    width: 100%;
    height: auto;
  }

  .about .text {
    padding: 20px 0;
    font-size: 15px;
  }
	
	.more-about-btn {
  width: 293px;
  height: 61px;
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  background-color: #199DAC;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold; margin-top: 20px;margin-bottom: 39px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

  .services {
    height: auto;
  }
	
	.services-title {
  font-family: 'Outfit', sans-serif;font-weight: 700;
  font-size: 63px;
  font-weight: bold;
  color: #E3462C;
  margin-bottom: 10px; margin-top: -30px;
}

  .service-boxes {
    flex-direction: column;
    gap: 60px;
  }

  .service-box {
    width: 100%;
    height: 190px;
  }

  .overlay-text {
    font-size: 36px;
  }

  .quote-section {
    height: auto;
    padding: 40px 20px;
  }

  .quote-box {
    width: 100%;
    height: auto;
    font-size: 24px;
    line-height: 1.4;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
  }

  .footer-col a,
  .footer-col p,
  .footer-col h4 {
    text-align: center;
  }

  .footer-bottom {
    font-size: 12px;
  }
}

/* ----------------- HAMBURGER MENU TOGGLE ----------------- */
@media screen and (max-width: 992px) {
  .hamburger {
    display: block;
  }
}

/* Add hamburger icon style in desktop as hidden */
.hamburger {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: #e85628;
}
