* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Poppins', Arial, sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Source Serif 4", serif;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Disable Horizontal on Safari */
div.lp-pom-root {
  overflow-x: hidden;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.container {
  width: 100%;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-left {
  background-position: 0;
}
.lg\:bg-center {
  background-position: 50%;
}
.bg-cover {
  background-size: cover;
}
.relative {
  position: relative;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.lg\:block {
  display: block;
}
.z-0 {
  z-index: 0;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.xl\:px-16 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.xl\:px-14 {
  padding-left: 6rem;
  padding-right: 0rem;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.lg\:flex-row {
  flex-direction: row;
}
.justify-between {
  justify-content: space-between;
}
.min-h-\[700px\] {
  min-height: 700px;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.bg-color {
  color: #01737d;
}
.static {
  position: static;
}
.lg\:absolute {
  position: absolute;
}
.absolute {
  position: absolute;
}
.h-\[106\%\] {
  height: 106%;
}
.right-8 {
  right: 1rem;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.-top-5 {
  top: -1.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.lg\:px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.lg\:flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.w-full {
  width: 100%;
}
.w-half {
  width: 50%;
}
.rounded-lg {
  border-radius: 0px;
}
.focus\:outline-none:focus {
  outline: 2px solid #0000;
  outline-offset: 2px;
}
.items-center {
  align-items: center;
}
.lg\:text-lg {
  font-size: 16px;
  line-height: 1.75rem;
}
.text-base0 {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.formBtn {
  box-shadow: 0 3px 2px 0 #910d0e;
}
.formBtn:hover {
  box-shadow: none;
}
.bg-\[\#c03a3b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(192 58 59 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#e24444\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 68 68 / var(--tw-bg-opacity));
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.w-\[250px\] {
  width: 250px;
}
.font {
  font-size: 30px;
}

.tab {
  display: inline-block;
  padding: 10px 15px;
  margin-right: 10px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.tab.active {
  border-bottom: 2px solid black;
}
.tabimg {
  display: none;
}
.tabimg.active {
  display: flex;
  flex-wrap: wrap;
}
.tabimg img {
  flex: 1;
  margin: 10px;
  padding: 30px 100px;
}
#tabbed-nav {
  text-align: center;
}

.bg-teal {
  background-color: #01737d;
}

h2 {
  font-weight: 600;
}

.form-label {
  font-weight: 400;
}

.btn-dark {
  background-color: #e3dfdf;
  border: none;
}

.btn-dark:hover {
  background-color: #c9c7c7;
}

#hero-container {
  height: 100vh;
}

/* Navbar css */

.nav-container {
  display: flex;
  gap: 15px;
}

.navbar {
  display: flex;
  align-items: flex-end;
}

.navbar-collapse {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.navbar-brand {
  margin-right: 30px;
}

a {
  text-decoration: none;
  color: #fff;
}

ul {
  height: 100%;
  display: flex;
  /* padding: 40px 50px 0 50px; */
  gap: 1em;
}

.nav-link {
  font-weight: 600;
  color: black;
}

#phone-container {
  background-color: #01737d;
  /* width: 200px; */
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 0px;
}

#navbar-text {
  color: white;
  font-size: 25px;
  font-weight: 800;
}

#main .nav-icon {
  color: #1d5d65;
  font-size: 24px;
  margin-left: -20px;
  margin-top: 8px;
}

/**Whatsapp icon */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 15px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}
.about_lst {
  margin: 0;
}
.about_lst li {
  list-style: disc;
  margin-bottom: 12px;
}
.footer_lnk a {
  margin: 0 20px;
  color: #000;
}
.carousel-indicators [data-bs-target] {
  background-color: #5B4B7E;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text_txt {
  font-size: 24px;
}
.mt5 {
  margin-top: 3rem;
}

.liststlep p {
  display: list-item;
  list-style-type: disc;
  margin-left: 20px; /* Optional: Indent the bullet points */
}
#school-details,
#hospital-details,
#college-details,
#convenience-details,
#connectivity-details {
  margin: 0 0 0 30px;
}
.enquire_floating {
  background: #F16E00 !important;
  position: fixed;
  top: 35%;
  right: 0px;
  color: white !important;
  font-size: 18px;
  z-index: 3;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}
#staticBackdrop {
  overflow: hidden;
}
.footer_from_prt {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0 !important;
  background:#0A1A38;
  z-index: 111;
}
.footer_from_prt form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.lml_lot .cntprt {
  display: -webkit-inline-box;
}

@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .navbar {
    display: flex;
    align-items: flex-end;
  }

  .navbar-collapse {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .nav-container .icon {
    display: none;
  }

  .navbar-brand {
    margin-right: 30px;
  }

  ul {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2.5em;
  }

  .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    color: black;
  }

  #phone-container {
    background-color: #072147;
    width: 200px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  #navbar-text {
    color: white;
    font-size: 25px;
    font-weight: 800;
  }
  #about-container {
    font-size: 20px;
    padding: 40px;
  }
  .features-section{
    padding: 10px !important;
  }
  .amenities-section{
    padding: 40px !important;

  }
  #projectgallery{
    padding: 40px !important;
  }
}
@media screen and (min-width: 992px){
  .mobile-image{
    display: none !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .navbar {
    display: flex;
    align-items: flex-end;
  }
  .mobile-image{
    display: none !important;
  }

  .navbar-brand img {
    width: 150px;
    height: 50px;
  }

  .nav-container .icon {
    display: none;
  }

  .navbar-collapse {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  ul {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    color: black;
  }

  #phone-container {
    background-color: #01737d;
    width: 200px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  #navbar-text {
    color: white;
    font-size: 25px;
    font-weight: 800;
  }
  .lg\:hidden {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .navbar {
    display: flex;
    align-items: flex-end;
  }
  nav.header {
    border-bottom: 3px solid #0036af;
  }
  .mobile-image{
    display: none !important;
  }
  .nav-container .icon {
    display: none;
  }

  .navbar-brand img {
    width: 140px;
    height: 40px;
  }

  .navbar-collapse {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  ul {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    color: black;
  }

  #phone-container {
    background-color: #01737d;
    /* width: 200px; */
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  #navbar-text {
    color: white;
    font-size: 25px;
    font-weight: 800;
  }

  #content p {
    font-size: 15px;
  }

  #details-image {
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 600px) {




  .fluid-container {
    display: none;
  }
  .desktop-image{
    display: none;
  }
  .mfull_width {
    width: 100%;
  }
  .about_lst li {
    font-size: 14px;
  }
  .text-right {
    text-align: center;
  }
  .carousel-item .col-6 {
    width: 100%;
  }
  .text_txt {
    font-size: 14px;
  }
  .mt5 {
    margin-top: 0rem;
  }
  .carousel-indicators {
    display: none;
  }
  .footer_lnk a {
    margin: 0 20px;
    font-size: 15px;
  }
}
.footer {
  background-color: #072147  !important;
 
}

.wrapper-1 {
  padding-bottom: 140px;
}

.wrapper-1 h1 {
  font-weight: bold;
  margin-top: 120px;
  color: #068787;
  font-size: 2.5rem;
}

.wrapper-1 p {
  margin-top: 30px;
  padding: 10px;
  
  font-size: 1rem;
}
#content p {
  font-size: 20px;
}

@media screen and (min-width: 300px) and (max-width: 410px) {
  .navbar {
    display: flex;
    align-items: flex-end;
  }

  .navbar-collapse {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .wrapper-1 {
    padding-bottom: 120px;
  }

  .wrapper-1 h1 {
    font-weight: bold;
    margin-top: 120px;
    color: #068787;
    font-size: 1.5rem;
  }

  .wrapper-1 p {
    margin-top: 30px;
    padding: 10px;
   
    font-size: 0.5rem;
  }

  #logophoto {
    width: 160px;
    height: 45px;
  }

  .navbar-brand {
    margin-right: 30px;
  }

  ul {
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: start;
    gap: 1em;
    width: 100%;
  }

  .nav-link {
    display: flex;
    justify-content: center;
    align-items: left;
    text-align: start;
    font-weight: 600;
    font-size: 20px;
    color: black;
  }

  #phone-container {
    display: none;
  }

  #navbar-text {
    color: white;
    font-size: 20px;
    font-weight: 800;
  }
  #content p {
    font-size: 16px;
  }

  .tab {
    display: inline-block;
    padding: 10px 9px;
    margin-right: -15px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }
  .tab.active {
    border-bottom: 2px solid black;
  }
  .tabimg {
    display: none;
  }
  .tabimg.active {
    display: flex;
    flex-wrap: wrap;
  }
  .tabimg img {
    flex: 1;
    margin: 10px;
    padding: 20px 0px;
  }
}
@media screen and (min-width: 411px) and (max-width: 768px) {
  .navbar {
    display: flex;
    align-items: flex-end;
  }

  .navbar-collapse {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .navbar-brand {
    margin-right: 30px;
  }

  ul {
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: start;
    gap: 1em;
    width: 100%;
  }

  .nav-link {
    display: flex;
    justify-content: center;
    align-items: left;
    text-align: start;
    font-weight: 600;
    font-size: 20px;
    color: black;
  }

  #phone-container {
    display: none;
  }

  #navbar-text {
    color: white;
    font-size: 20px;
    font-weight: 800;
  }

  #content p {
    font-size: 19px;
  }

  .tab {
    display: inline-block;
    padding: 10px 15px;
    margin-right: -17px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
  }
  .tab.active {
    border-bottom: 2px solid black;
  }
  .tabimg {
    display: none;
  }
  .tabimg.active {
    display: flex;
    flex-wrap: wrap;
  }
  .tabimg img {
    flex: 1;
    margin: 10px;
    padding: 20px 0px;
  }
}
@media screen and (min-width: 820px) and (max-width: 920px) {
  .navbar {
    display: flex;
    align-items: flex-end;
  }

  .navbar-collapse {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .wrapper-1 {
    padding-bottom: 120px;
  }

  .wrapper-1 h1 {
    font-weight: bold;
    margin-top: 120px;
    color: #068787;
    font-size: 1.5rem;
  }

  .wrapper-1 p {
    margin-top: 30px;
    padding: 10px;
    margin-bottom: 150px;
    font-size: 0.5rem;
  }

  #logophoto {
    width: 160px;
    height: 45px;
  }

  .navbar-brand {
    margin-right: 30px;
  }

  ul {
    height: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: start;
    gap: 1em;
  }

  .nav-link {
    display: flex;
    justify-content: center;
    align-items: left;
    text-align: start;
    font-weight: 600;
    font-size: 20px;
    color: black;
  }

  #phone-container {
    display: none;
  }

  #navbar-text {
    color: white;
    font-size: 20px;
    font-weight: 800;
  }
  #content p {
    font-size: 16px;
  }

  .tab {
    display: inline-block;
    padding: 10px 9px;
    margin-right: -15px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }
  .tab.active {
    border-bottom: 2px solid black;
  }
  .tabimg {
    display: none;
  }
  .tabimg.active {
    display: flex;
    flex-wrap: wrap;
  }
  .tabimg img {
    flex: 1;
    margin: 10px;
    padding: 20px 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  #phone-container {
    display: none;
  }
}

