.nav-br-sec{
    float: right;
}

.hero7-slider-arrow .hero7-slider-area .hero7-section .hero7-heading p{
    font-weight: 100;
    font-size: 16px;
    line-height: 2;
}


/* =========about========== */

.vl-btn4:hover span {
  transform: rotate(0);
  transition: all 0.4s;
  color: #00091b;
}
.vl-btn4 span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  color: var(--ztc-text-text-9);
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  transform: rotate(-45deg);
  margin-left: 10px;
  color: #ff5252;
}


.vl-section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  position: relative;
  display: inline-block;
}

.vl-section-title .title-bg {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.vl-section-title .title-bg::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 44%;
  transform: translateY(-50%);
  width: 63px;
  height: 56px;
  background-color: #fd000040;
  border-radius: 50%;
  z-index: -1;
}



/* =========end========== */


/* ==== services start============================= */

.service3 .heading3 .pera {
    /* padding-bottom: 32px; */
    /* border-bottom: 1px solid var(--ztc-bg-bg-10); */
    font-size: 15px !important;
    line-height: 2;
}
.service3 .heading3 .pera2 {
    /* padding-bottom: 32px; */
    /* border-bottom: 1px solid var(--ztc-bg-bg-10); */
    font-size: 16px !important;
    font-weight: 800;
    line-height: 2;
}

/* ===== MOBILE FIX ONLY ===== */

.service3 .main-content-boxarea .main-content-area .content-area .title {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.4s;
    margin: 10px;
}


@media (max-width: 991px) {
  .service3 .row.align-items-center {
    flex-direction: column;
  }

  .service3 .col-xl-8 {
    display: none !important;
  }

  .service3 .tabs-button {
    width: 100%;
  }

  .service3 .nav-pills {
    flex-direction: column;
    width: 100%;
  }

  .service3 .nav-item {
    position: relative;
    width: 100%;
  }

  .service3 .mobile-tab-content {
    display: none;
    background: #f8f9fa;
    border-radius: 10px;
    padding: 15px;
    margin: 10px 0 15px;
  }

  .service3 .mobile-tab-content.show {
    display: block;
    animation: fadeIn 0.4s ease;
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
  }
}
/* ==============services end==== */





/* ========== why choose =========== */

.why-choose-roof{
  align-items: center;
}

@media (max-width: 1199px) {

  .why-choose-roof{
    align-items: flex-end;
  }

  .choose-headig8{
    margin-top: 1rem;
  }

  .mar-tab{
    margin-top: 3rem;
  }

}

/* ===== Mobile Layout Fix (Only for screens ≤ 991px) ===== */
@media (max-width: 991px) {
  .choose8-section .why-choose-roof {
    display: flex;
    flex-direction: column;
  }

  /* Hide the small left image */
  .choose8-section .col-xl-2 {
    display: none !important;
  }

  /* Heading comes first */
  .choose8-section .col-xl-6 {
    order: 1;
    width: 100%;
    /* text-align: center; */
  }

  /* Image second */
  .choose8-section .col-xl-4 {
    order: 2;
    width: 100%;
    /* text-align: center; */
    margin: 20px 0;
  }

  .choose8-section .col-xl-4 img {
    width: 100%;
    max-width: 480px;
    border-radius: 10px;
  }

  /* Content inside heading area */
  /* .choose8-section .choose-headig8 { */
    /* text-align: center; */
  /* } */

  /* Stack all feature points vertically */
  .choose8-section .choose-headig8 .row {
    flex-direction: column;
  }

  .choose8-section .choose-headig8 ul.list {
    list-style: none;
    padding: 0;
    margin: 10px auto;
  }

  .choose8-section .choose-headig8 ul.list li {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 10px;
    font-size: 15px;
    margin: 5px 0;
    line-height: 2
  }

  .choose8-section .choose-headig8 svg {
    width: 20px;
    height: 20px;
  }

  /* Button centered under points */
  .choose8-section .btn-area1 {
    text-align: center;
    margin-top: 20px;
  }
}

