.inner__hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    font-size: 16px
}

@media (min-width:1024px) {
    .inner__hero {
        background-attachment: fixed;
        font-size: 22px
    }
}

@media (min-width:1200px) {
    .inner__hero {
        font-size: 24px
    }
}

.inner__hero h1 {
    margin-bottom: 20px;
    font-size: 22px;
    /* font-size: 52px; */
    line-height: 1.1;
    background: rgba(0, 0, 0, 0.5);
    padding:10px;
}

@media (min-width:1024px) {
    .inner__hero h1 {
        font-size: 40px;
        margin-bottom: 8px
    }
}

.inner__black {
    background-color: rgba(0, 0, 0, .4);
    padding: 156px 0 40px
}

@media (min-width:1024px) {
    .inner__black {
        padding: 150px 0 80px
    }
}

.inner__cta {
    margin-top: 28px;
    margin-bottom: 40px;
    max-width: 214px
}

.inner__cta.text-center {
    margin-left: auto;
    margin-right: auto
}

.privacy p,
.privacy ul {
    margin-bottom: 12px;
    text-align: justify;

}

.privacy .tapping {
    font-weight: 700
}



.about {
    padding: 60px 0
}

.about__title,
.video h2 {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif
}

.about__title {
    font-size: 30px;
    line-height: 1.1;
    max-width: 440px;
    margin-bottom: 40px
}

@media (min-width:1024px) {
    .about__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .about__wrap_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.about__img {
    position: relative;
    text-align: right
}

@media (min-width:1024px) {
    .about__img {
        text-align: initial
    }

    .about__img_right {
         margin-right: 80px;
    }
}

.about__img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    bottom: -15px;
    right: -15px
}

@media (min-width:1024px) {
    .about__img::before {
        width: 200px;
        height: 200px;
        bottom: -30px;
        right: -30px
    }
}

.about__img img {
    max-width: 100%
}

@media (min-width:768px) {
    .about__img img {
        max-width: 500px
    }
}


