/*

TemplateMo 591 villa agency

https://templatemo.com/tm-591-villa-agency

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e1e1e;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 28px;
  color: #4a4a4a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #0071f8;
  color: #fff;
}

::-moz-selection {
  background: #0071f8;
  color: #fff;
}

.section {
  margin-top: 120px;
}

.section-heading {
  margin-bottom: 10px;
  text-align: center;
}

.section-heading h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 10px;
  line-height: 56px;
}

.section-heading h2 em {
  font-style: normal;
  color: #0071f8;
}

.section-heading h6 {
  margin-bottom: -10px;
  color: #168FA8;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.icon-button a {
  display: inline-block;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0px 30px 0px 0px;
  border-radius: 25px;
  transition: all .3s;
}

.icon-button a i {
  background-color: #168FA8;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  display: inline-block;
  margin-right: 15px;
  margin-left: -1px;
}

.icon-button a:hover {
  color: #168FA8;
}

.icon-button a:hover i {
  color: #fff;
}

.main-button a {
  display: inline-block;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0px 30px;
  border-radius: 25px;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #168FA8;
  color: #fff;
}

/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.99);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #168FA8;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #168FA8;
  border-radius: 50%;
}



/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/


.sub-header {
    background: #E8F4F6;
    color: black;
    padding: 10px 0;
    font-size: 14px;
}

.sub-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.sub-header ul li {
    margin-right: 20px;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
}

.sub-header ul li:hover {
    color: #168FA8;
}

.sub-header i {
    margin-right: 8px;
    color: #168FA8;
}

/* Right side business info */
.business-info {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.business-info li {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
}

.trusted-brand {
    display: flex;
    align-items: center;
    gap: 6px;
}

.trusted-logo {
    height: 30px;
    width: auto;
    object-fit: contain;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

.trusted-logo:hover {
    transform: scale(1.08);
}

/* Tablet */
@media (max-width: 1200px) {
    .business-info {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 8px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .sub-header ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sub-header ul li {
        margin-bottom: 8px;
    }

    .business-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
    }
}

.background-header {
  background-color: #fff;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area {
  position: relative;
  background-color: #fff;
  height: 100px;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  background: transparent;
  display: flex;
}

.header-area .main-nav .logo {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

.header-area .main-nav .logo h1 {
  line-height: 100px;
  font-size: 28px;
  text-transform: uppercase;
  color: #1e1e1e;
  font-weight: 700;
  letter-spacing: 2px;
}

.background-header .main-nav .logo h1 {
  line-height: 80px;
}

.header-area .main-nav ul.nav {
  flex-basis: 100%;
  margin-top: 30px;
  justify-content: right;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
  height: 100px;
  line-height: 100px;
}

.header-area .main-nav .nav li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: .25px;
}

.header-area .main-nav .nav li:last-child a {
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  border-radius: 20px;
  padding-left: 0px;
}

.header-area .main-nav .nav li:last-child a i {
  background-color: #168FA8;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  margin-left: -1px;
}

.header-area .main-nav .nav li:last-child:hover a {
  background-color: #1e1e1e;
}

.header-area .main-nav .nav li:last-child:hover a i {
  color: #fff;
}

.header-area .main-nav .nav li:hover a {
  color: #168FA8;
}

.header-area .main-nav .nav li a.active {
  color: #168FA8;
}


.background-header .main-nav .nav li a.active {
  color: #168FA8;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 22px;
}

.background-header .main-nav ul.nav {
  margin-top: 20px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.visible{
  display:inline !important;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 5px;
    padding-right: 5px;
  }

}

@media (max-width: 767px) {
  .background-header .main-nav {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 25px 25px;
    width: 100%;
  }
  .background-header .main-nav .nav,
  .header-area .main-nav .nav {
    background-color: #fff;
  }
  .background-header .main-nav .nav li a,
  .header-area .main-nav .nav li a {
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    color: #1e1e1e;
    background-color: #fff;
     border-radius: 0px 0px 25px 25px;
  }
  .background-header .main-nav .nav li,
  .header-area .main-nav .nav li {
    border-top: 1px solid #ddd;
    background-color: #f1f0fe;
    height: 50px;
    border-radius: 0px 0px 25px 25px;
  }
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 0px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #168FA8!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area .nav li:last-child a {
    background-color: transparent !important;
    font-weight: 300 !important;
    text-transform: capitalize !important;
  }
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  /* Override hidden button */
      .header-area .main-nav .nav li:last-child {
          display: block !important;
          width: 100%;
      }

      /* Ensure proper spacing */
      .header-area .main-nav .nav li:last-child a {
          color: black;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          line-height: 50px;
          height: 50px;
          visibility: visible !important;
          opacity: 1 !important;
      }

      /* Prevent icon clipping */
      .header-area .main-nav .nav li:last-child a i {
          margin-right: 8px;
      }
  
}



/*
---------------------------------------------
Inner Header Style
---------------------------------------------
*/

.page-heading.inner-page-heading {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}



/* 
---------------------------------------------
Workflow Style
--------------------------------------------- 
*/

.workflow-icon {
    width: 120px;
    height: 120px;
    margin: 25px auto 15px;
    background: linear-gradient(135deg, #168FA8, #1F6195);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
    transition: all 0.3s ease;
}

.workflow-step:hover .workflow-icon {
    transform: scale(1.08);
    background: linear-gradient(135deg, #1C384E, #1F6195);
}

.workflow-section {
    text-align: center;
    background: #EFF7F9;
    padding-top: 30px;
    padding-bottom: 30px
}

.workflow-title {
    font-size: 2.5rem;
    color: #2563eb;
    font-weight: 700;
    margin-bottom: 15px;
}

.workflow-subtitle {
    max-width: 900px;
    margin: 0 auto 50px;
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.7;
}

.workflow-chain {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.workflow-step {
    background: #D0E9EE;
    border: 2px solid #dbeafe;
    border-radius: 15px;
    overflow: hidden;
    width: 200px;
    transition: all 0.3s ease;
    border-color: #168FA8;

}

.workflow-step:hover {
    transform: translateY(-8px);
    border-color: #1C384E;
}

.workflow-step img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.step-content {
    padding: 20px 15px;
}

.step-number {
    display: inline-block;
    background: #168FA8;
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}

.workflow-step h3 {
    font-size: 1.15rem;
    color: #1e293b;
    margin-bottom: 10px;
}

.workflow-step p {
    font-size: 0.92rem;
    color: #64748b;
    line-height: 1.6;
}

.chain-arrow {
    font-size: 2rem;
    color: #168FA8;
    font-weight: bold;
}

/* Tablet */
@media (max-width: 1200px) {
    .workflow-chain {
        flex-direction: column;
    }

    .chain-arrow {
        transform: rotate(90deg);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .workflow-title {
        font-size: 2rem;
    }

    .workflow-step {
        width: 100%;
        max-width: 350px;
    }
}



/*
---------------------------------------------
Fun Facts Style
---------------------------------------------
*/

 .company-stats {
        background: linear-gradient(135deg, #1C384E, #168FA8);
        color: white;
        position: relative;
    }

    .section-title {
        font-size: 2.5rem;
        color: #fff;
    }

    .section-subtitle {
        color: rgba(255,255,255,0.85);
        max-width: 700px;
        margin: auto;
        font-size: 1.1rem;
    }

    .stat-card {
        background: rgba(255, 255, 255, 0.12);
        border-radius: 20px;
        padding: 40px 25px;
        backdrop-filter: blur(8px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        transition: all 0.3s ease;
        border: 1px solid rgba(255,255,255,0.15);
    }

    .stat-card:hover {
        transform: translateY(-8px);
        background: rgba(255,255,255,0.18);
    }

    .stat-icon {
        font-size: 3rem;
        color: #ffffff;
    }

    .count-number {
        font-size: 3rem;
        color: #ffffff;
        margin-bottom: 10px;
    }

    .count-text {
        font-size: 1.1rem;
        color: rgba(255,255,255,0.9);
        line-height: 1.6;
        font-weight: 500;
    }

    @media (max-width: 768px) {
        .section-title {
            font-size: 2rem;
        }

        .count-number {
            font-size: 2.5rem;
        }

        .stat-card {
            padding: 30px 20px;
        }
    }

    @media (max-width: 576px) {
        .section-title {
            font-size: 1.7rem;
        }

        .section-subtitle {
            font-size: 1rem;
        }
    }


/* 
---------------------------------------------
Properties Style
--------------------------------------------- 
*/

.properties .item {
  background-color: #fafafa;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

.properties .item img {
  border-radius: 10px;
}

.properties .item span.category {
  background-color: #fbd9cf;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  color: #1e1e1e;
  padding: 5px 12px;
  display: inline-block;
  margin-top: 25px;
}

.properties .item h4 {
  font-size: 19px;
  margin: 25px 0px;
}

.properties .item h4 a {
  color: #1e1e1e;
}

.properties .item ul li {
  display: inline-block;
  font-size: 15px;
  color: #4a4a4a;
  margin-right: 20px;
}

.properties .item ul li span {
  font-weight: 600;
  color: #1e1e1e;
}

.properties .item ul {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.properties .item h6 {
  font-size: 20px;
  color: #168FA8;
  margin-top: 6px;
  display: inline-block;
  float: right;
  margin-top: 30px;
}

.properties .item .main-button {
  text-align: center;
}



/* 
---------------------------------------------
Page Header Style
--------------------------------------------- 
*/

.page-heading {
  background-image: url(../images/page-heading-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0px;
  text-align: center;
}

.page-heading span {
  background-color: #fff;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 25px;
  display: inline-block;
  margin-bottom: 30px;
}

.page-heading span a {
  color: #1e1e1e;
}

.page-heading h3 {
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}


/* 
---------------------------------------------
Properties Style
--------------------------------------------- 
*/

.properties ul.properties-filter {
  list-style: none;
  text-align: center;
  margin-bottom: 70px;
}

.properties ul.properties-filter li {
  display: inline-block;
  margin: 5px 8px;
}

.properties ul.properties-filter li a {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  background-color: #1e1e1e;
  padding: 12px 25px;
  border-radius: 5px;
  transition: all .3s;
}

.properties ul.properties-filter li a.is_active {
  background-color: #168FA8;
  color: #fff;
}

.properties ul.properties-filter li a.is_active:hover {
  color: #fff;
}

.properties ul.properties-filter li a:hover {
  color: #168FA8;
}

.properties ul.pagination {
  margin-top: 50px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.properties ul.pagination li {
  display: inline-block;
  margin: 0px 5px;
}

.properties ul.pagination li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50%;
  transition: all .3s;
}

.properties ul.pagination li a:hover,
.properties ul.pagination li a.is_active {
  background-color: #168FA8;
  color: #fff;
}


/* 
---------------------------------------------
Single Page Style
--------------------------------------------- 
*/

.single-property .main-image img {
  float: none;
}

.single-property .main-content h4 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.single-property .main-content span.category {
  background-color: #fbd9cf;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  color: #1e1e1e;
  padding: 5px 12px;
  display: inline-block;
  margin-top: 40px;
}

.single-property .accordion {
  margin-top: 60px;
  margin-left: 0px;
  margin-right: 0px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fafafa;
  --bs-accordion-border-color: none;
  border: none !important;
}

.single-property .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.single-property .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #1e1e1e;
}

.single-property .accordion-button:not(.collapsed) {
  color: #168FA8;
  background-color: #fafafa;
  outline: none;
}

.single-property .accordion-button::after {
  display: none;
}

.single-property #headingThree {
  border-bottom: none;
}

.single-property .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.single-property .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  margin-left: 60px;
}

.single-property .info-table ul li {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.single-property .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.single-property .info-table ul li img {
  float: left;
  margin-right: 25px;
}

.single-property .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.single-property .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}


/* 
---------------------------------------------
Contact Page Style
--------------------------------------------- 
*/

.contact-page #map {
  margin-top: 100px;
}

.contact-page .section-heading {
  margin-bottom: 40px;
  margin-right: 280px;
}

.contact-page p {
  margin-bottom: 50px;
}

.contact-page .item {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
  display: inline-block;
  min-width: 500px;
  cursor: pointer;
}

.contact-page .item:hover {
    background: #ffe8d1;
    transform: translateY(-3px);
}

.contact-page .phone {
  margin-bottom: 30px;
}

.contact-page .item img {
  float: left;
  margin-right: 25px;
  vertical-align: middle;
}

.contact-page .item h6 {
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}

.contact-page .item h6 span {
  font-size: 15px;
  color: #aaaaaa;
  font-weight: 400;
}

.contact-page #contact-form {
  margin-left: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-page #contact-form label {
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.contact-page #contact-form input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0px 15px;
}

.contact-page #contact-form textarea {
  width: 100%;
  height: 150px;
  max-height: 180px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 15px 15px;
}

.contact-page #contact-form button {
  background-color: #1e1e1e;
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all .5s;
}

.contact-page #contact-form button:hover {
  background-color: #168FA8;
}


/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .header-area .main-nav .logo h1 {
    line-height: 80px !important;
  }
  .best-deal .tabs-content .nav-link {
    font-size: 14px;
    padding: 0px 15px;
    height: 44px;
    line-height: 44px;
  }
  .best-deal .tabs-content ul.nav-tabs li {
    margin: 0px 5px;
  }
  .properties ul.properties-filter li a {
    font-size: 14px;
    padding: 10px 15px;
  }
  .properties ul.properties-filter li {
    margin: 5px;
  }
  .header-area .main-nav .nav li:last-child {
    display: none;
  }
}

/* Keep sub-header visible and responsive on mobile/tablet */
@media (max-width: 992px) {

    /* Show sub-header */
    .sub-header {
        display: block !important;
        padding: 8px 0;
        font-size: 13px;
    }

    .sub-header .container {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }

    .sub-header ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .sub-header ul li {
        margin-right: 10px;
        font-size: 12px;
        white-space: nowrap;
    }

    .business-info {
        justify-content: center !important;
        margin-top: 6px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .trusted-logo {
        height: 24px;
    }

    /* Existing navbar adjustments */
    .header-area .main-nav .logo h1 {
        line-height: 100px;
    }

    .background-header .main-nav .logo h1 {
        line-height: 80px;
    }

    .header-area .main-nav .nav li a {
        padding-left: 3px;
        padding-right: 3px;
    }

    .header-area .main-nav .nav li:last-child a {
        padding-right: 15px;
    }
}

/* Extra small devices */
@media (max-width: 576px) {
    .sub-header ul {
        flex-direction: column;
        text-align: center;
    }

    .sub-header ul li {
        margin-right: 0;
    }

    .business-info {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 1200px) {
  .best-deal .info-table ul li span {
    float: none;
    width: 100%;
  }
  .contact-page .section-heading {
    margin-right: 100px;
  }
}

/*ADDED by me*/


  .social-buttons {
              display: flex;
              flex-wrap: wrap;
              gap: 12px;
              justify-content: center;
              padding: 10px 0;
          }

        .social-btn {
            background: #1C384E;
            border: 2px solid #1C384E;
            padding: 3px 3px;
            border-radius: 50px;
            color: white;
            text-decoration: none;
            font-weight: 600;
            font-size: 15px;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            min-width: 130px;
            text-align: left;
            width: fit-content;
        }

          .social-btn:hover {
              transform: translateY(-4px) scale(1.05);
              opacity: 0.9;
          }

          .social-btn .btn-icon {
              width: 30px;
              height: 30px;
              margin-right: 6px;
              border-radius: 50px;
              object-fit: contain;
          }

          /* Individual Brand Colors */
         /* .email { background: #ea4335; }
          .whatsapp { background: #25d366; }
          .call { background: #2563eb; }
          .message { background: #0ea5e9; }
          .instagram { background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af); }
          .facebook { background: #1877f2; }
          .justdial { background: #ff6b00; }
          .indiamart { background: #00a8e8; }
          .tradeindia { background: #e63946; }
          .linkedin { background: #0077b5; }
          .x { background: #000000; }*/

          /* Mobile Responsive */
          @media (max-width: 768px) {
              .social-btn {
                  min-width: 100px;
                  padding: 10px 18px;
                  font-size: 14px;
              }
          }

/* Carousel navigation buttons */
.custom-carousel-btn {
    width: 55px;
    height: 55px;
    top: 50%;
    transform: translateY(-50%);
    background: #1C384Eaa;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
}

.custom-carousel-btn:hover {
    background: rgba(0, 0, 0, 0.85);
}

/* Larger icons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 28px;
    height: 28px;
    background-size: 100% 100%;
    filter: brightness(0) invert(1);
}

/* Position */
.carousel-control-prev {
    left: 15px;
}

.carousel-control-next {
    right: 15px;
}

/* Indicators */
/* Fix vertically compressed indicators */
.carousel-indicators {
    position: relative;
    bottom: auto;
    margin-top: 15px;
    margin-bottom: 0;
    justify-content: center;
}

/* Force inactive indicators color */
.carousel-indicators [data-bs-target] {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px;
    min-height: 14px;
    max-width: 14px;
    max-height: 14px;
    border-radius: 50%;
    background-color: #1C384E !important;
    opacity: 1 !important;
    margin: 0 6px;
    border: none;
    padding: 0;
    flex: 0 0 auto;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

/* Active indicator */
.carousel-indicators .active {
    background-color: #168FA8 !important;
    transform: scale(1.4);
}

/* Mobile */
@media (max-width: 768px) {
    .custom-carousel-btn {
        width: 45px;
        height: 45px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 22px;
        height: 22px;
    }

    .carousel-indicators button {
        width: 10px;
        height: 10px;
    }
}

.grid-container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr); /* Fixed 3 columns on desktop */
    padding: 20px 0;
}

.grid-item {
    background-color: #ffffff;
    border: 2px solid #dbeafe; /* Solid clean border */
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.2s ease;
}

.grid-item:hover {
    transform: translateY(-5px); /* Minimal hover effect */
    border-color: #168FA8;
}

.grid-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.grid-item h3 {
    margin: 0;
    padding: 14px 10px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    background-color: #1C384E; /* Solid blue title background */
}

/* Responsive layout */
@media (max-width: 992px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .grid-container {
        grid-template-columns: 1fr;
    }

    .grid-item img {
        height: 220px;
    }
}

/* Responsive for tablets and mobiles */
@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
    .grid-item img {
        height: 120px;
    }
}

/* Add WA floating button CSS */
.floating {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(153, 145, 17, 0.67);
    z-index: 100;
    cursor: pointer;
}


.header-left {
    display: flex;            /* Align items in a row */
    align-items: center;      /* Vertically center them */
    justify-content: flex-start; /* Keep the content to the left */
}

.header-left img {
    height: 100px;            /* Set desired size */
    width: 200px;
    object-fit: contain;     /* Ensures image scales correctly */
}

.header-left .title {
    font-size: 25px;         /* Same height as image */
    line-height: 1;          /* Align text with image height */
    margin-left: 20px;      /* Space between image and text */
    font-weight: 600;
    text-align: left
}

.top-subtitle{
    padding-top: 8px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    background: #1C384E;
    text-align: center;
    color: #ffffff;
}

.top-subtitle .h2{
    color: #ffffff;
    font-size:15px;
    font-weight:500;
}
.top-subtitle .strong{
    color: #47CBE7;
    font-size:15px;
    font-weight:700;
}


/*
---------------------------------------------
Footer Style
---------------------------------------------
*/


/* ── New Footer ── */
.custom-footer {
  background: #1C384E;
  color: #e2e8f0;
  padding: 52px 48px 0;
  width: 100%;
  box-sizing: border-box;
}


.contact-name,
.contact-role {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.3 !important;
}

.custom-footer h4 {
  color: #ffffff !important;
}

.custom-footer ul li a {
  color: #cbd5e1 !important;
}

.custom-footer ul li a:hover {
  color: #168FA8 !important;
}

.custom-footer .contact-role {
  color: #94a3b8 !important;
}

.custom-footer .footer-bottom p {
  color: #94a3b8 !important;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1.8fr;
  gap: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.custom-footer h4 {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid #168FA8;
  display: inline-block;
}

.footer-logo-wrap img {
  height: 60px;
  width: auto;
  object-fit: contain;
  margin-bottom: 14px;
  display: block;
  filter: brightness(0) saturate(100%) invert(73%) sepia(11%) saturate(364%) hue-rotate(176deg) brightness(92%) contrast(88%);
}

.custom-footer p {
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.8;
  margin: 0 0 12px;
}

.footer-addr {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 10px;
}

.footer-addr i {
  color: #168FA8;
  font-size: 14px;
  margin-top: 3px;
  flex-shrink: 0;
}

.footer-addr span {
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.7;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #94a3b8;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color .2s;
}

.footer-column ul li a i {
  color: #168FA8;
  font-size: 11px;
}

.footer-column ul li a:hover {
  color: #168FA8;
}


/* Bottom bar */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-bottom p {
  font-size: 12px;
  color: #475569;
  margin: 0;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(22,143,168,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #168FA8;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
}

.footer-social a:hover {
  background: #168FA8;
  color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
  .footer-contact-col {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .custom-footer {
    padding: 36px 20px 0;
  }
}

/*
---------------------------------------------
4 People Info
---------------------------------------------
*/



/*
---------------------------------------------
whatsapp button Style
---------------------------------------------
*/



         /* Floating Button */
                .whatsapp-btn {
                    position: fixed;
                    bottom: 20px;
                    right: 20px;
                    background-color: #25d366;
                    color: #fff;
                    border-radius: 50px;
                    padding: 12px 20px;
                    cursor: pointer;
                    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
                    display: flex;
                    align-items: center;
                    gap: 10px;
                    font-weight: bold;
                    z-index: 1000;
                }

                /* Chat Popup */
                .whatsapp-chat {
                    position: fixed;
                    bottom: 80px;
                    right: 20px;
                    width: 300px;
                    max-width: 90%;
                    background-color: #075e54;
                    color: #fff;
                    border-radius: 10px;
                    box-shadow: 2px 2px 15px rgba(0,0,0,0.3);
                    display: none;
                    flex-direction: column;
                    z-index: 1000;
                }

                .whatsapp-chat-header {
                    display: flex;
                    align-items: center;
                    padding: 10px;
                    border-bottom: 1px solid rgba(255,255,255,0.2);
                }

                .whatsapp-chat-header img {
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    margin-right: 10px;
                    object-fit: cover;
                }

                .whatsapp-chat-header .close-btn {
                    margin-left: auto;
                    cursor: pointer;
                    font-size: 20px;
                }

                .whatsapp-chat-body {
                    padding: 10px;
                    font-size: 14px;
                    background: #ECE5DD
                }

                .whatsapp-chat-body button {
                    background-color: #25d366;
                    border: none;
                    color: white;
                    padding: 10px 20px;
                    width: 100%;
                    border-radius: 5px;
                    font-weight: bold;
                    cursor: pointer;
                }







/*
---------------------------------------------
Manufacture Page Style
---------------------------------------------
*/


/* Category Heading */
.category-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #222;
}

/* Product Range Title */
.range-title {
  color: #168FA8;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Scroll Container */
.scroll-container {
  position: relative;
}

/* Product List */
.product-list {
  display: flex;
  gap: 1rem;
  overflow-x: auto;              /* enable horizontal scroll */
  padding-bottom: 0.5rem;
  scroll-snap-type: x mandatory; /* snap effect */
  scroll-behavior: smooth;       /* smooth scrolling */
  -webkit-overflow-scrolling: touch; /* iOS momentum scroll */
}

/* Hide default scrollbar (optional) */
.product-list::-webkit-scrollbar {
  display: none;
}

/* Product Card */
.product-card {
  flex: 0 0 auto;
  width: 170px;
  height: 170px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  scroll-snap-align: start;
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive for larger devices */
@media (min-width: 768px) {
  .product-card {
    width: 190px;
    height: 190px;
  }
}


/*
---------------------------------------------
Trader Section Style
---------------------------------------------
*/

 .seo-product-section {
        background-color: #D0E9EE;
    }

    .seo-section-title {
        color: #1C384E;
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .seo-section-subtitle {
        color: #168FA8;
        font-size: 16px;
        max-width: 900px;
        margin: 0 auto;
        line-height: 1.8;
        font-weight: 500;
    }

    .seo-product-tags {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        margin-top: 30px;
    }

    .seo-product-tags a {
        display: inline-block;
        padding: 12px 22px;
        background-color: #1C384E;
        color: #ffffff;
        text-decoration: none;
        border-radius: 40px;
        font-size: 15px;
        font-weight: 600;
        transition: all 0.3s ease;
        border: 2px solid transparent;
    }

    .seo-product-tags a:hover {
        background-color: #168FA8;
        color: #ffffff;
        transform: translateY(-3px);
        border-color: #1C384E;
    }

    @media (max-width: 768px) {
        .seo-section-title {
            font-size: 26px;
        }

        .seo-section-subtitle {
            font-size: 14px;
        }

        .seo-product-tags a {
            font-size: 14px;
            padding: 10px 16px;
        }
    }

/*
---------------------------------------------
TAG Section Style
---------------------------------------------
*/

.seo-tags-section {
    width: 100%;
    overflow: hidden;
    background: #D0E9EE;
    padding: 25px 0;
}

.seo-tags-row {
    overflow: hidden;
    white-space: nowrap;
    margin: 12px 0;
}

.seo-tags-track {
    display: inline-flex;
    gap: 14px;
    width: max-content;
}

.seo-tag {
    display: inline-block;
    padding: 10px 18px;
    background: white;
    color: #168FA8;
    border: 2px solid #168FA8;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.seo-tag:hover {
    background: #168FA8;
    color: white;
}

/* Animation directions */
.scroll-left .seo-tags-track {
    animation: scrollLeft 45s linear infinite;
}

.scroll-right .seo-tags-track {
    animation: scrollRight 45s linear infinite;
}

@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .seo-tag {
        font-size: 12px;
        padding: 8px 14px;
    }

    .scroll-left .seo-tags-track,
    .scroll-right .seo-tags-track {
        animation-duration: 30s;
    }
}

/*********************** Trader *************************/

.trade-grid-container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr); /* Fixed 3 columns on desktop */
    padding: 20px 0;
}

.trade-grid-item {
    background-color: #ffffff;
    border: 2px solid #dbeafe; /* Solid clean border */
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.2s ease;
}

.trade-grid-item:hover {
    transform: translateY(-5px); /* Minimal hover effect */
    border-color: #168FA8;
}

.trade-grid-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.trade-grid-item h3 {
    margin: 0;
    padding: 14px 10px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    background-color: #1C384E; /* Solid blue title background */
}

/* Responsive layout */
@media (max-width: 992px) {
    .trade-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .trade-grid-container {
        grid-template-columns: 1fr;
    }

    .trade-grid-item img {
        height: 220px;
    }
}

/* Responsive for tablets and mobiles */
@media (max-width: 768px) {
    .trade-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .trade-grid-container {
        grid-template-columns: 1fr;
    }
    .trade-grid-item img {
        height: 120px;
    }
}
