/*------------------------------------------------------------------
Project:Team
Author: The_Krishna        
-------------------------------------------------------------------*/
/*----------------Table of contents Start---------------------------
1.Default css
2.layout-1 section
---------Table of contents End-----------------------------------*/
/*------------------------ [Color codes] ------------------------                     
Background: #FFF
Content: #0c278a  
-------------------------------------------------------------------*/
/************************ 1.Default css ***************************/
html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
}
*, ::after, ::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a:focus, a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
svg {
    vertical-align: middle;
}
input {
    outline-width: 0;
    outline-offset: 0;
    outline: 0;
    border: none;
    outline: none;
    width: 100%;
}
textarea {
    outline-width: 0;
    outline-offset: 0;
    outline: 0;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
body {
    font-family: "Jost", sans-serif;
}
.row {
    --bs-gutter-x: 30px;
}


.stepsSec .steps-card h5 {
  font-size: 20px;
  font-weight: 700;
  color: #12151c;
  margin: 2px 0;
}


/* ------------- 1. layout-1 section ------------- */
.team-section-1 {
  
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
  visibility: hidden;
}
.heading-title {
    text-align: center;
    margin-bottom: 40px;
}
.heading-title p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1;
    color: #0c278a;
}
.heading-title h1 {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    line-height: 38px;
    color: #191919;
}
.team-wrap {
    padding: 9px 35px 25px 20px;
    background: url(../images/layout-1/ngbng.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.team-wrap .image-inner {
    overflow: hidden;
    border-radius: 50%;
}
.image-inner img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: 0.3s ease-in-out;
}
.team-content {
    padding: 20px 20px 20px;
}
.team-content .title {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    color: #000;
    transition: all .35s ease-in;
}
.team-content span {
    font-size: 16px;
    font-weight: 400;
    color: #606060;
}
.social-icon {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}
.social-icon a {
    text-decoration: none;
    color: #FFF;
    background-color: #0c278a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: all .5s ease-in-out;
}
.social-icon a:hover {
    color: #0c278a;
    background-color: #FFF;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: translateY(-10px);
    transition: all .5s ease-in-out;
}
.swiper {
    width: 100%;
    height: 100%;
    padding: 30px 0;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:50px;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.business-setup {
  line-height: 1.7; /* You can adjust this value as needed */
}



/* new section 1 */

/* Package Cards Section */
.package-cards-section {
  padding-top: 5px;
  padding-bottom: 40px;
    background-color: #f7f7f7;
}

.package-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
}

.package-card {
    position: relative;
    background: white;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.1);
    padding: 24px;
    width: 100%;
    max-width: 340px;
    min-width: 280px;
    flex: 1 1 300px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.package-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(30deg, rgba(124, 194, 218, 0.5), rgba(158, 144, 231, 0.5));
    transition: bottom 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    pointer-events: none;
    z-index: 1;
}

.package-card:hover .package-overlay {
    bottom: 0;
}

.package-icon {
    width: 40px;
    margin-bottom: 10px;
    z-index: 2;
    position: relative;
}

.package-title {
    z-index: 2;
    position: relative;
    margin: 10px 0;
    font-size: 1.5rem;
    color: #333;
}

.package-price {
    font-size: 17px;
    margin: 15px 0;
    text-transform: uppercase;
    z-index: 2;
    position: relative;
    color: #555;
}

.package-price strong {
    font-size: 30px;
    color: #000;
}

.package-price .package-aed {
    font-size: 17px;
    vertical-align: super;
    color: #555;
    transition: color 0.3s ease;
}

.package-card:hover .package-price .package-aed {
    color: #0077cc;
}

.package-features {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    z-index: 2;
    position: relative;
}

.package-features li {
    margin-bottom: 12px;
    font-size: 15px;
    color: #000;
    position: relative;
    padding-left: 25px;
}

.package-features li:before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #0077cc;
}

.package-btn {
    background: black;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 20px auto 0;
    font-size: 0.9rem;
}

