@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body,
html {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
:root {
  --primary-clr: #000000;
  --secondary-clr: #8d8d8d;
  --third-clr: #ffae00;
  --forth-clr: #ffffff;
}

/* Common Class */
.container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.row {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.row > * {
  padding: 0 15px;
}
a {
  display: inline-block;
  text-decoration: none;
}
ul > li {
  list-style-type: none;
}

/* Header Section */
.header-section {
  padding: 10px 0;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
}
.nav-logo {
  max-width: 200px;
}
.nav-logo > a > img {
  width: 100%;
  height: 80%;
  object-fit: contain;
}
.list {
  position: relative;
  font-size: 24px;
  cursor: pointer;
}
.list::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: var(--third-clr);
  transition: width 0.4s ease;
}
.list:hover::after {
  width: 100%;
}
nav {
  gap: 400px;
}
nav,
.nav-right,
.nav-right > ul,
.header-btn {
  display: flex;
  align-items: center;
}
.nav-right {
  flex-grow: 1;
}
.nav-right > ul {
  margin: 0 auto;
  gap: 30px;
}
.nav-right > ul > li > a {
  font-size: 18px;
  color: var(--primary-clr);
}
.header-btn {
  gap: 25px;
}
.header-btn1 {
  color: var(--primary-clr);
  font-size: 18px;
}
.header-btn1:hover {
  transform: scale(1.2);
}
.header-btn2 {
  color: var(--forth-clr);
  padding: 4px 8px;
  background-color: var(--third-clr);
  border-radius: 5px;
  font-size: 18px;
}
.header-btn2:hover {
  transform: scale(1.2);
}
.hamburger {
  display: none;
}
.active {
  display: flex !important;
}

/* Banner Section */
.banner-section {
  background: url(../assets/Image20250625112158.png) center/cover no-repeat;
  min-height: 100vh;
  padding-top: 100px;
  margin-bottom: 100px;
  position: relative;
}
.col-6 {
  width: 50%;
}
.banner-btn {
  padding: 12px 32px;
  color: var(--primary-clr);
  background-color: var(--third-clr);
  font-size: 18px;
  border-radius: 8px;
  max-width: fit-content;
}
.banner-btn:hover {
  background-color: #e4a826a4;
  color: var(--forth-clr);
}
.banner-text {
  padding-top: 70px;
}
.banner-text > h1 {
  font-size: 50px;
  color: var(--forth-clr);
  margin-bottom: 30px;
}
h1 > span {
  color: var(--third-clr);
}
.banner-text > p {
  color: var(--forth-clr);
  font-size: 18px;
  margin-bottom: 30px;
}
.banner-img {
  max-width: 800px;
  padding-top: 100px;
}
.banner-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.banner-flote {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: var(--forth-clr);
  padding: 35px;
  border-radius: 12px;
  position: absolute;
  width: 1100px;
  min-height: 155px;
  bottom: calc(-155px / 2);
  left: 50%;
  transform: translateX(-50%);
  box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.3);
}
.flot-part > h4 {
  color: var(--primary-clr);
  font-size: 20px;
}
.flot-img {
  display: flex;
  align-items: center;
  gap: 5px;
}
.flot-img > p {
  color: var(--secondary-clr);
  font-size: 15px;
}
.flot-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  background: var(--third-clr);
  padding: 16px;
  border-radius: 8px;
}
.flot-btn:hover {
  background-color: rgb(108, 80, 8);
}
.flot-btn > a {
  color: var(--primary-clr);
}
.small-flot-section {
  display: none;
}

/* Faster Slider Section */
.faster-slider-section > div > h4 {
  font-size: 24px;
  color: var(--primary-clr);
  text-align: center;
  margin-bottom: 20px;
}
.faster-slider-section {
  margin-bottom: 60px;
}
.swiper-img {
  width: 85px;
  height: 85px;
}
.swiper-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.swiper-slide {
  max-width: 350px;
}
.swiper-box {
  display: flex;
  justify-content: space-around;
}
h3 {
  display: flex;
  gap: 2px;
}
p {
  display: flex;
  gap: 5px;
  align-items: center;
}
.divider {
  width: 3px;
  height: 15px;
  background-color: var(--secondary-clr);
  display: inline-block;
}
.card {
  background: var(--forth-clr);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3);
  padding: 10px;
}
.swiper {
  width: 100%;
  padding: 40px 0;
}
.card-content h3 {
  font-size: 16px;
  margin: 0;
}
.card-content p {
  color: var(--secondary-clr);
  font-size: 14px;
  margin: 8px 0;
}
.footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
}
.footer span {
  font-size: 14px;
  color: var(--secondary-clr);
}
.footer button {
  background: var(--third-clr);
  border: none;
  padding: 6px 12px;
  border-radius: 5px;
  cursor: pointer;
}
.custom-navigation {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}
.custom-navigation button {
  color: var(--secondary-clr);
  border: 2px solid var(--secondary-clr);
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  font-size: 12px;
}
.custom-navigation button:hover {
  background-color: var(--third-clr);
}