/*banner below content*/
#hero-container {
  background: url(./LML\ _L1/banner.jpg);
  height: 80vh;
  background-size: cover;
  object-fit: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#hero-container {
  position: relative;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.text {
  font-size: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 1601px) and (max-width: 1920px) {
  #hero-container {
    background: url(./LML\ _L1/banner.jpg);
    height: 90vh;
    background-size: cover;
    object-fit: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  #home-container {
    padding: 2px;
    text-align: left;
    background-color: white;
  }

  #home-container h3 {
    color: #068787;
    font-size: 3.5rem;
    font-weight: bold;
    padding-top: 10px;
  }

  #home-container h6 {
    font-size: 20px;
  }

  #home-container p {
    font-size: 30px;
  }

  #home-container img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1600px) {
  #hero-container {
    background: url(./LML\ _L1/banner.jpg);
    height: 80vh;
    background-size: cover;
    object-fit: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #home-container {
    padding: 2px;
    text-align: left;
    background-color: white;
  }
  #home-container h6 {
    font-size: 20px;
  }

  #home-container h3 {
    color: #068787;
    font-size: 3 rem;
    font-weight: bold;
    padding-top: 10px;
  }

  #home-container p {
    font-size: 20px;
  }

  #home-container img {
    width: 150px;
    height: 150px;
    padding: 10px;
  }
}

@media screen and (min-width: 1301px) and (max-width: 1440px) {
  #hero-container {
    background: url(./LML\ _L1/banner.jpg);
    height: 50vh;
    width: 100vw;
    background-size: cover;
    object-fit: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  #home-container {
    padding: 2px;
    text-align: left;
    background-color: white;
  }

  #home-container h3 {
    color: #068787;
    font-size: 3 rem;
    font-weight: bold;
    padding-top: 10px;
  }

  #home-container p {
    font-size: 20px;
  }

  #home-container img {
    width: 100px;
    height: 100px;
  }
}

/* user sha lap size */

@media screen and (min-width: 1150px) and (max-width: 1300px) {
  #hero-container {
    background: url(./LML\ _L1/banner.jpg);
    height: 60vh;
    width: 100vw;
    background-size: cover;
    object-fit: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  #home-container {
    padding: 2 px;
    text-align: left;
    background-color: white;
  }

  #home-container h3 {
    color: #068787;
    font-size: 3 rem;
    font-weight: bold;
    padding-top: 10px;
  }

  #home-container p {
    font-size: 20px;
  }

  #home-container img {
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1150px) {
  #hero-container {
    background: url(./LML\ _L1/banner.jpg);
    height: 73vh;
    background-size: cover;
    object-fit: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  #hero-container {
    background: url(./LML\ _L1/banner.jpg);
    width: 100vw;
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 769px) and (max-width: 880px) {
  #hero-container {
    background: url(./LML\ _L1/banner.jpg);
    height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 881px) and (max-width: 991px) {
  #hero-container {
    background: url(./LML\ _L1/banner.jpg);
    height: 70vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 600px) and (max-width: 675px) {
  #hero-container {
    background: url(./LML\ _L1/banner.jpg);
    height: 45vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #home-container {
    padding: 10px;
    text-align: left;
    background-color: white;
  }

  #home-container h3 {
    color: #068787;
    font-size: 3 rem;
    font-weight: bold;
  }

  #home-container p {
    font-size: 20px;
  }

  #home-container img {
    width: 100px;
    height: 100px;
  }
  .sm\:w-\[30\%\] {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  .banner {
    display: none;
  }


}

/*@media screen and (min-width: 821px) and (max-width: 1920px) {
    .icon{
      display: none;
    }
  }*/
  label.error {
    color: black !important;}
@media (min-width: 576px) {
  .lml_lot .cntprt {
    display: -webkit-inline-box;
  }
}
@media (min-width: 767px) {
  #enquiry_mobile {
    display: flex;
  }
  #enquiry_mobile label.error {
    font-size: 10px;
    margin-left: 5px;
  }
  .sec-eqMobile {
    display: none;
  }
  h3.bdr {
    border-bottom: 2px solid black;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #enquiry_mobile {
    display: none;
  }

  .sec-eqMobile {
    display: flex;
  }

  .sec-eqMobile a {
    padding: 0;
    width: 50%;
    color: black !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
  }
  .vl {
    border-left: 2px solid #006872;
    height: 50px;
  }
}

@media screen and (min-width: 601px) and (max-width: 1920px) {
  .mob-banner {
    display: none;
  }
}
@media screen and (min-width: 1921px) and (max-width: 3500) {
  .mob-banner {
    display: none;
  }
}

@media (max-width: 365px) {
  .mobileBanner {
    right: -40px;
  }
}
@media screen and (min-width: 676px) and (max-width: 768px) {
  #hero-container {
    background: url(./LML\ _L1/banner.jpg);
    height: 55vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #home-container {
    padding: 1 px;
    text-align: left;
    background-color: white;
  }

  #home-container h3 {
    color: #068787;
    font-size: 3 rem;
    font-weight: bold;
    padding-top: 10px;
  }

  #home-container p {
    font-size: 20px;
  }

  #home-container img {
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 401px) and (max-width: 600px) {
  #hero-container {
    background: url(./LML\ _L1/mobile_banner.jpg);
    height: 95;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 300px) and (max-width: 400px) {
  #hero-container {
    background: url(./LML\ _L1/mobile_banner.jpg);
    height: 75vh;
    width: 100vw;
    background-size: cover;

    background-repeat: no-repeat;
  }

  #home-container {
    padding: 15px;
    text-align: left;
    background-color: white;
  }

  #home-container h3 {
    color: #068787;
    font-size: 3 rem;
    font-weight: bold;
  }

  #home-container p {
    font-size: 16px;
  }

  #home-container img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 401px) and (max-width: 570px) {
  #hero-container {
    background: url(./LML\ _L1/mobile_banner.jpg);
    height: 85vh;
    width: 100vw;
    background-size: cover;

    background-repeat: no-repeat;
  }

  #home-container {
    padding: 20px;
    text-align: left;
    background-color: white;
  }

  #home-container h3 {
    color: #068787;
    font-size: 3 rem;
    font-weight: bold;
  }

  #home-container p {
    font-size: 20px;
  }

  #home-container img {
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .row {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  #home-container {
    padding: 5px;
    text-align: left;
    background-color: white;
  }

  #home-container h3 {
    color: #068787;
    font-size: 3 rem;
    font-weight: bold;
    padding-top: 10px;
  }

  #home-container p {
    font-size: 20px;
  }

  #home-container img {
    width: 100px;
    height: 100px;
    padding-bottom: 10px;
  }
}

#content {
  font-size: 18px;
  padding: 0px;
}

#content img {
  /* width:100%; */
  height: auto;
}

.feature-icon {
  width: 50px;
  height: 50px;
}

.feature-text {
  font-size: 1.3rem;
  color: #000;
  font-weight: bold;
}

#feature-container {
  margin-top: 50px;
}

#feature-container h2 {
  color: #01737d;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 600px) {
  #feature-container {
    padding-left: 50px;
  }
  .feature-text {
    font-size: 1rem;
  }
  .feature-icon {
    margin-right: 10px;
  }
  #columnrow .col-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px;
  }
}

@media (min-width: 601px) and (max-width: 1024px) {
  #columnrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #columnrow .col-md-6 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/*amenities*/

.amenities-section {
  background: #262626;
  padding: 25px 0;
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  position: relative;
}
.amenities-vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  opacity: 0.08;
  letter-spacing: 8px;
  user-select: none;
}
.amenities-title {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 32px;
  font-family: 'Poppins', Arial, sans-serif;
}
.amenity-icon {
  min-width: 56px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-section .amenity-title {
  font-size: 17px;
  font-weight: 400 !important;
  margin-bottom: 4px;
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  text-align: center;
}
.amenity-desc {
  font-size: 17px;
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  opacity: 0.95;
  text-align: center;
}
@media (max-width: 991.98px) {
  .amenities-vertical-text {
    display: none;
  }
  .amenities-title {
    font-size: 28px;
  }
  .amenity-title {
    font-size: 18px;
  }
  .amenity-desc {
    font-size: 15px;
  }
}
/* Project gallery */

.swiper {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}

.swiper h2 {
  text-align: center;
  color: #01737d;
  font-weight: bold;
  padding-bottom: 20px;
}
.location-setion{
  display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: column;
}
/*
  
  .swiper-slide {
    
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    
  }

  .swiper-slide img{
    height: 300px;
    width: 450px;
    
    
  }  */
/*
  .swiper {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    
    padding-top: 60px;
}



.swiper h2 {
  text-align: center;
  color: #01737d;
  font-weight: bold;
}

.swiper-slide {
    text-align: initial;
    font-size: 17px;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
}

.reviewer-info img {
    width: 500px;
    height: 400px;
    object-fit: cover;
    
}
    */
.swiper-slide-next {
  zoom: 116%;
}
.swiper-slide-next img {
  margin-top: -25px;
}

/* Table code */

#configuration-container h2 {
  color: #01737d;
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
}