.package-btn:hover {
    background: linear-gradient(45deg, #02a8eb, #014383);
    transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .package-card {
        flex: 1 1 45%;
    }
}

@media (max-width: 768px) {
    .package-card-container {
        padding: 20px 15px;
        gap: 15px;
    }
    
    .package-card {
        flex: 1 1 100%;
        max-width: 400px;
        padding: 20px;
    }
    
    .package-title {
        font-size: 1.3rem;
    }
    
    .package-btn {
        padding: 10px 25px;
    }
}

@media (max-width: 480px) {
    .package-card-container {
        padding: 15px 10px;
    }
    
    .package-card {
        border-radius: 15px;
    }
    
    .package-title {
        font-size: 1.2rem;
    }
    
    .package-price strong {
        font-size: 30px !important;
    }
    
    .package-features li {
        font-size: 13px;
    }
}

.stepsSec {
    /* padding: 40px !important;  */
    padding-top: 10px;
  padding-bottom: 1px;
  }
  .stepsSec .steps-container {
    margin-top: 15px !important;
  }
  .selectBusiness {
    padding-top: 0px!important;
    padding-bottom: 70px !important;
    margin-top: -40px;
    margin-bottom: -40px;
}
/* new section 1 Ends*/

.testimonial-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* background: linear-gradient(90deg, #054d77, #1e7a63); */
    padding-top: 40px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
    flex-wrap: wrap;
    min-width: 0;
  }

  .review-summary {
    color: rgb(14, 13, 13);
    max-width: 250px;
    margin-right: 30px;
    text-align: center;
    flex: 1 1 220px;
    margin-top: 30px !important;
  }

  .review-summary h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .custom-stars {
    display: flex;
    justify-content: center;
    gap: 3px;
    margin-bottom: 10px;
  }

  .custom-stars img {
    width: 30px !important;
    height: 30px !important;
  }
  .custom-stars-body {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  
  .testimonial-meta span {
    margin-top: 3px;
    display: inline-block;
  }

  .custom-stars-body img{
    width: 17px !important;
    height: 17px !important;
  }

  .review-summary p {
    margin: 5px 0;
    font-size: 20px;
  }

  .review-summary img {
    width: 150px;
    margin-top: 5px;
  }

  .splide {
    flex: 1 1 600px;
    min-width: 0;
    max-width: 1150px;
  }

  .testimonial-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    padding-top: 25px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-family: Arial, sans-serif;
  }



  .testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }

  .testimonial-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
  }

  .testimonial-header img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
  }

  .testimonial-info h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
  }

  .testimonial-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 13px;
    color: #555;
    margin-top: 6px;
  }

  .new-badge {
    background-color: #f3f6f8;
    color: #151515;
    font-weight: bold;
    font-size: 12px;
    padding: 0px 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
  }

  .testimonial-body {
    font-size: 14px;
    color: #000000;
    /* flex-grow: 1; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 25px;
  }

  .read-more {
    margin-top: 10px;
    font-size: 13px;
    color: #0073e6;
    cursor: pointer;
    text-decoration: underline;
    width: fit-content;
    transition: color 0.3s ease;
  }

  .read-more:hover {
    color: #004a99;
  }

  .google-logo {
    width: 25px;
    height: auto;
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .splide__arrow {
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
    z-index: 10;
  }

  .splide__arrow svg {
    fill: none;
    stroke: #aaa;
    stroke-width: 3;
    width: 20px;
    height: 20px;
  }

  .splide__arrow:hover svg {
    stroke: #0073e6;
  }

  .splide__arrow--prev {
    left: -30px;
  }

  .splide__arrow--next {
    right: -30px;
  }

  @media screen and (max-width: 768px) {
    .testimonial-section {
      flex-direction: column;
      align-items: center;
    }

    .review-summary {
      margin-right: 0;
      margin-bottom: 20px;
     
    }

    .splide__arrow--prev {
      left: -5px;
    }

    .splide__arrow--next {
      right: -5px;
    }
    
    .splide__arrow {
        visibility: hidden;
       
    }
    
    .splide {
    flex: 0 1 265px;
    min-width: 0;
    }
    
    .testimonial-section {
        padding: 0px 0px;
        
    }
    
    .stepsSec .steps-card .icon {
    margin-bottom: 12px;
    }
    
    
    
    
  }
  .splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .splide__arrow--prev {
    left: 1px !important;
  }
  @media screen and (max-width: 992px) {
    .testimonial-section {
      padding: 20px 0px;
    }
  
    .review-summary {
      max-width: 100%;
      text-align: center;
      margin: 0 auto 30px;
    }
  
    .splide {
      max-width: 100%;
    }
  
    .testimonial-card {
      padding: 20px;
    }
  
    .testimonial-body {
      -webkit-line-clamp: 5;
      font-size: 15px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .review .titleSec h1 {
        font-size: 30px;
        font-weight: 700;
    }

    .testimonial-info h4 {
      font-size: 14px;
    }
  
    .testimonial-meta {
      font-size: 14px;
    }
  
    .read-more {
      font-size: 12px;
    }
  
    .review-summary h2 {
      font-size: 30px;
      font-weight: 600;
    }
  
    .custom-stars img {
      width: 40px !important;
      height: 40px !important;
    }
  
    .custom-stars-body img {
      width: 14px !important;
      height: 14px !important;
    }
  
    .splide__arrow {
      width: 30px;
      height: 30px;
    }
  
    .splide__arrow svg {
      width: 16px;
      height: 16px;
    }
  
    .splide__arrow--prev {
      left: 0 !important;
    }
  
    .splide__arrow--next {
      right: 0 !important;
    }
  
    .testimonial-card {
      padding: 15px;
    }
  
    .google-logo {
      width: 20px;
      top: 10px;
      right: 10px;
    }

    
  }
  
  @media screen and (max-width: 480px) {
    .testimonial-card {
      padding: 16px;
      border-radius: 12px;
      /* margin: 0 10px; */
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
      
    }
  
    .testimonial-body {
      font-size: 14px;
      line-height: 22px;
      -webkit-line-clamp: 6;
      font-weight: 500;
    }
  
    .testimonial-info h4 {
      font-size: 14px;
    }
  
    .testimonial-meta {
      /* flex-direction: column; */
      align-items: flex-start;
      gap: 4px;
      font-weight: 400;
    }
  
    .custom-stars-body img {
      width: 16px !important;
      height: 16px !important;
    }
  
    .google-logo {
      width: 30px;
      top: 12px;
      right: 12px;
    }
  
    .splide__arrow {
      background: #f1f1f1;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      visibility: hidden! important;
    }
  

}

/* Customization */
.pt-5 {
  padding-top: 0rem !important;
}
@media (min-width: 768px) {
  .py-md-5 {
    padding-top: 1rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-5 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
.container-fluid.headSec.ps-3.pe-3.ps-sm-5.pe-sm-5{
    padding-top: 20px !important;
    padding-bottom: 15px !important;
}
#accordionExample {
  margin-top: 30px !important;
 
}
.container-fluid.benifitSec.ps-3.pe-3.ps-sm-5.pe-sm-5 {
  /* background: #eaf7fc; */
  border-radius: 30px;
}

@media only screen and (max-width: 400px) {
  .whyChooseMain {
   padding-left: 1px;
  }
  .splide {
    flex: 1 1 253px;}


    .review-summary {
      max-width: 100%;
      text-align: center;
      margin: 1px auto -29px;
    }
    .review {
      padding: 0;
  }

  .benifitSec {
    padding-top: 0px;
}
.testimonial-section {
  padding: 0px 0px;
}

h1.slide-in.text-center.pt-5.show-animation {
  font-size: 30px !important;
  margin-top:20px;
}

}
h1.slide-in.text-center.pt-5.show-animation {
  font-size: 70px ;
}
