body {
  margin: 0;
  font-family: "Montserrat", sans-serif, Arial, sans-serif;
  box-sizing:border-box;
}
header {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.container{
    max-width:1170px;
    width:100%;
    margin:0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.image-section-container{
    max-width:1170px;
    width:100%;
    margin:0 auto;
}
.top-row {
    padding: 05px 15px;
}
.toggle-container {
    display: none;
}
.contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-info .time, .contact-info .contact {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .075em;
    color:#151515;
    padding: 0px 25px;
}
 .contact-info .contact {
    border-left: 1px solid #e1e1e1;
}
.contact .icon,.time .icon {
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    color: #01b3a7;
    margin-right:20px;
}
.contact-info .quote-btn {
  position: relative;
  padding: 12px 23px 10px;
  font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #01b3a7;
  color: #151515;
  background-color: transparent;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.4s ease; 
}
.contact-info .quote-btn::before,.slide-content .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: #50ba87; 
  transition: width 0.4s ease, left 0.4s ease;
}
.contact-info .quote-btn:hover {
  color: #fff; 
  
}
.contact-info .quote-btn:hover::before,.slide-content .btn:hover::before {
  width: 100%;
  left: 0;
  Z-INDEX: -1;
  border:none;
}
.bottom-row{
  background: #162e44;
}
.menu ul {
  list-style: none;
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
}
.menu ul li a {
    display: block;
    color: #162e44;
    font-size: 16px;
    letter-spacing: .05em;
    text-decoration: none;
    padding: 10px 15px;
}
.menu ul li{
    position: relative;
}
.menu ul li a::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-top: 3px solid #01b3a7;
    opacity: 0;
    visibility: hidden;
}
.menu ul li a.active::before {
    opacity: 1;
    visibility: visible;
    background: rgba(255, 255, 255, 0.11);
}
.menu ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    animation: borderMove 0.3s ease forwards;
}
.menu ul li a.active:hover::before {
    animation: none; 
}
.menu ul li a:hover{
    background: #162e445c;
}
@keyframes borderMove {
    0% {
        transform: translateX(0); 
    }
    50% {
        transform: translateX(15px); 
    }
    100% {
        transform: translateX(0); 
    }
}
.list-social{
    display:flex;
    color: #162e44;
}
.list-social > li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
a {
    text-decoration:none;
    transition: all 0.3s ease-in-out;
}
.contact a{
    color:#151515;
}
.list-social a:hover,.contact a:hover {
    color: #50ba87;
}
.menu-toggle, .contact-toggle, .logo-responsive {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.list-social .icon {
    font-size: 18px;
    color:#162e44;
}
.icon::before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
}
.lines, .contact-toggle, .arrow {
    color: #162e44;
    font-size: 36px;
    font-weight: 600;
}
.side-panel {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 46px;
  height: 100%;
  width: 250px;
  background: #fff;
  color: #162e44;
  overflow-y: auto;
  z-index: 1000;
}
.side-menu a.active {
    color: #ffffff;
    background: #01b3a7;
    display: block;
    padding: 9px 56px 9px 18px;
}
.side-menu a {
    color: #151515;
    display: block;
    padding: 9px 56px 9px 18px;
}
.side-social-icons {
    border-bottom: 1px solid #e1e1e1;
}
.side-social-icons .list-social .icon {
    font-size: 18px;
    color: #162e44;
}
.menu-panel.menu-open {
  display: flex;
}
.contact-panel.contact-open {
    display: flex;
    right: 0;
    height: unset;
    padding: 5px;
}
.left-panel {
  left: 0;
}
.right-panel {
  right: 0;
}
.side-panel a, 
.side-panel span, 
.side-panel button {
  color: #162e44;
  text-decoration: none;
  margin: 5px 0;
}
ul.side-menu {
    list-style: none;
    padding: 0;
}
.side-panel a.quote-btn {
    color: #151515;
    background-color: transparent;
    border: 2px solid #01b3a7;
    display: block;
    padding: 12px 23px 10px;
}
.image-section {
    text-align: center;
    padding: 0px 10px;
}
.image-container {
    display: flex;
    justify-content: center;
    gap: 05%;
    margin-top: -15%;
}
.image-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.image-box .image {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: transform 0.3s ease-in-out; 
}
.image-container a {
    display: contents;
}
.image-box:hover .image {
     filter: brightness(0.9);
     transition:0.3s;
}
.image-box .image-content {
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -95%);
    color: #ffff;
    font-weight: bold;  
    width: 100%;
}
.image-content h2{
    font-size: 24px ;
}
.text-arrow:hover .arrow {
    width: 40px; }
