@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Allison-Regular';
  src: url(../font/Allison-Regular.woff) format('woff'),
    url(../font/Allison-Regular.woff2) format('woff2');
}

body {
  overflow-x: hidden;
  position:relative;
}

/* HEADER CSS STARTS */
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: #1e3d72;
  padding: 9px 0;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0 0 2px #fff;
}

.newClass {
  background-color: #1e3d72;
  box-shadow: 0 0 3px #fff;
  z-index: 999;
}

.inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.logo {
  max-width: 113px;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  padding: 0px 15px;
  text-transform: uppercase;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 1px;
  font-family: 'Montserrat';
}

.project-overview-section .know-more {
  text-align: left;
}

.contact-number {
  display: flex;
}

.contact-number a {
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  padding: 10px 15px;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.responsiv-mobile {
  display: none;
}

/* HEADER CSS ENDS */
.banner-section {
  position: relative;
  overflow: hidden;
}

.banner-section .container-fluid {
  padding: 0;
}

.padding-space-extra {
  padding: 80px 0;
}

.banner-section-information {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-family: 'Domine', serif;
  content: "";
  z-index: 9;
}

.banner-section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #0000007d;
  z-index: 9;
}

.banner-info-para {
  background: #be7a28;
  font-size: 22px;
  width: 80%;
  margin: 0 auto;
  border-radius: 5px;
  padding: 5px 0;
  margin-bottom: 15px;
}

.padding-space-extra {
  padding: 50px 0;
}

.section-title {
  text-align: center;
  font-family: 'Domine';
}

.project-section-information {
    border: 1px solid #adabab;
    padding: 10px;
    font-family: 'Domine';
    border-radius: 10px;
    margin-bottom: 20px;
}

.project-head-points {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.arrow-right {
  padding: 15px;
  background: #a55d39;
  border-radius: 4px;
  color: #fff;
}

.project-heading-names h3 {
  font-size: 24px;
}

.project-img img {
  border-radius: 10px;
}

.project-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

p.project-section-price {
  margin-top: 15px;
}

.call-btn {
  color: #fff;
  background: #a55d39;
  padding: 8px 10px;
  border-radius: 5px;
}

.massage-btn {
  color: #fff;
  background: #1E3D72;
  padding: 8px 20px;
  border-radius: 5px;
}

.project-section-price b {
  color: #a55d39;
  font-size: 22px;
}

.view-btn .download-brochure {
  background: #be7a28;
  color: #fff;
}

.about-img {
  background: url('../images/mobile-banner.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.about-developer {
  background: #1e3d72;
  color: #fff;
  font-family: 'Domine';
}

.about-information p {
  text-align: justify;
  font-size: 15px;
  font-weight: 300;
}

.about-information .section-title p {
  text-align: center;
}

.developer-info-fer {
  background: #a55d39;
  padding: 50px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  font-family: 'Domine';
  border-radius: 13px;
  box-shadow: 0 0 3px #959595;
}

.section-points p {
  margin-bottom: 0;
  font-size: 27px;
}

.footer-section {
  background: #1e3d72;
  color: #fff;
  font-family: 'Domine';
  text-align: center;
}

.footer-inner form .form-group {
  margin-bottom: 0;
}

.about-logo p {
  text-align: justify;
}

.footer-inner-information {
  text-align: left;
}

.footer-info-upper ul {
  padding-left: 17px;
}

.footer-info-upper ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #fff;
}

.footer-info-upper ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-privacy {
  text-align: center;
  padding: 20px;
  font-family: "Montserrat", sans-serif;
}

.desktop-banner {
  display: block;
}

.tab-banner {
  display: none;
}

.mobile-banner {
  display: none;
}
.about-information p a {
    color: #ddb82b;
}
.logo-home {
    max-width: 120px;
    background: #1e3d72;
    padding: 5px;
}
.auto-popup-right {
    font-family: 'Montserrat';
}
.auto-popup-right .btn {
    background: #1e3d72;
    color: #fff;
}
.developer-logo {
    max-width: 120px;
}
.whatsapp-btn {
    background-color: #25D366;
    color: rgb(0, 0, 0);
    padding: 15px;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width:50px;
    height:50px;
    border:none;
    display:flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    animation: call 1.5s ease infinite;
    z-index:9;
}

.whatsapp-form {
    background: #be7a28;
    padding: 15px;
    border-radius: 10px;
    position: fixed;
    bottom: 80px;
    left: 20px;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-family: 'Montserrat';
    z-index:9;
}
.whatsapp-form .form-control {
    margin-bottom: 15px;
}
@keyframes call {
    15% {
        box-shadow: 0 0 0 4px rgba(0, 128, 0, 0.253);
    }

    25% {
        box-shadow: 0 0 0 8px rgba(0, 128, 0, 0.466),
            0 0 0 16px rgba(0, 128, 0, 0.493);
    }

    30% {
        box-shadow: 0 0 0 12px rgba(0, 128, 0, 0.521),
            0 0 0 24px rgba(0, 128, 0, 0.568);
    }
}
.more-text {
    display: none;
}

.read-more-btn {
    border: none;
    background: none;
    color: #a66b3a;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    transition: color 0.3s ease;
}

.read-more-btn:hover {
    color: #a66b3a;
}
.card {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    width: 100%;
}

.card:last-child {
    border-bottom: none;
}

.card-header {
    background: #a55d39;
    cursor: pointer;
    padding: 15px 20px;
    width: 100%;
    box-sizing: border-box;

}

.card-header h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    word-wrap: break-word;
    /* Prevent long text overflow */
}