.table {
  width: 70%;
  border-collapse: collapse;
  border: 1px solid #148089; /* Outer table border */
}

.table thead th {
  background-color: #148089;
  color: white;
  font-weight: bold;
  font-size: 22px;
  padding: 20px;
  border: none;
}

.table th,
.table td {
  border: none; /* Remove borders from the middle of the table */
}

.table tbody tr {
  color: #148089;
  font-weight: bold;
  font-size: large;
  border: none;
}

.table tbody tr td {
  padding: 20px;
}

.btn-request {
  background-color: #148089;
  color: white;
  border: none;
  padding: 7px 20px;
  border-radius: 0px;
  font-size: medium;
}

.btn-request:hover {
  background-color: #0b7983;
}

@media screen and (min-width: 300px) and (max-width: 768px) {
  #configuration-container h2 {
    color: #01737d;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
  }

  .table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #0b7983; /* Outer table border */
  }

  .table thead th {
    background-color: #0b7983;
    color: white;
    font-weight: bold;
    font-size: large;
    padding: 9px;
    border: none;
  }

  .table th,
  .table td {
    border: none; /* Remove borders from the middle of the table */
  }

  .table tbody tr {
    color: #0b7983;
    font-weight: bold;
    font-size: large;
    border: none;
  }

  .table tbody tr td {
    padding: 20px;
    font-size: 10px;
  }

  .btn-request {
    background-color: #0b7983;
    color: white;
    border: none;
    padding: 5px;
    border-radius: 0px;
    font-size: small;
  }

  .btn-request:hover {
    background-color: #0b7983;
  }
}

/* floor container */

#floorPlanImage {
  height: auto;
  width: 600px;
  padding-bottom: 20px;
}

#floor-container h2 {
  color: #01737d;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
#floor-button-container {
  gap: 2em;
}

#floor-button-container .btn {
  border: none;
  outline: none;
  background: none;
  padding: 10px;
  cursor: pointer;
  font-size: 25px;
  font-weight: 600;
  position: relative;
}

#floor-button-container .btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #01737d;
  transition: width 0.3s;
}

#floor-button-container .btn.selected::after {
  width: 100%;
}

#floor-button-container .buttons .btn {
  margin: 0 10px;
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  #floorPlanImage {
    height: auto;
    width: 500px;
    padding-bottom: 20px;
  }

  #floor-container h2 {
    color: #01737d;
    font-weight: bold;
    text-align: center;
    padding: 10px;
  }
  #floor-button-container {
    gap: 1em;
  }

  #floor-button-container .btn {
    border: none;
    outline: none;
    background: none;
    padding: 10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
  }

  #floor-button-container .btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #01737d;
    transition: width 0.3s;
  }

  #floor-button-container .btn.selected::after {
    width: 100%;
  }

  #floor-button-container .buttons .btn {
    margin: 0 10px;
  }
}
@media screen and (min-width: 300px) and (max-width: 500px) {
  #floorPlanImage {
    height: auto;
    width: 300px;
    padding-bottom: 20px;
  }

  #floor-container h2 {
    color: #01737d;
    font-weight: bold;
    text-align: center;
    padding: 10px;
  }
  #floor-button-container {
    gap: 0.1em;
  }

  #floor-button-container .btn {
    border: none;
    outline: none;
    background: none;
    padding: 10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
  }

  #floor-button-container .btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #01737d;
    transition: width 0.3s;
  }

  #floor-button-container .btn.selected::after {
    width: 100%;
  }

  #floor-button-container .buttons .btn {
    margin: 0 10px;
  }
}


/* location container */

#location-container h2 {
  color: #01737d;
  text-align: center;
  font-weight: bold;
}

#location-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 2em 0;
}

#content-container {
  gap: 2em;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  text-align: left;
}

.details {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.details p {
  display: flex;
  flex-direction: column;
  list-style: none;
  position: relative;
  width: 100%;
  font-size: 18px;
}

.details li::before {
  content: "\2022";
  font-weight: bold;
  display: flex;
  flex-direction: row;
  width: 1em;
  margin-left: -1em;
}

.list-item {
  cursor: pointer;
  list-style: none;
  font-size: 20px;
  font-weight: 600;
  margin: 0.5em 0;
  display: flex;
  align-items: center;
}

.expand-icon {
  font-size: 20px;
  margin-left: 0.5em;
}

.left {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  text-align: end;
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  #details-image {
    width: 420px;
    height: 450px;
  }
}

@media screen and (min-width: 769px) and (max-width: 993px) {
  #details-image {
    width: 400px;
    height: 450px;
  }
}

@media screen and (min-width: 300px) and (max-width: 768px) {
  #location-container h2 {
    color: #01737d;
    text-align: center;
    font-weight: bold;
  }

  #location-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #details-image {
    width: 300px;
  }

  #content-container {
    padding: 20px;
    gap: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .details {
    list-style: none;
    padding-left: 0;
    margin: 0;
    text-align: left;
  }

  .details p {
    display: flex;
    flex-direction: column;
    list-style: none;
    position: relative;
    width: 100%;
    font-size: 16px;
    margin-bottom: 9px;
  }

  .details li::before {
    content: "\2022";
    font-weight: bold;
    display: flex;
    flex-direction: row;
    width: 1em;
    margin-left: -1em;
    font-size: 15px;
  }

  .list-item {
    cursor: pointer;
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    margin: 0.5em 0;
    display: flex;
    align-items: center;
  }

  .expand-icon {
    font-size: 20px;
    margin-left: 0.5em;
  }

  .left {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    text-align: end;
  }
}

/*  iframe*/
#map-container {
  background-color: white;
  height: 50%;
}

/*about lml homes

#home-container{
    padding:70px;
    text-align: center;
    justify-content: center;
    background-color: white;

}

#home-container h3{
    color:#068787;
    font-size: 3 rem;
    font-weight: bold;
}

#home-container p{
    font-size: 1 rem;
}

#home-container img{
  width: 100px;
  height: 100px;
}

*/

/*footer*/
.footer {
  background-color: #068787;
}

.footer h5 {
  font-size: 1.9 rem;
}

.footer p {
  font-size: small;
  margin: 0;
}

/*wrapper thank you page*/
.wrapper-1 {
  padding-bottom: 140px;
}

.wrapper-1 h1 {
  font-weight: bold;
  margin-top: 120px;
  color: #068787;
  font-size: 3.5rem;
}

.wrapper-1 p {
  margin-top: 30px;
  padding: 10px;
  margin-bottom: 150px;
  font-size: 1rem;
}

#moreimage {
  display: none;
}
.image-container {
  position: relative;
  margin-bottom: 15px;
}
.image-container img {
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  width: 100%;
  text-align: center;
}

.flrtabimg {
  position: relative;
  display: inline-block;
}

/* Initially hide the "View More" button */
.view-more-btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(0 0 0 / 84%);
  color: white;
  padding: 10px 20px;
  border-radius: 0px;
  text-decoration: none;
  font-size: 1.5rem;
}

/* Show the button when hovering over the image */
.flrtabimg:hover .view-more-btn {
  display: block;
}

/* Style the image to adjust size */
.flrtabimg img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* section-1 start */
.section-1 {
  padding: 60px 0; /* Added padding for better spacing */
}

.section-1 .card {
  padding: 20px;
  height: 100%;
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0px; /* Slightly rounded corners for a modern look */
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for hover effect */
}

.section-1 .card:hover {
  transform: translateY(-10px); /* Slight lift on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); /* Subtle shadow on hover */
}

.section-1 .icon {
  font-size: 30px !important;
  margin-bottom: 20px;
  color: #35a85f;
}

.section-1 .card h5 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #333; /* Darker text for better readability */
}

.section-1 .card p {
  font-size: 16px;
  color: #666;
  line-height: 1.6; /* Improved line height for readability */
}

/* Responsive Design for Smaller Screens */
@media (max-width: 768px) {
  .section-1 {
    padding: 40px 0; /* Reduced padding for smaller screens */
  }

  .section-1 .card {
    margin-top: 15px; /* Reduced margin for smaller screens */
    padding: 15px; /* Reduced padding for smaller screens */
  }

  .section-1 .icon {
    font-size: 32px; /* Smaller icon size for smaller screens */
    margin-bottom: 15px;
  }

  .section-1 .card h5 {
    font-size: 18px; /* Smaller heading size for smaller screens */
  }

  .section-1 .card p {
    font-size: 14px; /* Smaller text size for smaller screens */
  }
}

@media (max-width: 576px) {
  .section-1 .card {
    margin-top: 10px; /* Further reduced margin for very small screens */
    padding: 10px; /* Further reduced padding for very small screens */
  }

  .section-1 .icon {
    font-size: 28px; /* Even smaller icon size for very small screens */
    margin-bottom: 10px;
  }

  .section-1 .card h5 {
    font-size: 16px; /* Smaller heading size for very small screens */
  }

  .section-1 .card p {
    font-size: 13px; /* Smaller text size for very small screens */
  }
}
/* section-1 end */