.accordion {
    width: 100%;
    /* max-width: 600px; */
    margin: 20px auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: white;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-toggle {
    display: none;
}

.accordion-label {
    display: block;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.accordion-label:hover {
    background-color: #fff;
    color: #1E429C;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background-color: #fafafa;
}

.accordion-content p {
    margin: 10px 0;
    color: #666;
    line-height: 1.6;
}

.accordion-toggle:checked ~ .accordion-content {
    max-height: 150px; /* Adjust based on content size */
    padding: 15px 20px;
}

.accordion-toggle:checked + .accordion-label {
    background-color: #1E429C;
    color: white;
}

.why_choose {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 5rem 0 4rem;
}
.why_choose .wrapper {
    max-width: 88rem;
}

.wrapper {
    width: 100%;
    max-width: 125rem;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
}
.why_choose .content ul {
    margin: 3.2rem 0 0;
}
.content h2, .content .h2, .content .title {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 40px;
    text-align: right;
    margin-right: 15rem;
}
.why_choose .content ul li {
    padding: 0;
    /* display: flex; */
    display: flow;
    align-items:end;
    font-size: 1.7rem;
    font-weight: 600;
    color: #F36E2E;
    margin: 2.1rem 0;
    background: rgba(0, 0, 0, 0.5);
    width:51%;
    text-align: center;
    text-shadow: 0 0 10px #F36E2E;
    align-items: center;
}
.why_choose .content ul li img {
    width: 8rem;
    object-fit: contain;
    font-family: "object-fit: contain;";
    margin: 0 3.3rem 0 0;
}

@media only screen and (max-width: 1300px) {
    .why_choose .content ul li img {
        width: 4.3rem !important;
        margin: 0 1.6rem 0 0;
    }
}

@media only screen and (max-width: 640px) {
    
    .why_choose .content ul li {
        font-size: 1.2rem;
        text-align: center;
        width: 100%;
        align-items: center;
    }
    .content h2, .content .h2, .content .title {
      
        text-align: center;
        margin-right: 0;
    }
    

}

p span .subText{
    font-size: 18px !important;
}

/* Gallery */

.gallery {
    padding: 20px 0
}

.gallery div.after,
.gallery div.before {
    position: relative
}

.gallery div.before::before {
    content: "before";
    position: absolute;
    bottom: 2px;
    left: 2px;
    background-color: #1E429C;
    color: #fff;
    padding: 3px 10px;
    z-index: 8;
    font-size: 20px;
    text-align: center;
    min-width: 78px
}

@media (min-width:768px) {
    .gallery div.before::before {
        bottom: auto;
        left: auto;
        top: 2px;
        right: 2px;
        font-size: initial;
        min-width: auto
    }
}

.gallery div.after::before {
    content: "after";
    position: absolute;
    top: 2px;
    left: 2px;
    background-color: #1E429C;
    color: #fff;
    padding: 3px 10px;
    z-index: 8;
    font-size: 20px;
    text-align: center;
    min-width: 78px
}

@media (min-width:768px) {
    .gallery div.after::before {
        font-size: initial;
        min-width: auto
    }
}

.gallery .container {
    text-align: center
}

@media (min-width:768px) {
    .gallery .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.gallery .container--galbutton,
.gallery__overlay {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gallery .container--galbutton {
    margin-top: 20px
}

.gallery .container img {
    margin: 2px;
    cursor: pointer;
    position: relative
}

@media (min-width:768px) {
    .gallery .container img {
        width: 224px
    }
}

.gallery .container img:hover {
    opacity: .9
}

.gallery__overlay {
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gallery__overlay.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gallery__popup {
    position: relative;
    text-align: center;
    max-width: 75%
}

@media (min-width:1024px) {
    .gallery__popup {
        max-width: 60%
    }
}

@media (min-width:1200px) {
    .gallery__popup {
        max-width: 50%
    }
}

.gallery__popup .gallery__big-img {
    max-width: 95%;
    border: 6px solid #1E429C
}

.gallery__popup.after::before,
.gallery__popup.before::before {
    position: absolute;
    top: 2px;
    background-color: #1E429C;
    color: #fff;
    padding: 3px 10px;
    z-index: 9;
    font-size: 30px
}

.gallery__popup.before::before {
    content: "before";
    right: 2.5%
}

.gallery__popup.after::before {
    content: "after";
    left: 2.5%
}

.gallery__close,
.gallery__next,
.gallery__prev {
    border: 0;
    background-color: transparent;
    position: absolute;
    cursor: pointer;
    z-index: 1001;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.gallery__close {
    top: 0;
    right: -55px;
}

.gallery__close:hover,
.gallery__next:hover,
.gallery__prev:hover {
    opacity: .7
}

.gallery__next,
.gallery__prev {
    top: 49%
}

.gallery__next {
    right: -45px
}

.gallery__prev {
    left: -45px
}

.accordion-icon {
    fill: none;
    stroke: #F36E2E;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.3s ease;
    float: right;
}

  .grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      max-width: 1200px;
    }

    .card {
      background: #fff;
      border-radius: 12px;
      padding: 20px 20px 20px 70px;
      position: relative;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
      min-height: 120px;
    }

    .icon {
      position: absolute;
      top: 20px;
      left: 20px;
      width: 40px;
      height: 40px;
      background-color: #1E429C;
      color: #fff;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
    }

    .step {
      position: absolute;
      top: -10px;
      right: 10px;
      background: #0b0c2a;
      color: #fff;
      padding: 4px 12px;
      border-radius: 12px;
      font-size: 12px;
    }

    .card h3 {
      margin: 0 0 8px;
      font-size: 1.1rem;
      font-weight: 700;
    }

    .card p {
      margin: 0;
      font-size: 0.95rem;
      color: #666;
    }

    @media (max-width: 768px) {
      .grid {
        grid-template-columns: 1fr;
      }
    }

.highlight-heading {
  text-align: center;
  background: #9eb0df;       /* light blue highlight */
  padding: 8px 16px;
  border-left: 8px solid #F36E2E;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 4px;
}

/* tabs structure */

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.tab {
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 10px 16px;
  border-radius: 8px 8px 0 0;
  font-weight: 600;
  cursor: pointer;
}

.tab.active {
  background: #F36E2E;
  color: white;
  border-color: #F36E2E;
}

.tab-content {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 0 8px 8px 8px;
  background: #fff;
}

.content-grid {
  display: flex;
  gap: 100px;
  align-items:center;
  flex-wrap: nowrap;
text-align: justify;

}

.content-grid .text {
  flex: 0 0 50%;
  min-width: 0;
  text-align: justify;
}

.content-grid img {
  flex: 0 0 40%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Buttons */
.buttons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.btn {
  text-decoration: none;
  background-color: #F36E2E;
  color: white;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 600;
  white-space: nowrap;
}

.btn.secondary {
  background-color: #333;
}

/* Responsive styles */
@media (max-width: 768px) {
  .tabs {
    flex-direction: column;
  }

  .content-grid {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .content-grid .text,
  .content-grid img {
    flex: 1 1 100%;
  }

  .btn {
    flex: 1 1 auto;
    text-align: center;
  }
}

