* {
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  color: #000000;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #0f0000c2;
    overflow-x: hidden;
}
p {
  margin: 0px;
  font-size: 15px;
  color: #040c24;
}
a {
  text-decoration: none;
  transition: 0.5s;
}

html {
  overflow-x: hidden;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}

h6.sub-title {
  color: #564b95;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h1.sec-title {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.line-bttn {
  padding: 10px 30px;
  display: inline-block;
  border-bottom: 1px solid #ff7200;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  margin: 20px 0 0 0;
  transition: all 0.5s ease;
}
.line-bttn:hover {
  background: #ff7200;
  color: #fff;
  border-color: #ff7200;
}
h6.sub-title {
  margin: 0 0 5px 0;
  color: #ff7200;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

.body {
  position: relative;
}
input:focus,
select:focus,
textarea:focus {
  border: 1px solid #1d90c8 !important;
  box-shadow: none !important;
  outline: none !important;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 1s !important;
}
.btn-default {
  font-size: 14px;
  background: #223f9a;
  border: none;
  padding: 10px 20px;
  color: #fff;
  font-weight: 500;
  /* text-transform: uppercase; */
  transition: all 0.5s ease;
  border-radius: 5px;
  display: inline-block;
}
.btn-default:hover {
  background: #7e9dd6;
  color: #fff;
}
.btn-default .fa {
  font-size: 12px;
  padding: 0 0 0 5px;
}

hr {
  width: 70px;
  height: 2px !important;
  margin: 10px 0;
  background: #564b95;
  opacity: 1;
}
hr.center {
  margin: 10px auto 20px;
}

section.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
section.header{
    position: absolute;
    width:100%;
    z-index:9999;
}

section.header.sticky-header{
      position: fixed;
    width: 100%;
    z-index: 99;
    background: transparent;

}
.header-top {
  background: #7a4f00;
  padding: 10px 0;
}
.header-top ul li {
  display: inline-block;
  color: #fff;
}
.header-top ul li.line {
  font-weight: 200;
}
.header-top ul li a {
  color: #fff;
}
.header-top ul li a .fa {
  padding: 0 2px;
}
.header-top .top-right ul.socail-link {
  margin: 0 0px 0 0;
}
.header-top .top-right ul.socail-link li a {
  width: 25px;
  height: 25px;
  display: flex;
  background: #7c9dd2;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.header-top .top-right {
  display: flex;
  justify-content: end;
}

section.header.sticky-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:99999;
    background:#fff;
    transition:.4s ease;
    box-shadow:0 5px 20px rgba(0,0,0,.10);
}
section.header.sticky-header .header-top {
  display: none;
}
section.header.sticky-header .header-navbar {
  padding: 0px 0;
}
section.header.sticky-header .heder-logo a img {
  width: 180px;
}
section.header.sticky-header .header-menu .navbar ul.navbar-nav li a {
  font-size: 15px;
}
section.header.sticky-header .mid-header .top-phone .fa {
  width: 40px;
  height: 40px;
}
section.header.sticky-header .top-right-content p {
  font-size: 12px;
}
section.header.sticky-header .top-right-content h6 a {
  font-size: 16px;
}

.mid-header {
  background: #ffff;
  padding: 10px 0;

}
.header-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.heder-logo a img {
  max-width: 250px;
}
.header-menu nav.navbar {
  padding: 0 !important;
}
.header-menu .menu-logo {
  display: none;
}

.header-menu button.navbar-toggler {
  display: none;
}
.header-menu .navbar .navbar-collapse {
  justify-content: end;
}
.header-menu .navbar ul.navbar-nav li {
  padding: 0 10px;
    border-right: 1px solid #ddd; /* light gray border */
}
.header-menu .navbar ul.navbar-nav li a {
  font-size: 16px;
  padding: 5px 0px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}
.header-menu .navbar ul.navbar-nav li a.active,
.header-menu .navbar ul.navbar-nav li a:hover {
  color:rgb(197, 91, 10);
}





.top-right-content {
  display: flex;
  align-items: center;
  justify-content:center;
  height: 100%;
}
.top-right-content .icon img {
  width: 36px;
}
.top-right-content h6 a {
  color:#a50101;
  font-size: 18px;
}


.header-menu .navbar ul.navbar-nav li:last-child {
  border-right: none; /* remove border from last item */
}


.banner.home-banner{
    width:100%;
    overflow:hidden;
}

.banner.home-banner{
    width:100%;
}

#banner-slider .item{
    width:100%;
}

#banner-slider .item img{
    width:100%;
    height:auto;
    display:block;
}
@media (max-width:768px){
    #banner-slider .item{
        aspect-ratio:16/9;
    }
}


.banner.home-banner{
    width:100%;
}

#banner-slider,
#banner-slider .owl-stage-outer,
#banner-slider .owl-stage,
#banner-slider .owl-item{
    height:auto !important;
}

#banner-slider .item{
    width:100%;
}

#banner-slider .item img{
    width:100%;
    height:auto !important;
    display:block;
}

/* ==========================
   ABOUT SECTION - DK REALTY
========================== */

.about{
    padding:80px 0;
    background:#fff;
}

.about .left-img{
    overflow:hidden;
    border-radius:15px;
}

.about .left-img img{
    width:100%;
    border-radius:15px;
    transition:.5s;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.about .left-img:hover img{
    transform:scale(1.05);
}

.about .sub-heading{
    display:inline-block;
    color:#7a4f00;
    font-size:15px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.about .sec-title{
    font-size:38px;
    font-weight:700;
    color:#111;
    line-height:1.3;
    margin-bottom:10px;
    text-align:left;
}

.about hr{
    width:70px;
    height:3px;
    background:#7a4f00;
    border:none;
    margin:15px 0 25px;
}

.about p{
    font-size:16px;
    line-height:30px;
    color:#555;
    margin-bottom:18px;
    text-align:justify;
}

.about-list{
    margin:0;
    padding:0;
}

.about-list li{
    list-style:none;
    margin-bottom:12px;
    font-size:15px;
    font-weight:600;
    color:#222;
}

.about-list li::before{
    content:"\f058";
    font-family:"FontAwesome";
    color:#7a4f00;
    margin-right:10px;
}

.about .btn-default{
    margin-top:15px;
    background:#7a4f00;
    border-radius:50px;
    padding:13px 28px;
    font-size:15px;
    font-weight:600;
    transition:.4s;
}

.about .btn-default:hover{
    background:#000;
    transform:translateY(-3px);
}

/* Responsive */

@media(max-width:991px){

.about{
    padding:60px 0;
}

.about .sec-title{
    font-size:30px;
    margin-top:25px;
}

}

@media(max-width:767px){

.about .sec-title{
    font-size:26px;
}

.about p{
    font-size:15px;
    line-height:28px;
}

.about .btn-default{
    width:100%;
    text-align:center;
}

}
/* ===============================
   Welcome Section
================================= */

.welcome-section{
    padding:80px 0;
    background:#f8f9fb;
}

.welcome-section .sub-heading{
    display:inline-block;
    color:#7a4f00;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:10px;
}

.welcome-section .sec-title{
    font-size:40px;
    font-weight:700;
    color:#111;
    margin-bottom:15px;
}

.welcome-section hr{
    width:80px;
    height:3px;
    background:#7a4f00;
    border:none;
    margin:15px auto 40px;
}

.welcome-content{
    background:#fff;
    padding:40px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.welcome-content p{
    font-size:16px;
    line-height:32px;
    color:#555;
    text-align:justify;
    margin-bottom:20px;
}

.welcome-content strong{
    color:#7a4f00;
}

@media(max-width:991px){

.welcome-section{
    padding:60px 0;
}

.welcome-section .sec-title{
    font-size:32px;
}

.welcome-content{
    padding:30px;
}

}

@media(max-width:767px){

.welcome-section .sec-title{
    font-size:26px;
}

.welcome-content{
    padding:20px;
}

.welcome-content p{
    font-size:15px;
    line-height:28px;
}

}
.count {
  background: #1a004f;
  padding: 50px 0;
}
.count .align {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.count .count-info {
  text-align: center;
  width: 100%;
  background: #5a5b5fdb;
  margin: 0 5px;
  padding: 30px;
}
.count .count-info .number {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  margin: 0 10px 0;
  line-height: 48px;
}
.count .count-info p.counter-title {
  color: #fff;
}
/* Elegant slow-moving background for Project Area section */
.manufacturer {
  position: relative;
  padding: 50px 0;
  background-image: url("../images/bg-img.png");
  background-size: cover;
  background-repeat: repeat-x;
  background-position: 0 0;
  animation: bgScroll 180s linear infinite; /* slower, subtle motion */
  background-attachment: fixed; /* adds smooth parallax feel */
}

@keyframes bgScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3000px 0;
  }
}

.manufacturer hr,
.why-choose hr,
.client-testimonial hr,
.team hr {
  margin: 10px auto 20px;
}
.manufacturer #products .item {
  text-align: center;
}
.manufacturer #products .item h6 {
  margin: 10px 0 0 0;
  text-transform: uppercase;
}
.manufacturer #products .item h6:hover {
  color: #7c9dd2;
}
.manufacturer #products .owl-nav button {
  position: absolute;
  top: 40%;
  background: none;
}
.manufacturer #products .owl-nav button.owl-prev {
  left: -30px;
}
.manufacturer #products .owl-nav button.owl-next {
  right: -30px;
}
.manufacturer #products .owl-nav button .fa {
  color: #564b95;
  font-size: 28px;
}

.benefits .col-md-6 {
  padding: 0;
}
.benefits .left-img img {
  width: 100%;
}
.benefits .right-content h1.sec-title,
.chose-us .right-content h6 {
  text-align: left;
  color: #fff;
}
.benefits .right-content {
  float: left;
  background: #002272;
  height: 100%;
  display: flex;
  padding: 0 80px;
  align-items: center;
  justify-content: left;
  position: relative;
}
.benefits .right-content p {
  color: #fff;
  margin: 0 0 30px 0;
  font-weight: 300;
}
.benefits .right-content ul li {
  width: 50%;
  float: left;
  color: #fff;
  margin: 0 0 15px 0;
}
.benefits .right-content ul li img {
  width: 20px;
  margin: 0 5px 0 0;
}

.benefits .right-content .contact-info {
  display: flex;
  align-items: center;
  justify-content: start;
  clear: both;
  margin: 30px 0 0 0;
  float: left;
}
.benefits .right-content .contact-info .icon {
  margin-right: 15px;
}
.benefits .right-content .contact-info .icon img {
  width: 36px;
}
.benefits .right-content .contact-info p {
  margin: 0;
  color: #7c9dd2;
}
.benefits .right-content .contact-info h4 a {
  color: #fff;
}
.benefits .right-content .video-icon {
  position: absolute;
  left: -40px;
  background: #223f9a;
  padding: 12px;
  border-radius: 50px;
}
.benefits .right-content h2.sec-title {
  color: #fff;
}
.benefits .right-content hr {
  background: #7c9dd2;
}

.client-testimonial {
  padding: 50px 0;
}
.client-testimonial .title-box {
  display: flex;
  margin-bottom: 30px;
}
.client-testimonial .title-box .icon-box {
  min-height: 200px;
  display: flex;
  width: 30%;
  background: #ff7200;
  align-items: center;
  justify-content: center;
  padding-right: 80px;
}
.client-testimonial .title-box .icon-box .fa {
  color: #fff;
  font-size: 120px;
}
.client-testimonial .title-box h1.sec-title {
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 52px;
  margin-left: -100px;
  margin-bottom: 0;
}
.client-testimonial .item-content {
  border-radius: 10px;
  padding: 45px 30px 30px 30px;
  min-height: 230px;
  position: relative;
  border: 1px solid #082478;
  margin: 50px 0;
}
.client-testimonial .item-content .top-quote {
  width: 60px;
  position: absolute;
  top: -30px;
  z-index: 99;
  background: #eee;
  padding: 10px;
  border-radius: 50px;
  height: 60px;
}
.client-testimonial .item-content p {
  font-size: 14px;
}
.client-testimonial .item-content .rating {
  display: inline-block;
  margin: 15px 0 0 0;
}
.client-testimonial .item-content .rating .fa {
  color: #ffa500;
  padding: 0 10px 0 0;
}
.client-testimonial .item-content .client-details {
  display: flex;
  align-items: center;
  margin: 15px 0 0 0;
  position: absolute;
  bottom: -25px;
  right: 70px;
  background: #fff;
  padding: 0 0px;
}
.client-testimonial .item-content .client-details .client-img img {
  width: 60px;
  border-radius: 40px;
  margin: 0 5px 0 0;
  border: 1px solid #082478;
  padding: 5px;
}
.client-testimonial .item-content .client-details .client-name h6 {
  font-size: 16px;
  font-weight: 600;
  color: #082478;
  text-transform: uppercase;
}
.client-testimonial .item-content .client-details .client-name span {
  font-size: 12px;
  color: #8f8e8e;
  font-weight: 300;
}
.client-testimonial .owl-nav {
  position: absolute;
  top: -75px;
  right: 0;
  margin: 0;
}
.client-testimonial .owl-nav button {
  width: 40px;
  height: 40px;
  background: #252525 !important;
  border-radius: 0 !important;
  margin: 0;
  transition: all 0.5s ease;
}
.client-testimonial .owl-nav button i.fa {
  color: #fff;
}
.client-testimonial .owl-nav button:hover {
  background: #657783 !important;
}
.client-testimonial .owl-nav button:hover i.fa {
  color: #fff;
}

/*=========================
FOOTER
==========================*/

.footer{

    background:#111;

    padding:80px 0 25px;

    position:relative;

    overflow:hidden;

}

.footer::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:4px;

    background:#a56d00;

}

.footer-logo img{

    width:220px;

    margin-bottom:25px;

}

.footer-box{

    margin-bottom:35px;

}

.footer-box h4{

    color:#fff;

    font-size:22px;

    font-weight:700;

    margin-bottom:25px;

    position:relative;

    padding-bottom:12px;

}

.footer-box h4::after{

    content:"";

    position:absolute;

    left:0;

    bottom:0;

    width:55px;

    height:3px;

    background:#a56d00;

}

.footer-box p{

    color:#bbb;

    line-height:30px;

    font-size:15px;

}

.footer-box ul{

    padding:0;

    margin:0;

    list-style:none;

}

.footer-box ul li{

    margin-bottom:14px;

}

.footer-box ul li a{

    color:#bbb;

    transition:.3s;

}

.footer-box ul li a:hover{

    color:#fff;

    padding-left:8px;

}

.footer-contact li{

    display:flex;

    align-items:flex-start;

    color:#bbb;

    line-height:28px;

}

