
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #f5f5f5;
      font-family: 'Georgia', 'Times New Roman', serif;
    /* background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); */
}
a {text-decoration:none;}
.interested-btn{display:flex !important;display:-webkit-flex !important;justify-content:center;}
   /* Contact Section */
        .contact {
            padding: 80px 0;
            background: #1a1a1a;
            color: white;
            background-image: url(../images/banner1.webp);
        }
        
    p{margin:0 !!important;}
        .contact-info{
                border: 1px solid #fff;
                padding: 25px;
                border-radius: 8px;
        }

        .contact h2 {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 3rem;
            font-weight: 300;
            letter-spacing: 2px;
        }

        .contact-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .contact-info h3 {
            font-size: 1.5rem;
            margin-bottom: 20px;
            color: #d4af37;
        }

        .contact-details p {
            margin-bottom: 10px;
            color: #ccc;
        }

        .contact-form {
            background: #2a2a2a;
            padding: 40px;
            border-radius: 10px;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            margin-bottom: 5px;
            color: #d4af37;
        }

        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid #555;
            background: #1a1a1a;
            color: white;
            border-radius: 5px;
        }

        .form-group textarea {
            height: 100px;
            resize: vertical;
        }
        .logo{width:145px !important;height:70px;}

        .submit-btn {
            background:#c08830;
            color: white;
            padding: 12px 30px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 1rem;
            transition: background 0.3s ease;
            width:100%;
        }

        .submit-btn:hover {
            background: #b8941f;
        }

        /* Footer */
        .footer {
            background: #000;
            color: #666;
            padding: 40px 0;
            text-align: center;
        }

        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .footer-links {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-bottom: 30px;
        }
        .footer-section{text-align:left;}

        .footer-section h4 {
            color: #d4af37;
            margin-bottom: 15px;
        }

        .footer-section ul {
            list-style: none;
        }

        .footer-section ul li {
            margin-bottom: 8px;
        }

        .footer-section ul li a {
            color: #666;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-section ul li a:hover {
            color: #d4af37;
        }

        .copyright {
            border-top: 1px solid #333;
            padding-top: 20px;
            font-size: 0.9rem;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.5rem;
            }

            .stats {
                flex-direction: column;
                gap: 40px;
            }

            .projects-grid,
            .testimonials-grid {
                grid-template-columns: 1fr;
            }

            .contact-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .builders-logos {
                flex-wrap: wrap;
                gap: 30px;
            }

            .footer-links {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        /* Lazy Loading Animation */
        .fade-in {
            animation: fadeIn 0.6s ease-in;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* Loading placeholder */
        .image-placeholder {
            background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
            background-size: 200% 100%;
            animation: loading 1.5s infinite;
        }

        @keyframes loading {
            0% { background-position: 200% 0; }
            100% { background-position: -200% 0; }
        }
        .top-builders-section {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Georgia', serif;
}

.section-title {
  font-size: 36px;
  margin-bottom: 40px;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.top-builders-carousel .builder-logo {
  padding: 20px;
  transition: transform 0.3s ease;
}

.top-builders-carousel .builder-logo img {
  max-height: 100px;
  margin: 0 auto;
  display: block;
  filter: drop-shadow(0 0 8px rgba(0,0,0,0.1));
  transition: transform 0.3s ease;
}

.top-builders-carousel .builder-logo:hover img {
  transform: scale(1.05);
  filter: drop-shadow(0 0 15px gold);
}

.owl-carousel .owl-dot span {
  background: #ccc;
}

.owl-carousel .owl-dot.active span {
  background: gold;
}
.owl-dots {
  text-align: center;
  margin-top: 20px;
  display: block !important; /* ← Force visibility */
  color:#666;
}

.owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px;
  background: #ccc;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.owl-dot.active {
  background: gold;
}

  .autopopup {
                display: flex;
                align-items: center;
            }
            .autopopupleft {
            width: 50%;
            }
            .autopopupimg {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    overflow: hidden;
}

.autopopup .form-footer .img-fluid {  margin: 0 auto 25px;  display: table;  width: 150px;}
#exampleModalPopup .modal-body .top-footer,
#exampleModalPopup .modal-content .top-footer .container {
  padding: 0;
}
.autopopup {
  display: flex;
  align-items: center;
}
#exampleModalPopup .modal-content { 
  background-color: #fff;
  padding: 0;
}
#exampleModalPopup .modal-content .top-footer::before {
  display: none;
}
#exampleModalPopup .close {
  color: #c08831;
  background-color: #fff;
  top: -20px;
  right: -20px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  font-size: 18px;
}
.autopopup .form-footer {
  padding: 0 40px;
  width: 50%;
}
.autopopupleft {
  width: 50%;
}
#exampleModalPopup .countryCode {
  color: #c08831;
}
#exampleModalPopup .form-control {
  padding: 7px 10px;
  border: 1px solid #c08831;
  color: #c08831;
  font-family: var(--bs-font-sans-serif);
}
#exampleModalPopup .countryCode ~ .form-control {
  padding-left: 120px;
}
#exampleModalPopup .send_btn {
  margin: 0 auto;
  display: table;
  padding: 8px 10px 7px;
  width: 100%;
  line-height: normal;
  font-family: var(--bs-font-sans-serif);
  font-weight: 700;
  color:#fff;
}
#exampleModalPopup #query {
  min-height: 40px;
  max-height: 40px;
}
#exampleModalPopup .form-footer h4 {
  font-size: 18px;
  text-align: center;
  margin: 0 0 10px;
  font-family: var(--bs-font-sans-serif);
}
#exampleModalPopup .form-footer h5 {
  text-align: center;
  font-size: 16px;
  font-family: var(--bs-font-sans-serif);
}
#exampleModalPopup .form-footer p {
  text-align: center;
  font-size: 13px;
  font-family: var(--bs-font-sans-serif);
}
#exampleModalPopup .form-control::placeholder {
  color: #c08831;
  opacity: 1;
}
#exampleModalPopup .form-control:-ms-input-placeholder {
  color: #c08831;
}
#exampleModalPopup .form-control::-ms-input-placeholder {
  color: #c08831;
}
.autopopupimg {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  overflow: hidden;
}
#exampleModalPopup .form-footer h5 span {
  background-color: #c08831;
  color: #fff;
  padding: 3px 5px;
  border-radius: 5px;
}
#exampleModalPopup .form-footer h4 a {
  color: #000;
  text-decoration: none;
}
/* #exampleModalPopup .modal-dialog {
  margin: 0 auto;
} */
@media only screen and (max-width: 991px) {
  .autopopup,
  .autopopupleft {
    width: 100%;
  }
  .autopopup {
    flex-flow: column;
  }
  .autopopup .form-footer {
    padding: 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  #exampleModalPopup .modal-dialog {
    transform: none;
    max-width: 290px;
    margin: 0 auto 0;
  }
  #exampleModalPopup .close {
    top: 0;
    right: 0;
    border-radius: 5px;
    box-shadow: 0 0 5px #000;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
  }
  #exampleModalPopup .form-footer h4 {
    font-size: 16px;
  }
  #exampleModalPopup .form-footer h5 {
    font-size: 14px;
  }
  #exampleModalPopup .form-footer p {
    font-size: 13px;
  }
  .autopopupleft {
    order: 2;
  }
  .autopopup .form-footer {
    order: 1;
    padding: 15px;
  }
}
.footer-menu, .form-group {
    margin-bottom: 15px;
}
.iti--allow-dropdown {
    width: 100%;
    display: inline-block;
    position: relative;
}
.iti__country-container {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: var(--iti-border-width);

}
.iti__selected-country {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border-radius: 0;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: none;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.iti__selected-country-primary {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}
.iti__flag {
    --iti-flag-offset: 100px;
    height:12px;
    width: 16px;
    border-radius: 1px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: 
    background-repeat: no-repeat;
    background-position: var(--iti-flag-offset) 0;
    background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}
.iti__a11y-text {
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute;
}
.iti__arrow {
    margin-left: var(--iti-arrow-padding);
    width: 0;
    height: 0;
    border-left: var(--iti-triangle-border) solid transparent;
    border-right: var(--iti-triangle-border) solid transparent;
    border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
.iti .iti__selected-dial-code {
    color: #9a741b;
    font-weight: 600;
}
.iti--inline-dropdown .iti__dropdown-content {
    position: absolute;
    z-index: 2;
    margin-top: 3px;
    margin-left: calc(var(--iti-border-width) * -1);
    border: var(--iti-border-width) solid var(--iti-border-color);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.send_btn.btn.submit-btn{background: #9a741b;width:100%;}

#exampleModalPopup .close {
    color: #c08831;
    background-color: #fff;
    top: -20px;
    right: -20px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-size: 18px;
    position: absolute;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