/* Desktop Banner */
.banner {
  background-image: url("../images/banner/Banner.png");
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner .form-container {
  max-width: 400px;
  margin-right: 50px;
}
.modal-container {
  min-height: 80vh;
}
.modal-box {
  background: linear-gradient(135deg, #061e4d 20%, #b0be81 100%);  color: #fff !important;
  /* background-blend-mode: overlay; */
  background-size: cover;
  background-position: center;
  border-radius: 0px;
  padding: 40px 20px;
 
  /* width: fit-content; */
  width: 50vh !important;
}
.modal-box h5, .modal-box h2, .modal-box h4 {
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 24px;
}
.modal-box .form-control {
  background: #f3f3f3 !important;
  border: none !important;
  border-radius: 0px !important;
  font-size: 1.1rem;
  color: #232225;
  margin-bottom: 18px;
  padding: 5px 15px;
  box-shadow: none;
}
.text-start {
  text-align: left !important;
  display: flex
;
  gap: 10px;
}
.modal-box .form-control:focus {
  outline: none;
  box-shadow: 0 0 0 2px #bfa6e0;
}
.modal-box button[type="submit"], .modal-box .btn {
  background: #0A1A38 ;
  color: white !important;
  font-weight: 700;
  font-size: 1.1rem;
  border: none;
  border-radius: 0px;
  padding: 8px 0;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0 4px 16px rgba(233,78,119,0.10);
  transition: background 0.2s, box-shadow 0.2s;
}

.modal-box .text-white, .modal-box span {
  color: #fff !important;
  font-size: 14px;
  margin-top: 0px;
  display: block;
}
.modal-header{
  padding: 8px !important;
  margin-top: 8px;
}
/* Mobile Banner */
.mob-banner {
  position: relative;
  height: 60vh;
  background: url("../images/banner/Banner-mobile.jpg") no-repeat center center /
    cover;

  background-position: center center;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .banner {
    display: none;
  }

  .mob-banner {
    display: block;
  }
}

  .mob-form-btn{
    background-color: #0A1A38 !important;
    color: white;
  }

@media (min-width: 1025px) {
  .mob-banner {
    display: none;
  }
}

.form-view {
  background-color: #fcc203;
}

/* Hide mobile banner and form by default */
.mob-banner,
.mob-form {
  display: none;
}

/* Hide desktop banner and form by default */
.banner {
  display: none;
}

/* Show the desktop banner and form for larger screens */
@media (min-width: 992px) {
  .banner {
    display: block;
  }
}

/* Show the mobile banner and form for smaller screens */
@media (max-width: 991px) {
  .mob-banner {
    display: block;
  }
  .mob-form {
    display: block;
  }
  .modal-container {
    min-height: 60vh;
  }
}

/* section start  */

.img-fluid {
  max-width: 100%;
  height: auto;
}

/* Adjust padding and layout for larger screens (desktop) */
@media (min-width: 992px) {
  #about-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .text-center {
    text-align: center;
  }

  .col-lg-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .section .headertext {
    font-size: 20px ;
  }
}

/* Adjust for mobile and smaller screens */
@media (max-width: 991px) {
  .col-lg-6 {
      margin-bottom: 1.5rem;
      text-align: justify;
  }

  .section .headertext {
    font-size: 20px;
  }
}
/* section  end */

@media (max-width: 991px) {
  .col-lg-6 {
      margin-bottom: 1.5rem;
      text-align: justify;
  }
}

.custom-header {
  background: #ffffff !important;
}
.header-container {
  padding: 40px !important;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1800px;
  margin: 0 auto;
  height: 80px;
  padding: 0 40px;
}
.header-logo img {
  height: 60px;
  width: auto;
  display: block;
  padding-left: 30px;

}
.header-nav {
  font-weight: 600;
  display: flex;
  gap: 40px;
  flex: 1;
  justify-content: center;
}
.header-nav .nav-link {
  font-size: 14px !important;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0px;
  text-decoration: none;
  transition: color 0.2s;
  padding: 0 4px;
  position: relative;
  line-height: 80px;
}
.nav-link:hover {
  color: #F9C83C;
}
.header-phone a:hover{
    color: #F9C83C !important;
}
.header-phone a {
  font-size: 22px !important;
  font-weight: 700;
  color: #1b1a1a !important;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .header-container {
    flex-direction: column;
    height: auto;
    padding: 10px;
  }
  .header-nav {
    gap: 18px;
    margin: 10px 0;
  }
  .header-phone a {
    font-size: 30px !important;
    line-height: 40px;
  }
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 10px;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
}
.menu-icon,
.menu-icon:before,
.menu-icon:after {
  display: block;
  background: #fff;
  height: 3px;
  width: 28px;
  border-radius: 0px;
  position: relative;
  transition: all 0.3s;
}
.menu-icon:before,
.menu-icon:after {
  content: '';
  position: absolute;
  left: 0;
}
.menu-icon:before {
  top: -9px;
}
.menu-icon:after {
  top: 9px;
}

@media (max-width: 900px) {
  .header-container {
    flex-wrap: wrap;
    flex-direction: row;
    height: auto;
    padding: 10px 10px 10px 10px;
    align-items: center;
  }
  .header-logo {
    flex: 0 0 auto;
  }
  .menu-toggle {
    display: flex;
    z-index: 1002;
  }
  .header-phone {
    display: none;
  }
  .header-nav {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #212121;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 1001;
    padding: 0 0 20px 0;
    text-align: left;
  }
  .header-nav.open {
    display: flex;
  }
  .header-nav .nav-link {
    font-size: 18px;
    padding: 16px 24px;
    line-height: 1.2;
    border-bottom: 1px solid #333;
  }
}

@media only screen and (max-width: 600px){
  header#form{
    padding: 4px 0px !important;
  }
  .header-logo img{
    padding-left: 0px !important;
    padding-left: 0px !important;
  }
}

.features-section {
  background: #00184C;
  padding: 5px 10px;
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  position: relative;
}
.features-vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  opacity: 0.08;
  letter-spacing: 8px;
  user-select: none;
}
.features-title {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
   margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Poppins', Arial, sans-serif;
}
.features-icon {
  min-width: 56px;
  min-height: 56px;
  display: flex;
  align-items: center !important;
  justify-content: center;
}
.features-item-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
}
.features-item-desc {
  font-size: 18px;
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  opacity: 0.95;
}
@media (max-width: 991.98px) {
  .features-vertical-text {
    display: none;
  }
  .features-title {
    font-size: 28px;
  }
  .features-item-title {
    font-size: 18px;
  }
  .features-item-desc {
    font-size: 15px;
  }
}

#projectgallery {
  background: #00184C !important;
}

.floorplan-img-blur img {
  filter: blur(2px);
  /* filter: blur(5px) brightness(0.8); */
  pointer-events: none;
  user-select: none;
  border-radius: 0px;
  width: 100%;
  max-width: 400px;
  height: auto;
}
.floorplan-label {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #2E2A45;
  margin-top: 8px;
  letter-spacing: 1px;
}

.spec-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spec-icon svg {
  width: 56px;
  height: 56px;
  stroke: #fff;
}
.spec-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#specifications-container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  #specifications-container .row > div {
    flex-direction: column !important;
    text-align: center;
    margin-bottom: 32px;
  }
  .spec-icon {
    margin-bottom: 12px;
  }
}

.location-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-family: sans-serif;
}

.location-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 0.5rem 0;
  flex-wrap: wrap;
}

.location-name {
  font-weight: 500;
  flex: 1 1 auto;
  margin-right: 1rem;
}

.location-time {
  white-space: nowrap;
  color: #555;
}

/* Swiper navigation arrows inside images */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  background: rgba(0,0,0,0.35);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 10;
}

.swiper-button-next {
  right: 24px;
  left: auto;
}

.swiper-button-prev {
  left: 24px;
  right: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px;
}

@media (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 36px;
    height: 36px;
    right: 8px;
    left: 8px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 18px;
  }
}

/* Swiper Gallery Arrow Customization */
.gallery-swiper .swiper-button-next,
.gallery-swiper .swiper-button-prev {
  color: #fff;
  background: #F16E00;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  opacity: 0.95;
  position: absolute;
}

.gallery-swiper .swiper-button-next {
  right: 56px;
  left: auto;
}

@media only screen and (max-width: 600px) {
 .swiper-button-next {
    /* right: auto; */
    left: 345px !important;
}
}
.gallery-swiper .swiper-button-prev {
  left: 10px;
  right: auto;
}

.gallery-swiper .swiper-button-next:after,
.gallery-swiper .swiper-button-prev:after {
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .gallery-swiper .swiper-button-next,
  .gallery-swiper .swiper-button-prev {
    width: 36px;
    height: 36px;
    right: 8px;
    left: 8px;
  }
  .gallery-swiper .swiper-button-next:after,
  .gallery-swiper .swiper-button-prev:after {
    font-size: 18px;
  }
}

.modal-content {
    border-radius:0px;
}