.footer-contact i{

    min-width:42px;

    height:42px;

    background:#a56d00;

    color:#fff;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-right:15px;

}

.footer-contact a{

    color:#bbb;

}

.footer-contact a:hover{

    color:#fff;

}

.social-links{

    margin-top:25px;

}

.social-links a{

    width:45px;

    height:45px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#1d1d1d;

    color:#fff;

    margin-right:10px;

    transition:.4s;

}

.social-links a:hover{

    background:#a56d00;

    transform:translateY(-5px);

}

.footer hr{
    border:0;
    border-top:1px solid #2c2c2c;
    margin:40px 0 25px;
    width:100%;
}

.footer-bottom{

    text-align:center;

}

.footer-bottom p{

    color:#999;

    margin:0;

    font-size:15px;

}

/* Scroll */

.scrollup{

    position:fixed;

    right:25px;

    bottom:25px;

    width:50px;

    height:50px;

    background:#a56d00;

    color:#fff;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    z-index:999;

    transition:.4s;

}

.scrollup:hover{

    background:#000;

    color:#fff;

}

/* WhatsApp */

.whatsapp-icon{

    position:fixed;

    left:25px;

    bottom:25px;

    z-index:999;

}

.whatsapp-icon a{

    width:55px;

    height:55px;

    background:#25D366;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:30px;

    box-shadow:0 8px 20px rgba(0,0,0,.25);

    animation:pulse 2s infinite;

}

@keyframes pulse{

0%{

transform:scale(1);

}

50%{

transform:scale(1.08);

}

100%{

transform:scale(1);

}

}

/* Responsive */

@media(max-width:991px){

.footer{

padding:60px 0 20px;

}

.footer-box{

margin-bottom:40px;

}

}

@media(max-width:767px){

.footer{

text-align:center;

}

.footer-logo img{

margin:auto auto 20px;

display:block;

}

.footer-box h4::after{

left:50%;

transform:translateX(-50%);

}

.footer-contact li{

display:block;

text-align:center;

}

.footer-contact i{

margin:0 auto 15px;

}

.social-links{

text-align:center;

}

}
.scrollup {
  background: #fff;
  border-radius: 0px;
  bottom: 40px;
  border-radius: 50px;
  color: #162c72;
  display: none;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 50px;
  z-index: 9999;
  box-shadow: 0 0 10px rgb(0 0 0 / 27%);
}
.scrollup:hover {
  background: #162c72;
  color: #fff;
}


.inner-banner {
  height: 400px;
  background-size: cover;
  background-position: center center;
}
.inner-banner .banner-overlay {
  height: 100%;
  background: #000000a1;
  display: flex;
  align-items: center;
  padding: 150px 0 0 0;
  text-align: left;
}
.inner-bnr-content h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 42px;
}
.inner-bnr-content ul li {
  display: inline-block;
  font-size: 16px;
  padding: 0 2px;
  color: #fff;
}
.inner-bnr-content ul li a {
  color: #fff;
}
.inner-bnr-content ul li a:hover {
  color: #7c9dd2;
}
.inner-bnr-content ul li .fa {
  padding: 0 5px 0 0;
}

.about-right ul li {
  font-size: 15px;
  padding: 0 0 5px 0;
  color: #040c24;
}
.about-right ul li::before {
  content: "\f046";
  font-family: "FontAwesome";
  color: #223f9a;
  padding: 0 10px 0 0;
}
/*==============================
MISSION & VISION
==============================*/

.mission-section{

    padding:100px 0;

    background:#f8fafc;

}

.mission-card{

    background:#fff;

    border-radius:20px;

    padding:45px;

    height:100%;

    position:relative;

    overflow:hidden;

    transition:.4s;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    border-top:5px solid #a56d00;

}

.mission-card.active{

    background:linear-gradient(135deg,#a56d00,#c98a10);

    color:#fff;

}

.mission-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.mission-icon{

    width:80px;

    height:80px;

    border-radius:50%;

    background:#f6efe4;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

}

.mission-card.active .mission-icon{

    background:rgba(255,255,255,.18);

}

.mission-icon i{

    font-size:34px;

    color:#a56d00;

}

.mission-card.active .mission-icon i{

    color:#fff;

}

.mission-card h3{

    font-size:30px;

    margin-bottom:20px;

    font-weight:700;

}

.mission-card p{

    line-height:31px;

    color:#666;

    margin-bottom:25px;

}

.mission-card.active p{

    color:#fff;

}

.mission-card ul{

    margin:0;

    padding:0;

    list-style:none;

}

.mission-card ul li{

    margin-bottom:15px;

    font-size:16px;

}

.mission-card ul li i{

    color:#a56d00;

    margin-right:10px;

}

.mission-card.active ul li i{

    color:#fff;

}

/* Responsive */

@media(max-width:991px){

.mission-section{

padding:70px 0;

}

.mission-card{

padding:35px;

}

}

@media(max-width:767px){

.mission-card{

padding:25px;

}

.mission-card h3{

font-size:24px;

}

.mission-icon{

width:65px;

height:65px;

}

.mission-icon i{

font-size:28px;

}

}
.how-works {
  padding: 50px 0;
}
.how-works .sec-title {
  margin: 0 0 20px 0;
  text-align: center;
}
.how-works .sec-title hr {
  margin: 10px auto;
  height: 3px;
  opacity: 1;
}
.row_flex {
  display: block;
}

@media (min-width: 768px) {
  .row_flex {
    display: flex;
    gap: 15px;
    align-items: center;
    background: #ffffffba;
    padding: 0 0 0 30px;
    border-radius: 30px;
    box-shadow: 0px 0px 14px #d3cccc;
  }
  .row_flex .row_inner {
    width: 50%;
  }
}

.row_flex .row_inner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.accordion_images {
  position: relative;
}

.accordion_images img {
  opacity: 0;
  transition: 0.3s;
  border-radius: 0 30px 30px 0;
}
.accordion_images img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}
.accordion_images img.active {
  opacity: 1;
}
.accordion {
  width: 100%;
  margin-top: 10px;
  border-bottom: 1px solid #00a5b62e;
  padding: 0 0 10px 0;
}
.accordion_intro {
  position: relative;
  padding: 5px 0;
  cursor: pointer;
}
.accordion_content {
  color: #fff;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
}
@media (min-width: 768px) {
  .accordion_content .accordion_image {
    display: none;
  }
}
.accordion h4,
.accordion p {
  margin: 0;
  line-height: 1;
}
.accordion h4 {
  color: #223f9a;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.accordion p {
  font-size: 14px;
  margin: 0;
  line-height: 24px;
}
.accordion_active .accordion_content {
  padding: 0 10px 0px 50px;
  opacity: 1;
}
.accordion h4 span {
  background: #223f9a;
  padding: 5px;
  margin: 0 10px 0 0;
  color: #fff;
  width: 40px;
  text-align: center;
}
.accordion.accordion_active h4,
.accordion h4:hover {
  color: #7c9dd2;
}
.accordion.accordion_active span {
  background: #7c9dd2;
}

.team {
  background: #0824780a;
  padding: 50px 0;
}
.team .team-box {
  background: #fff;
  box-shadow: 0px 0px 14px #eee;
  padding: 15px;
  position: relative;
}
.team .team-box .team-img img {
  width: 100%;
}
.team .team-box .team-img {
  position: relative;
  overflow: hidden;
}
.team .team-box .team-details {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0px, 142px);
  padding: 10px 20px 0;
  height: 48%;
  background: #08247885;
  z-index: 1;
  transition: all 0.5s ease;
}
.team .team-box .team-details h6 {
  font-weight: 600;
  font-size: 20px;
  padding: 1px 0 5px 0;
  color: #fff;
}
.team .team-box .team-details p {
  font-size: 13px;
  padding: 0 0 10px 0;
  color: #fff;
}
.team .team-box .team-details ul li {
  display: inline-block;
  padding: 0 5px;
}
.team .team-box .team-details ul li a {
  border: 1px solid #fff;
  width: 40px;
  display: flex;
  height: 40px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.team .team-box .team-details ul li a:hover {
  background: #082478;
  border-color: #082478;
}
.team .team-box .team-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 60%));
  top: 0;
  left: 0;
}
.team .team-box:hover .team-details {
  transform: translate(0px, 0px);
  padding: 50px 20px 20px 20px;
  background: transparent;
  background-image: linear-gradient(#5ba0d900, #08247885);
}

.contact-us {
  padding: 50px 0;
}
.reach-info {
  padding: 35px 15px;
  text-align: center;
  box-shadow: 0px 0px 14px #eee;
  border-radius: 10px;
  transition: all 0.5s ease;
}
.reach-info span {
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 auto 15px;
  align-items: center;
  justify-content: center;
  border: 1px dashed #082478;
  border-radius: 50px;
  color: #082478;
  font-size: 16px;
}
.reach-info:hover {
  box-shadow: 0px 0px 14px #08247836;
}
.contact-form {
  margin: 30px 0 0;
  padding: 50px;
  box-shadow: 0px 0px 14px #eee;
  border-radius: 15px;
}

.contact-form form .form-group label {
  font-size: 16px;
}
.contact-form form input,
.contact-right form textarea {
  border-radius: 0;
  border: 1px solid #eee;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 300;
}
.contact-form form .form-group {
  margin: 0 0 10px 0;
}
.contact-form form textarea {
  min-height: 150px;
}
.contact-form form .form-group.frm-btn {
  text-align: center;
}
.contact-form form .form-group.frm-btn button {
  font-size: 18px;
  margin: 10px 0 0 0;
}

.map iframe {
  height: 550px;
}

.page-product {
  padding: 50px 0;
}
.page-product .row {
  margin: 15px 0;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.page-product .product-img img {
  width: 100%;
  background: #eee;
  background: #eee;
  height: 340px;
  object-fit: contain;
}
.page-product .product-info {
  display: flex;
  height: 100%;
  align-items: center;
}
.page-product .product-info ul.pro-sort-des {
  margin: 0 0 10px 0;
}
.page-product .product-info ul.pro-sort-des li {
  font-size: 16px;
  color: #040c24;
}
.page-product .product-info ul.pro-sort-des li strong {
  font-weight: 600;
}

.page-career {
  padding: 50px 0;
}
.page-career .right-img img {
  width: 100%;
  border-radius: 10px;
}
.page-career .align {
  display: flex;
  height: 100%;
  align-items: center;
}
.page-career .align a.btn-default {
  display: inline-block;
  margin: 20px 0 0 0;
}

.open-position {
  padding: 50px 0;
}
.open-position .left-img img {
  width: 100%;
  border-radius: 10px;
}

.open-position .accordion {
  border: none;
}
.open-position .accordion-item {
  margin: 0 0 5px 0;
  border: none;
}
.open-position .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px 10px;
  transition: background 0.3s ease;
  background: #223f9a;
  color: #fff;
}
.open-position .accordion-header:hover {
  background: #7c9dd2;
}
.open-position .accordion-title {
  font-size: 16px;
  font-weight: 500;
}
.open-position .accordion-icon {
  transition: transform 0.3s ease;
}
.open-position .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 20px;
}
.open-position .accordion-content p {
  margin: 15px 0;
}
.open-position .accordion-item.active .accordion-content {
  max-height: 200px;
  background: #f9f9f9;
}
.open-position .accordion-item.active .accordion-icon {
  transform: rotate(90deg);
}

.open-position .content-box {
  display: flex;
  padding: 15px 15px;
  align-items: center;
  justify-content: space-between;
  background: #4d60e714;
  margin: 35px 0 0 0;
  border-radius: 10px;
}
.open-position .content-box p {
  font-size: 18px;
  font-weight: bold;
}

.page-stokes {padding: 50px 0;}
.page-stokes .stokes-details {margin: 20px 0 0; padding: 20px; display: flex; align-items: center; justify-content: space-between; box-shadow: 0px 0px 14px #eee;  border-radius: 10px;}

.page-stokes .modal {display: none; position: fixed; z-index: 10; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.6);}
.page-stokes .modal-content {background-color: #fff; margin: 10% auto;  padding: 0px; border-radius: 0px; width: 90%; position: relative;}
.page-stokes .close {color: #aaa; position: absolute; top: 0px; right: 10px; font-size: 24px; font-weight: bold; cursor: pointer;}
.page-stokes .modal-content table {width: 100%; margin: 0;}
.page-stokes .modal-content table tr th{ background: #223f9a; padding: 10px 5px; color: #fff;  border-right: 2px solid rgb(255, 255, 255);}
.page-stokes .modal-content table tr td {border: 1px solid #eee; padding: 5px; font-size: 14px; font-weight: 500;}
.page-stokes .modal-content table tr:nth-child(even) {background-color: #dddddd40;}



.contact-experience {
  padding: 80px 0;
  background: #f9fafc;
}

.contact-experience .contact-img img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0px 0px 14px #e0e0e0;
}

.contact-experience .contact-content {
  padding: 20px 30px;
}

.contact-experience .contact-content .sec-title {
  color: #082478;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact-experience .contact-content p {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin-bottom: 10px;
  text-align: justify;
}

.contact-experience .btn-default {
  margin-top: 15px;
  background: #223f9a;
}

.contact-experience .btn-default:hover {
  background: #7e9dd6;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .contact-experience .contact-content {
    padding: 20px 0;
  }
  .contact-experience .contact-img img {
    margin-bottom: 20px;
  }
}


/*==============================
OWNER MESSAGE
==============================*/

.owner-section{

    padding:100px 0;

    background:#f7f9fc;

}

.owner-wrapper{

    background:#fff;

    border-radius:25px;

    overflow:hidden;

    padding:50px;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

    position:relative;

}

.owner-wrapper::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:6px;

    height:100%;

    background:#a56d00;

}

.owner-image{

    position:relative;

    text-align:center;

}

.owner-image img{

    width:100%;

    max-width:320px;

    border-radius:20px;

    box-shadow:0 20px 50px rgba(0,0,0,.15);

    transition:.4s;

}

.owner-image:hover img{

    transform:translateY(-8px);

}

.owner-badge{

    position:absolute;

    bottom:20px;

    left:50%;

    transform:translateX(-50%);

    background:#fff;

    padding:15px 22px;

    border-radius:50px;

    display:flex;

    align-items:center;

    gap:10px;

    box-shadow:0 15px 35px rgba(0,0,0,.15);

    white-space:nowrap;

}

.owner-badge i{

    width:45px;

    height:45px;

    border-radius:50%;

    background:#a56d00;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:18px;

}

.owner-badge span{

    font-weight:600;

    color:#222;

}

.owner-tag{

    display:inline-block;

    padding:8px 20px;

    border-radius:50px;

    background:#f8efe0;

    color:#a56d00;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:20px;

}

.owner-content h2{

    font-size:42px;

    font-weight:700;

    margin-bottom:25px;

}

.quote{

    width:70px;

    height:70px;

    border-radius:50%;

    background:#a56d00;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    margin-bottom:25px;

}

.owner-content p{

    color:#666;

    line-height:32px;

    font-size:16px;

    margin-bottom:18px;

    text-align:justify;

}

.owner-sign{

    margin-top:35px;

    padding-top:25px;

    border-top:1px solid #eee;

}

.owner-sign h4{

    font-size:26px;

    margin-bottom:5px;

    color:#111;

    font-weight:700;

}

.owner-sign span{

    color:#a56d00;

    font-size:17px;

    font-weight:600;

}

/* Responsive */

@media(max-width:991px){

.owner-wrapper{

padding:35px;

text-align:center;

}

.owner-image{

margin-bottom:40px;

}

.quote{

margin:20px auto;

}

.owner-content h2{

font-size:34px;

}

.owner-badge{

position:relative;

left:auto;

bottom:auto;

transform:none;

margin:20px auto 0;

display:inline-flex;

}

}

@media(max-width:767px){

.owner-section{

padding:70px 0;

}

.owner-wrapper{

padding:25px;

}

.owner-content h2{

font-size:28px;

}

.owner-content p{

font-size:15px;

line-height:28px;

}

.owner-image img{

max-width:250px;

}

.owner-badge{

padding:12px 18px;

white-space:normal;

text-align:left;

}

.owner-badge span{

font-size:14px;

}

.owner-sign h4{

font-size:22px;

}

}
.infra-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}

.infra-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.infra-img {
  width: 100%;
  height: auto; /* <-- Keeps full aspect ratio */
  display: block;
  object-fit: contain; /* Ensures no cropping */
  border-bottom: 3px solid #e6e6e6;
}

.infra-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-top: 15px;
}