.slider-container {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}
.slider {
  display: flex;
  flex-direction: column;
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;
}
.slide {
  position: relative;
  width: 100vw;
  height: 70vh;
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 50px;
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}
.slide-content h2 {
  font-size: 64px;
  margin:0 0 10px 0;
}
.slide-content h2 span {
    font-weight: 300;
}
.slide-content p {
    letter-spacing: .050em;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.slide-content .btn {
    position:relative;
    display:block;
    max-width:fit-content;
   padding: 17px 18px 15px;
  font-size: 16px;
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
  transition: background 0.3s;
}
.dot-navigation {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dot-navigation .dot {
  width: 12px;
  height: 12px;
  background: #ddd;
  cursor: pointer;
  transition: background 0.3s;
}
.dot-navigation .dot.active {
  background: #01b3a7;
}

/*form page*/
#form-page{
	padding:60px 10px;
	background:#f7f7f7;
}
.form-container {
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	width: 100%;
	max-width: 1000px;
	margin: auto;
	background:#fff;
}
.form-container h2 {
	margin-top: 0;
}
.form-container label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.form-container input {
	width: -webkit-fill-available;
	padding: 8px;
	margin-bottom: 15px;
	border: 1px solid #162e44;
	border-radius: 5px;
}
.form-container button {
	width: 100%;
	padding: 10px;
	background-color: #162e44;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
/* thank you page */
section#thank-you-page {
    padding: 60px 10px;
	background: #f7f7f7;
}
.thank-you-container {
	text-align: center;
	background: white;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	width: 100%;
	max-width: 800px;
	margin:auto;
}
.thank-you-container h1 {
	color: #162e44;
}
.thank-you-container p {
	font-size: 18px;
	color: #333;
}
.thank-you-container a {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 20px;
	background-color: #162e44;
	color: white;
	text-decoration: none;
	border-radius: 5px;
}
.thank-you-container a:hover {
	background-color: #162e44;
}
.form-container button:hover {
	background-color: #162e44;
}
/* Pop-Up Styling */
    .popup {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 90%;
      max-width: 400px;
      background-color: white;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      border-radius: 8px;
      padding: 20px;
      z-index: 1000;
    }

    .popup.active {
      display: block;
    }

    .popup-header {
      font-size: 18px;
      margin-bottom: 10px;
    }

    .popup-body {
      margin-bottom: 20px;
    }

    .popup-body p {
      margin-bottom: 10px;
    }

    .popup-body input {
    width: -webkit-fill-available;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    }

    .popup-footer {
      text-align: right;
    }

    .popup-footer button {
      padding: 8px 15px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    .popup-footer .btn-close {
      background-color: #ddd;
    }

    .popup-footer .btn-submit {
      background-color: #007bff;
      color: white;
    }

    /* Overlay */
    .overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 999;
    }

    .overlay.active {
      display: block;
    }
@media (max-width: 768px) {
    .slider-container {
  height: 40vh;
  }
  .menu,.top-row{
    display: none;
  }
  .toggle-container {
    display: flex;
    align-items: center;
}
  .menu-toggle, .contact-toggle, .logo-responsive {
    display: block;
  }
  .bottom-row {
    background: #fff;
    padding: 0px 10px;
  }
  .social-icons {
    display: none;
  }
  .logo-responsive {
    margin-left: 20px;
}
.image-container{
    flex-direction:column ;
}
    .image-box{
        width:100%;
    }
    .image-container {
        
    margin:30px 0px;
}
.logo-responsive a {
    display: flex;
}
}
