button {
    border: none;
    outline: none;
    background: none;
  }
  button:focus {
    outline: none;
  }
  .button {
    padding: 10px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 164%;
    text-transform: capitalize;
    text-wrap: nowrap;
  }
  .button-pri {
    background-color: #61a745;
    color: #fff;
  }
  .button-cancel {
    background-color: #ff0202;
    color: #fff;
  }
  
  .header-details-section {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .header-details-section > div {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .header-details-section .header-title {
    color: #252c32;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%; /* 42.24px */
    letter-spacing: -0.32px;
    display: inline-flex;
    align-items: center;
    gap: 13px;
  }
  
  .header-details-section .action-section {
    display: inline-flex;
    gap: 12px;
    align-items: center;
  }
  
  .icon-btn {
    width: 44px;
    height: 44px;
  }
  
  .action-btn {
    padding: 9px 12px;
    border-radius: 4px;
    background: #f0ad4e;
    color: #fff;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    text-wrap: nowrap;
    font-weight: 700;
    line-height: 22.86px;
  }
  
  .action-btn:active:focus {
    transform: scale(0.96);
  }
  
  .header-details-section .review-section,
  .header-details-section .review-section .rating-section {
    display: inline-flex;
    align-items: center;
  }
  
  .header-details-section .review-section {
    gap: 14px;
  }
  
  .header-details-section .review {
    color: #252c32;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%;
  }
  
  .header-details-section .bottom-section {
    align-items: flex-start;
    margin-top: 8px;
  }
  
  .header-details-section .rating-section {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #777;
    font-size: 16px;
    font-style: normal;
    line-height: 132%;
    letter-spacing: -0.16px;
  }
  
  .header-details-section .rating-section .font-bold {
    color: #333;
    font-weight: 700;
  }
  
  .header-details-section .status {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #3c763d;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.57px; /* 142.846% */
  }
  
  .image-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 10px;
  }
  
  .image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .image-section .image-big {
    grid-column: span 2;
    grid-row: span 2;
  }
  
  .details-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
    gap: 40px;
  }
  
  .details-section .details {
    color: #6b7280;
    max-width: 796px;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%; /* 26.24px */
  }
  
  .details-section .details > * + * {
    margin-top: 5px;
  }
  
  .details-section .user-details-section {
    width: 100%;
  }
  
  .details-section .user-details {
    display: flex;
    align-items: center;
    gap: 11px;
  }
  
  .details-section .user-details .user-img {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    overflow: hidden;
  }
  
  .details-section .user-details .user-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
  .details-section .user-details .user-title {
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%; /* 19.68px */
  }
  
  .details-section .user-details .user-name {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%; /* 23.76px */
    letter-spacing: -0.36px;
  }
  
  .details-section .res-time {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #252c32;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%; /* 26.24px */
    margin-top: 16px;
    margin-bottom: 16px;
  }
  
  .details-section .separator {
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  
  .details-section .details-section-title {
    color: #252c32;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%; /* 23.76px */
    letter-spacing: -0.36px;
    margin-bottom: 20px;
  }
  
  .details-section .items-section > * + * {
    margin-top: 10px;
  }
  
  .details-section .items-section .item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #252c32;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%; /* 26.24px */
  }
  
  .trip-section {
    margin-top: 40px;
  }
  
  .section-title {
    color: #252c32;
    font-family: "Kumbh Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%; /* 42.24px */
    letter-spacing: -0.32px;
  }
  
  .search-wrapper {
    border-radius: 3px;
    background: #fff;
    flex-direction: column;
    padding: 14px 17px;
    margin-top: 30px;
    box-shadow: 0px 10px 20px 0px rgba(76, 76, 76, 0.1);
    display: flex;
    gap: 10px;
    justify-content: space-between;
  }
  
  .input-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    max-width: 260px;
    width: 100%;
  }
  
  .input-label {
    color: #252c32;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%;
  }
  
  #tripDate {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #f0f2f5;
    background: #fff;
    display: flex;
    align-items: center;
  }
  
  #tripDate svg {
    margin-left: 8px;
  }
  
  #tripDate input {
    border: none;
    width: 100%;
    padding: 8px 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%; /* 26.24px */
  }
  
  #tripDate input:focus {
    outline: none;
  }
  
  .search-wrapper .select {
    --size: 10px;
    width: 100%;
    border-radius: 3px;
    border-color: #f0f2f5;
    padding-left: 13px;
  }
  
  .search-wrapper .select::after {
    width: var(--size);
    height: var(--size);
    margin-top: -6px;
    right: calc(var(--size) * 1);
  }
  
  .search-wrapper .select .current {
    color: #9ca3af;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%; /* 26.24px */
  }
  
  .search-wrapper .select .list {
    width: 100%;
  }
  
  .trip-items-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .trip-items-section > * + * {
    margin-top: 30px;
  }
  
  .trip-items-section .trip-item {
    border-radius: 4px;
    border: 1px solid #ddd;
    display: flex;
    align-items: flex-start;
    padding: 15px;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  
  .trip-item .details {
    flex-grow: 1;
  }
  
  .trip-item .tag {
    border-radius: 3px;
    border: 1px solid #61a745;
    display: inline-block;
    color: #252c32;
    padding: 0 6px;
    user-select: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%;
  }
  
  .trip-item .title {
    color: #252c32;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    letter-spacing: -0.36px;
    margin-top: 16px;
    margin-bottom: 18px;
  }
  
  .trip-item .status-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
    letter-spacing: -0.32px;
    margin-top: 10px;
    color: #252c32;
    text-wrap: nowrap;
  }
  
  .trip-item .accent-title {
    color: #ff5141;
  }
  
  .trip-item .status-title .font-bold {
    font-weight: 600;
  }
  
  .trip-item .price-wrapper {
    text-align: left;
    color: #252c32;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%; /* 21.12px */
    letter-spacing: -0.32px;
    text-wrap: nowrap;
  }
  
  .trip-item .price-wrapper > div {
    margin-bottom: 8px;
  }
  
  .trip-item .price-wrapper .price-com {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #61a745;
  }
  
  .status-section {
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
    color: #6b7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%; /* 26.4px */
    letter-spacing: -0.2px;
  }
  
  #groupSize {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }
  
  #groupSize svg {
    position: absolute;
    z-index: 1;
    left: 10px;
  }
  
  #groupSize .nice-select {
    padding-left: 30px;
  }
  
  /* testimonial section */
  
  .testimonial-section {
    margin-top: 122px;
    margin-bottom: 122px;
  }
  
  .testimonial-section .section-title {
    text-align: center;
    margin-bottom: 15px;
  }
  
  .testimonial-section .tagline {
    color: #6b7280;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%; /* 22.96px */
  }
  
  .testimonial-slider {
    margin-top: 65px;
  }
  
  .testimonial-slider-card {
    border-radius: 19px;
    background: #fff;
    box-shadow: 0px 30.72px 76.8px -19.2px rgba(198, 162, 131, 0.1);
    padding: 28px;
    border: 1px solid grey;
    margin: 0 10px;
  }
  
  .slick-prev {
    left: -10px !important;
    z-index: 50 !important;
  }
  
  .slick-next {
    right: 6px !important;
    z-index: 50 !important;
  }
  
  .slick-next:before,
  .slick-prev:before {
    color: #1384bd !important;
    font-size: 35px !important;
  }
  
  .slick-next,
  .slick-prev {
    color: white !important;
  }
  
  .testimonial-desc {
    color: #656565;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 26.112px */
    letter-spacing: 0.307px;
    margin-top: 30px;
    margin-bottom: 45px;
  }
  
  .testimonial-profile {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  
  .testimonial-profile h5 {
    color: #152637;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.307px;
  }
  
  .testimonial-profile p {
    color: #656565;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.307px;
    margin-top: 6px;
  }
  
  .testimonial-profile-image-wrapper {
    width: 54px;
    height: 54px;
    border: 1px solid #9ca3af;
    border-radius: 50%;
    overflow: hidden;
  }
  
  .testimonial-profile-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* about captain starts */
  .about-captain-section {
    margin-top: 110px;
  }
  .about-captain-section h2 {
    color: #252c32;
    font-family: "Kumbh Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%; /* 42.24px */
    letter-spacing: -0.32px;
    margin-bottom: 60px;
  }
  
  .about-captain-wrapper {
    display: flex;
    gap: 125px;
  }
  
  .about-captain-right {
    max-width: 870px;
    width: 100%;
  }
  
  .about-captain-left img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
  }
  
  .about-captain-info h3 {
    color: #252c32;
    font-family: "Kumbh Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%; /* 31.68px */
    letter-spacing: -0.48px;
    margin-bottom: 15px;
  }
  
  .about-captain-info p {
    color: #6b7280;
    font-family: "Kumbh Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%; /* 29.52px */
  }
  
  .about-captain-statistics {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    max-width: 695px;
    width: 100%;
    margin: 16px 0 40px;
  }
  
  .about-captain-statistics-items-wrapper {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  
  .about-captain-statistics-item {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .about-captain-statistics-item span {
    color: #252c32;
    font-family: "Kumbh Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%; /* 26.24px */
  }
  
  .about-captain-right p {
    color: #252c32;
    font-family: "Kumbh Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%; /* 26.24px */
  }
  /* about captain ends */
  
  /* fish sectio starts */
  .fish-section {
    margin-top: 100px;
  }
  
  .fish-section h2 {
    color: #252c32;
    font-family: "Kumbh Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%; /* 42.24px */
    letter-spacing: -0.32px;
    margin-bottom: 55px;
  }
  
  .fish-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 40px;
  }
  
  .fish-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  
  .fish-card .fish-img-wrapper {
    width: 156px;
    height: 90px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 24px;
  }
  
  .fish-card p {
    color: #252c32;
    text-align: center;
    font-family: "Kumbh Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%; /* 21.12px */
    letter-spacing: -0.16px;
  }
  
  .show-more-wrapper {
    margin-top: 42px;
  }
  
  .show-more {
    color: #2185c5;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 214.286% */
    margin-left: 10px;
  }
  
  .show-more svg {
    margin-right: 6px;
  }
  
  /* fish section ends */
  
  /* boat starts */
  .overview-boat {
    margin-top: 100px;
  }
  
  .boat-overview__title {
    color: #252c32;
    font-family: "Kumbh Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%; /* 42.24px */
    letter-spacing: -0.32px;
    margin-bottom: 45px;
  }
  
  .boat-overview__container {
    display: flex;
    align-items: flex-start;
    gap: 139px;
  }
  
  .boat-overview__image-section {
    max-width: 550px;
    flex-shrink: 0;
  }
  
  .boat-overview__image {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  .boat-overview__details {
    max-width: 650px;
    width: 100%;
  }
  
  .boat-overview__wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .boat-overview__details-item {
    margin-bottom: 12px;
  }
  
  .boat-overview__details-title {
    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 200% */
  }
  
  .boat-overview__details-value {
    color: #444;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
  }
  /* boat ends */
  
  
  @media screen and (max-width: 1024px) {
    .fish-grid {
      gap: 20px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .fish-grid {
      gap: 10px;
    }
  }
  
  /* Extra small screen */
  @media only screen and (min-width: 375px) {
  }
  
  /* small screen */
  @media only screen and (min-width: 480px) {
    .trip-item .price-wrapper {
      text-align: right;
    }
  }
  
  /* learg small screen */
  @media only screen and (min-width: 576px) {
    .image-section {
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      gap: 20px;
    }
    .header-details-section > div {
      flex-direction: row;
      align-items: center;
    }
    .button {
      padding: 10px 20px;
      font-size: 16px;
    }
  }
  
  @media only screen and (min-width: 600px) {
    .trip-items-section .trip-item {
      flex-direction: row;
      gap: 20px;
      padding: 24px;
    }
  }
  
  /* medium screen */
  @media only screen and (min-width: 768px) {
    .action-btn {
      font-size: 16px;
    }
    .image-section {
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .details-section {
      flex-direction: row;
    }
    .details-section .user-details-section {
      max-width: 220px;
    }
    .search-wrapper {
      flex-direction: row;
      align-items: center;
    }
    .header-details-section {
      margin-top: 55px;
      margin-bottom: 55px;
    }
    .header-details-section .review-section {
      margin-top: 30px;
    }
  
    .trip-items-section {
      margin-top: 70px;
      margin-bottom: 58px;
    }
    .trip-section {
      margin-top: 100px;
    }
    .status-section {
      padding: 21px 51px;
    }
    .status-section {
      font-size: 20px;
    }
    .trip-item .status-title {
      font-size: 16px;
    }
    .trip-item .title {
      font-size: 18px;
    }
    .header-details-section .header-title {
      font-size: 25px;
    }
  }
  
  /* large screen */
  @media only screen and (min-width: 992px) {
    .trip-items-section .trip-item {
      gap: 46px;
    }
    .button {
      padding: 20px 46px;
      font-size: 16px;
    }
    .search-wrapper .select::after {
      right: calc(var(--size) * 2);
    }
    #tripdate svg {
      margin-left: 12px;
    }
    #tripDate input {
      padding: 8px 12px;
    }
    .details-section .user-details-section {
      max-width: 250px;
    }
    .header-details-section .header-title {
      font-size: 32px;
    }
  }
  
  /* X-large */
  @media only screen and (min-width: 1200px) {
    .image-section {
      grid-template-columns: repeat(auto-fit, minmax(236px, 1fr));
    }
    .details-section .user-details-section {
      max-width: 317px;
    }
  }
  
  /* XX-large */
  @media only screen and (min-width: 1400px) {
  }
  
  /* responsive 2*/
  @media only screen and (max-width: 1200px) {
    .about-captain-wrapper {
      gap: 60px; /* Reduce gap between sections */
    }
    .boat-overview__container {
      gap: 80px; /* Reduce the gap between the image and details */
    }
  }
  
  @media only screen and (max-width: 992px) {
    .fish-section h2 {
      font-size: 28px; /* Slightly reduce font size for smaller screens */
      line-height: 125%; /* Adjust line height for better spacing */
      margin-bottom: 18px; /* Adjust bottom margin */
    }
    .overview-boat {
      margin-top: 80px; /* Adjust top margin for smaller screens */
    }
  
    .boat-overview__title {
      text-align: center;
    }
  
    .boat-overview__container {
      flex-direction: column; /* Stack image and details vertically */
      gap: 40px; /* Reduce gap between sections */
    }
  
    .boat-overview__image-section {
      max-width: 100%; /* Allow image to take full width */
      margin: 0 auto;
    }
  
    .boat-overview__details {
      max-width: 100%; /* Allow details to take full width */
    }
  
    .boat-overview__title {
      font-size: 28px; /* Adjust heading size */
      margin-bottom: 30px; /* Adjust bottom margin */
    }
    .about-captain-wrapper {
      flex-direction: column; /* Stack sections vertically */
      align-items: center; /* Center align items */
      gap: 40px;
    }
  
    .about-captain-section h2 {
      font-size: 28px; /* Reduce heading size */
      text-align: center; /* Center text for smaller screens */
    }
  
    .about-captain-left img {
      width: 220px; /* Adjust image size */
      height: 220px;
    }
  
    .about-captain-info h3 {
      font-size: 22px; /* Adjust heading size */
    }
  
    .about-captain-info p {
      font-size: 16px; /* Adjust paragraph text size */
    }
  }
  
  @media only screen and (max-width: 768px) {
    .about-captain-section,
    .fish-section {
      margin-top: 50px;
  }
    .faq-section-title {
      font-size: 28px;
      line-height: 130%; /* Adjust to 36.4px */
      letter-spacing: -0.28px;
      margin-bottom: 30px;
    }
  
    .section-title {
      font-size: 28px;
      line-height: 130%; /* 36.4px */
      letter-spacing: -0.28px;
    }
    .testimonial-section {
      margin-top: 80px;
      margin-bottom: 80px;
    }
  
    .testimonial-slider {
      margin-top: 40px;
    }
  
    .testimonial-slider-card {
      padding: 20px;
      margin: 0 5px;
    }
  
    .testimonial-desc {
      font-size: 14px;
      margin-top: 20px;
      margin-bottom: 30px;
    }
  
    .testimonial-profile h5,
    .testimonial-profile p {
      font-size: 14px;
    }
  
    .testimonial-profile-image-wrapper {
      width: 48px;
      height: 48px;
    }
    .fish-section h2 {
      font-size: 24px; /* Further reduce font size */
      line-height: 120%; /* Adjust line height */
      margin-bottom: 15px; /* Adjust bottom margin */
      text-align: center; /* Center align for small screens */
    }
    .overview-boat {
      margin-top: 60px; /* Further reduce top margin */
    }
  
    .boat-overview__title {
      font-size: 24px; /* Adjust heading size */
    }
  
    .boat-overview__container {
      gap: 30px; /* Further reduce gap */
    }
  
    .boat-overview__details-title,
    .boat-overview__details-value {
      font-size: 16px; /* Adjust details text size */
    }
  
    .about-captain-left img {
      width: 180px; /* Adjust image size */
      height: 180px;
    }
  
    .about-captain-section h2 {
      font-size: 24px;
      margin-bottom: 40px;
    }
  
    .about-captain-wrapper {
      gap: 30px; /* Further reduce gap */
    }
  
    .about-captain-info h3 {
      font-size: 20px;
    }
  
    .about-captain-info p {
      font-size: 14px;
    }
  
    .about-captain-statistics {
      gap: 12px;
      margin: 12px 0 30px; /* Adjust margins */
    }
  
    .about-captain-statistics-items-wrapper {
      gap: 10px; /* Adjust gap between items */
    }
  
    .about-captain-statistics-item span {
      font-size: 14px;
    }
  
    .about-captain-right p {
      font-size: 14px;
    }
  }
  
  @media only screen and (max-width: 576px) {
    .fish-section h2 {
      font-size: 20px; /* Further reduce font size for very small screens */
      line-height: 120%; /* Maintain consistent spacing */
      margin-bottom: 20px; /* Reduce bottom margin */
      padding: 0 16px; /* Add some horizontal padding for better readability */
    }
    .overview-boat {
      margin-top: 40px; /* Further reduce top margin */
    }
  
    .boat-overview__title {
      font-size: 22px;
      margin-bottom: 20px;
    }
  
    .boat-overview__details-title,
    .boat-overview__details-value {
      font-size: 14px; /* Further adjust text size */
    }
  
    .boat-overview__container {
      gap: 20px; /* Reduce gap between sections */
    }
  
    .boat-overview__details-item {
      margin-bottom: 8px; /* Reduce spacing between items */
    }
  
    .boat-overview__wrapper {
      gap: 16px; /* Reduce gap between details */
    }
    .about-captain-left img {
      width: 150px; /* Adjust image size */
      height: 150px;
    }
  
    .about-captain-section h2 {
      font-size: 22px;
    }
  
    .about-captain-wrapper {
      gap: 20px;
    }
  
    .about-captain-info h3 {
      font-size: 18px;
    }
  
    .about-captain-info p {
      font-size: 12px;
    }
  
    .about-captain-statistics {
      gap: 8px;
      margin: 8px 0 20px; /* Further adjust margins */
    }
  
    .about-captain-statistics-item span {
      font-size: 12px;
    }
  
    .about-captain-right p {
      font-size: 12px;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .about-captain-section,
    .fish-section {
      margin-top: 30px;
  }
  
    .faq-section .accordion {
      display: flex;
      flex-direction: column;
      gap: 5px;
  }
  
    .faq-section-title {
      font-size: 24px;
      line-height: 128%; /* Adjust to 30.72px */
      letter-spacing: -0.24px;
      margin-bottom: 18px;
    }
    .section-title {
      font-size: 24px;
      line-height: 128%; /* 30.72px */
      letter-spacing: -0.24px;
    }
  
    .about-captain-left img {
      width: 120px;
      height: 120px;
    }
    .testimonial-section {
      margin-top: 60px;
      margin-bottom: 60px;
    }
  
    .testimonial-slider {
      margin-top: 30px;
    }
  
    .testimonial-slider-card {
      padding: 15px;
      margin: 0 3px;
    }
  
    .testimonial-desc {
      font-size: 12px;
      margin-top: 15px;
      margin-bottom: 25px;
    }
  
    .testimonial-profile h5,
    .testimonial-profile p {
      font-size: 12px;
    }
  
    .testimonial-profile-image-wrapper {
      width: 40px;
      height: 40px;
    }
  
    .slick-next:before,
    .slick-prev:before {
      font-size: 28px !important;
    }
  }
  