/* Logo Section */
.logo-section {
  padding-block: 50px;
  margin-bottom: 50px;
  background: whitesmoke;
}
.logo-section > div > h4 {
  text-align: center;
  font-size: 35px;
  color: var(--primary-clr);
  padding-bottom: 15px;
}
.logo-section > div > p {
  text-align: center;
  font-size: 15px;
  color: var(--secondary-clr);
  padding-bottom: 30px;
  max-width: 474px;
  margin: 0 auto;
}
.logo-img {
  max-width: 120px;
}
.logo-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo-section > div > div {
  justify-content: space-around;
}

/* Choose Section  */
.choose-section {
  margin-bottom: 40px;
}
.choose-section > div > h2 {
  font-size: 45px;
  color: var(--primary-clr);
  text-align: center;
  margin-bottom: 15px;
}
.choose-section > div > p {
  font-size: 15px;
  color: var(--secondary-clr);
  text-align: center;
  padding-bottom: 50px;
  max-width: 470px;
  margin: 0 auto;
}
.col-2 {
  width: 50%;
  display: flex;
  justify-content: center;
}
.choose-text > h4 {
  font-size: 25px;
  margin-bottom: 10px;
  color: var(--primary-clr);
}
.choose-text > p {
  font-size: 15px;
  margin-bottom: 10px;
  color: var(--secondary-clr);
}
.choose-subimg {
  max-width: 50px;
  min-height: 50px;
}
.choose-subimg > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.sub-div {
  display: flex;
  gap: 20px;
  align-items: center;
}
.main-div {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.choose-img {
  max-width: 550px;
}
.choose-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Client Section */
.client-section {
  margin-bottom: 60px;
}
.client-section > div > h2 {
  font-size: 45px;
  color: var(--primary-clr);
  margin-bottom: 15px;
  text-align: center;
  text-wrap: nowrap;
}
.client-section > div > p {
  font-size: 15px;
  color: var(--secondary-clr);
  text-align: center;
  padding-bottom: 50px;
  max-width: 850px;
  margin: 0 auto;
}
.client-text > h4 {
  font-size: 25px;
  margin-bottom: 50px;
  color: var(--primary-clr);
}
.client-text > p {
  font-size: 15px;
  margin-bottom: 60px;
  color: var(--secondary-clr);
  max-width: 450px;
}
.client-text-arrow {
  max-width: 24px;
  min-height: 24px;
}
.client-text-arrow > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.client-text-input {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border: 2px solid var(--third-clr);
  max-width: 450px;
  border-radius: 8px;
  background-color: #fff9f9;
}
input[type="text"] {
  border: none;
  outline: none;
  background-color: transparent;
  color: var(--secondary-clr);
}
.glide {
  position: relative;
  text-align: center;
  padding: 0 50px;
}
.testimonial-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonial-image {
  max-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.testimonial-rating {
  display: flex;
  flex-direction: column;
}
.low {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.testimonial-card {
  background: #fff;
  color: #000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 30px 25px;
  position: relative;
  /* width: 100%; */
  max-width: 600px;
  margin: 0 auto;
}
.testimonial-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
.testimonial-name {
  font-weight: bold;
  margin-top: 15px;
  font-size: 16px;
}
.testimonial-rating {
  color: #f5b50a;
  font-size: 14px;
  margin-top: 5px;
}
.glide__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
}
.glide_arrow {
  color: var(--third-clr);
  border-radius: 50%;
  padding: 10px;
  border: 2px solid var(--third-clr);
}

/* Yellow Section */
.yellow-section {
  background-color: var(--third-clr);
  padding-block: 50px;
}
.col-3 {
  width: 33.33%;
  display: flex;
  justify-content: center;
  gap: 100px;
  text-align: center;
}
.yellow-text > h2 {
  font-size: 40px;
  color: var(--primary-clr);
  margin-bottom: 20px;
}
.yellow-text > p {
  font-size: 30px;
  color: var(--primary-clr);
  text-wrap: nowrap;
}

/* Blank Section */
.blank-section {
  background-color: var(--forth-clr);
  margin-block: 400px;
  position: relative;
}
.form-pay1 {
  display: none;
}
.footer-flote {
  padding: 30px;
  background-color: var(--forth-clr);
  text-align: center;
  max-width: 800px;
  border-radius: 16px;
  position: absolute;
  min-height: 550px;
  bottom: calc(-550px / 2);
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3);
}
.footer-flote > p {
  font-size: 45px;
  color: var(--primary-clr);
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.footer-box-section {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
.footer-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer-box-text,
.footer-box-email {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid var(--secondary-clr);
}
textarea {
  outline: none;
  border: none;
  font-family: "Poppins", sans-serif;
}
.footer-box-textarea {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid var(--secondary-clr);
  font-size: 15px;
  text-align: start;
}
.form-btn > a {
  padding: 10px 12px;
  color: var(--forth-clr);
  background-color: var(--third-clr);
  border-radius: 8px;
}
.form-btn :hover {
  background-color: #3c2b05a4;
}
.form-btn {
  margin-right: auto;
}
.form-side-p {
  display: flex;
}
.form-side-up {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.form-side-p > p {
  font-size: 25px;
}
.form-side-up > p {
  font-size: 15px;
  color: var(--secondary-clr);
}
.fotter-last-img {
  max-width: 700px;
}
.fotter-last-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.form-pay {
  max-width: 150px;
}
.form-pay > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.form-side-icon {
  max-width: 180px;
}
.form-side-icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Footer Section  */
.col-4 {
  width: 25%;
}
.footer-section {
  padding-top: 300px;
  padding-bottom: 20px;
  background-color: var(--primary-clr);
}
.footer1 {
  display: flex;
  flex-direction: column;
}
.footer1 > p {
  font-size: 15px;
  color: var(--forth-clr);
  margin-bottom: 30px;
}
.footer-logos {
  display: flex;
  align-items: center;
  gap: 5px;
}
.fotter-logo {
  max-width: 24px;
  min-height: 24px;
}
.fotter-logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-icon {
  max-width: 200px;
}
.footer-icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-section ul > li {
  color: var(--forth-clr);
  font-size: 15px;
  margin-bottom: 35px;
}
.footer-btn {
  padding: 8px 12px;
  color: var(--forth-clr);
  background-color: var(--third-clr);
  border-radius: 8px;
}
input[type="email"] {
  outline: none;
  border: none;
  color: #b0b0b0;
  background-color: transparent;
}
.footer-input {
  padding: 10px 15px;
  border-radius: 8px;
  background-color: #d9d9d9;
}
.footer-section > div > hr {
  border: 1px solid var(--third-clr);
}
.footer-last {
  display: flex;
  justify-content: center;
  padding-top: 5px;
  gap: 5px;
}
.footer-last > p {
  color: var(--forth-clr);
  font-size: 15px;
}
#scrollUpBtn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: var(--secondary-clr);
  color: var(--forth-clr);
  cursor: pointer;
  padding: 12px;
  border-radius: 50%;
  display: none;
  transition: background-color 0.3s;
}
#scrollUpBtn:hover {
  background-color: var(--third-clr);
}

@media screen and (max-width: 1200px) {
  /* Header Section */
  .hamburger {
    position: relative;
    width: 40px;
    height: 30px;
    background: transparent;
    cursor: pointer;
    display: block;
    margin-left: auto !important;
  }
  .hamburger input {
    display: none;
  }
  .hamburger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: var(--primary-clr);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .hamburger span:nth-of-type(1) {
    top: 0px;
    transform-origin: left center;
  }
  .hamburger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left center;
  }
  .hamburger span:nth-of-type(3) {
    top: 100%;
    transform-origin: left center;
    transform: translateY(-100%);
  }
  .hamburger input:checked ~ span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 0px;
    left: 5px;
  }
  .hamburger input:checked ~ span:nth-of-type(2) {
    width: 0%;
    opacity: 0;
  }
  .hamburger input:checked ~ span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 28px;
    left: 5px;
  }
  .nav-right {
    display: none;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    background-color: rgba(164, 170, 134, 0.3);
    backdrop-filter: blur(10px);
    padding: 10px;
    animation: dropdown 1 500ms forwards linear;
  }
  @keyframes dropdown {
    from {
      transform: translateX(-30px);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  .nav-right > ul {
    flex-direction: column;
  }
  .header-btn {
    flex-direction: column;
    padding-top: 30px;
  }
  nav {
    gap: 200px;
  }

  /* Banner-Section */
  .banner-img {
    padding-top: 80px;
  }
  .banner-flote {
    display: none;
  }
  .banner-section {
    margin-bottom: 40px;
  }
  .banner-text {
    padding-top: 50px;
  }

  /* Small-flote Section */
  .small-flot-section {
    display: block;
    margin-bottom: 50px;
    padding-block: 20px;
  }
  .col-5 {
    width: 20%;
    display: flex;
    align-items: center;
  }
  .flot-btn {
    max-width: fit-content;
  }

  /* Blank Section*/
  .footer-box-section {
    display: flex;
  }
  .form-side-p {
    flex-direction: column-reverse;
  }
  .form-pay {
    margin: 0 auto;
  }
  .form-side-p > p {
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  /* Banner Section */
  .banner-section {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .col-6 {
    width: 100%;
  }
  .banner-section > div > div {
    flex-direction: column-reverse;
  }
  .banner-img {
    max-width: 700px;
    padding-top: 60px;
    margin: 0 auto;
  }
  .banner-text {
    padding-top: 30px;
  }

  /* Small-flote Section */
  .small-flot-section {
    margin-bottom: 30px;
  }
  .col-5 {
    width: 40%;
  }
  .small-flot-section > div > div {
    row-gap: 20px;
  }

  /* Choose Section */
  .choose-section > div > div {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .col-2 {
    width: 100%;
  }

  /* Client Section */
  .client-section > div > div {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
  .client-text > h4 {
    font-size: 25px;
    margin-bottom: 40px;
    color: var(--primary-clr);
  }
  .client-text > p {
    font-size: 15px;
    margin-bottom: 40px;
    color: var(--secondary-clr);
    max-width: 450px;
  }

  /* Yellow Section */
  .yellow-section {
    padding-block: 50px;
  }
  .yellow-text > h2 {
    font-size: 30px;
  }
  .yellow-text > p {
    font-size: 20px;
  }

  /* Blank Section */
  .blank-section {
    margin-block: 350px;
  }
  .form-side-p > p {
    font-size: 15px;
    margin: 0 auto;
  }
  .footer-flote > p {
    font-size: 25px;
    margin-bottom: 20px;
  }

  /* Footer Section  */
  .col-4 {
    width: 50%;
  }
  .footer-section > div > div {
    row-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  /* Banner Section */
  .banner-img {
    max-width: 600px;
    padding-top: 40px;
  }
  nav {
    gap: 100px;
  }
  .banner-text > h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .banner-text > p {
    font-size: 18px;
    margin-bottom: 20px;
    mix-blend-mode: difference;
  }

  /* Faster Slider Section */
  .swiper-slide {
    max-width: 300px;
    margin: 0 auto;
  }

  /* Logo Section */
  .logo-section {
    padding-block: 30px;
    margin-bottom: 30px;
  }

  /* Choose Section */
  .choose-img {
    max-width: 450px;
  }

  /* Yellow Section */
  .yellow-section {
    padding-block: 30px;
  }
  .col-3 {
    width: 50%;
  }
  .yellow-section > div > div {
    row-gap: 20px;
  }

  /* Blank Section */
  .blank-section {
    margin-block: 250px;
  }
  .footer-flote {
    padding: 30px;
    min-height: 450px;
  }
  .footer-box-section {
    gap: 20px;
  }
  .form-side-icon {
    width: 150px;
  }
}
@media screen and (max-width: 576px) {
  /* Header Section */
  nav {
    gap: 100px;
  }
  .nav-logo {
    max-width: 150px;
  }
  .hamburger span {
    height: 4px;
    width: 100%;
  }
  .hamburger {
    width: 30px;
    height: 20px;
  }
  .hamburger input:checked ~ span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 7px;
    left: 5px;
  }
  .nav-right > ul > li > a {
    font-size: 12px;
  }
  .nav-right > ul {
    gap: 5px;
  }
  .header-btn {
    gap: 15px;
  }
  .header-btn {
    padding-top: 15px;
  }
  .header-btn1 {
    font-size: 12px;
  }
  .header-btn2 {
    font-size: 12px;
  }

  /* Banner Section */
  nav {
    gap: 50px;
  }
  .banner-section {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .banner-img {
    max-width: 400px;
    padding-top: 40px;
  }
  .banner-text > h1 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .banner-text > p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .banner-btn {
    padding: 12px 20px;
    font-size: 15px;
  }
  .banner-text {
    padding-top: 10px;
  }

  /* Small-flote Section */
  .small-flot-section {
    margin-bottom: 10px;
    padding-block: 10px;
  }
  .col-5 {
    width: 50%;
  }
  .small-flot-section > div > div {
    row-gap: 10px;
  }
  .flot-btn {
    gap: 5px;
    padding: 8px;
  }
  .flot-btn > a {
    font-size: 12px;
  }
  .flot-arrow {
    max-width: 14px;
    min-height: 14px;
  }
  .flot-part > h4 {
    font-size: 15px;
  }
  .flot-img > p {
    font-size: 12px;
  }

  /* Faster Slider Section */
  .custom-navigation button {
    padding: 5px;
    font-size: 10px;
  }
  .faster-slider-section > div > h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .faster-slider-section {
    margin-bottom: 20px;
  }
  .swiper-img {
    width: 65px;
    height: 65px;
  }
  .card-content h3 {
    font-size: 12px;
  }
  .card-content p {
    font-size: 10px;
    margin: 8px 0;
  }
  .footer {
    margin-top: 8px;
  }
  .footer span {
    font-size: 10px;
  }
  .footer button {
    padding: 6px 10px;
    font-size: 12px;
  }

  /* Logo Section */
  .logo-section > div > h4 {
    font-size: 25px;
    padding-bottom: 10px;
  }
  .logo-section > div > p {
    font-size: 12px;
    padding-bottom: 15px;
  }
  .logo-img {
    max-width: 90px;
  }
  .logo-section {
    padding-block: 15px;
    margin-bottom: 15px;
  }

  /* Choose Section */
  .choose-section {
    margin-bottom: 20px;
  }
  .choose-img {
    max-width: 350px;
  }
  .choose-section > div > h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .choose-section > div > p {
    font-size: 12px;
    padding-bottom: 20px;
  }
  .choose-text > h4 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .choose-text > p {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .choose-subimg {
    max-width: 30px;
    min-height: 30px;
  }
  .sub-div {
    gap: 10px;
  }
  .main-div {
    gap: 20px;
  }

  /* Client Section */
  .client-section > div > div {
    row-gap: 10px;
  }
  .client-section {
    margin-bottom: 20px;
  }
  .client-section > div > h2 {
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
  }
  .client-section > div > p {
    font-size: 12px;
    padding-bottom: 20px;
  }
  .client-text > h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--primary-clr);
    text-align: center;
  }
  .client-text > p {
    font-size: 12px;
    margin-bottom: 20px;
    color: var(--secondary-clr);
    text-align: center;
  }
  .client-text-input {
    padding: 8px;
    max-width: 250px;
    margin: 0 auto;
  }
  .testimonial-card p {
    font-size: 12px;
  }
  .testimonial-name {
    margin-top: 10px;
    font-size: 14px;
  }
  .testimonial-rating {
    font-size: 12px;
  }
  .testimonial-card {
    border-radius: 12px;
    padding: 12px 15px;
  }
  .glide_arrow {
    padding: 5px;
  }
  .testimonial-image {
    max-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }

  /* Yellow Section  */
  .yellow-section {
    padding-block: 20px;
  }
  .yellow-text > h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .yellow-text > p {
    font-size: 15px;
  }
  .yellow-section > div > div {
    row-gap: 10px;
  }

  /* Blank Section */
  .blank-section {
    margin-block: 200px;
  }
  .form-side {
    display: none;
  }
  .form-pay1 > img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .footer-form {
    display: flex;
    gap: 12px;
  }
  .form-btn > a {
    padding: 10px;
    font-size: 12px;
  }
  .footer-flote {
    padding: 20px;
    min-height: 450px;
    width: 280px;
  }

  /* Footer Section  */
  .col-4 {
    width: 100%;
  }
  .footer-section > div > div {
    row-gap: 10px;
  }
  .footer-input {
    max-width: 250px;
  }
  .fotter-logo {
    max-width: 14px;
    min-height: 14px;
  }
  .footer-icon {
    max-width: 150px;
  }
  .footer1 > p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .footer-section ul > li {
    color: var(--forth-clr);
    font-size: 12px;
    margin-bottom: 10px;
  }
  .footer-last > p {
    font-size: 12px;
  }
  .footer-last > img {
    max-width: 14px;
    min-height: 14px;
    object-fit: contain;
  }
}
