* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto';
  overflow-x: hidden;
}

html,body{
  overflow-x: hidden;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-LightItalic.woff2') format('woff2'),
        url('../fonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.woff2') format('woff2'),
        url('../fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BlackItalic.woff2') format('woff2'),
        url('../fonts/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BoldItalic.woff2') format('woff2'),
        url('../fonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-MediumItalic.woff2') format('woff2'),
        url('../fonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-ThinItalic.woff2') format('woff2'),
        url('../fonts/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
a{
  text-decoration: none;
}
/* Hero Section */
.hero {
  position: relative;
  min-height:calc(100vh - 100px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items:center;
  justify-content: center;
  transition: background-image 1.2s ease-in-out;
}
.button-bg i {
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    background: #dddddd;
    width: 37px;
    font-size: 20px;
    height: 37px;
    justify-content: center;
    display: inline-block;
}
.button-bg {
    text-decoration: none;
     padding: 13px 20px 13px 10px;
    margin-top: 19px;
    font-weight: 400;
    border: 1px solid #fff;
    border-radius: 32px;
    background: #FFF;
    color: #000000;
    font-size: 20px;
    cursor: pointer;
}
.banner-btn p {
    margin-bottom: 0px;
    margin-top: 20px;
}
.banner-btn {
    position: absolute;
    bottom: 56px;
}
.button-bg:hover{
  color: #000;
}

.button-bg.button {
    background: transparent;
    color: #fff;
    margin-right: 15px;
    padding: 13px 36px;
}
.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgb(0 0 0 / 15%);
}
.nav-right ul li a {
    font-size: 19px;
    color: #fff;
    padding: 10px 10px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.5s;
}
.nav-right ul li a:hover{
  color: #f54c30;
}
.nav-right ul li{
  list-style: none;
}
.header.sticky .logo img
 {
    width: 118px;
}
.header {
    position: absolute;
    top: 0;
    z-index: 11;
    padding: 13px;
    transition: all 0.3s ease;
    z-index: 999;
    width: 100%;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
      background: #2f2f2f;
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
  animation: slideDown 0.3s ease;
}

/* Smooth slide animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.logo img {
    width: 206px;
}
.hero-banner {
    display: flex;
    justify-content: center;
    /* background-color: #00000069; */
    border-radius: 12px;
    /* padding: 20px; */
}
.container {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1200px;
}
.whatsapp-info {
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
}
.whatsapp-info a {
    display: flex;
     width: 60px;
    height: 60px;
    color: #fff;
    font-size: 35px;
    color: #fff;
    align-items: center;
    justify-content: center;
    z-index: 9999;
        margin-bottom: 10px;
    text-decoration: none;
    border-radius: 50%;
    padding: 9px;
}
.whatsapp-icon{
  background-color: green;
}
.phone-icon{
background-color: #027AAF;
}
.mail-icon{
background-color: #BF8C1B;
}
.whatsapp-info a svg {
    width: 40px !important;
    height: 40px !important;
}
.logo {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 0px;
}

.logo span {
  color: #00aaff;
}
.banner-left span{
  font-weight: 700;
}

.banner-left h1 {
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #fff;
  font-style: oblique;
}

.banner-left p {
  font-size: 27px;
  color: #fff;
      font-style: italic;

  margin-bottom: 0px;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-info i {
  font-size: 1.8rem;
  color: #ffff;
}

.contact-info p {
  margin: 0;
  font-size: 0.9rem;
}

.contact-info h3 {
  margin-top: 3px;
  font-size:25px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #bcbcbc;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: var(--backgroundColor);
    height: 2px;
}
.banner-right {
  background: rgb(0 0 0 / 49%);
    padding: 50px 41px;
    border-radius: 8px;
    max-width: 545px;
    width: 100%;
    border: 1px solid #ffffff4d;

}
button.btn-close {
 position: absolute;
    right: -31px;
    background-color: #00b0fa;
    top: -27px;
    width: 20px;
    display: flex;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
    line-height: initial;
    height: 20px;
    opacity: 1;
    filter: none;
    color: #ffeeee !important;
    background-image: none;
}
.form-box h3 {
    font-weight: 500;
    text-align: center;
    line-height: 33px;
    color: #000;
    font-size: 27px;
    margin-bottom: 30px;

}
.section-title {
    grid-column-gap: 19px;
    grid-row-gap: 25px;
    flex-direction: row;
    color: #000;
    justify-content: center;
    font-size: 28px;
    font-weight: 500;
    align-self: stretch;
    align-items: center;
    padding-top: 0;
    padding-bottom: 2rem;
    display: flex;
}
.border-shape {
    background-color: #000;
    width: 30px;
    max-width: 30px;
    height: 1px;
}

form button {
  width: 100%;
  padding: 12px;
  margin-top: 19px;
  border: none;
  border-radius: 4px;
  background: #00aaff;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

form button:hover {
  background: #0088cc;
}

.features {
  background: #0096ff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 197px;
  padding: 30px 10px;
  flex-wrap: wrap;
  text-align: center;
}

.feature-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.feature-box img {
  width: 57px;
  margin-bottom: 10px;
  filter: brightness(100);
}

.feature-box p {
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 0px;
}
.banner-left{
  text-align: center;
}

.contact-form-group {
    margin-bottom: 14px;
}
.contact-form-group label {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 7px;
}
.header-info-right {
    margin-top: 17px;
}
.contact-main-info .border-shape {
  background-color: #fff;
}

.header-info-right span {
    margin-right: 12px;
}
.header-info-right a:hover{
  background-color: #0096ff;
}
.header-info-right a {
    text-decoration: none;
    color: #ffffff;
    border-radius: 50%;
    width: 35px;
    align-items: center;
    justify-content: center;
        margin-right: 9px;
    font-size: 22px;
    display: inline-flex;
    height: 35px;
    border: 1px solid #fff;
    padding: 6px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.contact-form-group input, .contact-form-group textarea {
    border: 1px solid #cccccc36 !important;
    border-radius: 5px;
    background: #090909 !important;
    font-size: 14px;
    outline: none;
    color: #fff;
    padding: 12px;
    transition: border-color .3s ease-in-out;
    width: 100%;
}
.card-section{
  background-image: url('../img/banner-1.webp');
  background-size: cover;
  width: 100%;
  min-height: 800px;
  background-attachment: fixed;
}



/* 🔹 Overlay effect */
.contact-main-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* black overlay with 60% opacity */
  z-index: -1;
}
.contact-details {
    width: 100%;
    max-width: 656px;
    padding: 34px 55px;
    margin-bottom: 44px !important;
    margin: auto;
    border-radius: 20px;
    background: #fff;
}
/* ===== About Us Section ===== */
.about-us-section {
  position: relative;
  padding: 100px 0;
  font-family: "Poppins", sans-serif;
}

.about-us-overlay {
  padding: 80px 0;
}

.about-us-info{
  margin-top: 90px;
  display: flex;
  gap: 45px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-us-content {
  flex: 1 1 45%;
  z-index: 2;
}

.about-us-title {
  font-size: 36px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}

.about-us-title span {
  display: block;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
  font-size: 26px;
}

.about-us-subtitle {
  margin: 20px 0 40px;
  font-size: 16px;
}

.about-us-icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 5px;
  margin-bottom: 40px;
 
  align-items: center;
}
.about-icon-item::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 75px;
    background-color: #0000006b;
    right: 0px;
    top: 0px;
}

.about-icon-item {
    text-align: center;
    position: relative;
    height: 100%;
}

.about-icon-item img {
      width: 40px;
    height: 39px;
    margin-bottom: 12px
}
.about-icon-item.about-border:after {
    display: none;
}

.about-icon-item p {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

.about-us-text {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-us-text.italic {
  font-style: italic;
}

.about-us-btn {
  display: inline-block;
  padding: 12px 35px;
  border: 1px solid #fff;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.about-us-btn:hover {
  background: #fff;
  color: #007fae;
}

.about-us-map {
  flex: 1 1 45%;
  text-align: center;
}

.about-us-map img {
  max-width: 100%;
  height: auto;
}

/* ===== services Section ===== */
.services-section {
  text-align: center;
  padding: 80px 20px;
     background: linear-gradient(360deg, rgba(245, 76, 48, 1) 0%, rgba(255, 255, 255, 1) 100%);
  font-family: "Poppins", sans-serif;
}
.footer-socia-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
    padding-top: 37px;
}
.footer-title {
    font-size: 15px;
    font-weight: 700;
    color: #282c3f;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.footer-logo img {
    width: 218px;
}
footer.footer-info {
   padding: 27px 0px;
    margin-top: 82px;
    border-top: 1px solid #0000000d;
    background: linear-gradient(360deg, rgb(245 76 48 / 38%) 0%, rgba(255, 255, 255, 1) 100%);
}
.social-icons a {
    text-decoration: none;
    color: #ffffff;
    border-radius: 50%;
    background: #f54c30;
    width: 35px;
    align-items: center;
    justify-content: center;
    margin-right: 9px;
    font-size: 18px;
    display: inline-flex;
    height: 35px;
    border: 1px solid #f54c30;
    padding: 6px;
    transition: all 0.5s;
}
.social-icons a:hover{
  color: #f54c30;
    background: #fff;
}
.section-title {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #000;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.section-subtitle {
  max-width: 900px;
  margin: 0 auto 60px;
  color: #333;
  font-size: 1rem;
  line-height: 1.7;
}

/* ===== services Grid ===== */
.services-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 37px;
  flex-wrap: wrap;
}

.services-card {
  text-align: center;
  width: 200px;
}
.contact-add-info {
       padding-top: 39px;
}
.nav-right ul li a:focus{
  color: #f54c30;
}


.services-image {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px dashed;
    transition: transform 0.4s ease;
}

.services-image img {
    width: 100%;
    height: 200px;  
    border-radius: 50%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.services-image:hover img {
  transform: scale(1.05);
}

.services-name {
  font-size: 19px;
  font-weight: 600;
  color: #000;
  margin-top: 15px;
}

/* ===== Button ===== */
.btn-wrapper {
  margin-top: 70px;
}

.btn-enquire {
  display: inline-block;
  padding: 14px 45px;
  border: 1px solid #000;
  border-radius: 40px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.btn-enquire:hover {
  background-color: #000;
  color: #fff;
}






.contact-details .form-box h3{
  color: #000;
}
.mob-num-info .contact-card-info .language-dropdown{
  text-align: left;
}
.mob-num-info .search-box{
  padding: 7px 12px;

}
.mob-num-info .language-options li:hover {
    background-color: #56565612;
}
.mob-num-info .dropdown-menu{
  background-color: #fff;
}
.mob-num-info .language-options li{
  color: #000;
}
.contact-card-info .contact-form-group label{
  text-align: left;
  color: #000;
}
.contact-card-info .contact-form-group input, .contact-form-group textarea{
      background: #ededed !important;
      color: #000000;
}
.contact-card-info .language-dropdown{
     background: #ededed !important;
      color: #000000;
}
.location-info {
    display: flex;
    gap: 20px;
    align-items: center;
    background: #f5f5f5;
    padding: 12px 20px;
    border-radius: 10px;
    margin-bottom: 37px;
}
.map-sec {
    height: 370px;
}
.location-icon {
    border: 1px dashed #fa3835;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50px;
    background-color: #fff;
    padding: 0 20px;
}

.location-icon i {
    font-size: 23px;
    color: #f54c30;

}
.contact-details-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.contact-add span {
    font-size: 33px;
    font-weight: 500;
}
.contact-add  .border-shape{
  background-color: #000;
}
.location-add {
    text-align: start;
}
.contact-add {
    margin: auto;
    max-width: 100%;
    padding: 66px 0px;
}
.location-add span {
    font-size: 16px;
    padding-bottom: 2px;
    font-weight: 500;
    color: #414141;
}
.location-add p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #000;
    text-transform: capitalize;
}
.map-sec iframe {
    width: 100%;
    height: 100%;
}

.property-gallery {
  background-color: #f8f9fb;
  padding: 90px 0;
}


.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(304px, 1fr));
    gap: 20px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}


.price {
       font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-top: 2px;
    margin-bottom: 2px;
}
.price span {
    color: #999;
    font-size: 18px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 6px;
}
.gallery-item {
  border: 2px dashed #000;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
.product-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-card-img{
  overflow: hidden;
  height: 500px;
}
.product-data-info {
    padding: 10px 19px;
    align-items: center;
    justify-content: space-between;
}
.small-container {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding: 0px 15px;
}
.add-card-btn {
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    color: #000;
    border-radius: 22px;
    padding: 4px 16px;
    text-decoration: none;
    transition: all 0.5s;
}
.add-card-btn:hover{
   border: 1px solid #f54c30;
    background: #f54c30;
    color: #fff;
}
.product-name{
       font-size: 19px;
    color: #1d1d1d;
    font-weight: 500;
    max-width: 310px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
        margin-bottom: 11px;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}


.nav-right ul {
    display: flex;
    padding: 0;
    margin: 0;
}
.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom {
   margin: auto;
    padding: 27px 20px;
    padding-bottom: 46px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    border-top: 1px solid #fa38354a;
}
.privacy-info a {
    color: #131313;
    font-size: 16px;
    text-decoration: underline;
    padding-left: 18px;
    transition: all 0.5s;
}
.privacy-info a:hover{
  color: #f54c30;
}

.footer-bottom p {
    margin-bottom: 0;
    font-size: 15px;
}
.about-us-text span {
    font-weight: 700;
}
/* -----privacy policy---- */
.header.header-inner {
    position: fixed;
    background: #2f2f2f;
}

.policy-details-info {
    padding: 20px 20px;
    border-radius: 20px;
    background: #fafafa;
    box-shadow: 0px 1px 11px 1px #00000021;
}
.terms-title {
    text-align: center;
    font-size: 32px;
    color: #f54c30;
    font-weight: 700;
    margin-bottom: 20px;
}
.privacy-content h2 {
    font-size: 20px;
    margin: 30px 0 10px;
    color: #222;
    font-weight: 600;
}
.privacy-content p {
    font-size: 14.5px;
    color: #555;
    margin-bottom: 10px;
}
.privacy-content ul {
    margin-left: 20px;
    margin-top: 10px;
}
.privacy-content ul li {
    font-size: 16px;
    color: #555;
    margin-bottom: 8px;
    list-style: disc;
}
.terms-section {
    padding: 95px 0px;
    margin-top: 84px;
    padding-bottom: 20px;
}
.policy-details-info h2 {
    font-size: 19px;
}
/* --------product details------ */


/* =================details page===== */
.product-page {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}

.product-gallery {
  display: flex;
  gap: 15px;
}

.thumb-slider {
  width: 70px;
}
.thumb-slider .swiper-slide {
  border: 1px solid #ddd;
  padding: 4px;
  cursor: pointer;
  overflow: hidden;
}

.thumb-slider img {
  width: 100%;
}
.thumb-slider .swiper-slide-thumb-active {
  border: 2px solid #007185;
}

.main-slider {
  width: 420px;
}

.product-details-info {
    padding: 100px 0px;
    padding-bottom: 0px;
        margin-top: 93px;
} 
.product-info {
  width: 40%;
}

.info-content{
  margin-bottom: 0px;
}
.product-title {
  font-size: 22px;
  font-weight: 500;
color: #000000db;
  margin-bottom: 8px;
}

.brand-link {
  color: var(--primaryColor);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.product-table-wrap {
    max-width: 650px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}
.product-specs h3 {
    font-size: 19px;
    margin-bottom: 12px;
}
.product-table {
  width: 100%;
  border-collapse: collapse;
}

.product-table td {
  padding: 10px 14px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

.product-table tr:last-child td {
  border-bottom: none;
}
.product-table tr:nth-child(odd) td {
  background-color: #fff;
}

.product-table tr:nth-child(even) td {
  background-color: #eeeeee;
}
.price-row .price {
    color: #f54c30;
    font-weight: 700;
}

.product-table .label {
  width: 35%;
  font-weight: 600;
  text-transform: uppercase;
  border-right: 1px solid #00000033;
  color: #333;
}

.product-table .value {
  width: 65%;
  background: #fff;
  color: #000;
}

.product-table .bold {
  font-weight: 700;
}


.rating-row {
  margin: 8px 0;
  font-size: 14px;
  color: #555;
}

.deal-tag {
  display: inline-block;
  background: #cc0c39;
  color: #fff;
  padding: 4px 8px;
  font-size: 13px;
  border-radius: 2px;
  margin: 10px 0;
}

.price-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-row .discount {
  color: #cc0c39;
  font-size: 24px;
}

.buy-price {
  font-size: 28px;
  font-weight: 500;
}

.mrp {
  font-size: 14px;
  color: #565959;
  margin-top: 4px;
}
.tax-text,
.emi-text {
  font-size: 14px;
  margin-top: 6px;
}

.emi-text a {
  color: var(--primaryColor);
  text-decoration: none;
}

.coupon-box {
  margin-top: 15px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.offer-section {
  max-width: 1000px;
}

.offer-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.offer-header h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}

.offer-slider-wrapper {
  position: relative;
}

.offer-slider {
  padding-right: 40px;
}

.offer-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 14px;
  height: 120px;
  background: #fff;
}

.offer-card h4 {
  font-size: 14px;
  margin-bottom: 6px;
}

.offer-card p {
  font-size: 11px;
  color: #565959;
  line-height: 1.4;
}

.offer-card a {
  font-size: 13px;
  color: var(--primaryColor);
  text-decoration: none;
  padding-top: 8px;
  display: flex;
}

.offer-nav-next {
  position: absolute;
  top: 35%;
  right: -20px;
  width: 36px;
  height: 36px;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
}
.offer-nav-prev {
  position: absolute;
  top: 35%;
  left: -20px;
  width: 36px;
  height: 36px;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
}
.offer-nav-next.swiper-button-disabled {
    display: none;
}
.offer-nav-prev.swiper-button-disabled {
    display: none;
}

.services-nav-next {
  position: absolute;
  top: 35%;
  right: -20px;
  width: 36px;
  height: 36px;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
}
.services-nav-prev {
  position: absolute;
  top: 35%;
  left: -20px;
  width: 36px;
  height: 36px;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
}
.services-nav-next.swiper-button-disabled {
    display: none;
}
.services-nav-prev.swiper-button-disabled {
    display: none;
}
.services-slider-wrapper {
    position: relative;
    margin-top: 20px;
    padding: 10px 18px;
    border-radius: 8px;
    background: #9b9b9b12;
}

.services-card{
  text-align: center;
}
.services-card p{
  font-size: 12px;
  color: #000;
}

.product-gallery {
  display: flex;
  gap: 15px;
}
.product-gallery-slider{
      width: 52%;
}

.thumb-slider {
    width: 96px;
   height: 100%;
}

.thumb-slider .swiper-slide {
  border: 2px solid #fff;
  padding: 4px;
  height: 125px !important;
  cursor: pointer;
  transition: border 0.2s;
  border-radius: 9px;
}

.thumb-slider .swiper-slide:hover {
      border: 2px solid #f54c30;
}
.thumb-slider .swiper-slide-thumb-active {
      border: 2px solid #f54c30;
}
.add-card-inner .add-card-btn {
    padding: 9px 31px;
}
.add-card-inner .add-card-btn i{
  padding-right: 5px;
}
.add-card-inner .add-card-btn.buy{
  background-color: #f54c30;
  color: #fff;
  border-color: #f54c30;
}
.add-card-inner {
 width: 100%;
    text-align: end;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: end;
    margin-top: 37px;
    padding-right: 62px;
}
.add-card-inner .add-card-btn.buy:hover{
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    color: #000;
}

.main-slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.2s ease;
}
.main-slider .swiper-slide {
  position: relative;
  overflow: hidden;
}
.main-slider .zoom-active img {
  transform: scale(2);
  cursor: zoom-in;
}

.header-text {
  display: flex;
  flex-direction: column;
}

.title {
  font-weight: bold;
  font-size: 14px;
}


.price {
  font-size: 26px;
  margin-top: 4px;
}




.info-link {
    color: #4da24f;
    font-size: 14px;
    padding-left: 15px;
    margin-top: 5px;
    display: block;
}
.delivery-info {
  font-size: 13px;
}
.purchase-box {
  font-size: 14px;
  line-height: 1.4;
}

.delivery a,
.location-details a {
  color: #007600;
  text-decoration: none;
}
.delivery.fast .time {
  color: #007600;
  font-weight: bold;
}
.location-details {
  margin: 10px 0;
}

.stock {
  color: #007600;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0;
}

.seller-info div {
  display: flex;
  gap: 10px;
  margin: 4px 0;
}

.seller-info span:first-child {
  width: 80px;
  color: #555;
}

.secure {
  color: #54a54e;
}

.protection {
  margin: 14px 0;
}

.protection h4 {
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 600;
}

.protection label {
  display: block;
  margin: 12px 0;
}

.common-btn.cart {
  background: #83b94e;
  margin-top: 8px;
  padding: 8px 10px;
}

.common-btn.buy {
  margin-top: 8px;
  padding: 8px 10px;
}


.account-form input:focus-within{
  outline: none;
}
.checkbox-info{
      display: flex;
}

.product-specs {
  color: #000;
  margin-top: 10px;
}

.about-list {
  font-size: 14px;
  padding-left: 18px;
  line-height: 1.6;
  overflow: hidden;
  margin-bottom: 0px;
  transition: max-height 0.3s ease;
}
.about-list.collapsed {
  max-height: 95px;
  margin-bottom: 0px;
}
.about-list li {
  margin-bottom: 10px;
  list-style: disc;
}
.show-more-btn {
  background: none;
  border: none;
  color: var(--primaryColor);
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.show-more-btn .arrow {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.about-list.collapsed {
  max-height: 191px;
  overflow: hidden;
}


/* =-=============payment================ */
.checkout-wrapper {
  max-width: 1200px;
      margin-top: 184px !important;
  margin: 90px auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.checkout-left,
.checkout-right {
  padding: 30px;
      background: #eaeaea;
}

.checkbox input:checked {
    background-color: #fa3835;
    border-color: #fa3835c9;
}

/* Check icon */
.checkbox input:checked::after {
  content: "✔";
  color: #fff;
  font-size: 11px;
  position: absolute;
  top: -2px;
  left: 2px;
}

.checkbox input {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border:2px solid #21212170;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}

.checkout-right {
  background: #f4f4f4;
  border-left: 1px solid #eee;
}

.checkout-title {
    margin-bottom: 33px;
    padding-bottom: 9px;
    border-bottom: 1px solid #00000042;
}

.section-title-info {
    font-size: 22px;
    margin-bottom: 31px;
    text-align: center;
    font-weight: 600;
}


/* Form */
.form-group {
  margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    margin-bottom: 5px; 
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.checkbox {
  display: flex;
  gap: 8px;
  font-size: 13px;
  margin-top: 15px;
  cursor: pointer;
}


.success-wrapper {
  margin-top: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-card {
  background: #fff;
  padding: 40px 30px;
  border: 1px solid #f54c3054;
  width: 420px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Icon */
.success-icon {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
}

.checkmark {
  width: 70px;
  height: 70px;
  background: #f54c30;
  color: #fff;
  font-size: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  box-shadow: 0 8px 20px rgba(255,122,69,0.4);
}

/* Dots */
.dot {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #f54c30;
  border-radius: 50%;
  opacity: 0.8;
}

.dot-1 { top: 5px; left: 40px; }
.dot-2 { top: 20px; right: 5px; }
.dot-3 { top: 60px; right: 10px; }
.dot-4 { bottom: 10px; left: 20px; }
.dot-5 { top: 25px; left: 0; }
.dot-6 { bottom: 25px; right: 25px; }

/* Text */
.success-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #222;
}

.success-text {
  font-size: 14px;
  color: #777;
  margin-bottom: 25px;
}

/* Buttons */
.success-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.btn {
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 150px;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.5s;

}

.btn-outline {
  border: 1px solid #ddd;
  color: #555;
  background: #fff;
}

.btn-primary {
  background: #f54c30;
  color: #fff;
}

.btn-primary:hover{
  border: 1px solid #000;
   color: #000;
   background-color: transparent;
}



/* Price Summary */
.price-summary div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 16px;
}

.price-summary .total {
  font-weight: 700;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.form-group input, .form-group select:focus-within{
  outline: none;
}
.form-group input:focus{
  border: 1px solid #00000066;
}
/* Pay Button */
.pay-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 10px;
    background: #f54c30;
    color: #fff;
    border: none;
    border: 1px solid transparent;
    border-radius: 31px;
    font-size: 18px;
    transition: all 0.5s;
    cursor: pointer;
}
.pay-btn:hover{
        border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    color: #000;
}

.secure-text {
  font-size: 12px;
  color: #666;
  margin-top: 15px;
  text-align: center;
}



.payment-method {
     margin-bottom: 32px;
}

.payment-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.radio-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

/* Hide default radio */
.radio-item input {
  display: none;
}

/* Custom radio */
.custom-radio {
  width: 16px;
  height: 16px;
     border: 1px solid #0a080861;
  border-radius: 50%;
  position: relative;
}

/* Checked state */
.radio-item input:checked + .custom-radio::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #f54c30;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Text */
.radio-text {
  user-select: none;
}












@media (max-width:1650px) {
  .small-container {
    width: 100%;
    max-width: 1400px;
  }
}
@media (max-width:1500px) {
  .services-wrapper{
        gap: 21px;
  }
  .btn-wrapper {
    margin-top: 44px;
}
.gallery-grid{
  gap: 13px;
}
.logo img {
    width: 144px;
}
.price {
    font-size: 22px;
}
.about-us-overlay {
    padding: 0px;
}
  .small-container {
    width: 100%;
    max-width: 1350px;
  }
.about-us-icons{
      gap: 12px 18px;
}
.banner-left h1 {
    font-size: 52px;
}
  .product-details-info {
    margin-top: 66px;
  }
}
@media (max-width:1400px) {
.services-card {
    text-align: center;

}
    .small-container {
        width: 100%;
        max-width: 1350px;
        padding: 0px 56px;
    }
    .show-more-btn{
          margin-top: 10px;
    }
}

@media (max-width:1200px) {

  .services-image {
    width: 171px;
    height: 171px;
  }
  .services-card {
    text-align: center;
    width: 171px;
}
.checkout-wrapper {
    max-width: 801px;
        margin-top: 153px !important;

}
}

@media (max-width:1024px) {

  .product-page{
    flex-direction: column;
  }
  .product-gallery-slider {
    width: 100%;
}
.product-info {
    width: 100%;
}
  .about-us-section{
    padding-bottom: 0px;
  }
  .banner-left {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .banner-right {
    padding: 19px 24px;
    border-radius: 8px;
    max-width: 399px;
  }
   .location-info{
        flex-direction: column;
            align-items: baseline;
  }
  .contact-add{
    padding-bottom: 0px;
  }

}
@media (max-width:991px) {
  .banner-left{
  text-align: left ;
  }
  .product-details-info{
        margin-top: 41px;
  }

 .checkout-wrapper{
      padding: 0px 17px;
        margin: 52px auto;;
    grid-template-columns: auto;
 }
  .banner-left h1 {
    font-size: 33px;
    margin-bottom: 0px;
}
.banner-left p{
      margin-top: 15px;
    margin-bottom: 0rem;
}
.logo img {
    width: 122px;
}
.button-bg{
      font-size: 15px;
}
.success-wrapper {
    margin-top: 119px;
    padding: 0px 14px;
}
.success-card {
    padding: 28px 18px;
    width: 100%;
}
.banner-btn{
  text-align: left;
}
.about-us-text{
  text-align: left;
}
button.btn-close{
      top: -37px;
      right: 0px;
}

}
@media (max-width:768px) {
  .about-us-info {
    display: block;
  }
  form button{
    margin-top: 7px;
  }
  .checkout-left, .checkout-right {
    padding: 16px;
  }
  .contact-details-info{
    grid-template-columns: repeat(1, 1fr);
    gap: 7px;
  }
  .location-info{
    margin-bottom: 0px;
    flex-direction: row;
    align-items: center;
  }
  .property-gallery {
    padding: 45px 0;
}
.logo img {
        width: 109px;
    }
  .card-section{
    min-height: 400px;
  }
  .small-container{
    padding: 0px 16px;
  }
  .map-sec {
    height: 220px;
    margin-top: 17px;
}
  .about-us-map img {
    max-width: 49%;
  }
  .modal-img{
    display: none;
  }
  .modal-inner-data {
    width: 100%;
  }
}
@media (max-width:575px) {
  .hero-banner {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 45px;
    justify-content: space-between;
}
.form-row{
  grid-template-columns: repeat(1, 1fr);
    gap: 1px;
}
.main-header{
      gap: 17px;
    flex-direction: column;
}

.banner-btn {
    position: static;
    bottom: 56px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
.banner-left{
  margin-bottom: 0px;
  text-align: center;
}
.banner-left h1 {
    font-size: 27px;
    margin-bottom: 0px;
}
.banner-left p {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.about-us-icons{
  grid-template-columns: repeat(2, 1fr);
          gap: 12px 2px;
}
.header.header-inner{
        position: relative;
}
    .success-wrapper {
        margin-top: 45px;
    }
  .services-image {
        width: 116px;
        height: 116px;
  }
    .services-image img {
    width: 100%;
    height: 100%;
    }
    .product-gallery{
      flex-direction: column;
    }
    .services-name {
    font-size: 14px;
    font-weight: 500;
    }
    .btn-enquire {
    display: inline-block;
    padding: 9px 65px;
    }
    .product-details-info {
    padding: 39px 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}
.add-card-inner{
      gap: 9px;
    margin-top: 21px;
    padding-right: 0;
}
    .swiper-vertical>.swiper-wrapper {
    flex-direction: row;
}
.thumb-slider .swiper-slide{
      width: 58px;
    height: 75px !important;
}
.thumb-slider img {
    width: 100%;
}
    .thumb-slider {
    width: 100%;
    height: 100%;
    overflow: scroll;
}
    .property-gallery {
    background-color: #f8f9fb;
    padding: 22px 0;
}
.contact-add span {
    font-size: 25px;
}
.location-add span {
    font-size: 18px;
}
.section-subtitle{
  margin: 0 auto 29px;
    line-height: 21px;
}
.contact-details {
      padding: 18px 21px;
}
.card-section {
    background-size: cover;
    width: 100%;
    min-height: 225px;
    background-attachment: inherit;
}

.location-info {
    gap: 12px;
}
.location-add p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.contact-add {
    margin: auto;
    max-width: 950px;
    padding: 29px 0px;
}
        .btn-wrapper {
        margin-top: 33px;
    }
    .services-wrapper {
        row-gap: 6px;
        justify-content: space-around;
    }
        .services-card {
        text-align: center;
        width: 102px;
    }
  .about-us-text {
      text-align: center;
      line-height: 21px;
  }
  .about-us-btn{
    padding: 8px 60px;
  }
  .contact-details{
        margin-bottom: 29px !important;
  }
  .header-info-right{
    text-align: left;
  }
  .contact-main-info{
    padding: 36px 0;
        padding-bottom: 50px;
  }
  .section-title{
        font-size: 19px;
        padding-bottom: 0px;
  }
  .services-section {
    text-align: center;
    padding: 39px 20px
  }
.about-us-section{
  padding: 52px 0;
}
.about-icon-item::after{
  display: none;
}
.about-us-title span {
        font-size: 19px;
        margin-top: 7px;
        display: flex;
        text-align: center;
        justify-content: center;
    }
.about-us-title {
    font-size: 25px;
}
.about-us-title span{
      font-size: 19px;
}
.button-bg i{
    width: 34px;
    margin-right: 10px;
    height: 34px;
    font-size: 17px;
}
.logo img {
    width: 96px;
}
.nav-right ul li a{
  font-size: 17px;
    padding: 5px 7px;
}
.button-bg{
        width: 100%;
        margin-top: 14px;
        font-size: 17px;
        padding: 9px 5px !important;
        text-align: center;
}
.about-us-overlay {
    padding: 0px;
}

.gallery-item:last-child {
  grid-column: 1 / -1; 
}
.about-us-map{
  display: none;
}
.about-us-info {
    margin-top: 41px;
}
.gallery-item:last-child img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.hero{
    padding: 5px 20px;
    min-height: 51vh;
}
.banner-btn p{
  font-size: 11px;
  margin-top: 76px;
}
.services-card:nth-child(3){
  width: 100%;
}
.footer-socia-info{
  flex-direction: column;
    justify-content: space-between;
    margin-bottom: 34px;
    gap: 28px;
      align-items: baseline;
}
.footer-bottom{
     padding: 15px 1px;
    padding-bottom: 46px;
    display: flex;
    gap: 13px;
    flex-direction: column-reverse
}
.footer-logo img {
    width: 171px;
}
.privacy-info a{
      font-size: 16px;
    flex-wrap: wrap;
    display: flex;
        padding-left: 0;
}
    .checkout-wrapper {
        max-width: 801px;
        margin-top: 49px !important;
    }

}