/* nearby location */
.location-section-custom {
  background: #0A2240;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}
.location-label-vertical-custom {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 6vw;
  font-weight: 700;
  color: rgba(255,255,255,0.10);
  letter-spacing: 10px;
  user-select: none;
  white-space: nowrap;
  pointer-events: none;
  font-family: 'Poppins', Arial, sans-serif;
  z-index: 1;
  padding-left: 0;
  display: block;
  line-height: 1;
}
@media (max-width: 991px) {
  .location-label-vertical-custom {
    display: none;
  }
}
.location-section-custom .container {
  position: relative;
  z-index: 2;
}
.location-title-custom {
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 32px;
}
.location-grid-custom {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 900px;
}
.location-item-custom {
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  padding: 24px 12px 16px 12px;
  margin: 0 8px 16px 8px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.location-item-custom:hover {
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 8px 32px rgba(0,0,0,0.16);
}
.location-icon-custom {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 16px;
}
.location-label-custom {
  color: #204b7a;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  font-family: 'Poppins', Arial, sans-serif;
}
@media (max-width: 991px) {
  .location-grid-custom {
    gap: 16px;
  }
  .location-item-custom {
    width: 120px;
    height: 120px;
    padding: 14px 6px 10px 6px;
  }
  .location-icon-custom {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .location-label-custom {
    font-size: 0.95rem;
  }
}
@media (max-width: 600px) {

  .helix-design h2{
font-size: 18px !important;
  }
  .location-grid-custom {
    gap: 8px;
  }
  .location-item-custom {
    width: 90px;
    height: 90px;
    padding: 8px 2px 6px 2px;
  }
  .location-icon-custom {
    width: 28px;
    height: 28px;
    margin-bottom: 6px;
  }
  .location-label-custom {
    font-size: 0.8rem;
  }
}
/* nearby location */


/* floor plan start */
.floorplan-section {
  background: #00184C;
  color: #fff;
  padding: 40px 0;
}
.floorplan-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.floorplan-table th, .floorplan-table td {
  /* background: #fff; */
  color: #232225;
  text-align: center;
  font-size: 1rem;
}
.floorplan-table th {
  background: #bfa6e0;
  color: #232225;
}
.floorplan-features {
  margin-top: 10px;
  font-style: italic;
  color: #fff;
  font-size: 1rem;
}
.floorplan-img {
  max-width: 90%;
  border-radius:0 px;
  /* box-shadow: 0 4px 24px rgba(0,0,0,0.12); */
}
@media (max-width: 991px) {
  .floorplan-section {
    padding: 30px 30px !important;
  }
  .floorplan-title {
    font-size: 1.5rem;
  }
}

/* floor plan end */

.floorplan-image-vertical-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 0;
  position: relative;
  min-height: 350px;
}
.floorplan-label-vertical-side {
  display: block;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 5vw;
  font-weight: 700;
  color: rgba(255,255,255,0.10);
  letter-spacing: 8px;
  user-select: none;
  white-space: nowrap;
  pointer-events: none;
  font-family: 'Poppins', Arial, sans-serif;
  margin-left: 24px;
  z-index: 1;
 
}
@media (max-width: 991px) {
  .floorplan-image-vertical-flex {
    flex-direction: column;
    min-height: 200px;
  }
  .floorplan-label-vertical-side {
    font-size: 10vw;
    margin-left: 0;
    margin-top: 12px;
    writing-mode: horizontal-tb;
    transform: none;
    text-align: center;
  }
}

/* TV Repair Service Section Styles */
.tv-repair-section {
  padding: 50px 0;
  background: #00184C;
  color: white;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .tv-repair-section {
    padding: 30px 0;
  }
}

.tv-repair-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
  pointer-events: none;
}

.tv-repair-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Main Heading */
.main-heading {
  text-align: center;
  margin-bottom: 30px;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.highlight-text {
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.fixed-text {
  color: #00FF88;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

/* Section Subtitle */
.section-subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
  color: #E8F4FD;
}

/* Contact Information Section */
.contact-info-section {
  margin-bottom: 50px;
  text-align: center;
}

.contact-info-section .section-subtitle {
  margin-bottom: 25px;
}

.contact-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.form-field {
  position: relative;
}

.field-label {
  display: block;
  color: #E8F4FD;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: left;
}

.contact-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 15px 18px;
  color: white;
  font-size: 1rem;
  font-family: 'Poppins', Arial, sans-serif;
  transition: all 0.3s ease;
  outline: none;
}

.contact-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.contact-input:focus {
  border-color: #FFD700;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.2);
}

.contact-input:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
}

.contact-input:invalid {
  border-color: #FF6B6B;
  box-shadow: 0 0 10px rgba(255, 107, 107, 0.3);
}

.contact-input:valid {
  border-color: #00FF88;
  box-shadow: 0 0 10px rgba(0, 255, 136, 0.2);
}

.contact-input:focus:invalid {
  border-color: #FF6B6B;
  box-shadow: 0 0 20px rgba(255, 107, 107, 0.4);
}

.contact-input:focus:valid {
  border-color: #00FF88;
  box-shadow: 0 0 20px rgba(0, 255, 136, 0.3);
}

/* Brands Section */
.brands-section {
  margin-bottom: 50px;
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
  max-width: 1000px;
  margin: 0 auto;
}

.brand-item {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.brand-item:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Form Interactive Styles */
.brand-option, .type-option {
  cursor: pointer;
  position: relative;
}

.brand-input, .type-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.brand-option:hover .brand-text,
.type-option:hover span {
  color: #FFD700;
}

.brand-option input:checked + .brand-text,
.type-option input:checked + .type-icon + span {
  color: #00FF88;
  font-weight: 700;
}

.brand-option input:checked ~ *,
.type-option input:checked ~ * {
  transform: scale(1.05);
}

/* Size Controls */
.size-controls {
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 25px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.size-btn {
  background: #FFD700;
  color: #333;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.size-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.size-btn:active {
  transform: scale(0.95);
}

.size-slider-container {
  flex: 1;
  position: relative;
}

.size-slider {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.size-slider:hover {
  background: rgba(255, 255, 255, 0.3);
}

.size-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #FFD700;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

.size-slider::-webkit-slider-thumb:hover {
  transform: scale(1.2);
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

.size-slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #FFD700;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.size-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 1rem;
  color: #E8F4FD;
}

/* Mobile Responsive Styles for Size Slider */
@media (max-width: 768px) {
  .size-range {
    max-width: 90vw;
    margin: 0 auto;
  }
  
  .size-controls {
    flex-direction: column;
    gap: 15px;
    padding: 20px 15px;
  }
  
  .size-slider-container {
    width: 100%;
    min-width: 300px;
  }
  
  .size-btn {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
  }
  
  .size-slider {
    height: 10px;
    width: 100%;
  }
  
  .size-slider::-webkit-slider-thumb {
    width: 28px;
    height: 28px;
  }
  
  .size-slider::-moz-range-thumb {
    width: 28px;
    height: 28px;
  }
  
  .size-labels {
    font-size: 0.9rem;
    margin-top: 8px;
  }
  
  .section-subtitle {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  
  /* Mobile TV Repair Form Improvements */
  .contact-fields {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 15px;
  }
  
  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 15px;
  }
  
  .brand-item {
    padding: 12px 8px;
    font-size: 1rem;
  }
  
  .types-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    padding: 0 15px;
  }
  
  .type-item {
    padding: 20px 15px;
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  .type-icon img {
    width: 40px;
    height: 40px;
  }
  
  .issue-textarea {
    margin: 0 15px;
  }
  
  .selected-options {
    margin: 20px 15px;
    padding: 15px;
  }
  
  .btn-submit {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  
  /* Better touch targets for mobile */
  .size-btn {
    min-height: 44px;
    min-width: 44px;
  }
  
  .brand-item, .type-item {
    min-height: 44px;
    cursor: pointer;
  }
  
  /* Improve slider touch interaction */
  .size-slider {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
  
  .size-slider::-webkit-slider-thumb {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
}

/* Selected Options Display */
.selected-options {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 20px;
  margin: 30px auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: slideIn 0.5s ease-out;
  max-width: 400px;
  width: 100%;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.selected-options h3 {
  color: #FFD700;
  font-size: 1.4rem;
  margin-bottom: 15px;
  text-align: center;
}

.selected-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #E8F4FD;
}

.selected-item:last-child {
  border-bottom: none;
}

.selected-item strong {
  color: #FFD700;
}

/* Issue Description Section */
.issue-description-section {
  margin-bottom: 60px;
}

.issue-input-container {
  max-width: 600px;
  margin: 0 auto;
}

.issue-textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 20px;
  color: white;
  font-size: 1rem;
  font-family: 'Poppins', Arial, sans-serif;
  resize: vertical;
  min-height: 120px;
  transition: all 0.3s ease;
}

.issue-textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.issue-textarea:focus {
  outline: none;
  border-color: #FFD700;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.2);
}

.issue-textarea:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
}

/* Submit Section */
.submit-section {
  text-align: center;
  margin-top: 40px;
}

.btn-submit {
  background: linear-gradient(45deg, #FFD700, #FF8E53);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 20px 50px;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-submit::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
}

.btn-submit:hover::before {
  left: 100%;
}

.btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 107, 107, 0.5);
}

.btn-submit:active {
  transform: translateY(-1px);
}

.btn-submit:disabled {
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  pointer-events: none;
}

.btn-submit:disabled:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: none;
  box-shadow: none;
}

.btn-submit:disabled::before {
  display: none;
}

.btn-submit:not(:disabled) {
  animation: submitPulse 2s infinite;
}

.btn-submit.form-complete {
  background: linear-gradient(45deg, #00FF88, #00CC6A);
  box-shadow: 0 8px 25px rgba(0, 255, 136, 0.4);
  pointer-events: auto;
  cursor: pointer;
}

.btn-submit.form-complete:hover {
  box-shadow: 0 12px 35px rgba(0, 255, 136, 0.6);
}

@keyframes submitPulse {
  0%, 100% {
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
  }
  50% {
    box-shadow: 0 12px 35px rgba(255, 107, 107, 0.6);
  }
}

.btn-text {
  font-family: 'Poppins', Arial, sans-serif;
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: sparkle 2s ease-in-out infinite;
}

.btn-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

@keyframes sparkle {
  0%, 100% { 
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  50% { 
    transform: scale(1.1) rotate(180deg);
    opacity: 0.8;
  }
}

/* Sizes Section */
.sizes-section {
  margin-bottom: 80px;
}

.size-range {
  max-width: 600px;
  margin: 0 auto;
}

.size-indicator {
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 25px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.size-start, .size-end {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFD700;
  min-width: 60px;
  text-align: center;
}

.size-bar {
  flex: 1;
  height: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.size-progress {
  height: 100%;
  background: linear-gradient(90deg, #FFD700, #00FF88);
  border-radius: 4px;
  width: 100%;
  animation: progressFill 2s ease-in-out;
}

@keyframes progressFill {
  from { width: 0%; }
  to { width: 100%; }
}

/* Types Section */
.types-section {
  margin-bottom: 80px;
}

.type-category {
  margin-bottom: 50px;
}

.type-category:last-child {
  margin-bottom: 0;
}

.category-title {
  color: #FFD700;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 25px;
  max-width: 700px;
  margin: 0 auto;
}

.type-item {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 25px 15px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.type-item:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

.type-icon {
  font-size: 2.5rem;
  margin-bottom: 10px;
  display: block;
}

.type-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  transition: all 0.3s ease;
}

.type-item span {
  font-weight: 600;
  font-size: 1rem;
}

/* CTA Section */
.cta-section {
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 25px;
  padding: 50px 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 600px;
  margin: 0 auto;
}

.cta-content h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #FFD700;
}

.cta-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #E8F4FD;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary, .btn-secondary {
  padding: 15px 30px;
  border: none;
  border-radius: 25px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 150px;
}

.btn-primary {
  background: linear-gradient(45deg, #FFD700, #FFA500);
  color: #333;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.5);
}

.btn-secondary {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .tv-repair-section {
    padding: 60px 0;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .section-subtitle {
    font-size: 1.4rem;
  }
  
  .contact-fields {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 20px;
  }
  
  .contact-input {
    padding: 15px 18px;
    font-size: 0.95rem;
  }
  
  .field-label {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  
  .brands-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 12px;
  }
  
  .brand-item {
    padding: 12px 8px;
    font-size: 0.9rem;
  }
  
  .size-range {
    max-width: 95vw;
    margin: 0 auto;
  }
  
  .size-controls {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  
  .size-slider-container {
    width: 100%;
    min-width: 280px;
  }
  
  .size-btn {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
  
  .size-labels {
    font-size: 0.9rem;
  }
  
  .types-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 20px;
  }
  
  .type-item {
    padding: 20px 10px;
  }
  
  .type-icon {
    font-size: 2rem;
  }
  
  .type-icon img {
    width: 80px;
    height: 80px;
  }
  
  .cta-section {
    padding: 40px 20px;
  }
  
  .cta-content h3 {
    font-size: 1.6rem;
  }
  
  .cta-content p {
    font-size: 1.1rem;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .btn-submit {
    padding: 18px 40px;
    font-size: 1.1rem;
    width: 100%;
    max-width: 300px;
  }
  
  .selected-options {
    max-width: 350px;
    padding: 15px;
  }
  
  .issue-input-container {
    max-width: 100%;
    padding: 0 10px;
  }
  
  .issue-textarea {
    padding: 15px;
    font-size: 0.9rem;
    min-height: 100px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.2rem;
  }
  
  .contact-info-section .section-subtitle {
    margin-bottom: 30px;
  }
  
  .contact-fields {
    gap: 15px;
    padding: 0 15px;
  }
  
  .contact-input {
    padding: 12px 15px;
    font-size: 0.9rem;
  }
  
  .field-label {
    font-size: 0.9rem;
    margin-bottom: 8px;
  }
  
  .brands-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .brand-item {
    padding: 10px 6px;
    font-size: 0.8rem;
  }
  
  .types-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  
  .tv-repair-content {
    padding: 0 15px;
  }
  
  .selected-options {
    max-width: 300px;
    padding: 12px;
  }
  
  .issue-textarea {
    padding: 12px;
    font-size: 0.85rem;
    min-height: 80px;
  }
  
  .btn-submit {
    padding: 16px 35px;
    font-size: 1rem;
    gap: 10px;
  }
  
  .btn-icon svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 360px) {
  .contact-fields {
    padding: 0 10px;
  }
  
  .contact-input {
    padding: 10px 12px;
    font-size: 0.85rem;
  }
  
  .field-label {
    font-size: 0.85rem;
  }
  
  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  
  .brand-item {
    padding: 8px 4px;
    font-size: 0.75rem;
  }
}

/* Common Issues Section Styles */
  .common-issues-section {
  padding: 50px 0;
  background: #ffffff;
  color: white;
  position: relative;
  overflow: hidden;
}
/* 
.common-issues-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
  opacity: 0.4;
  pointer-events: none;
} */

.common-issues-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Issues Header */
.issues-header {
  text-align: center;
  margin-bottom: 35px;
}

.issues-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #00184C;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.checkmark-icon {
  font-size: 3rem;
  color: #00FF88;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* Issues Grid */
.issues-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.issues-grid .issue-item:nth-child(7) {
  grid-column: 2;
  justify-self: center;
}

.issue-item {
  background: #ffffff;
  backdrop-filter: blur(15px);
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 25px 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.issue-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  transition: left 0.5s ease;
}

.issue-item:hover::before {
  left: 100%;
}

.issue-item:hover {
  background: #f8f9fa;
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
  border-color: #00FF88;
}

.issue-icon {
  font-size: 2.5rem;
  min-width: 60px;
  text-align: center;
  background: #00184C;
  border-radius: 15px;
  padding: 15px;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.issue-icon i {
  color: #fff;
  transition: all 0.3s ease;
}

.issue-icon:hover i {
  transform: scale(1.1);
  color: #ffd700;
}

.issue-content {
  flex: 1;
}

.issue-content h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #00184C;
}

.issue-content p {
  font-size: 1rem;
  margin: 0;
  line-height: 1.5;
  color: #333333;
}

/* Issues CTA */
.issues-cta {
  text-align: center;
  background: #ffffff;
  backdrop-filter: blur(15px);
  border-radius: 30px;
  padding: 50px 40px;
  border: 1px solid #e0e0e0;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.issues-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, transparent, rgba(255,255,255,0.1), transparent);
  animation: rotate 4s linear infinite;
  pointer-events: none;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
  animation: point 1.5s ease-in-out infinite;
}

.cta-icon i {
  color: #fff;
  transition: all 0.3s ease;
}

@keyframes point {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(10px); }
}

.cta-content h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.cta-content p {
  font-size: 1.2rem;
  margin-bottom: 35px;
  color: #E8F4FD;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-book-now, .btn-call-now {
  padding: 18px 35px;
  border: none;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 160px;
  position: relative;
  overflow: hidden;
}

.btn-book-now {
  background: linear-gradient(45deg, #FF6B6B, #FF8E53);
  color: white;
  box-shadow: 0 8px 20px rgba(255, 107, 107, 0.3);
}

.btn-book-now:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(255, 107, 107, 0.5);
}

.btn-call-now {
  background: linear-gradient(45deg, #4ECDC4, #44A08D);
  color: white;
  box-shadow: 0 8px 20px rgba(78, 205, 196, 0.3);
}

.btn-call-now:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(78, 205, 196, 0.5);
}

/* Responsive Design for Common Issues */
@media (max-width: 768px) {
  .common-issues-section {
    padding: 60px 0;
  }
  
  .issues-title {
    font-size: 2.2rem;
    flex-direction: column;
    gap: 10px;
  }
  
  .checkmark-icon {
    font-size: 2.5rem;
  }
  
  .issues-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .issues-grid .issue-item:nth-child(7) {
    grid-column: 1;
    justify-self: stretch;
  }
}

@media (max-width: 768px) {
  .issues-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .issues-grid .issue-item:nth-child(7) {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 300px;
  }
  
  .issue-item {
    padding: 25px 20px;
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .issue-icon {
    font-size: 2.2rem;
    min-width: auto;
    padding: 12px;
  }
  
  .issue-content h3 {
    font-size: 1.3rem;
  }
  
  .issue-content p {
    font-size: 0.95rem;
  }
  
  .issues-cta {
    padding: 40px 25px;
  }
  
  .cta-content h3 {
    font-size: 1.8rem;
  }
  
  .cta-content p {
    font-size: 1.1rem;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .btn-book-now, .btn-call-now {
    width: 100%;
    max-width: 280px;
  }
}

@media (max-width: 480px) {
  .issues-title {
    font-size: 1.8rem;
  }
  
  .checkmark-icon {
    font-size: 2rem;
  }
  
  .issue-item {
    padding: 20px 15px;
  }
  
  .issue-icon {
    font-size: 2rem;
    padding: 10px;
  }
  
  .issue-content h3 {
    font-size: 1.2rem;
  }
  
  .issue-content p {
    font-size: 0.9rem;
  }
  
  .issues-cta {
    padding: 35px 20px;
  }
  
  .cta-content h3 {
    font-size: 1.6rem;
  }
  
  .cta-content p {
    font-size: 1rem;
  }
  
  .common-issues-content {
    padding: 0 15px;
  }
}

/* Pickup Section Styles */
.pickup-section {
  padding: 80px 0;
  background:  #1e3c72 !important;
  color: white;
  position: relative;
  overflow: hidden;
}

/* .pickup-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="waves" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M0,20 Q10,0 20,20 T40,20" stroke="rgba(255,255,255,0.1)" stroke-width="1" fill="none"/></pattern></defs><rect width="100" height="100" fill="url(%23waves)"/></svg>');
  opacity: 0.3;
  pointer-events: none;
} */

.pickup-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Pickup Header */
.pickup-header {
  text-align: center;
  margin-bottom: 60px;
}

.pickup-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.location-icon {
  font-size: 3rem;
  animation: drive 2s ease-in-out infinite;
}

.location-icon i {
  color: #FFD700;
  transition: all 0.3s ease;
}

@keyframes drive {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(10px); }
}

.pickup-subtitle {
  font-size: 1.4rem;
  color: #E8F4FD;
  margin: 0;
  font-weight: 500;
}

/* Pickup Features */
.pickup-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.feature-item {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.feature-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  transition: left 0.5s ease;
}

.feature-item:hover::before {
  left: 100%;
}

.feature-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.feature-icon {
  font-size: 2.5rem;
  min-width: 70px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon i {
  color: #fff;
  transition: all 0.3s ease;
}

.feature-icon:hover i {
  transform: scale(1.1);
  color: #FFD700;
}

.feature-content h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #FFD700;
}

.feature-content p {
  font-size: 1rem;
  margin: 0;
  color: #E8F4FD;
  line-height: 1.5;
}

/* Pickup CTA */
.pickup-cta {
  margin-bottom: 60px;
}

.cta-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 25px;
  padding: 50px 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.cta-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, transparent, rgba(255,255,255,0.1), transparent);
  animation: rotate 6s linear infinite;
  pointer-events: none;
}

.phone-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  animation: ring 2s ease-in-out infinite;
}

@keyframes ring {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.cta-card h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.phone-number {
  margin-bottom: 20px;
}

.phone-link {
  font-size: 2.5rem;
  font-weight: 700;
  color: #00FF88;
  text-decoration: none;
  transition: all 0.3s ease;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.phone-link:hover {
  color: #FFD700;
  transform: scale(1.05);
}

.cta-card p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #E8F4FD;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-call, .btn-whatsapp {
  padding: 18px 35px;
  border: none;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 160px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.btn-call {
  background: linear-gradient(45deg, #FF6B6B, #FF8E53);
  color: white;
  box-shadow: 0 8px 20px rgba(255, 107, 107, 0.3);
}

.btn-call:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(255, 107, 107, 0.5);
  color: white;
}

.btn-whatsapp {
  background: linear-gradient(45deg, #25D366, #128C7E);
  color: white;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.5);
}

/* Map Section */
.map-section {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 25px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.map-title {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  color: #FFD700;
}

.cities-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width:1024px;
  margin: 0 auto;
}

.city-item {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 15px 20px;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

.city-item:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* Responsive Design for Pickup Section */
@media (max-width: 768px) {
  .pickup-section {
    padding: 60px 0;
  }
  
  .pickup-title {
    font-size: 2.2rem;
    flex-direction: column;
    gap: 10px;
  }
  
  .location-icon {
    font-size: 2.5rem;
  }
  
  .pickup-subtitle {
    font-size: 1.2rem;
  }
  
  .pickup-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .feature-item {
    padding: 25px 20px;
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .feature-icon {
    font-size: 2.2rem;
    min-width: auto;
    padding: 12px;
  }
  
  .feature-content h3 {
    font-size: 1.3rem;
  }
  
  .feature-content p {
    font-size: 0.95rem;
  }
  
  .cta-card {
    padding: 40px 25px;
  }
  
  .phone-link {
    font-size: 2rem;
  }
  
  .cta-card h3 {
    font-size: 1.6rem;
  }
  
  .cta-card p {
    font-size: 1.1rem;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .btn-call, .btn-whatsapp {
    width: 100%;
    max-width: 280px;
  }
  
  .map-section {
    padding: 30px 20px;
  }
  
  .cities-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    max-width: 700px;
  }
  
  .city-item {
    padding: 10px 10px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .pickup-title {
    font-size: 1.8rem;
  }
  
  .location-icon {
    font-size: 2rem;
  }
  
  .pickup-subtitle {
    font-size: 1.1rem;
  }
  
  .feature-item {
    padding: 20px 15px;
  }
  
  .feature-icon {
    font-size: 2rem;
    padding: 10px;
  }
  
  .feature-content h3 {
    font-size: 1.2rem;
  }
  
  .feature-content p {
    font-size: 0.9rem;
  }
  
  .cta-card {
    padding: 35px 20px;
  }
  
  .phone-link {
    font-size: 1.8rem;
  }
  
  .cta-card h3 {
    font-size: 1.4rem;
  }
  
  .cta-card p {
    font-size: 1rem;
  }
  
  .map-section {
    padding: 25px 15px;
  }
  
  .map-title {
    font-size: 1.5rem;
  }
  
  .cities-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    max-width: 400px;
  }
  
  .city-item {
    padding: 10px 12px;
    font-size: 0.85rem;
  }
  
  .pickup-content {
    padding: 0 15px;
  }
}

@media (max-width: 360px) {
  .cities-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    max-width: 250px;
  }
}

/* Custom Modal Size */
.modal-custom {
  max-width: 500px !important;
  width: 95% !important;
  margin: 1.75rem auto !important;
}

/* Ensure modal works well on all devices */
@media (max-width: 576px) {
  .modal-custom {
    max-width: 95% !important;
    width: 95% !important;
    margin: 1rem auto !important;
  }
}

/* Modal backdrop improvements */
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}

/* Modern Popup Form Styles */
.modern-popup-form {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  border: none !important;
  border-radius: 20px !important;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3) !important;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.modern-popup-header {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
  text-align: center;
  position: relative;
}

/* Responsive Modal Styles */
@media (max-width: 768px) {
  .modal-custom {
    max-width: 95% !important;
    width: 95% !important;
    margin: 1rem auto !important;
  }
  
  .modern-popup-header {
    padding: 20px;
  }
  
  .modern-popup-body {
    padding: 30px 20px;
  }
  
  .popup-icon {
    width: 50px;
    height: 50px;
  }
  
  .popup-icon i {
    font-size: 20px;
  }
  
  .modern-input {
    padding: 12px 12px 12px 40px;
    font-size: 14px;
  }
  
  .modern-submit-btn {
    padding: 12px 30px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .modal-custom {
    max-width: 98% !important;
    width: 98% !important;
    margin: 0.5rem auto !important;
  }
  
  .modern-popup-header {
    padding: 15px;
  }
  
  .modern-popup-body {
    padding: 20px 15px;
  }
  
  .popup-icon {
    width: 45px;
    height: 45px;
  }
  
  .popup-icon i {
    font-size: 18px;
  }
  
  .modern-input {
    padding: 10px 10px 10px 35px;
    font-size: 13px;
  }
  
  .modern-submit-btn {
    padding: 10px 25px;
    font-size: 13px;
  }
  
  .modern-form {
    gap: 20px;
  }
}

.popup-header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.popup-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.popup-icon i {
  font-size: 24px;
  color: #FFD700;
}

.popup-title {
  color: #fff !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.popup-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
}

.btn-close-modern {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
}

/* Responsive close button */
@media (max-width: 480px) {
  .btn-close-modern {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}

.btn-close-modern:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.modern-popup-body {
  padding: 40px 30px;
  width: 100%;
  box-sizing: border-box;
}

.modern-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}

/* Compact form for smaller screens */
@media (max-width: 480px) {
  .modern-popup-body {
    padding: 25px 20px;
  }
  
  .modern-form {
    gap: 18px;
  }
  
  .form-group {
    margin-bottom: 0;
  }
}

.form-group {
  position: relative;
}

.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.input-icon {
  position: absolute;
  left: 15px;
  color: #667eea;
  font-size: 16px;
  z-index: 2;
}

.modern-input {
  width: 100%;
  padding: 15px 15px 15px 45px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
  outline: none;
  box-sizing: border-box;
}

.modern-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.modern-input:focus {
  border-color: #FFD700;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.2);
}

.form-footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-top: 10px;
}

.security-note {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.security-note i {
  color: #00FF88;
  font-size: 16px;
}

.modern-submit-btn {
  background: #FFD700;
  color: #000;
  border: none;
  padding: 15px 40px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
  width: 100%;
  justify-content: center;
}

.modern-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(255, 215, 0, 0.4);
  background: #FFA500;
}

.modern-submit-btn:active {
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 768px) {
  .modal-lg {
    max-width: 95%;
    margin: 10px;
  }
  
  .modern-popup-header {
    padding: 20px;
  }
  
  .popup-title {
    font-size: 24px !important;
  }
  
  .popup-subtitle {
    font-size: 14px;
  }
  
  .modern-popup-body {
    padding: 30px 20px;
  }
  
  .modern-form {
    gap: 20px;
  }
  
  .modern-input {
    padding: 12px 12px 12px 40px;
    font-size: 14px;
  }
  
  .modern-submit-btn {
    padding: 12px 30px;
    font-size: 16px;
    min-width: 180px;
  }
}

@media (max-width: 480px) {
  .popup-title {
    font-size: 20px !important;
  }
  
  .popup-subtitle {
    font-size: 13px;
  }
  
  .modern-popup-body {
    padding: 25px 15px;
  }
  
  .modern-input {
    padding: 10px 10px 10px 35px;
    font-size: 14px;
  }
  
  .input-icon {
    left: 12px;
    font-size: 14px;
  }
}

/* Why Choose Section Styles */
.why-choose-section {
  padding: 50px 0;
  background: #ffffff;
  color: #00184C;
  position: relative;
  overflow: hidden;
}

.why-choose-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="stars" width="30" height="30" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="5" cy="25" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="25" cy="5" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23stars)"/></svg>');
  opacity: 0.4;
  pointer-events: none;
}

.why-choose-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Why Choose Header */
.why-choose-header {
  text-align: center;
  margin-bottom: 35px;
}

.why-choose-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #00184C;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.star-icon {
  font-size: 3rem;
  animation: twinkle 2s ease-in-out infinite;
}

.star-icon i {
  color: #FFD700;
  transition: all 0.3s ease;
}

@keyframes twinkle {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 1; }
  50% { transform: scale(1.1) rotate(180deg); opacity: 0.8; }
}

/* Benefits Grid */
.benefits-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.benefits-row-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: 100%;
  max-width: 1000px;
  justify-items: center;
}

.benefits-row-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  width: 100%;
  max-width: 700px;
  justify-items: center;
}

.benefit-item {
  background: #ffffff;
  backdrop-filter: blur(15px);
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 30px 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.benefit-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  transition: left 0.5s ease;
}

.benefit-item:hover::before {
  left: 100%;
}

.benefit-item:hover {
  background: #f8f9fa;
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
  border-color: #00FF88;
}

.benefit-icon {
  font-size: 2.5rem;
  min-width: 70px;
  text-align: center;
  background: #00184C;
  border-radius: 15px;
  padding: 15px;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-icon i {
  color: #fff;
  transition: all 0.3s ease;
}

.benefit-icon:hover i {
  transform: scale(1.1);
  color: #FFD700;
}

.benefit-content {
  flex: 1;
}

.benefit-content h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #00184C;
}

.benefit-content p {
  font-size: 1rem;
  margin: 0;
  color: #333333;
  line-height: 1.5;
}

.checkmark {
  font-size: 1.5rem;
  color: #00FF88;
  font-weight: bold;
  animation: checkPulse 2s ease-in-out infinite;
}

.checkmark i {
  color: #00FF88;
  transition: all 0.3s ease;
}

@keyframes checkPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

/* Trust Section */
.trust-section {
  margin-bottom: 60px;
}

.trust-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  background: #f8f9fa;
  border-radius: 25px;
  padding: 20px;
  border: 1px solid #e0e0e0;
}

.stat-item {
  text-align: center;
  padding: 20px;
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

.stat-item:hover {
  background: #f0f0f0;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #00184C;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.stat-label {
  font-size: 1rem;
  color: #333333;
  font-weight: 500;
}

/* Why Choose CTA */
.why-choose-cta {
  text-align: center;
  background: #ffffff;
  backdrop-filter: blur(15px);
  border-radius: 30px;
  padding: 50px 40px;
  border: 1px solid #e0e0e0;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.why-choose-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, transparent, rgba(255,255,255,0.1), transparent);
  animation: rotate 8s linear infinite;
  pointer-events: none;
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-content h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #00184C;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.cta-content p {
  font-size: 1.2rem;
  margin-bottom: 35px;
  color: #333333;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-get-quote, .btn-call-now {
  padding: 18px 35px;
  border: none;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 160px;
  position: relative;
  overflow: hidden;
}

.btn-get-quote {
  background:linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: white;
  box-shadow: 0 8px 20px rgba(255, 107, 107, 0.3);
}

.btn-get-quote:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(255, 107, 107, 0.5);
}

.btn-call-now {
  background: linear-gradient(45deg, #4ECDC4, #44A08D);
  color: white;
  box-shadow: 0 8px 20px rgba(78, 205, 196, 0.3);
}

.btn-call-now:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(78, 205, 196, 0.5);
}

/* Responsive Design for Why Choose Section */
@media (max-width: 768px) {
  .why-choose-section {
    padding: 60px 0;
  }
  
  .why-choose-title {
    font-size: 2.2rem;
    flex-direction: column;
    gap: 10px;
  }
  
  .star-icon {
    font-size: 2.5rem;
  }
  
  .benefits-grid {
    gap: 20px;
  }
  
  .benefits-row-1 {
    grid-template-columns: 1fr;
    gap: 15px;
    max-width: 400px;
  }
  
  .benefits-row-2 {
    grid-template-columns: 1fr;
    gap: 15px;
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .benefits-row-1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 600px;
  }
  
  .benefits-row-1 .benefit-item:nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 300px;
  }
  
  .benefits-row-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 600px;
  }
  
  .benefit-item {
    padding: 25px 20px;
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .benefit-icon {
    font-size: 2.2rem;
    min-width: auto;
    padding: 12px;
  }
  
  .benefit-content h3 {
    font-size: 1.3rem;
  }
  
  .benefit-content p {
    font-size: 0.95rem;
  }
  
  .trust-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 30px 20px;
  }
  
  .stat-item {
    padding: 15px;
  }
  
  .stat-number {
    font-size: 2rem;
  }
  
  .stat-label {
    font-size: 0.9rem;
  }
  
  .why-choose-cta {
    padding: 40px 25px;
  }
  
  .cta-content h3 {
    font-size: 1.8rem;
  }
  
  .cta-content p {
    font-size: 1.1rem;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .btn-get-quote, .btn-call-now {
    width: 100%;
    max-width: 280px;
  }
}

@media (max-width: 480px) {
  .why-choose-title {
    font-size: 1.8rem;
  }
  
  .star-icon {
    font-size: 2rem;
  }
  
  .benefit-item {
    padding: 20px 15px;
  }
  
  .benefit-icon {
    font-size: 2rem;
    padding: 10px;
  }
  
  .benefit-content h3 {
    font-size: 1.2rem;
  }
  
  .benefit-content p {
    font-size: 0.9rem;
  }
  
  .trust-stats {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 25px 15px;
  }
  
  .stat-item {
    padding: 12px;
  }
  
  .stat-number {
    font-size: 1.8rem;
  }
  
  .stat-label {
    font-size: 0.85rem;
  }
  
  .why-choose-cta {
    padding: 35px 20px;
  }
  
  .cta-content h3 {
    font-size: 1.6rem;
  }
  
  .cta-content p {
    font-size: 1rem;
  }
  
  .why-choose-content {
    padding: 0 15px;
  }
}

/* Responsive Design for Types Section */
@media (max-width: 768px) {
  .types-section {
    margin-bottom: 60px;
  }
  
  .type-category {
    margin-bottom: 40px;
  }
  
  .category-title {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
  
  .types-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    max-width: 600px;
  }
  
  .type-item {
    padding: 15px 8px;
  }
  
  .type-icon img {
    width: 50px;
    height: 50px;
  }
  
  .type-item span {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .types-section {
    margin-bottom: 50px;
  }
  
  .type-category {
    margin-bottom: 30px;
  }
  
  .category-title {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  
  .types-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    max-width: 500px;
  }
  
  .type-item {
    padding: 12px 6px;
  }
  
  .type-icon img {
    width: 45px;
    height: 45px;
  }
  
  .type-item span {
    font-size: 0.75rem;
  }
}

@media (max-width: 360px) {
  .size-range {
    max-width: 98vw;
    margin: 0 auto;
  }
  
  .size-slider-container {
    width: 100%;
    min-width: 250px;
  }
  
  .types-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-width: 400px;
  }
  
  .type-item {
    padding: 10px 4px;
  }
  
  .type-icon img {
    width: 40px;
    height: 40px;
  }
  
  .type-item span {
    font-size: 0.7rem;
  }
}

/* Modern Footer Styles */
.modern-footer {
  background: #00184C;
  color: #fff;
  padding: 30px 0 20px 0;
  position: relative;
  overflow: hidden;
}

.modern-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="footer-pattern" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="10" cy="10" r="0.5" fill="rgba(255,255,255,0.02)"/><circle cx="40" cy="40" r="0.5" fill="rgba(255,255,255,0.02)"/></pattern></defs><rect width="100" height="100" fill="url(%23footer-pattern)"/></svg>');
  opacity: 0.5;
  pointer-events: none;
}