/* =============end======== */


/* ==============================footer================ */

.footer__copyright__text{
  color: rgba(238, 238, 238, 0.877);
}

.footer__copyright__text a{
  color: #e7e7e7a4;
}


/* ================ */

/* ========= whatsapp and call button=========== */


/*float_btn_*/
.float-button {
    width: 50px;
    height: 50px;
    text-decoration: none;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 115px;
    right: 8px;
    color: #fff;
    background-color: #25D366;
    border-radius: 50px;
    z-index: 100;
    box-shadow: 1px 2px 5px 2px rgb(30 30 30 / 30%);
    transition: all 0.3s ease-out;
}
.float-button:hover{
  background-color: #25D366;
  color: #fff;
}

.float-button i:hover{
  color: #fff;
}
.pluse_btn_bottom{
   width: 50px;
    height: 50px;
    background-color: #25D366;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.pluse_btn_bottom:before,
.pluse_btn_bottom:after{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #25D366;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.7;
}

.pluse_btn_bottom:before{
    animation: pulse 2s ease-out infinite;
}
.pluse_btn_bottom:after{
    animation: pulse 2s 1s ease-out infinite;
}

@keyframes pulse{
    100%{
        transform: scale(1.8);
        opacity: 0;
    }
}




/* ----call--- */


.chatbot-btn {
    bottom: 195px !important;
    right: 8px !important;
    background: #000000e7 !important;
    color: #fff;
    z-index: 9999;
    position: fixed;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}



/* @media (max-width: 768px) {
  .float-button{
    display: none;
  }
} */

/* ========== */

/* ========= inner page ================== */

.inner-header-bg{
    background-color: #011235;
}


.inner-sp1{
  padding: 200px 0 100px;
}


@media (max-width: 767px) {
  .about2 .img2{
    display: none;
  }
}

/* Default: Column A first, Column B second */
/* .swap-col-1 { order: 1; }
.swap-col-2 { order: 2; } */

/* After 1024px: swap positions */
@media (max-width: 1024px) {
    .swap-col-1 { order: 2; }
    .swap-col-2 { order: 1; }
}


/* ======= product ================= */

.sp1-product {
    padding: 200px 0 50px;
}

.cta1-section-area .heading1 h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 40px;
}

.cta1-section-area .heading1 p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: 15px;
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
}



.logo-slider {
    overflow: hidden;
    /* padding: 30px 0 0 0; */
    white-space: nowrap;
    position: relative;
}

.logo-slider:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 45s slide infinite linear;
}

.logos-slide img {
    width: 183px;
    /* height: 83px; */
    margin: 0 40px;
}


@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


.testimonial3-section-area .testimonial-imges .success-rate p{
  color: #d4d4d4;
  line-height: 2;
}




.vl-section-title-light .title-bg::before {
    content: "";
    position: absolute;
    left: -11px;
    top: 44%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #d91e48;
    border-radius: 50%;
    z-index: -1;
}

.heading3-light h2 {
    color: #ffffff;
    font-family: var(--ztc-family-font1);
    font-size: 35px;
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 52px;
    display: inline-block;
    transition: all 0.4s;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee28;
}


.float-right{
  float: right;
}

@media (max-width: 766px) {
  .testimonial-arrows{
    display: none;
  }

}

.sec-bder-btm{
  border-bottom: 1px solid #0000003a;
  padding-bottom: 3rem;
}


/* ======= contact us ============== */

.contact-inenr-area .contact-heading .calnow-boxes{
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 32px;
  text-align: center;
  margin-top: 30px;
  transition: all 0.4s;
}

.contact-inenr-area .contact-heading .calnow-boxes .text h5 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  margin-top: 1.5rem;
  text-transform: capitalize;
}

.contact-inenr-area .contact-heading .calnow-boxes .content{
  margin-top: 2rem;
}