.infra-card p {
  font-size: 15px;
  color: #555;
  padding: 0 15px 20px;
  line-height: 1.6;
}
.infrastructure .service-btn{
    margin-top:20px;
}

.infrastructure .whatsapp-service-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    padding:12px 20px;
    background:#25D366;
    color:#fff;
    border-radius:6px;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.infrastructure .whatsapp-service-btn i{
    margin-right:8px;
    font-size:18px;
}

.infrastructure .whatsapp-service-btn:hover{
    background:#1EBE5D;
    color:#fff;
    text-decoration:none;
    transform:translateY(-2px);
}

.section-header h2 {
  color: #082478;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
}

.section-header .sub-title {
  color: #223f9a;
  font-weight: 600;
  letter-spacing: 1px;
}

.section-header .contact-info {
  margin: 10px 0;
  font-size: 16px;
}

.section-header .contact-info a {
  color: #07862a;
  font-weight: 600;
}

.section-header .desc {
  color: #555;
  max-width: 750px;
  margin: 10px auto 0;
}

.section-header hr.center {
  width: 60px;
  height: 3px;
  background: #223f9a;
  border: none;
  margin: 15px auto;
  border-radius: 5px;
}

.doctor-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
  padding: 25px;
  text-align: center;
  transition: all 0.4s ease;
  border-top: 4px solid #223f9a;
}

.doctor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(34, 63, 154, 0.15);
}

.doctor-card h5 {
  color: #082478;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}

.doctor-card .qualification {
  font-size: 14px;
  color: #555;
  margin-bottom: 2px;
}

.doctor-card .speciality {
  font-size: 14px;
  color: #07862a;
  margin-bottom: 10px;
}

.day-box {
  background: #e8efff;
  color: #223f9a;
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
}

.day-box i {
  margin-right: 6px;
  color: #223f9a;
}

.day-box span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #555;
}

.reach-info {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  text-align: center;
  transition: 0.3s ease;
}

.reach-info:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(34,63,154,0.15);
}

.reach-info span {
  display: inline-block;
  background: #223f9a;
  color: #fff;
  font-size: 20px;
  padding: 12px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.reach-info h5 {
  color: #082478;
  font-weight: 700;
  margin-bottom: 10px;
}

.reach-info p {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}

.reach-info a {
  color: #07862a;
  font-weight: 600;
  text-decoration: none;
}

.reach-info a:hover {
  color: #223f9a;
  text-decoration: underline;
}
/* Only for inner banner pages, not the carousel */
.smooth-loop {
  background-size: 110%;
  background-position: center;
  background-repeat: no-repeat;
  animation: bgZoom 16s ease-in-out infinite alternate;
  position: relative;
  overflow: hidden;
}

@keyframes bgZoom {
  0% {
    background-size: 110%;
    background-position: center top;
  }
  50% {
    background-size: 120%;
    background-position: center center;
  }
  100% {
    background-size: 110%;
    background-position: center bottom;
  }
}

/* Optional gradient animation overlay */
.smooth-loop .banner-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(110 102 88 / 62%), rgb(104 74 18 / 41%));
    animation: gradientWave 10s ease-in-out infinite alternate;
}

@keyframes gradientWave {
  0% { opacity: 0.6; }
  50% { opacity: 0.85; }
  100% { opacity: 0.6; }
}

.inner-bnr-content {
  position: relative;
  z-index: 2;
}






/* ===========================
   SERVICE AREA DROPDOWN
=========================== */

.navbar-nav .dropdown{
    position:relative;
}

.navbar-nav .dropdown .custom-dropdown{
    position:absolute;
    top:100%;
    left:0;
  min-width:240px;
width:max-content;
max-width:300px;
    background:#fff;
     border-radius:12px;
overflow:hidden;
    padding:10px 0;
        border:1px solid #ececec;
  box-shadow:0 12px 30px rgba(0,0,0,.12);

    opacity:0;
    visibility:hidden;
    transform:translateY(15px);

    transition:.35s ease;

    display:block;

    z-index:9999;
}

.navbar-nav .dropdown:hover .custom-dropdown{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.navbar-nav .dropdown .custom-dropdown li{
    padding:0;
    border:none;
}

.navbar-nav .dropdown .custom-dropdown li a{

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:14px 18px;

    color:#222;

    font-size:15px;

    font-weight:600;

   transition:
    background .3s,
    color .3s,
    transform .3s;

    border-radius:6px;

    margin:4px 8px;
}

.navbar-nav .dropdown .custom-dropdown li a:hover{
    background:#8a5b00;
    color:#fff !important;
    transform:translateX(5px);
}
.navbar-nav .dropdown>a i{
    margin-left:6px;
    transition:.3s;
}

.navbar-nav .dropdown:hover>a i{
    transform:rotate(180deg);
}

.header-navbar{
    overflow: visible;
}

.mid-header{
    overflow: visible;
}

.header-menu{
    position: relative;
}

.custom-dropdown li a:hover,
.custom-dropdown li a.active{
    background:#8a5b00;
    color:#fff;
}
.navbar-nav .dropdown .custom-dropdown li a{
    display:flex;
    align-items:center;
    gap:12px;
    justify-content:flex-start;
}

.custom-dropdown li a i{
    color:#8a5b00;
    width:16px;
    text-align:center;
}

.custom-dropdown li a:hover i{
    color:#fff;
}

/* ==========================
   HEADER CTA BUTTON
========================== */
/* ==========================
   HEADER PROPERTY VISIT BUTTON
========================== */

.header-action{
    display:flex;
    align-items:center;
    justify-content:flex-end;
}

.header-btn{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:14px 26px;
    background:linear-gradient(135deg,#8a5b00,#b57b10);
    color:#fff !important;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    border-radius:50px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.18);
    transition:all .35s ease;
    animation:floatBtn 2.8s ease-in-out infinite;
}

.header-btn i{
    width:40px;
    height:40px;
    background:#fff;
    color:#8a5b00;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    animation:iconPulse 2.8s ease-in-out infinite;
}

.header-btn:hover{
    color:#fff !important;
    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(0,0,0,.25);
}

/* Shine Effect */

.header-btn::before{
    content:"";
    position:absolute;
    top:0;
    left:-80%;
    width:40%;
    height:100%;
    background:rgba(255,255,255,.35);
    transform:skewX(-25deg);
    animation:shine 3.5s linear infinite;
}

@keyframes floatBtn{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-4px);
    }
}

@keyframes iconPulse{
    0%,100%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.12);
    }
}

@keyframes shine{
    0%{
        left:-80%;
    }
    100%{
        left:150%;
    }
}

/* Responsive */

@media(max-width:991px){
    .header-action{
        display:none;
    }
}

/*==============================
Modern Counter Section
===============================*/

.counter-section{

    padding:90px 0;

    background:linear-gradient(135deg,#061c44,#0f172a);

    overflow:hidden;

}

.counter-card{

    position:relative;

    text-align:center;

    padding:45px 20px;

    border-radius:20px;

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(10px);

    border:1px solid rgba(255,255,255,.15);

    overflow:hidden;

    transition:.5s;

    margin-bottom:30px;

    animation:floating 5s ease-in-out infinite;

}

.counter-card:hover{

    transform:translateY(-15px);

    background:#fff;

}

.counter-card:hover h2,

.counter-card:hover h5{

    color:#111;

}

.counter-card:hover .counter-icon{

    background:#7a4f00;

}

.counter-card:hover .counter-icon i{

    color:#fff;

}

.counter-icon{

    width:90px;

    height:90px;

    border-radius:50%;

    background:#fff;

    margin:auto;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.5s;

}

.counter-icon i{

    font-size:36px;

    color:#7a4f00;

}

.counter-card h2{

    font-size:48px;

    margin:25px 0 10px;

    color:#fff;

    font-weight:700;

}

.counter-card h5{

    color:#fff;

    font-size:18px;

    font-weight:600;

}

.counter-card .shape{

    position:absolute;

    width:180px;

    height:180px;

    background:rgba(255,255,255,.05);

    border-radius:50%;

    top:-70px;

    right:-70px;

}

/* Floating */

@keyframes floating{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-10px);

}

100%{

transform:translateY(0px);

}

}

/* Glowing border */

.counter-card:before{

content:"";

position:absolute;

left:-100%;

top:0;

width:100%;

height:100%;

background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);

transition:1s;

}

.counter-card:hover:before{

left:100%;

}

/* Responsive */

@media(max-width:991px){

.counter-card{

margin-bottom:25px;

}

}

@media(max-width:767px){

.counter-section{

padding:60px 0;

}

.counter-card{

padding:30px 15px;

}

.counter-icon{

width:70px;

height:70px;

}

.counter-icon i{

font-size:28px;

}

.counter-card h2{

font-size:36px;

}

.counter-card h5{

font-size:16px;

}

}

/*==============================
DK REALTY SERVICES
==============================*/

.services-section{

    padding:90px 0;

    background:#f8f9fc;

}

.services-section .sub-heading{

    color:#7a4f00;

    text-transform:uppercase;

    letter-spacing:2px;

    font-weight:700;

    font-size:15px;

}

.services-section .sec-title{

    font-size:42px;

    margin:12px 0;

    font-weight:700;

    color:#111;

}

.services-section hr{

    width:70px;

    height:3px;

    background:#7a4f00;

    margin:18px auto;

}

.section-description{

    max-width:760px;

    margin:auto;

    color:#666;

    line-height:30px;

    margin-bottom:50px;

}

.service-card{

    background:#fff;

    padding:35px;

    border-radius:18px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.4s;

    position:relative;

    overflow:hidden;

    height:100%;

    margin-bottom:30px;

}

.service-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.service-card:before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:5px;

    height:100%;

    background:#7a4f00;

    transition:.4s;

}

.service-card:hover:before{

    width:100%;

    opacity:.05;

}

.service-icon{

    width:75px;

    height:75px;

    background:#7a4f00;

    color:#fff;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:30px;

    margin-bottom:25px;

    transition:.5s;

}

.service-card:hover .service-icon{

    transform:rotateY(360deg);

}

.service-card h3{

    font-size:24px;

    margin-bottom:15px;

    font-weight:700;

    line-height:34px;

}

.service-card p{

    color:#666;

    line-height:28px;

    margin-bottom:25px;

}

.service-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #25D366;
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: .4s;
    position: relative;
    z-index: 1;   /* instead of 100 */
    cursor: pointer;
}

.service-btn:hover{

    background:#128C7E;

    color:#fff;

    transform:translateY(-3px);

    text-decoration:none;

}

.service-btn i{

    font-size:18px;

}

/* Responsive */

@media(max-width:991px){

.services-section{

padding:70px 0;

}

.service-card{

margin-bottom:30px;

}

}

@media(max-width:767px){

.services-section{

padding:60px 0;

}

.services-section .sec-title{

font-size:30px;

}

.service-card{

padding:25px;

}

.service-card h3{

font-size:20px;

line-height:30px;

}

.section-description{

font-size:15px;

line-height:28px;

}

.service-btn{

width:100%;

justify-content:center;

}

}
.services-section .row > div{
    margin-bottom:40px;
}

.service-btn{
    position:relative;
    z-index:100;
    cursor:pointer;
}

/*==============================
SERVICE AREAS
==============================*/

.location-section{

    padding:90px 0;

    background:#ffffff;

}

.location-card{

    background:#fff;

    border-radius:18px;

    padding:35px;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    transition:.4s;

    height:100%;

    border-top:4px solid #a56d00;

}

.location-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.location-icon{

    width:70px;

    height:70px;

    border-radius:50%;

    background:#a56d00;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

    margin-bottom:25px;

    transition:.4s;

}

.location-card:hover .location-icon{

    transform:rotateY(360deg);

}

.location-card h3{

    font-size:24px;

    line-height:34px;

    margin-bottom:15px;

    font-weight:700;

    color:#111;

}

.location-card p{

    color:#666;

    line-height:30px;

    margin-bottom:25px;

}

.location-btn{

    display:inline-block;

    padding:12px 30px;

    background:#a56d00;

    color:#fff;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.4s;

}

.location-btn:hover{

    background:#111;

    color:#fff;

    text-decoration:none;

}

@media(max-width:767px){

.location-section{

padding:60px 0;

}

.location-card{

padding:25px;

}

.location-card h3{

font-size:20px;

line-height:30px;

}

.location-btn{

width:100%;

text-align:center;

}

}

/*=================================
WHY CHOOSE DK REALTY
==================================*/

.why-choose-section{

    padding:90px 0;

    background:#f8f9fc;

}

.why-card{

    background:#fff;

    border-radius:18px;

    padding:35px;

    text-align:center;

    height:100%;

    transition:.4s;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    border-bottom:4px solid transparent;

}

