.forcefullwidth_wrapper_tp_banner{
	height: 700px!important;
}
.custom-bg-secondry{
	background: #fff;
}


/* About Section */


/* Mission & Vision */
.custom-card {
  background: #222;
  border: 1px solid #2f2f2f;
  color: #ddd;
  transition: all 0.3s ease;
}
.custom-card:hover {
  background: #2a2a2a;
  transform: translateY(-5px);
}
.custom-card .card-title {
  color: #fff;
  font-weight: 600;
}

/* Expertise */
/* Our Expertise Section */
.our-expertise {
  background: #f9f9f9;
}


.expertise-box {
  
  border-radius: 12px;
  padding: 30px;
  transition: all 0.4s ease;
  height: 100%;
  border:1px solid #ddd;
}

.expertise-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(201,154,91,0.2);
}

.expertise-box h5 {
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.expertise-box p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .expertise-box {
    padding: 20px;
  }
}


/* Team Section */
.team-card {
  background: #222;
  border-radius: 15px;
  padding: 20px;
  transition: all 0.3s ease;
}
.team-card:hover {
  background: #c99a5b;
  color: #fff;
  transform: translateY(-5px);
}
.team-card h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

/* Achievements */
.achievements-section {
  background: #111;
}
.counter h2 {
  color: #c99a5b;
  font-weight: 700;
  font-size: 2.5rem;
}
.counter p {
  color: #ddd;
  font-size: 0.95rem;
}

/* Why Choose Us */
.choose-card {
  background: #222;
  border-radius: 10px;
  color: #ddd;
  transition: all 0.3s ease;
}
.choose-card:hover {
  background: #c99a5b;
  color: #fff;
  transform: translateY(-5px);
}

.section-title {
  letter-spacing: 1px;
  text-align: left;
}
.intro-text {
  
  
  font-size: 17px;
  font-weight: 300;
  text-align: justify;
  line-height: 28px;
}

/* Info Table */
.info-table th {
  width: 40%;
  background-color: #f3f3f3;
  color: #444;

}
.info-table td {
  background-color: #fff;
  color: #555;
}

/* Feature Cards */
/* Section Subtitle */
.section-subtitle {
  
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Feature Box */
.feature-box {
  background: #ffffff;
  border-radius: 15px;
  padding: 40px;
  transition: all 0.4s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  height: 100%;
  border:1px solid #ddd;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(201,154,91,0.25);
}



.feature-box h5 {
  font-weight: 600;
  color: #333;
  margin-bottom: 0px;
}

.feature-box p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}


/* Floor Plan */


/* Gallery */
.photo-gallery img {
  transition: all 0.3s ease;
 height: 260px;
  width: 100%;
  object-fit: cover;
}
.photo-gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* Map Responsive */

.map-responsive iframe {
 
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 767px) {
  .section-title {
    font-size: 1.4rem;
  }
  .feature-card {
    padding: 1.5rem;
  }
}





.carousel-control-prev,
.carousel-control-next {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

/* Hover & Focus remove */
.carousel-control-prev:hover,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-next:focus {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  opacity: 1 !important;
}

/* Change default white arrow icon to black */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(100%) !important; /* White → Black */
}



/* Commercial Project Section */
.commercial-project {
  background: #fff;
}

.project-content {
  padding-right: 20px;
}

.project-title {
  color: #222;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.project-subtitle {
  color: #777;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.project-desc {
  color: #555;
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 25px;
  text-align: justify;
}

.project-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.project-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #444;
  font-size: 15px;
  transition: all 0.3s ease;
}

.project-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #c99a5b;
  font-weight: 600;
}

.project-list li:hover {
  color: #c99a5b;
  transform: translateX(3px);
}

/* Image */
.project-image img {
  border-radius: 12px;
  transition: all 0.4s ease;
}

.project-image img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 25px rgba(201,154,91,0.25);
}

/* Responsive */
@media (max-width: 767px) {
  .project-content {
    padding-right: 0;
    text-align: center;
  }
  .project-list li {
    text-align: left;
    display: inline-block;
  }
  .project-image {
    margin-top: 30px;
  }
}




.landowner-query {
  background: #fff;
}

.form-wrapper {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.07);
  padding: 50px 60px;
  max-width: 880px;
}

.form-title {
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
}

.form-control, 
select, 
textarea {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 14px;
  color: #000;
  font-size: 15px;
  transition: all 0.3s ease;
}

.form-control::placeholder {
  color: #777;
}

.form-control:focus {
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
  background-color: #fafafa;
}

.range-label {
  display: block;
  font-weight: 400;
  margin-bottom: 6px;
  color: #111;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #e0e0e0;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  transition: all 0.3s ease;
}

input[type="range"]::-webkit-slider-thumb:hover {
  background: #333;
  transform: scale(1.1);
}

.select-box {
  position: relative;
  width: 100%;
}

.select-box select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 40px 10px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  font-size: 15px;
  color: #333;
}

.select-box i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
  pointer-events: none;
  font-size: 16px;
}


textarea {
  resize: none;
}

.custom-control-label {
  color: #333;
  font-size: 15px;
}

.btn-submit {
  background: #000;
  color: #fff;
  padding: 12px 40px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: none;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background: #222;
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(0,0,0,0.15);
  color: #ddd;
}

@media (max-width: 767px) {
  .form-wrapper {
    padding: 30px 20px;
  }
}


.recaptcha-box {
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #f9f9f9;
  padding: 10px 14px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
  max-width: 330px;
}

.recaptcha-check {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  cursor: pointer;
  accent-color: #000; /* modern browsers */
}

.recaptcha-text {
  font-size: 15px;
  color: #111;
  font-weight: 500;
  user-select: none;
}

.recaptcha-logo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #666;
}

.recaptcha-logo img {
  border-radius: 4px;
}


.contact-details {
  background: #fff;
  border-top: 1px solid #eee;
}

.contact-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-subtitle {
  color: #555;
  font-size: 15px;
  margin-top: 8px;
}

.contact-box {
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.contact-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.contact-box .icon i {
  font-size: 26px;
  color: #000;
}

.contact-box h5 {
  font-weight: 600;
  color: #111;
}

.contact-box p {
  font-size: 14px;
  color: #444;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .contact-title {
    font-size: 20px;
  }
  .contact-box {
    padding: 25px 15px;
  }
}



/* CTA Highlight Box */
.cta-section {
  padding: 60px 0;
  background: #f8fafc;
}

.cta-box {
  max-width: 1000px;
  margin: auto;
  background: #ffffff;
  padding: 30px 28px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 28px rgba(0,0,0,0.06);
}

.cta-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #0b63d0;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: .3s;
}

.cta-btn:hover {
  background: #094fa9;
  box-shadow: 0 8px 20px rgba(11,99,208,0.25);
}

/* ভিডিওর বাইরের ফ্রেমের স্টাইল */
.video-main-wrapper {
    border: 1px solid #eeeeee !important; /* আপনার সাইটের অন্যান্য বর্ডারের সাথে মিল রেখে */
    transition: box-shadow 0.3s ease;
}

    /* হোভার করলে হালকা প্রিমিয়াম লুক আসবে */
    .video-main-wrapper:hover {
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        border-color: #cccccc !important;
    }

/* ভিডিও প্লেয়ারের জন্য শার্প এজ (Sharp Edges) */
.embed-responsive {
    border-radius: 0px;
    border: 1px solid #f1f1f1;
}

/* রেসপন্সিভনেস নিশ্চিত করা */
@media (max-width: 768px) {
    .video-main-wrapper {
        padding: 10px;
    }
}