.btn-link {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
    white-space: normal;
    text-align: left;
    font-size: 19px;
}

.faq-section-information .card {
    font-family: 'Montserrat';
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
    color: #ffffff;
}

.icon {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    transition: transform 0.3s;
    flex-shrink: 0;
    /* Keep icon from squeezing text */
}

.icon.plus::before {
    content: "+";
}

.icon.minus::before {
    content: "–";
}
.faq-section {
    padding-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .menu ul li a {
    padding: 0px 11px;
  }

  .container {
    max-width: 1075px;
  }
}

@media only screen and (max-width: 1000px) {
  .project-heading-names h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .button_container {
    position: absolute;
    top: 50%;
    right: 0;
    height: 29px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
    transform: translateY(-50%);
  }

  .button_container span {
    background: #fff;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
    border-radius: 31px;
  }

  .overlay {
    position: fixed;
    background: #000;
    top: 68px;
    left: 0;
    width: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    -webkit-transition: max-height .3s, -webkit-transform .3s;
    transition: max-height .3s, -webkit-transform .3s;
    -o-transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
  }

  .active {
    border-bottom: none;
  }

  .menu ul li a {
    color: #fff;
  }

  .overlay.open {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }

  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 100%;
  }

  .overlay nav {
    text-align: center;
  }

  .overlay.open li {
    opacity: 1;
    border-bottom: 1px solid gray;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
  }

  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
  }

  .button_container.active .middle {
    opacity: 0;
    background: #fff;
  }

  .button_container span:nth-of-type(2) {
    top: 11px;
    width: 61%;
    height: 3px;
    right: 0;
    left: auto;
  }

  .button_container span:nth-of-type(3) {
    top: 22px;
  }

  .project-section-information {
    padding: 18px;
    margin-bottom: 20px;
  }

  .banner-info-para {
    background: #be7a28;
    font-size: 22px;
    width: 93%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 5px 0;
    margin-bottom: 15px;
  }

  .project-heading-names h3 {
    font-size: 30px;
  }

  .banner-section-information {
    width: 70%;
    top: 35%;
  }

  .desktop-banner {
    display: none;
  }

  .tab-banner {
    display: block;
  }

  .mobile-banner {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .project-heading-names h3 {
    font-size: 27px;
    margin-bottom: 0;
  }

  .project-heading-names p {
    font-size: 20px;
  }

  p.project-section-price {
    font-size: 20px;
  }

  .section-points p {
    margin-bottom: 0;
    font-size: 24px;
  }

  .footer-inner form .form-group {
    margin-bottom: 10px;
  }

  .footer-disclaimer {
    text-align: justify;
  }

  .banner-section::before {
    background: #00000099;
  }

  .banner-section {
    margin-top: 70px;
  }

  .banner-section-information {
    width: 90%;
    top: 20%;
  }
}

@media only screen and (max-width: 665px) {
  .massage-btn {
    display: none;
  }

  .developer-info-fer {
    display: block;
    text-align: center;
    padding: 20px 0;
  }

  .section-points {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .logo-home {
    max-width: 110px;
    background: #1e3d72;
    padding: 5px;
}
  .banner-section-information {
    width: 95%;
    top: 35%;
  }

  .banner-section-information h1 {
    font-size: 32px;
  }

  .banner-info-para {
    font-size: 19px;
  }

  .desktop-banner {
    display: none;
  }

  .tab-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
  }

  .massage-btn {
    display: block;
  }

  .section-points p {
    font-size: 21px;
  }
   .project-section-information {
        padding: 12px;
    }
}

@media only screen and (max-width: 435px) {
  .banner-section-information {
    top: 20%;
  }
}

@media only screen and (max-width: 415px) {
  .banner-section-information h1 {
    font-size: 30px;
  }

  .banner-info-para {
    background: #be7a28b3;
  }

  .project-section-info .section-title p {
    text-align: justify;
    font-size: 15px;
  }

  .about-information p {
    font-size: 15px;
    font-family: 'Montserrat';
  }

  .section-title h2 {
    font-size: 30px;
  }

  .developer-info-fer {
    padding: 20px 10px;
  }

  .section-points p {
    font-size: 19px;
  }

  .footer-disclaimer {
    text-align: justify;
    font-size: 16px;
  }
}

@media only screen and (max-width: 410px) {
  .banner-btn .download-brochure {
    display: none;
  }

  .banner-btn {
    font-family: 'Montserrat';
  }

  .section-title h2 {
    font-size: 28px;
  }

  .banner-section-information h1 {
    font-size: 27px;
  }

  .banner-info-para {
    font-size: 17px;
    background: #be7a28d6;
  }

  .hidden-view {
    display: none;
  }

  .footer-disclaimer {
    font-size: 14px;
  }

  .padding-space-extra {
    padding: 30px 0;
  }

  .about-information p {
    font-size: 13px;
  }

  .about-logo p {
    font-family: 'Montserrat';
    font-size: 14px;
  }
}