.why-card:hover{

    transform:translateY(-10px);

    border-color:#a56d00;

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.why-icon{

    width:80px;

    height:80px;

    margin:0 auto 25px;

    background:#a56d00;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:32px;

    transition:.5s;

}

.why-card:hover .why-icon{

    transform:rotateY(360deg);

    background:#111;

}

.why-card h3{

    font-size:24px;

    font-weight:700;

    margin-bottom:15px;

    color:#111;

}

.why-card p{

    color:#666;

    line-height:30px;

    margin:0;

}

/* Responsive */

@media(max-width:991px){

.why-choose-section{

padding:70px 0;

}

}

@media(max-width:767px){

.why-choose-section{

padding:60px 0;

}

.why-card{

padding:25px;

}

.why-card h3{

font-size:20px;

}

.why-card p{

font-size:15px;

line-height:28px;

}

}

/*==========================
FAQ SECTION
==========================*/

.faq-section{

    padding:90px 0;

    background:#f8f9fc;

}

.faq-card{

    background:#fff;

    border-radius:15px;

    margin-bottom:20px;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    overflow:hidden;

}

.faq-btn{

    width:100%;

    border:none;

    background:#fff;

    padding:22px 30px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    font-size:20px;

    font-weight:600;

    color:#222;

    cursor:pointer;

    transition:.3s;

}

.faq-btn:hover{

    background:#f5f5f5;

}

.faq-btn i{

    width:38px;

    height:38px;

    border-radius:50%;

    background:#a56d00;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.3s;

}

.faq-btn[aria-expanded="true"] i{

    transform:rotate(45deg);

}

.faq-body{

    padding:0 30px 25px;

    color:#666;

    line-height:30px;

    font-size:16px;

}

@media(max-width:767px){

.faq-section{

padding:60px 0;

}

.faq-btn{

font-size:17px;

padding:18px 20px;

}

.faq-body{

padding:0 20px 20px;

line-height:28px;

}

}

/*==============================
CONTACT CTA
==============================*/

.cta-section{

    padding:90px 0;

    background:#f7f8fb;

}

.cta-box{

    background:linear-gradient(135deg,#151515,#2b2b2b);

    border-radius:25px;

    padding:60px;

    color:#fff;

    position:relative;

    overflow:hidden;

    box-shadow:0 25px 60px rgba(0,0,0,.18);

}

.cta-box::before{

    content:"";

    position:absolute;

    width:260px;

    height:260px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    right:-90px;

    top:-90px;

}

.cta-box::after{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    border-radius:50%;

    background:rgba(165,109,0,.15);

    left:-60px;

    bottom:-60px;

}

.cta-box h2{

    color:#fff;

    font-size:42px;

    font-weight:700;

    margin-bottom:20px;

}

.cta-box p{

    color:#d8d8d8;

    line-height:32px;

    margin-bottom:35px;

    font-size:16px;

}

.cta-info{

    display:flex;

    flex-wrap:wrap;

    gap:30px;

}

.info-item{

    display:flex;

    align-items:flex-start;

}

.info-item i{

    width:60px;

    height:60px;

    border-radius:50%;

    background:#a56d00;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:22px;

    margin-right:18px;

}

.info-item span{

    color:#bbb;

    font-size:14px;

    text-transform:uppercase;

    letter-spacing:1px;

}

.info-item h5{

    color:#fff;

    margin-top:6px;

    font-size:18px;

    line-height:30px;

}

.info-item h5 a{

    color:#fff;

}

.cta-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    background:#a56d00;

    color:#fff;

    padding:18px 42px;

    border-radius:60px;

    font-size:18px;

    font-weight:700;

    text-decoration:none;

    margin-top:30px;

    transition:.4s;

    box-shadow:0 12px 30px rgba(165,109,0,.35);

}

.cta-btn:hover{

    background:#fff;

    color:#111;

    transform:translateY(-5px);

}

.cta-btn i{

    transition:.4s;

}

.cta-btn:hover i{

    transform:translateX(6px);

}

/* Responsive */

@media(max-width:991px){

.cta-box{

padding:40px;

text-align:center;

}

.cta-box h2{

font-size:34px;

}

.cta-info{

justify-content:center;

}

}

@media(max-width:767px){

.cta-section{

padding:60px 0;

}

.cta-box{

padding:25px;

}

.cta-box h2{

font-size:28px;

}

.cta-box p{

font-size:15px;

line-height:28px;

}

.cta-info{

display:block;

}

.info-item{

margin-bottom:25px;

}

.cta-btn{

width:100%;

margin-top:20px;

}

}

/*=========================
ABOUT PAGE
==========================*/

.about-section{
    padding:90px 0;
    background:#fff;
    overflow:hidden;
}

.about-image{
    position:relative;
}

.about-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 20px 60px rgba(0,0,0,.12);
    transition:.5s;
}

.about-image:hover img{
    transform:scale(1.03);
}

.experience-box{
    position:absolute;
    right:-20px;
    bottom:30px;
    background:#7a4f00;
    color:#fff;
    padding:22px 28px;
    border-radius:18px;
    width:220px;
    box-shadow:0 15px 35px rgba(0,0,0,.18);
}

.experience-box h2{
    color:#fff;
    font-size:46px;
    margin-bottom:5px;
}

.experience-box span{
    font-size:15px;
    line-height:24px;
    display:block;
}

.about-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#f6f2ea;
    color:#7a4f00;
    padding:8px 18px;
    border-radius:50px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:18px;
}

.about-content h2{
    font-size:42px;
    line-height:1.3;
    margin-bottom:22px;
    font-weight:700;
}

.about-content p{
    font-size:16px;
    color:#666;
    line-height:31px;
    margin-bottom:18px;
    text-align:justify;
}

.about-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin:35px 0;
}

.feature-box{
    display:flex;
    gap:18px;
    padding:20px;
    border:1px solid #eee;
    border-radius:16px;
    transition:.4s;
    background:#fff;
}

.feature-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.feature-box i{
    width:60px;
    height:60px;
    background:#7a4f00;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    flex-shrink:0;
}

.feature-box h5{
    font-size:18px;
    margin-bottom:8px;
}

.feature-box p{
    margin:0;
    font-size:14px;
    line-height:24px;
}

.about-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#7a4f00;
    color:#fff;
    padding:14px 34px;
    border-radius:50px;
    font-weight:600;
    transition:.4s;
}

.about-btn:hover{
    background:#000;
    color:#fff;
    text-decoration:none;
    transform:translateY(-3px);
}

@media(max-width:991px){

.about-section{
    padding:70px 0;
}

.about-content{
    margin-top:50px;
}

.about-content h2{
    font-size:34px;
}

.experience-box{
    right:20px;
    bottom:20px;
}

}

@media(max-width:767px){

.about-content h2{
    font-size:28px;
}

.about-features{
    grid-template-columns:1fr;
}

.experience-box{
    width:180px;
    padding:18px;
}

.experience-box h2{
    font-size:36px;
}

.about-btn{
    width:100%;
    justify-content:center;
}

}

/*==========================
Location About
===========================*/

.location-about{

    padding:90px 0;

    background:#fff;

}

.location-content .sub-heading{

    display:inline-block;

    background:#f5efe2;

    color:#b57b00;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:20px;

    text-transform:uppercase;

}

.location-content h1{

    font-size:52px;

    line-height:1.2;

    font-weight:800;

    color:#222;

    margin-bottom:25px;

}

.location-content h1 span{

    color:#b57b00;

}

.location-content p{

    font-size:17px;

    color:#666;

    line-height:32px;

    margin-bottom:20px;

}

.location-btns{

    margin-top:35px;

    display:flex;

    gap:15px;

    flex-wrap:wrap;

}

.btn-whatsapp{

    background:#25D366;

    color:#fff;

    padding:14px 34px;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.35s;

}

.btn-whatsapp:hover{

    background:#1ab654;

    color:#fff;

    text-decoration:none;

}

.btn-call{

    background:#b57b00;

    color:#fff;

    padding:14px 34px;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.35s;

}

.btn-call:hover{

    background:#8d6000;

    color:#fff;

    text-decoration:none;

}

.location-image{

    overflow:hidden;

    border-radius:20px;

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.location-image img{

    width:100%;

    transition:.5s;

}

.location-image:hover img{

    transform:scale(1.05);

}

/* Responsive */

@media(max-width:991px){

.location-about{

padding:70px 0;

}

.location-image{

margin-top:40px;

}

.location-content h1{

font-size:40px;

}

}

@media(max-width:767px){

.location-content h1{

font-size:30px;

line-height:1.3;

}

.location-content p{

font-size:16px;

line-height:28px;

}

.location-btns{

flex-direction:column;

}

.btn-whatsapp,

.btn-call{

width:100%;

text-align:center;

}

}

/*==========================
WHY CHOOSE
==========================*/

.why-saltlake{
    padding:100px 0;
    background:#f8f8f8;
}

.why-left{
    padding-right:40px;
}

.why-left .sub-heading{
    display:inline-block;
    background:#f5efe4;
    color:#b57b00;
    padding:8px 20px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.why-left h2{
    font-size:48px;
    font-weight:700;
    line-height:1.2;
    color:#222;
    margin-bottom:20px;
}

.why-left hr{
    width:80px;
    height:4px;
    background:#b57b00;
    border:none;
    margin:20px 0 30px;
}

.why-left p{
    color:#666;
    line-height:32px;
    font-size:17px;
}

.why-right{
    background:#fff;
    border-radius:20px;
    padding:50px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    position:relative;
    overflow:hidden;
}

.why-right:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:8px;
    height:100%;
    background:#b57b00;
}

.why-right p{
    color:#666;
    line-height:34px;
    font-size:17px;
    margin:0;
}

.why-right:hover{
    transform:translateY(-8px);
    transition:.4s;
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

@media(max-width:991px){

.why-left{
    padding-right:0;
    margin-bottom:40px;
}

.why-left h2{
    font-size:36px;
}

.why-right{
    padding:35px;
}

}

@media(max-width:767px){

.why-saltlake{
    padding:70px 0;
}

.why-left h2{
    font-size:28px;
}

.why-left p,
.why-right p{
    font-size:16px;
    line-height:30px;
}

.why-right{
    padding:25px;
}

}

/*==============================
Property Services
==============================*/

.property-services{
    padding:100px 0;
    background:#f8f9fb;
}

.service-list{
    margin-top:60px;
}

.service-item{

    display:flex;

    align-items:flex-start;

    gap:30px;

    background:#fff;

    border-radius:18px;

    padding:35px;

    margin-bottom:25px;

    box-shadow:0 12px 35px rgba(0,0,0,.07);

    transition:.35s;

    border-left:5px solid #b8860b;

}

.service-item:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 45px rgba(0,0,0,.12);

}

.service-number{

    min-width:70px;

    height:70px;

    border-radius:50%;

    background:#b8860b;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:26px;

    font-weight:700;

}

.service-text{

    flex:1;

}

.service-text h3{

    font-size:28px;

    font-weight:700;

    color:#222;

    margin-bottom:15px;

}

.service-text p{

    color:#666;

    line-height:30px;

    margin:0;

}

/* Responsive */

@media(max-width:991px){

.service-item{

padding:30px;

}

.service-text h3{

font-size:24px;

}

}

@media(max-width:767px){

.property-services{

padding:70px 0;

}

.service-item{

flex-direction:column;

gap:20px;

padding:25px;

}

.service-number{

width:60px;

height:60px;

font-size:22px;

}

.service-text h3{

font-size:22px;

}

.service-text p{

font-size:16px;

line-height:28px;

}

}

.invest-section{
    padding:100px 0;
    background:#f8f9fb;
}

.invest-image{
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.invest-image img{
    width:100%;
    height:620px;
    object-fit:cover;
    transition:.5s;
}

.invest-image:hover img{
    transform:scale(1.05);
}

.invest-content{
    padding-left:35px;
}

.invest-content .sub-heading{
    display:inline-block;
    background:#f5efe3;
    color:#b8860b;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.invest-content h2{
    font-size:42px;
    font-weight:700;
    color:#222;
    line-height:1.3;
}

.invest-content hr{
    width:80px;
    height:4px;
    background:#b8860b;
    border:none;
    margin:20px 0 30px;
}

.invest-content p{
    color:#666;
    font-size:17px;
    line-height:32px;
    margin-bottom:22px;
}

@media(max-width:991px){

.invest-image{
    margin-bottom:35px;
}

.invest-image img{
    height:420px;
}

.invest-content{
    padding-left:0;
}

}

@media(max-width:767px){

.invest-section{
    padding:70px 0;
}

.invest-image img{
    height:260px;
}

.invest-content h2{
    font-size:28px;
}

.invest-content p{
    font-size:16px;
    line-height:28px;
}

}

/*=========================
WHY CHOOSE
=========================*/

.why-choose{

    padding:100px 0;

    background:#f8f9fb;

}

.why-left{

    position:sticky;

    top:120px;

    padding-right:40px;

}

.why-left .sub-heading{

    display:inline-block;

    padding:8px 18px;

    border-radius:30px;

    background:#f7f1e4;

    color:#b8860b;

    font-size:13px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:1px;

    margin-bottom:20px;

}

.why-left h2{

    font-size:46px;

    font-weight:700;

    color:#222;

    line-height:1.25;

    margin-bottom:20px;

}

.why-left hr{

    width:80px;

    height:4px;

    background:#b8860b;

    border:none;

    margin:20px 0 30px;

}

.why-left p{

    color:#666;

    line-height:32px;

    font-size:17px;

}

.why-card{

    background:#fff;

    border-radius:18px;

    padding:30px;

    height:100%;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    transition:.35s;

    border-top:4px solid #b8860b;

}

.why-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.why-card h3{

    font-size:24px;

    font-weight:700;

    color:#222;

    margin-bottom:15px;

    line-height:1.4;

}

.why-card p{

    color:#666;

    line-height:30px;

    margin:0;

}

/* Responsive */

@media(max-width:991px){

.why-choose{

padding:70px 0;

}

.why-left{

position:static;

padding-right:0;

margin-bottom:40px;

}

.why-left h2{

font-size:36px;

}

}

@media(max-width:767px){

.why-left h2{

font-size:28px;

}

.why-left p{

font-size:16px;

line-height:28px;

}

.why-card{

padding:25px;

}

.why-card h3{

font-size:21px;

}

.why-card p{

font-size:15px;

line-height:28px;

}

}
/*==========================
CONTACT CTA
===========================*/

.contact-cta{
    padding:100px 0;
    background:#f8f9fb;
}

.contact-box{

    background:#fff;

    border-radius:22px;

    padding:60px;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

    border-left:6px solid #b8860b;

}

.contact-box .sub-heading{

    display:inline-block;

    background:#f5efe3;

    color:#b8860b;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:18px;

}

.contact-box h2{

    font-size:42px;

    font-weight:700;

    color:#222;

    margin-bottom:20px;

}

.contact-box p{

    color:#666;

    font-size:17px;

    line-height:32px;

    margin-bottom:35px;

}

.contact-details{

    display:flex;

    flex-wrap:wrap;

    gap:25px;

}

.detail-item{

    flex:1;

    min-width:220px;

}

.detail-item strong{

    display:block;

    color:#222;

    margin-bottom:6px;

    font-size:18px;

}

.detail-item span{

    color:#666;

    line-height:28px;

}

.cta-buttons{

    height:100%;

    display:flex;

    flex-direction:column;

    justify-content:center;

    gap:18px;

}

.call-btn,
.whatsapp-btn{

    display:block;

    text-align:center;

    padding:16px;

    border-radius:50px;

    text-decoration:none;

    font-size:17px;

    font-weight:600;

    transition:.35s;

}

.call-btn{

    background:#b8860b;

    color:#fff;

}

.call-btn:hover{

    background:#8f6907;

    color:#fff;

    text-decoration:none;

}

.whatsapp-btn{

    background:#25D366;

    color:#fff;

}

.whatsapp-btn:hover{

    background:#1cb758;

    color:#fff;

    text-decoration:none;

}

/* Responsive */

@media(max-width:991px){

.contact-box{

padding:40px;

}

.cta-buttons{

margin-top:35px;

}

}

@media(max-width:767px){

.contact-cta{

padding:70px 0;

}

.contact-box{

padding:25px;

}

.contact-box h2{

font-size:28px;

}

.contact-box p{

font-size:16px;

line-height:28px;

}

.contact-details{

display:block;

}

.detail-item{

margin-bottom:20px;

}

.call-btn,
.whatsapp-btn{

width:100%;

}

}

/*==========================
Modern Contact
==========================*/

.contact-modern{

    padding:100px 0;

    background:#f7f8fb;

}

.contact-card{

    background:#fff;

    border-radius:20px;

    padding:45px;

    height:100%;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

    border-top:5px solid #b8860b;

}

.contact-card h3{

    font-size:30px;

    margin-bottom:35px;

    font-weight:700;

}

.contact-item{

    padding:18px 0;

    border-bottom:1px solid #ececec;

}

.contact-item:last-child{

    border:none;

}

.contact-item h5{

    font-size:17px;

    color:#b8860b;

    margin-bottom:8px;

    font-weight:700;

}

.contact-item p{

    margin:0;

    font-size:16px;

    color:#555;

    line-height:28px;

}

.contact-item a{

    color:#222;

    text-decoration:none;

}

.contact-buttons{

    margin-top:35px;

    display:flex;

    gap:15px;

}

.btn-call{

    flex:1;

    text-align:center;

    background:#b8860b;

    color:#fff;

    padding:15px;

    border-radius:40px;

    text-decoration:none;

    font-weight:600;

}

.btn-call:hover{

    background:#8d6706;

    color:#fff;

}

.btn-whatsapp{

    flex:1;

    text-align:center;

    background:#25D366;

    color:#fff;

    padding:15px;

    border-radius:40px;

    text-decoration:none;

    font-weight:600;

}

.btn-whatsapp:hover{

    background:#20b95a;

    color:#fff;

}

.map-card{

    overflow:hidden;

    border-radius:20px;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

    height:100%;

}

.map-card iframe{

    width:100%;

    height:100%;

    min-height:560px;

    border:0;

}

/* Responsive */

@media(max-width:991px){

.contact-modern{

padding:70px 0;

}

.map-card{

margin-top:30px;

}

.map-card iframe{

min-height:420px;

}

}

@media(max-width:767px){

.contact-card{

padding:30px;

}

.contact-card h3{

font-size:24px;

}

.contact-buttons{

flex-direction:column;

}

.btn-call,

.btn-whatsapp{

width:100%;

}

.map-card iframe{

min-height:320px;

}

}

/*=========================
Properties
=========================*/

.properties-section{

    padding:100px 0;

    background:#f7f8fb;

}

.property-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

    transition:.4s;

    height:100%;

}

.property-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 55px rgba(0,0,0,.15);

}