.footer-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 40px;
}

/* Left Column */
.footer-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.footer-logo img {
  max-width: 150px;
  height: auto;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

.footer-logo img:hover {
  filter: brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(45deg);
  transform: scale(1.05);
}

.footer-reviews {
  display: flex;
  align-items: center;
  /* gap: 20px; */
  flex-wrap: wrap;
}

.review-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.review-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.google-reviews {
  display: flex;
  align-items: center;
  gap: 8px;
}

.google-logo {
  font-size: 18px;
  font-weight: bold;
  background: #00FF88;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.google-text {
  color: #fff;
  font-weight: 600;
}

.stars {
  display: flex;
  gap: 2px;
}

.star {
  color: #FFD700;
  font-size: 16px;
}

.rating {
  color: #FFD700;
  font-weight: 700;
  font-size: 18px;
}

.footer-legal {
 
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* About Us Section */
.aboutus {
  /* margin-bottom: 25px; */
}

.aboutus-title {
  color: #FFD700;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.aboutus-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  text-align: justify;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-legal-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
}

.footer-legal-link:hover {
  color: #FFD700;
}

.footer-legal-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #FFD700;
  transition: width 0.3s ease;
}

.footer-legal-link:hover::after {
  width: 100%;
}

/* Right Column */
.footer-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.phone-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #333;
  animation: pulse 2s infinite;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.phone-number {
  font-size: 28px;
  font-weight: 700;
  color: #FFD700;
  text-decoration: none;
  transition: all 0.3s ease;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.phone-number:hover {
  color: #FFA500;
  transform: scale(1.05);
}

/* Newsletter Form */
.footer-newsletter {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.footer-newsletter:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.newsletter-title {
  color: #FFD700;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.newsletter-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.newsletter-form {
  margin-bottom: 15px;
}

.form-group {
  display: flex;
  gap: 10px;
  align-items: center;
}

.newsletter-input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
  outline: none;
}

.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.newsletter-input:focus {
  border-color: #FFD700;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.2);
}

.newsletter-input:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.4);
}

