/* Tabs styles */

div#custom-commercial-tabs .tabs {
   /* max-width: 1440px; */
   margin: 0 auto;
   display: flex;
   /* gap: 24px; */
   /*     flex-wrap: wrap !important; */
   padding: 0;
   /* overflow-x: auto; */
   white-space: nowrap;
   flex-wrap: nowrap;
   scrollbar-width: none;
}

.ln-commercial-projects-title {
   font-family: Avenir400;
   color: #015675;
   font-size: 35px;
   font-weight: 400;
   line-height: 40px;
   margin-bottom: 20px;
}

div#custom-commercial-tabs li a {
   display: flex;
   padding: 16px;
   font-size: 14px;
   font-style: normal;
   font-family: 'Avenir-Heavy-800', Helvetica, Arial, Lucida, sans-serif;
   line-height: 24px;
   letter-spacing: 2.24px;
   color: #4399b5;
   min-width: 87px;
   justify-content: center;
}

div#custom-commercial-tabs li {
   list-style: none;
   border-radius: 80px;
   border: 1px solid #4399b5;
   padding: 0px;
   position: relative;
   line-height: 1em;
   width: fit-content !important;
   user-select: none;
   margin-bottom: 10px;
   text-transform: uppercase;
}

.commercial-p-link {
   border-radius: 100px;
   border: 2px solid #e2523b;
   padding: 0;
   width: fit-content;
}

/* p.commercial-p-link a::after {
    content: url('/wp-content/uploads/2024/03/arrow-1.svg');
    width: 24px; 
    height: 24px; 
    display: inline-block; 
    margin-left: 15px; 
    vertical-align: middle;
} */

.tab-details-1 p {
   font-size: 18px;
   font-weight: 400;
   line-height: 26px;
   color: #000000;
}

div#custom-commercial-tabs li.tab.active {
   background-color: #e2523b;
   border: none;
}
div#custom-commercial-tabs li.tab.active a {
   color: white;
   opacity: 1;
}

.commercial-p-link a {
   padding: 16px;
   font-size: 14px;
   line-height: 24px;
   letter-spacing: 2.24px;
   font-weight: 900;
   text-transform: uppercase;
   color: #e2523b;
   width: max-content;
}
.tab-details {
   padding-top: 32px;
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 94px;
}

.tab-details-1 {
   order: 2;
   /* max-width: 420px; */
}

.tab-details-2 {
   order: 1;
}

.tab-commercial-heading {
   margin-top: 64px;
   padding-left: 0px;
}

.tab-commercial-heading h2.leasing-heading {
   color: #015675;
   font-size: 50px;
   font-weight: 400;
   line-height: 65px;
}

/* slider styles */

.swiper-commercial-slider .swiper-buttons-container {
   display: flex;
   justify-content: flex-end;
   gap: 24px;
   margin-top: 24px !important;
   max-width: 1440px;
   margin: 0 auto;
}

.swiper-container.swiper-commercial-slider {
   overflow: hidden;
   /* max-width: 637px; */
}
.swiper-commercial-slider .swiper-wrapper {
   display: flex;
   min-width: 100%;
}
.swiper-commercial-slider img {
   border-radius: 20px;
   max-height: 400px;
   width: 100%;
   object-fit: cover;
}

.tab-commercial-container {
   display: flex;
   justify-content: center;
   min-height: 500px;
   position: relative;
}

.tab-commercial-container .tab-details {
   width: 90%;
}

.com-nav-container {
   display: flex;
   justify-content: flex-end;
   column-gap: 32px;
   margin-top: 40px;
   align-items: center;
}

.com-nav-arrows {
   display: flex;
   justify-content: flex-end;
   column-gap: 16px;
   align-items: center;
}

#tab-commercial-content .swiper-pagination,
#tab-commercial-content-new .swiper-pagination {
   font-weight: 800;
   font-size: 14px;
   color: #919eab !important;
   letter-spacing: 1.28px;
   line-height: 24px;
   text-transform: uppercase;
   position: absolute;
   right: 140px;
   margin-top: 15px;
}
.swiper-commercial-slider .swiper-slide {
   flex-shrink: 0;
   width: 100%;
   height: 100%;
   display: flex;
   justify-content: center;
}

.leasing-tab.active {
   background-color: #e2523b;
   border: none !important;
}

.leasing-tab.active a {
   color: #fff !important;
}

@media (max-width: 1280px) {
   .ln-business-partners-container-new .ln-business-partners-inner-new {
      grid-template-columns: repeat(3, 1fr) !important;
      gap: 32px 32px !important;
   }
}

@media (max-width: 980px) {
   .ln-business-partners-container-new .ln-business-partners-inner-new {
      grid-template-columns: repeat(2, 1fr) !important;
   }
}

@media (max-width: 600px) {
   .ln-business-partners-container-new .ln-business-partners-inner-new {
      grid-template-columns: repeat(1, 1fr) !important;
   }
}

@media (max-width: 1172px) {
   p.commercial-p-link a {
      letter-spacing: 0;
   }
}

@media (max-width: 1000px) {
   p.commercial-p-link a {
      font-size: 12px;
   }
}

@media (max-width: 980px) {
   .tab-details {
      grid-template-columns: 1fr;
      gap: 64px;
   }

   .com-tab-slider .tab-commercial-heading h2 {
      font-size: 30px;
      line-height: 39px;
   }

   .tab-details-1 {
      max-width: 100%;
   }

   .tab-commercial-heading h2 {
      max-width: 377px;
   }

   .tab-commercial-heading {
      padding-left: 0px;
   }

   .com-tab-slider .custom-commercial-tabs .dropdown-wrapper select#tabs-dropdown {
      width: 100%;
   }

   .tab-commercial-container .tab-details {
      width: 100%;
   }

   .tab-commercial-heading h2 {
      max-width: 100%;
      color: #015675;
      font-size: 30px;
      line-height: 39px;
   }
}

@media (max-width: 480px) {
   .tab-details-1 p:first-child {
      margin-bottom: 64px;
      padding-bottom: 0px !important;
   }

   .custom-commercial-tabs .dropdown-wrapper {
      max-width: 1440px;
      margin: 0 auto;
      width: 100%;
      text-align: center;
   }
}

.swiper-leasing-slider .swiper-slide .tab-details-2 img {
   min-height: 385px !important;
   max-height: 385px !important;
   object-fit: cover !important;
}