.property-img{

    overflow:hidden;

}

.property-img img{

    width:100%;

    height:300px;

    object-fit:cover;

    transition:.5s;

}

.property-card:hover img{

    transform:scale(1.08);

}

.property-content{

    padding:35px;

    text-align:center;

}

.property-content h3{

    font-size:30px;

    font-weight:700;

    color:#222;

    margin-bottom:15px;

}

.property-content p{

    color:#666;

    line-height:30px;

    margin-bottom:30px;

}

.property-btn{

    display:inline-block;

    padding:14px 35px;

    background:#b8860b;

    color:#fff;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.35s;

}

.property-btn:hover{

    background:#8f6908;

    color:#fff;

    text-decoration:none;

}

/* Responsive */

@media(max-width:991px){

.property-img img{

height:240px;

}

.property-content{

padding:30px;

}

.property-content h3{

font-size:26px;

}

}

@media(max-width:767px){

.properties-section{

padding:70px 0;

}

.property-img img{

height:220px;

}

.property-content{

padding:25px;

}

.property-content h3{

font-size:22px;

}

.property-content p{

font-size:16px;

line-height:28px;

}

.property-btn{

width:100%;

text-align:center;

}

}

/*==========================
Properties
==========================*/

.properties-section{
    padding:100px 0;
    background:#f8f9fb;
}

.property-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
}

.property-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,.15);
}

.property-card img{
    width:100%;
    height:230px;
    object-fit:cover;
    transition:.45s;
}

.property-card:hover img{
    transform:scale(1.08);
}

.property-content{
    padding:25px;
    text-align:center;
}

.property-content h3{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
    color:#222;
    line-height:1.35;
}

.property-content p{
    color:#666;
    line-height:28px;
    margin-bottom:25px;
    min-height:84px;
}

.property-btn{
    display:inline-block;
    padding:13px 32px;
    border-radius:40px;
    background:#b8860b;
    color:#fff;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.property-btn:hover{
    background:#8c6808;
    color:#fff;
    text-decoration:none;
}

@media(max-width:991px){

.property-card img{
    height:220px;
}

.property-content h3{
    font-size:22px;
}

}

@media(max-width:767px){

.properties-section{
    padding:70px 0;
}

.property-card img{
    height:210px;
}

.property-content{
    padding:22px;
}

.property-content h3{
    font-size:20px;
}

.property-content p{
    min-height:auto;
}

.property-btn{
    width:100%;
}

}

/*=========================
PROPERTY GALLERY
==========================*/

/* ==========================================
   PROPERTY GALLERY
========================================== */

.property-gallery{
    padding:60px 0;
    background:#fff;
}

.property-title{
    font-size:38px;
    font-weight:700;
    color:#222;
    margin-bottom:10px;
}

.property-subtitle{
    color:#777;
    font-size:16px;
    max-width:750px;
    margin:auto;
    line-height:28px;
}

/* ===========================
   BIG SLIDER
=========================== */

.big-slider{
    position:relative;
}

.big-slider .item{
    overflow:hidden;
    border-radius:18px;
}

.big-slider img{
    width:100%;
    height:580px;
    object-fit:cover;
    border-radius:18px;
    transition:.4s;
}

.big-slider img:hover{
    transform:scale(1.02);
}

/* ===========================
   BIG ARROWS
=========================== */

.big-slider .owl-nav{
    margin:0;
}

.big-slider .owl-prev,
.big-slider .owl-next{

    position:absolute;
    top:50%;
    transform:translateY(-50%);

    width:55px;
    height:55px;

    border-radius:50% !important;

    background:#fff !important;

    color:#222 !important;

    box-shadow:0 8px 25px rgba(0,0,0,.15);

    transition:.3s;

}

.big-slider .owl-prev{

    left:20px;

}

.big-slider .owl-next{

    right:20px;

}

.big-slider .owl-prev:hover,
.big-slider .owl-next:hover{

    background:#b8860b !important;

    color:#fff !important;

}

.big-slider .owl-nav span{

    font-size:34px;

    line-height:34px;

}

/* ===========================
   THUMB SLIDER
=========================== */

.thumb-slider{

    margin-top:25px;

}

.thumb-slider .item{

    cursor:pointer;

    padding:5px;

}

.thumb-slider img{

    width:100%;

    height:95px;

    object-fit:cover;

    border-radius:10px;

    opacity:.55;

    border:3px solid transparent;

    transition:.3s;

}

.thumb-slider .current img{

    opacity:1;

    border:3px solid #b8860b;

}

/* ===========================
   THUMB ARROWS
=========================== */

.thumb-slider .owl-prev,
.thumb-slider .owl-next{

    position:absolute;

    top:30%;

    width:40px;

    height:40px;

    border-radius:50% !important;

    background:#b8860b !important;

    color:#fff !important;

}

.thumb-slider .owl-prev{

    left:-18px;

}

.thumb-slider .owl-next{

    right:-18px;

}

.thumb-slider .owl-nav span{

    font-size:24px;

}

/* Hide dots */

.big-slider .owl-dots,
.thumb-slider .owl-dots{

    display:none;

}

/* ===========================
   MOBILE
=========================== */

@media(max-width:991px){

.property-title{

font-size:30px;

}

.big-slider img{

height:420px;

}

}

@media(max-width:767px){

.property-gallery{

padding:40px 0;

}

.property-title{

font-size:26px;

}

.property-subtitle{

font-size:15px;

line-height:25px;

}

.big-slider img{

height:260px;

}

.thumb-slider img{

height:70px;

}

.big-slider .owl-prev,
.big-slider .owl-next{

width:42px;

height:42px;

}

.big-slider .owl-nav span{

font-size:28px;

}

.thumb-slider .owl-prev{

left:-8px;

}

.thumb-slider .owl-next{

right:-8px;

}

}

/* PROPERTY DETAILS */

.property-details{

    background:#f8f9fb;

}

.details-box{

    background:#fff;

    padding:40px;

    border-radius:15px;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

    height:100%;

}

.details-box h2{

    font-size:34px;

    font-weight:700;

    margin-bottom:20px;

    color:#222;

}

.details-box p{

    color:#666;

    line-height:30px;

    margin-bottom:20px;

}

.property-info{

    background:#fff;

    padding:35px;

    border-radius:15px;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

    position:sticky;

    top:100px;

}

.property-info h3{

    font-size:26px;

    margin-bottom:25px;

    color:#222;

    font-weight:700;

}

.property-info ul{

    margin:0;

    padding:0;

    list-style:none;

}

.property-info li{

    display:flex;

    justify-content:space-between;

    border-bottom:1px solid #ececec;

    padding:14px 0;

}

.property-info li span{

    color:#666;

}

.property-info li strong{

    color:#222;

}