.newsletter-btn {
  background: #FFD700;
  color: #333;
  border: none;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  height: 45px;
}

.newsletter-btn:hover {
  background: #FFA500;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.newsletter-btn:active {
  transform: translateY(0);
}

.newsletter-disclaimer {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
}

.footer-social {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.social-title {
  color: #FFD700;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icon {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.social-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
}

.social-icon:hover::before {
  left: 100%;
}

.social-icon:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  color: #FFD700;
}

/* Footer Bottom */
.footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .footer-main {
    gap: 40px;
  }
  
  .phone-number {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .modern-footer {
    padding: 40px 0 30px 0;
  }
  
  .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .footer-left, .footer-right {
    text-align: center;
  }
  
  .footer-logo {
    align-items: center;
  }
  
  .footer-reviews {
    justify-content: center;
  }
  
  .aboutus {
    text-align: center;
  }
  
  .aboutus-text {
    text-align: center;
  }
  
  .footer-legal-links {
    justify-content: center;
  }
  
  .footer-contact {
    justify-content: center;
  }
  
  .footer-newsletter {
    text-align: center;
  }
  
  .form-group {
    flex-direction: column;
    gap: 12px;
  }
  
  .newsletter-btn {
    width: 100%;
    min-width: auto;
  }
  
  .social-icons {
    justify-content: center;
  }
  
  .phone-number {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .footer-content {
    padding: 0 15px;
  }
  
  .footer-logo img {
    max-width: 120px;
  }
  
  .footer-reviews {
    flex-direction: column;
    gap: 10px;
  }
  
  .review-item {
    justify-content: center;
  }
  
  .phone-number {
    font-size: 20px;
  }
  
  .social-icons {
    gap: 12px;
  }
  
  .social-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .footer-content {
    padding: 0 10px;
  }
  
  .footer-logo img {
    max-width: 100px;
  }
  
  .phone-number {
    font-size: 18px;
  }
  
  .social-icon {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