.enquiry-btn{

    display:block;

    text-align:center;

    background:#b8860b;

    color:#fff;

    padding:15px;

    margin-top:30px;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.enquiry-btn:hover{

    background:#222;

    color:#fff;

    text-decoration:none;

}

/* MOBILE */

@media(max-width:991px){

.property-info{

position:static;

margin-top:30px;

}

.details-box{

padding:25px;

}

.details-box h2{

font-size:28px;

}

}


/* ===== MODERN ENHANCEMENTS ===== */
        .location-about {
            padding: 100px 0;
            background: linear-gradient(180deg, #ffffff 0%, #faf8f5 100%);
            position: relative;
        }
        .location-about::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, #b8860b, #f5c842, #b8860b);
        }
        .location-content h1 {
            font-size: 54px;
            font-weight: 800;
            line-height: 1.15;
        }
        .location-content h1 span {
            background: linear-gradient(135deg, #b8860b, #f5c842);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .location-content p {
            font-size: 18px;
            line-height: 34px;
            color: #555;
        }
        .location-image {
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
            position: relative;
        }
        .location-image img {
            width: 100%;
            height: 480px;
            object-fit: cover;
            transition: transform 0.6s ease;
        }
        .location-image:hover img {
            transform: scale(1.04);
        }
        .location-image::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 40%;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
            pointer-events: none;
        }
        .btn-whatsapp {
            background: linear-gradient(135deg, #25D366, #1da85c);
            border: none;
            padding: 16px 38px;
            border-radius: 60px;
            font-weight: 700;
            font-size: 16px;
            letter-spacing: 0.5px;
            box-shadow: 0 12px 30px rgba(37, 211, 102, 0.35);
            transition: all 0.3s ease;
        }
        .btn-whatsapp:hover {
            transform: translateY(-4px);
            box-shadow: 0 18px 40px rgba(37, 211, 102, 0.45);
            color: #fff;
        }
        .btn-call {
            background: linear-gradient(135deg, #b8860b, #8f6908);
            border: none;
            padding: 16px 38px;
            border-radius: 60px;
            font-weight: 700;
            font-size: 16px;
            letter-spacing: 0.5px;
            box-shadow: 0 12px 30px rgba(184, 134, 11, 0.35);
            transition: all 0.3s ease;
        }
        .btn-call:hover {
            transform: translateY(-4px);
            box-shadow: 0 18px 40px rgba(184, 134, 11, 0.45);
            color: #fff;
        }

        /* Why Choose New Town */
        .why-saltlake {
            padding: 100px 0;
            background: #f8f7f4;
            position: relative;
        }
        .why-left .sub-heading {
            background: linear-gradient(135deg, #f5efe4, #ece3d0);
            color: #b8860b;
            padding: 8px 22px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
        }
        .why-left h2 {
            font-size: 48px;
            font-weight: 800;
            line-height: 1.2;
        }
        .why-left h2 span {
            color: #b8860b;
        }
        .why-left hr {
            width: 90px;
            height: 4px;
            background: linear-gradient(90deg, #b8860b, #f5c842);
            border: none;
            border-radius: 4px;
        }
        .why-left p {
            font-size: 17px;
            line-height: 34px;
            color: #555;
        }
        .why-right {
            background: #ffffff;
            border-radius: 24px;
            padding: 50px 45px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
            position: relative;
            border-left: 6px solid #b8860b;
            transition: all 0.4s ease;
        }
        .why-right:hover {
            transform: translateY(-6px);
            box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
        }
        .why-right p {
            font-size: 17px;
            line-height: 34px;
            color: #555;
        }

        /* Property Services */
        .property-services {
            padding: 100px 0;
            background: #ffffff;
            position: relative;
        }
        .property-services .sub-heading {
            background: linear-gradient(135deg, #f5efe4, #ece3d0);
            color: #b8860b;
            padding: 8px 22px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            display: inline-block;
        }
        .property-services .sec-title {
            font-size: 44px;
            font-weight: 800;
            margin-top: 12px;
        }
        .property-services .sec-title span {
            color: #b8860b;
        }
        .property-services hr.center {
            width: 90px;
            height: 4px;
            background: linear-gradient(90deg, #b8860b, #f5c842);
            border: none;
            border-radius: 4px;
            margin: 18px auto 25px;
        }
        .section-description {
            font-size: 17px;
            line-height: 32px;
            color: #666;
            max-width: 780px;
        }
        .service-item {
            display: flex;
            align-items: flex-start;
            gap: 30px;
            background: #fff;
            border-radius: 20px;
            padding: 40px 38px;
            margin-bottom: 25px;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
            transition: all 0.4s ease;
            border-left: 6px solid #b8860b;
            position: relative;
            overflow: hidden;
        }
        .service-item::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 200px;
            height: 200px;
            background: radial-gradient(circle, rgba(184, 134, 11, 0.04) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }
        .service-item:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 55px rgba(0, 0, 0, 0.10);
        }
        .service-number {
            min-width: 72px;
            height: 72px;
            border-radius: 50%;
            background: linear-gradient(135deg, #b8860b, #f5c842);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            font-weight: 800;
            flex-shrink: 0;
            box-shadow: 0 8px 25px rgba(184, 134, 11, 0.30);
        }
        .service-text h3 {
            font-size: 28px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 14px;
            line-height: 1.3;
        }
        .service-text p {
            font-size: 16px;
            line-height: 30px;
            color: #666;
            margin: 0;
        }

        /* Invest Section */
        .invest-section {
            padding: 100px 0;
            background: #f8f7f4;
        }
        .invest-image {
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
        }
        .invest-image img {
            width: 100%;
            height: 520px;
            object-fit: cover;
            transition: transform 0.6s ease;
        }
        .invest-image:hover img {
            transform: scale(1.04);
        }
        .invest-content .sub-heading {
            background: linear-gradient(135deg, #f5efe4, #ece3d0);
            color: #b8860b;
            padding: 8px 22px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            display: inline-block;
        }
        .invest-content h2 {
            font-size: 44px;
            font-weight: 800;
            line-height: 1.2;
            margin-top: 12px;
        }
        .invest-content h2 span {
            color: #b8860b;
        }
        .invest-content hr {
            width: 90px;
            height: 4px;
            background: linear-gradient(90deg, #b8860b, #f5c842);
            border: none;
            border-radius: 4px;
            margin: 20px 0 28px;
        }
        .invest-content p {
            font-size: 17px;
            line-height: 34px;
            color: #555;
            margin-bottom: 20px;
        }

        /* Why Choose DK Realty Cards */
        .why-choose {
            padding: 100px 0;
            background: #ffffff;
        }
        .why-choose .why-left .sub-heading {
            background: linear-gradient(135deg, #f5efe4, #ece3d0);
            color: #b8860b;
            padding: 8px 22px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            display: inline-block;
        }
        .why-choose .why-left h2 {
            font-size: 46px;
            font-weight: 800;
            line-height: 1.2;
        }
        .why-choose .why-left h2 span {
            color: #b8860b;
        }
        .why-choose .why-left hr {
            width: 90px;
            height: 4px;
            background: linear-gradient(90deg, #b8860b, #f5c842);
            border: none;
            border-radius: 4px;
            margin: 20px 0 28px;
        }
        .why-choose .why-left p {
            font-size: 17px;
            line-height: 34px;
            color: #555;
        }
        .why-card {
            background: #fff;
            border-radius: 20px;
            padding: 32px 28px;
            height: 100%;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
            transition: all 0.4s ease;
            border-top: 5px solid #b8860b;
            position: relative;
            overflow: hidden;
        }
        .why-card::before {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 120px;
            height: 120px;
            background: radial-gradient(circle, rgba(184, 134, 11, 0.05) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }
        .why-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 55px rgba(0, 0, 0, 0.10);
        }
        .why-card h3 {
            font-size: 22px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 12px;
            line-height: 1.3;
        }
        .why-card p {
            font-size: 15px;
            line-height: 28px;
            color: #666;
            margin: 0;
        }

        /* Contact CTA */
        .contact-cta {
            padding: 100px 0;
            background: #f8f7f4;
        }
        .contact-box {
            background: #ffffff;
            border-radius: 28px;
            padding: 60px 65px;
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
            border-left: 8px solid #b8860b;
            position: relative;
            overflow: hidden;
        }
        .contact-box::before {
            content: '';
            position: absolute;
            top: -60px;
            right: -60px;
            width: 250px;
            height: 250px;
            background: radial-gradient(circle, rgba(184, 134, 11, 0.06) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }
        .contact-box .sub-heading {
            background: linear-gradient(135deg, #f5efe4, #ece3d0);
            color: #b8860b;
            padding: 8px 22px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            display: inline-block;
        }
        .contact-box h2 {
            font-size: 42px;
            font-weight: 800;
            margin-top: 12px;
            line-height: 1.2;
        }
        .contact-box h2 span {
            color: #b8860b;
        }
        .contact-box p {
            font-size: 17px;
            line-height: 32px;
            color: #555;
            margin: 18px 0 30px;
        }
        .contact-details {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
        }
        .detail-item {
            flex: 1;
            min-width: 200px;
        }
        .detail-item strong {
            display: block;
            font-size: 15px;
            color: #b8860b;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 4px;
            font-weight: 700;
        }
        .detail-item span {
            font-size: 16px;
            color: #444;
            line-height: 28px;
        }
        .cta-buttons {
            display: flex;
            flex-direction: column;
            gap: 16px;
            height: 100%;
            justify-content: center;
        }
        .call-btn {
            display: block;
            text-align: center;
            padding: 16px;
            border-radius: 60px;
            background: linear-gradient(135deg, #b8860b, #8f6908);
            color: #fff;
            font-weight: 700;
            font-size: 17px;
            transition: all 0.3s ease;
            box-shadow: 0 12px 30px rgba(184, 134, 11, 0.30);
            text-decoration: none;
        }
        .call-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 18px 40px rgba(184, 134, 11, 0.40);
            color: #fff;
            text-decoration: none;
        }
        .whatsapp-btn {
            display: block;
            text-align: center;
            padding: 16px;
            border-radius: 60px;
            background: linear-gradient(135deg, #25D366, #1da85c);
            color: #fff;
            font-weight: 700;
            font-size: 17px;
            transition: all 0.3s ease;
            box-shadow: 0 12px 30px rgba(37, 211, 102, 0.30);
            text-decoration: none;
        }
        .whatsapp-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 18px 40px rgba(37, 211, 102, 0.40);
            color: #fff;
            text-decoration: none;
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 1199px) {
            .location-content h1 { font-size: 44px; }
            .why-left h2 { font-size: 40px; }
            .property-services .sec-title { font-size: 38px; }
            .invest-content h2 { font-size: 38px; }
            .why-choose .why-left h2 { font-size: 38px; }
            .contact-box h2 { font-size: 36px; }
        }
        @media (max-width: 991px) {
            .location-about { padding: 70px 0; }
            .location-content h1 { font-size: 38px; }
            .location-image img { height: 350px; }
            .why-saltlake { padding: 70px 0; }
            .why-left { padding-right: 0; margin-bottom: 35px; }
            .why-left h2 { font-size: 34px; }
            .why-right { padding: 35px 30px; }
            .property-services { padding: 70px 0; }
            .property-services .sec-title { font-size: 32px; }
            .service-item { padding: 30px 25px; gap: 20px; }
            .service-number { min-width: 60px; height: 60px; font-size: 22px; }
            .service-text h3 { font-size: 24px; }
            .invest-section { padding: 70px 0; }
            .invest-image img { height: 350px; }
            .invest-content h2 { font-size: 32px; }
            .why-choose { padding: 70px 0; }
            .why-choose .why-left h2 { font-size: 32px; }
            .why-choose .why-left { margin-bottom: 35px; }
            .contact-cta { padding: 70px 0; }
            .contact-box { padding: 40px 35px; }
            .contact-box h2 { font-size: 30px; }
            .cta-buttons { margin-top: 30px; flex-direction: row; }
            .cta-buttons .call-btn,
            .cta-buttons .whatsapp-btn { flex: 1; }
        }
        @media (max-width: 767px) {
            .location-about { padding: 50px 0; }
            .location-content h1 { font-size: 30px; }
            .location-content p { font-size: 16px; line-height: 28px; }
            .location-image img { height: 250px; }
            .btn-whatsapp, .btn-call { padding: 14px 28px; font-size: 15px; width: 100%; text-align: center; }
            .location-btns { flex-direction: column; }
            .why-saltlake { padding: 50px 0; }
            .why-left h2 { font-size: 28px; }
            .why-left p { font-size: 16px; line-height: 28px; }
            .why-right { padding: 25px 20px; }
            .why-right p { font-size: 16px; line-height: 28px; }
            .property-services { padding: 50px 0; }
            .property-services .sec-title { font-size: 26px; }
            .section-description { font-size: 16px; line-height: 28px; }
            .service-item { flex-direction: column; padding: 25px 20px; gap: 16px; }
            .service-number { min-width: 56px; height: 56px; font-size: 20px; }
            .service-text h3 { font-size: 22px; }
            .service-text p { font-size: 15px; line-height: 26px; }
            .invest-section { padding: 50px 0; }
            .invest-image img { height: 220px; }
            .invest-content h2 { font-size: 26px; }
            .invest-content p { font-size: 16px; line-height: 28px; }
            .why-choose { padding: 50px 0; }
            .why-choose .why-left h2 { font-size: 26px; }
            .why-choose .why-left p { font-size: 16px; line-height: 28px; }
            .why-card { padding: 25px 20px; }
            .why-card h3 { font-size: 20px; }
            .why-card p { font-size: 15px; line-height: 26px; }
            .contact-cta { padding: 50px 0; }
            .contact-box { padding: 25px 20px; }
            .contact-box h2 { font-size: 24px; }
            .contact-box p { font-size: 16px; line-height: 28px; }
            .contact-details { flex-direction: column; gap: 18px; }
            .cta-buttons { flex-direction: column; }
            .cta-buttons .call-btn,
            .cta-buttons .whatsapp-btn { width: 100%; }
            .detail-item { min-width: auto; }
        }
        @media (max-width: 480px) {
            .location-content h1 { font-size: 26px; }
            .why-left h2 { font-size: 24px; }
            .property-services .sec-title { font-size: 22px; }
            .invest-content h2 { font-size: 22px; }
            .why-choose .why-left h2 { font-size: 22px; }
            .contact-box h2 { font-size: 20px; }
        }

         /* ===== MODERN ENHANCEMENTS ===== */
        .location-about {
            padding: 100px 0;
            background: linear-gradient(180deg, #ffffff 0%, #faf8f5 100%);
            position: relative;
        }
        .location-about::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, #b8860b, #f5c842, #b8860b);
        }
        .location-content h1 {
            font-size: 54px;
            font-weight: 800;
            line-height: 1.15;
        }
        .location-content h1 span {
            background: linear-gradient(135deg, #b8860b, #f5c842);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .location-content p {
            font-size: 18px;
            line-height: 34px;
            color: #555;
        }
        .location-image {
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
            position: relative;
        }
        .location-image img {
            width: 100%;
            height: 480px;
            object-fit: cover;
            transition: transform 0.6s ease;
        }
        .location-image:hover img {
            transform: scale(1.04);
        }
        .location-image::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 40%;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
            pointer-events: none;
        }
        .btn-whatsapp {
            background: linear-gradient(135deg, #25D366, #1da85c);
            border: none;
            padding: 16px 38px;
            border-radius: 60px;
            font-weight: 700;
            font-size: 16px;
            letter-spacing: 0.5px;
            box-shadow: 0 12px 30px rgba(37, 211, 102, 0.35);
            transition: all 0.3s ease;
        }
        .btn-whatsapp:hover {
            transform: translateY(-4px);
            box-shadow: 0 18px 40px rgba(37, 211, 102, 0.45);
            color: #fff;
        }
        .btn-call {
            background: linear-gradient(135deg, #b8860b, #8f6908);
            border: none;
            padding: 16px 38px;
            border-radius: 60px;
            font-weight: 700;
            font-size: 16px;
            letter-spacing: 0.5px;
            box-shadow: 0 12px 30px rgba(184, 134, 11, 0.35);
            transition: all 0.3s ease;
        }
        .btn-call:hover {
            transform: translateY(-4px);
            box-shadow: 0 18px 40px rgba(184, 134, 11, 0.45);
            color: #fff;
        }

        /* Why Choose Rajarhat */
        .why-saltlake {
            padding: 100px 0;
            background: #f8f7f4;
            position: relative;
        }
        .why-left .sub-heading {
            background: linear-gradient(135deg, #f5efe4, #ece3d0);
            color: #b8860b;
            padding: 8px 22px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
        }
        .why-left h2 {
            font-size: 48px;
            font-weight: 800;
            line-height: 1.2;
        }
        .why-left h2 span {
            color: #b8860b;
        }
        .why-left hr {
            width: 90px;
            height: 4px;
            background: linear-gradient(90deg, #b8860b, #f5c842);
            border: none;
            border-radius: 4px;
        }
        .why-left p {
            font-size: 17px;
            line-height: 34px;
            color: #555;
        }
        .why-right {
            background: #ffffff;
            border-radius: 24px;
            padding: 50px 45px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
            position: relative;
            border-left: 6px solid #b8860b;
            transition: all 0.4s ease;
        }
        .why-right:hover {
            transform: translateY(-6px);
            box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
        }
        .why-right p {
            font-size: 17px;
            line-height: 34px;
            color: #555;
        }

        /* Property Services */
        .property-services {
            padding: 100px 0;
            background: #ffffff;
            position: relative;
        }
        .property-services .sub-heading {
            background: linear-gradient(135deg, #f5efe4, #ece3d0);
            color: #b8860b;
            padding: 8px 22px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            display: inline-block;
        }
        .property-services .sec-title {
            font-size: 44px;
            font-weight: 800;
            margin-top: 12px;
        }
        .property-services .sec-title span {
            color: #b8860b;
        }
        .property-services hr.center {
            width: 90px;
            height: 4px;
            background: linear-gradient(90deg, #b8860b, #f5c842);
            border: none;
            border-radius: 4px;
            margin: 18px auto 25px;
        }
        .section-description {
            font-size: 17px;
            line-height: 32px;
            color: #666;
            max-width: 780px;
        }
        .service-item {
            display: flex;
            align-items: flex-start;
            gap: 30px;
            background: #fff;
            border-radius: 20px;
            padding: 40px 38px;
            margin-bottom: 25px;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
            transition: all 0.4s ease;
            border-left: 6px solid #b8860b;
            position: relative;
            overflow: hidden;
        }
        .service-item::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 200px;
            height: 200px;
            background: radial-gradient(circle, rgba(184, 134, 11, 0.04) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }
        .service-item:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 55px rgba(0, 0, 0, 0.10);
        }
        .service-number {
            min-width: 72px;
            height: 72px;
            border-radius: 50%;
            background: linear-gradient(135deg, #b8860b, #f5c842);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            font-weight: 800;
            flex-shrink: 0;
            box-shadow: 0 8px 25px rgba(184, 134, 11, 0.30);
        }
        .service-text h3 {
            font-size: 28px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 14px;
            line-height: 1.3;
        }
        .service-text p {
            font-size: 16px;
            line-height: 30px;
            color: #666;
            margin: 0;
        }

        /* Invest Section */
        .invest-section {
            padding: 100px 0;
            background: #f8f7f4;
        }
        .invest-image {
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
        }
        .invest-image img {
            width: 100%;
            height: 520px;
            object-fit: cover;
            transition: transform 0.6s ease;
        }
        .invest-image:hover img {
            transform: scale(1.04);
        }
        .invest-content .sub-heading {
            background: linear-gradient(135deg, #f5efe4, #ece3d0);
            color: #b8860b;
            padding: 8px 22px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            display: inline-block;
        }
        .invest-content h2 {
            font-size: 44px;
            font-weight: 800;
            line-height: 1.2;
            margin-top: 12px;
        }
        .invest-content h2 span {
            color: #b8860b;
        }
        .invest-content hr {
            width: 90px;
            height: 4px;
            background: linear-gradient(90deg, #b8860b, #f5c842);
            border: none;
            border-radius: 4px;
            margin: 20px 0 28px;
        }
        .invest-content p {
            font-size: 17px;
            line-height: 34px;
            color: #555;
            margin-bottom: 20px;
        }

        /* Why Choose DK Realty Cards */
        .why-choose {
            padding: 100px 0;
            background: #ffffff;
        }
        .why-choose .why-left .sub-heading {
            background: linear-gradient(135deg, #f5efe4, #ece3d0);
            color: #b8860b;
            padding: 8px 22px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            display: inline-block;
        }
        .why-choose .why-left h2 {
            font-size: 46px;
            font-weight: 800;
            line-height: 1.2;
        }
        .why-choose .why-left h2 span {
            color: #b8860b;
        }
        .why-choose .why-left hr {
            width: 90px;
            height: 4px;
            background: linear-gradient(90deg, #b8860b, #f5c842);
            border: none;
            border-radius: 4px;
            margin: 20px 0 28px;
        }
        .why-choose .why-left p {
            font-size: 17px;
            line-height: 34px;
            color: #555;
        }
        .why-card {
            background: #fff;
            border-radius: 20px;
            padding: 32px 28px;
            height: 100%;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
            transition: all 0.4s ease;
            border-top: 5px solid #b8860b;
            position: relative;
            overflow: hidden;
        }
        .why-card::before {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 120px;
            height: 120px;
            background: radial-gradient(circle, rgba(184, 134, 11, 0.05) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }
        .why-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 55px rgba(0, 0, 0, 0.10);
        }
        .why-card h3 {
            font-size: 22px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 12px;
            line-height: 1.3;
        }
        .why-card p {
            font-size: 15px;
            line-height: 28px;
            color: #666;
            margin: 0;
        }

        /* Contact CTA */
        .contact-cta {
            padding: 100px 0;
            background: #f8f7f4;
        }
        .contact-box {
            background: #ffffff;
            border-radius: 28px;
            padding: 60px 65px;
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
            border-left: 8px solid #b8860b;
            position: relative;
            overflow: hidden;
        }
        .contact-box::before {
            content: '';
            position: absolute;
            top: -60px;
            right: -60px;
            width: 250px;
            height: 250px;
            background: radial-gradient(circle, rgba(184, 134, 11, 0.06) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }
        .contact-box .sub-heading {
            background: linear-gradient(135deg, #f5efe4, #ece3d0);
            color: #b8860b;
            padding: 8px 22px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            display: inline-block;
        }
        .contact-box h2 {
            font-size: 42px;
            font-weight: 800;
            margin-top: 12px;
            line-height: 1.2;
        }
        .contact-box h2 span {
            color: #b8860b;
        }
        .contact-box p {
            font-size: 17px;
            line-height: 32px;
            color: #555;
            margin: 18px 0 30px;
        }
        .contact-details {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
        }
        .detail-item {
            flex: 1;
            min-width: 200px;
        }
        .detail-item strong {
            display: block;
            font-size: 15px;
            color: #b8860b;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 4px;
            font-weight: 700;
        }
        .detail-item span {
            font-size: 16px;
            color: #444;
            line-height: 28px;
        }
        .cta-buttons {
            display: flex;
            flex-direction: column;
            gap: 16px;
            height: 100%;
            justify-content: center;
        }
        .call-btn {
            display: block;
            text-align: center;
            padding: 16px;
            border-radius: 60px;
            background: linear-gradient(135deg, #b8860b, #8f6908);
            color: #fff;
            font-weight: 700;
            font-size: 17px;
            transition: all 0.3s ease;
            box-shadow: 0 12px 30px rgba(184, 134, 11, 0.30);
            text-decoration: none;
        }
        .call-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 18px 40px rgba(184, 134, 11, 0.40);
            color: #fff;
            text-decoration: none;
        }
        .whatsapp-btn {
            display: block;
            text-align: center;
            padding: 16px;
            border-radius: 60px;
            background: linear-gradient(135deg, #25D366, #1da85c);
            color: #fff;
            font-weight: 700;
            font-size: 17px;
            transition: all 0.3s ease;
            box-shadow: 0 12px 30px rgba(37, 211, 102, 0.30);
            text-decoration: none;
        }
        .whatsapp-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 18px 40px rgba(37, 211, 102, 0.40);
            color: #fff;
            text-decoration: none;
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 1199px) {
            .location-content h1 { font-size: 44px; }
            .why-left h2 { font-size: 40px; }
            .property-services .sec-title { font-size: 38px; }
            .invest-content h2 { font-size: 38px; }
            .why-choose .why-left h2 { font-size: 38px; }
            .contact-box h2 { font-size: 36px; }
        }
        @media (max-width: 991px) {
            .location-about { padding: 70px 0; }
            .location-content h1 { font-size: 38px; }
            .location-image img { height: 350px; }
            .why-saltlake { padding: 70px 0; }
            .why-left { padding-right: 0; margin-bottom: 35px; }
            .why-left h2 { font-size: 34px; }
            .why-right { padding: 35px 30px; }
            .property-services { padding: 70px 0; }
            .property-services .sec-title { font-size: 32px; }
            .service-item { padding: 30px 25px; gap: 20px; }
            .service-number { min-width: 60px; height: 60px; font-size: 22px; }
            .service-text h3 { font-size: 24px; }
            .invest-section { padding: 70px 0; }
            .invest-image img { height: 350px; }
            .invest-content h2 { font-size: 32px; }
            .why-choose { padding: 70px 0; }
            .why-choose .why-left h2 { font-size: 32px; }
            .why-choose .why-left { margin-bottom: 35px; }
            .contact-cta { padding: 70px 0; }
            .contact-box { padding: 40px 35px; }
            .contact-box h2 { font-size: 30px; }
            .cta-buttons { margin-top: 30px; flex-direction: row; }
            .cta-buttons .call-btn,
            .cta-buttons .whatsapp-btn { flex: 1; }
        }
        @media (max-width: 767px) {
            .location-about { padding: 50px 0; }
            .location-content h1 { font-size: 30px; }
            .location-content p { font-size: 16px; line-height: 28px; }
            .location-image img { height: 250px; }
            .btn-whatsapp, .btn-call { padding: 14px 28px; font-size: 15px; width: 100%; text-align: center; }
            .location-btns { flex-direction: column; }
            .why-saltlake { padding: 50px 0; }
            .why-left h2 { font-size: 28px; }
            .why-left p { font-size: 16px; line-height: 28px; }
            .why-right { padding: 25px 20px; }
            .why-right p { font-size: 16px; line-height: 28px; }
            .property-services { padding: 50px 0; }
            .property-services .sec-title { font-size: 26px; }
            .section-description { font-size: 16px; line-height: 28px; }
            .service-item { flex-direction: column; padding: 25px 20px; gap: 16px; }
            .service-number { min-width: 56px; height: 56px; font-size: 20px; }
            .service-text h3 { font-size: 22px; }
            .service-text p { font-size: 15px; line-height: 26px; }
            .invest-section { padding: 50px 0; }
            .invest-image img { height: 220px; }
            .invest-content h2 { font-size: 26px; }
            .invest-content p { font-size: 16px; line-height: 28px; }
            .why-choose { padding: 50px 0; }
            .why-choose .why-left h2 { font-size: 26px; }
            .why-choose .why-left p { font-size: 16px; line-height: 28px; }
            .why-card { padding: 25px 20px; }
            .why-card h3 { font-size: 20px; }
            .why-card p { font-size: 15px; line-height: 26px; }
            .contact-cta { padding: 50px 0; }
            .contact-box { padding: 25px 20px; }
            .contact-box h2 { font-size: 24px; }
            .contact-box p { font-size: 16px; line-height: 28px; }
            .contact-details { flex-direction: column; gap: 18px; }
            .cta-buttons { flex-direction: column; }
            .cta-buttons .call-btn,
            .cta-buttons .whatsapp-btn { width: 100%; }
            .detail-item { min-width: auto; }
        }
        @media (max-width: 480px) {
            .location-content h1 { font-size: 26px; }
            .why-left h2 { font-size: 24px; }
            .property-services .sec-title { font-size: 22px; }
            .invest-content h2 { font-size: 22px; }
            .why-choose .why-left h2 { font-size: 22px; }
            .contact-box h2 { font-size: 20px; }
        }

        /* ----- About Section (Hero) ----- */
        .about-section {
            padding: 90px 0;
            background: #ffffff;
            overflow: hidden;
        }
        .about-section .about-image {
            position: relative;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
        }
        .about-section .about-image img {
            width: 100%;
            height: 480px;
            object-fit: cover;
            transition: transform 0.6s ease;
        }
        .about-section .about-image:hover img {
            transform: scale(1.04);
        }
        .about-section .experience-box {
            position: absolute;
            right: -10px;
            bottom: 30px;
            background: linear-gradient(135deg, #b8860b, #f5c842);
            color: #fff;
            padding: 22px 28px;
            border-radius: 18px;
            width: 220px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
        }
        .about-section .experience-box h2 {
            color: #fff;
            font-size: 46px;
            margin-bottom: 5px;
            font-weight: 800;
        }
        .about-section .experience-box span {
            font-size: 15px;
            line-height: 24px;
            display: block;
        }
        .about-section .about-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #f6f2ea;
            color: #b8860b;
            padding: 8px 20px;
            border-radius: 50px;
            font-weight: 700;
            letter-spacing: 1px;
            margin-bottom: 18px;
            font-size: 13px;
        }
        .about-section .sec-title {
            font-size: 44px;
            font-weight: 800;
            line-height: 1.2;
            color: #1a1a1a;
            margin-bottom: 16px;
            text-align: left;
        }
        .about-section .sec-title span {
            color: #b8860b;
        }
        .about-section hr {
            width: 90px;
            height: 4px;
            background: linear-gradient(90deg, #b8860b, #f5c842);
            border: none;
            border-radius: 4px;
            margin: 16px 0 28px;
        }
        .about-section p {
            font-size: 17px;
            line-height: 32px;
            color: #555;
            margin-bottom: 20px;
            text-align: justify;
        }
        .about-section .about-features {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
            margin: 30px 0 30px;
        }
        .about-section .feature-box {
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 16px 20px;
            border: 1px solid #eee;
            border-radius: 14px;
            background: #fff;
            transition: all 0.3s ease;
            font-weight: 600;
            color: #1a1a1a;
        }
        .about-section .feature-box:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
            border-color: #b8860b;
        }
        .about-section .feature-box i {
            width: 44px;
            height: 44px;
            background: linear-gradient(135deg, #b8860b, #f5c842);
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            flex-shrink: 0;
        }
        .about-section .about-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: linear-gradient(135deg, #b8860b, #8f6908);
            color: #fff;
            padding: 16px 36px;
            border-radius: 60px;
            font-weight: 700;
            font-size: 16px;
            transition: all 0.3s ease;
            box-shadow: 0 12px 30px rgba(184, 134, 11, 0.30);
            text-decoration: none;
        }
        .about-section .about-btn:hover {
            transform: translateY(-4px);
            box-shadow: 0 18px 40px rgba(184, 134, 11, 0.40);
            color: #fff;
            text-decoration: none;
        }

        /* ----- Who We Are / Mission Vision ----- */
        .mission-section {
            padding: 100px 0;
            background: #f8f7f4;
        }
        .mission-section .sub-heading {
            background: linear-gradient(135deg, #f5efe4, #ece3d0);
            color: #b8860b;
            padding: 8px 22px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            display: inline-block;
        }
        .mission-section .sec-title {
            font-size: 42px;
            font-weight: 800;
            margin-top: 12px;
        }
        .mission-section .sec-title span {
            color: #b8860b;
        }
        .mission-section hr.center {
            width: 90px;
            height: 4px;
            background: linear-gradient(90deg, #b8860b, #f5c842);
            border: none;
            border-radius: 4px;
            margin: 18px auto 28px;
        }
        .mission-section .section-description {
            font-size: 17px;
            line-height: 32px;
            color: #666;
            max-width: 780px;
            margin: 0 auto 40px;
            text-align: center;
        }
        .mission-card {
            background: #fff;
            border-radius: 20px;
            padding: 40px 38px;
            height: 100%;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
            transition: all 0.4s ease;
            border-top: 5px solid #b8860b;
            position: relative;
            overflow: hidden;
        }
        .mission-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 55px rgba(0, 0, 0, 0.10);
        }
        .mission-card .mission-icon {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: linear-gradient(135deg, #f5efe4, #ece3d0);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
        }
        .mission-card .mission-icon i {
            font-size: 34px;
            color: #b8860b;
        }
        .mission-card h3 {
            font-size: 30px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 18px;
        }
        .mission-card p {
            font-size: 16px;
            line-height: 30px;
            color: #666;
            margin-bottom: 22px;
        }
        .mission-card ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .mission-card ul li {
            margin-bottom: 12px;
            font-size: 16px;
            font-weight: 500;
            color: #1a1a1a;
        }
        .mission-card ul li i {
            color: #b8860b;
            margin-right: 10px;
        }

        /* ----- What We Do (Services) ----- */
        .services-section {
            padding: 100px 0;
            background: #ffffff;
        }
        .services-section .sub-heading {
            background: linear-gradient(135deg, #f5efe4, #ece3d0);
            color: #b8860b;
            padding: 8px 22px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            display: inline-block;
        }
        .services-section .sec-title {
            font-size: 42px;
            font-weight: 800;
            margin-top: 12px;
        }
        .services-section .sec-title span {
            color: #b8860b;
        }
        .services-section hr.center {
            width: 90px;
            height: 4px;
            background: linear-gradient(90deg, #b8860b, #f5c842);
            border: none;
            border-radius: 4px;
            margin: 18px auto 28px;
        }
        .services-section .section-description {
            font-size: 17px;
            line-height: 32px;
            color: #666;
            max-width: 780px;
            margin: 0 auto 40px;
            text-align: center;
        }
        .service-item {
            display: flex;
            align-items: flex-start;
            gap: 28px;
            background: #fff;
            border-radius: 20px;
            padding: 36px 34px;
            margin-bottom: 22px;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
            transition: all 0.4s ease;
            border-left: 6px solid #b8860b;
            position: relative;
            overflow: hidden;
        }
        .service-item:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 55px rgba(0, 0, 0, 0.10);
        }
        .service-item .service-icon {
            min-width: 64px;
            height: 64px;
            border-radius: 50%;
            background: linear-gradient(135deg, #b8860b, #f5c842);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 26px;
            flex-shrink: 0;
            box-shadow: 0 8px 25px rgba(184, 134, 11, 0.25);
        }
        .service-item .service-text h4 {
            font-size: 24px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 10px;
            line-height: 1.3;
        }
        .service-item .service-text p {
            font-size: 16px;
            line-height: 30px;
            color: #666;
            margin: 0;
        }

        /* ----- Why Clients Trust ----- */
        .trust-section {
            padding: 100px 0;
            background: #f8f7f4;
        }
        .trust-section .sub-heading {
            background: linear-gradient(135deg, #f5efe4, #ece3d0);
            color: #b8860b;
            padding: 8px 22px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            display: inline-block;
        }
        .trust-section .sec-title {
            font-size: 42px;
            font-weight: 800;
            margin-top: 12px;
        }
        .trust-section .sec-title span {
            color: #b8860b;
        }
        .trust-section hr.center {
            width: 90px;
            height: 4px;
            background: linear-gradient(90deg, #b8860b, #f5c842);
            border: none;
            border-radius: 4px;
            margin: 18px auto 28px;
        }
        .trust-section .section-description {
            font-size: 17px;
            line-height: 32px;
            color: #666;
            max-width: 780px;
            margin: 0 auto 40px;
            text-align: center;
        }
        .trust-card {
            background: #fff;
            border-radius: 20px;
            padding: 32px 28px;
            height: 100%;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
            transition: all 0.4s ease;
            border-top: 5px solid #b8860b;
            position: relative;
            overflow: hidden;
            text-align: center;
        }
        .trust-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 55px rgba(0, 0, 0, 0.10);
        }
        .trust-card .trust-icon {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: linear-gradient(135deg, #f5efe4, #ece3d0);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
        }
        .trust-card .trust-icon i {
            font-size: 30px;
            color: #b8860b;
        }
        .trust-card h4 {
            font-size: 22px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 12px;
        }
        .trust-card p {
            font-size: 15px;
            line-height: 28px;
            color: #666;
            margin: 0;
        }

        /* ----- Areas We Serve ----- */
        .areas-section {
            padding: 100px 0;
            background: #ffffff;
        }
        .areas-section .sub-heading {
            background: linear-gradient(135deg, #f5efe4, #ece3d0);
            color: #b8860b;
            padding: 8px 22px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            display: inline-block;
        }
        .areas-section .sec-title {
            font-size: 42px;
            font-weight: 800;
            margin-top: 12px;
        }
        .areas-section .sec-title span {
            color: #b8860b;
        }
        .areas-section hr.center {
            width: 90px;
            height: 4px;
            background: linear-gradient(90deg, #b8860b, #f5c842);
            border: none;
            border-radius: 4px;
            margin: 18px auto 28px;
        }
        .areas-section .section-description {
            font-size: 17px;
            line-height: 32px;
            color: #666;
            max-width: 780px;
            margin: 0 auto 40px;
            text-align: center;
        }
        .area-card {
            background: #fff;
            border-radius: 20px;
            padding: 40px 32px;
            height: 100%;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
            transition: all 0.4s ease;
            border-bottom: 5px solid #b8860b;
            text-align: center;
        }
        .area-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 55px rgba(0, 0, 0, 0.10);
        }
        .area-card .area-icon {
            width: 72px;
            height: 72px;
            border-radius: 50%;
            background: linear-gradient(135deg, #b8860b, #f5c842);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 28px;
        }
        .area-card h4 {
            font-size: 26px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 12px;
        }
        .area-card p {
            font-size: 16px;
            line-height: 30px;
            color: #666;
            margin: 0;
        }
        .area-card .area-link {
            display: inline-block;
            margin-top: 18px;
            color: #b8860b;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        .area-card .area-link:hover {
            color: #8f6908;
            text-decoration: underline;
        }

        /* ----- Contact CTA ----- */
        .contact-cta {
            padding: 100px 0;
            background: #f8f7f4;
        }
        .contact-box {
            background: #ffffff;
            border-radius: 28px;
            padding: 60px 65px;
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
            border-left: 8px solid #b8860b;
            position: relative;
            overflow: hidden;
        }
        .contact-box::before {
            content: '';
            position: absolute;
            top: -60px;
            right: -60px;
            width: 250px;
            height: 250px;
            background: radial-gradient(circle, rgba(184, 134, 11, 0.06) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }
        .contact-box .sub-heading {
            background: linear-gradient(135deg, #f5efe4, #ece3d0);
            color: #b8860b;
            padding: 8px 22px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            display: inline-block;
        }
        .contact-box h2 {
            font-size: 42px;
            font-weight: 800;
            margin-top: 12px;
            line-height: 1.2;
        }
        .contact-box h2 span {
            color: #b8860b;
        }
        .contact-box p {
            font-size: 17px;
            line-height: 32px;
            color: #555;
            margin: 18px 0 30px;
        }
        .contact-details {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
        }
        .detail-item {
            flex: 1;
            min-width: 200px;
        }
        .detail-item strong {
            display: block;
            font-size: 15px;
            color: #b8860b;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 4px;
            font-weight: 700;
        }
        .detail-item span {
            font-size: 16px;
            color: #444;
            line-height: 28px;
        }
        .cta-buttons {
            display: flex;
            flex-direction: column;
            gap: 16px;
            height: 100%;
            justify-content: center;
        }
        .call-btn {
            display: block;
            text-align: center;
            padding: 16px;
            border-radius: 60px;
            background: linear-gradient(135deg, #b8860b, #8f6908);
            color: #fff;
            font-weight: 700;
            font-size: 17px;
            transition: all 0.3s ease;
            box-shadow: 0 12px 30px rgba(184, 134, 11, 0.30);
            text-decoration: none;
        }
        .call-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 18px 40px rgba(184, 134, 11, 0.40);
            color: #fff;
            text-decoration: none;
        }
        .whatsapp-btn {
            display: block;
            text-align: center;
            padding: 16px;
            border-radius: 60px;
            background: linear-gradient(135deg, #25D366, #1da85c);
            color: #fff;
            font-weight: 700;
            font-size: 17px;
            transition: all 0.3s ease;
            box-shadow: 0 12px 30px rgba(37, 211, 102, 0.30);
            text-decoration: none;
        }
        .whatsapp-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 18px 40px rgba(37, 211, 102, 0.40);
            color: #fff;
            text-decoration: none;
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 1199px) {
            .about-section .sec-title { font-size: 38px; }
            .mission-section .sec-title { font-size: 36px; }
            .services-section .sec-title { font-size: 36px; }
            .trust-section .sec-title { font-size: 36px; }
            .areas-section .sec-title { font-size: 36px; }
            .contact-box h2 { font-size: 36px; }
        }
        @media (max-width: 991px) {
            .about-section { padding: 70px 0; }
            .about-section .about-image img { height: 350px; }
            .about-section .sec-title { font-size: 32px; }
            .about-section .experience-box { right: 10px; bottom: 20px; width: 180px; padding: 16px 20px; }
            .about-section .experience-box h2 { font-size: 36px; }
            .about-section .about-features { grid-template-columns: 1fr 1fr; }
            .mission-section { padding: 70px 0; }
            .mission-section .sec-title { font-size: 30px; }
            .mission-card { padding: 30px 28px; }
            .services-section { padding: 70px 0; }
            .services-section .sec-title { font-size: 30px; }
            .service-item { padding: 28px 24px; gap: 20px; }
            .service-item .service-text h4 { font-size: 22px; }
            .trust-section { padding: 70px 0; }
            .trust-section .sec-title { font-size: 30px; }
            .trust-card { padding: 28px 22px; }
            .areas-section { padding: 70px 0; }
            .areas-section .sec-title { font-size: 30px; }
            .area-card { padding: 32px 24px; }
            .contact-cta { padding: 70px 0; }
            .contact-box { padding: 40px 35px; }
            .contact-box h2 { font-size: 30px; }
            .cta-buttons { margin-top: 30px; flex-direction: row; }
            .cta-buttons .call-btn,
            .cta-buttons .whatsapp-btn { flex: 1; }
        }
        @media (max-width: 767px) {
            .about-section { padding: 50px 0; }
            .about-section .about-image img { height: 250px; }
            .about-section .sec-title { font-size: 26px; }
            .about-section p { font-size: 16px; line-height: 28px; }
            .about-section .about-features { grid-template-columns: 1fr; }
            .about-section .about-btn { width: 100%; justify-content: center; }
            .about-section .experience-box { width: 150px; padding: 14px 16px; }
            .about-section .experience-box h2 { font-size: 30px; }
            .about-section .experience-box span { font-size: 13px; }
            .mission-section { padding: 50px 0; }
            .mission-section .sec-title { font-size: 24px; }
            .mission-card { padding: 24px 20px; }
            .mission-card h3 { font-size: 24px; }
            .services-section { padding: 50px 0; }
            .services-section .sec-title { font-size: 24px; }
            .service-item { flex-direction: column; padding: 24px 20px; gap: 16px; }
            .service-item .service-text h4 { font-size: 20px; }
            .service-item .service-text p { font-size: 15px; line-height: 26px; }
            .trust-section { padding: 50px 0; }
            .trust-section .sec-title { font-size: 24px; }
            .trust-card { padding: 24px 18px; }
            .trust-card h4 { font-size: 20px; }
            .areas-section { padding: 50px 0; }
            .areas-section .sec-title { font-size: 24px; }
            .area-card { padding: 28px 20px; }
            .area-card h4 { font-size: 22px; }
            .contact-cta { padding: 50px 0; }
            .contact-box { padding: 25px 20px; }
            .contact-box h2 { font-size: 24px; }
            .contact-box p { font-size: 16px; line-height: 28px; }
            .contact-details { flex-direction: column; gap: 18px; }
            .cta-buttons { flex-direction: column; }
            .cta-buttons .call-btn,
            .cta-buttons .whatsapp-btn { width: 100%; }
            .detail-item { min-width: auto; }
        }
        @media (max-width: 480px) {
            .about-section .sec-title { font-size: 22px; }
            .mission-section .sec-title { font-size: 20px; }
            .services-section .sec-title { font-size: 20px; }
            .trust-section .sec-title { font-size: 20px; }
            .areas-section .sec-title { font-size: 20px; }
            .contact-box h2 { font-size: 20px; }
            .about-section .experience-box { display: none; }
        }

        .consultation-section{
    padding:80px 0;
    background:#fbfcff;
}


.consultation-form{
    background:#fff;
    padding:35px;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.consultation-form .form-control{
    height:52px;
    margin-bottom:18px;
    border-radius:5px;
    border:1px solid #ddd;
}

.consultation-form textarea.form-control{
    height:130px;
    resize:none;
}

.consult-btn{
    width:100%;
    border:none;
    background:#009688;
    color:#fff;
    padding:14px;
    border-radius:5px;
    font-size:17px;
    font-weight:600;
    transition:.3s;
}

.consult-btn:hover{
    background:#00796b;
}

.consult-info p{
    margin-bottom:15px;
    font-size:16px;
}

.consult-info i{
    color:#009688;
    margin-right:10px;
}

.thankyou-section{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px 15px;
}

.thankyou-card{

    max-width:100%;
    width:100%;
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.left-box{

    background:linear-gradient(135deg,#009688,#00796b);
    color:#fff;
    padding:60px 40px;
    height:100%;
    text-align:center;

}

.left-box i{

    font-size:85px;
    margin-bottom:25px;

}

.left-box h2{

    font-size:34px;
    font-weight:700;
    margin-bottom:20px;

}

.left-box p{

    line-height:30px;
    font-size:17px;

}

.right-box{

    padding:50px 40px;

}

.right-box h3{

    font-size:30px;
    font-weight:700;
    margin-bottom:20px;
    color:#222;

}

.right-box p{

    color:#666;
    line-height:30px;
    font-size:17px;

}

.info-box{

    margin-top:30px;
    background:#f8f8f8;
    border-radius:8px;
    padding:20px;

}

.info-box p{

    margin-bottom:12px;
    font-size:16px;

}

.info-box i{

    color:#009688;
    margin-right:10px;

}

.button-group{

    margin-top:35px;

}

.button-group a{

    display:inline-block;
    margin:8px;
    padding:13px 28px;
    border-radius:6px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;

}

.home-btn{

    background:#009688;
    color:#fff;

}

.home-btn:hover{

    background:#00796b;
    color:#fff;

}

.call-btn{

    background:#0d6efd;
    color:#fff;

}

.call-btn:hover{

    color:#fff;

}

.whatsapp-btn{

    background:#25D366;
    color:#fff;

}

.whatsapp-btn:hover{

    color:#fff;

}

@media(max-width:991px){

.left-box{

padding:40px 25px;

}

.right-box{

padding:35px 25px;

}

.left-box h2{

font-size:28px;

}

.right-box h3{

font-size:25px;

}

.button-group a{

display:block;
margin:12px 0;

}
