/** @format */

* {
  margin: 0%;
  padding: 0%;
  text-decoration: none;
  list-style: none;
}

.wrapper {
  width: 85%;
  max-width: 1950px;
  margin: 0 auto;
}
#combination  {
    background: linear-gradient(to bottom, rgb(23 202 92 / 21%), rgba(255, 255, 255, 0.1));
}

#combination header {
  width: 100%;
  background: linear-gradient(rgba(243, 242, 242, 0.5), rgba(245, 244, 244, 0.5)), url(../images/index/grid.png);
  display: flex;
  justify-content: space-between;
  align-items: center; 
}


#combination header .main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  border-radius: 20px;
  margin-top: 25px;
  margin-bottom: 40px;
 
}
#combination header .main .icon {
 padding: 12px;
}
#combination header .main .icon .logo {
  width: 65%;
}
#combination header .main .icon .logo a {
}
#combination header .main .icon .logo img {
  width: 30%;
  display: flex;
}
#combination header .main .navigation {
  /* width: 36%; */
  display: flex
;
  justify-content: space-around;
  padding: 20px;
  gap: 63px;
}
#combination header .main .navigation nav {
}

#combination header .main .navigation nav .close-btn {
  display: none;
}


#combination header .main .navigation nav ul {
  display: flex;
  gap: 24px;
}
#combination header .main .navigation nav ul .active a {
  background-color: #0081c9;
  color: #fff;
  border-radius: 5px;
  padding: 6px 12px;
}
#combination header .main .navigation nav ul li {
}
#combination header .main .navigation nav ul li a {
  color: black;
}
#combination header .main .navigation nav ul li a:hover {
  /* color: #0081c9; */
}
#combination header .main .hamburger {
  width: 25px !important;
  display: none;
}
#combination header .main .hamburger a {
  display: flex;
  align-items: center;
}
#combination header .main .hamburger a img {
  width: 100%;
}

#combination .spotlight {
  background: linear-gradient(rgba(243, 242, 242, 0.5), rgba(245, 244, 244, 0.5)), url(../images/index/grid.png);
}
#combination .spotlight .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
 
}

#combination .spotlight .main .left {
  width: 45%;
  margin-bottom: 60px;
 
}
#combination .spotlight .main .left .image {
  width: 78%;
}
#combination .spotlight .main .left img {
  width: 100%;

}
#combination .spotlight .main .right {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 60px;
 
}
#combination .spotlight .main .right h1 {
  width: 95%;
  font-size: 67px;
  line-height: 85px;
}
#combination .spotlight .main .right p {
  width: 90%;
  font-size: 20px;
  margin-bottom: 51px;
}

#combination .spotlight .main .right form {
  border: 1px solid;
  display: flex;
  padding: 5px;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  border-style: none;
  background: #fff;
  width: 60%;
  box-shadow: 0px 4px 50px 0px #25252514;
}
#combination .spotlight .main .right form .flex {
  width: 69%;
}
#combination .spotlight .main .right form .flex input {
  border-style: none;
  padding: 10px;
  width: 90%;
  outline: none;
  border-radius: 100px;
}
#combination .spotlight .main .right .button {
  width: 29%;
}
#combination .spotlight .main .right .button button {
  padding: 7px;
  width: 100%;
  background-color: #0081c9;
  color: white;
  border-radius: 100px;
  border-style: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  cursor: pointer;
}
#combination .spotlight .main .right .button button .image {
  width: 20%;
  display: flex;
}
#combination .spotlight .main .right .button button .image img {
  width: 100%;
}
#box{

  background: #F5F5F5;
}
#box .main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#box .main .card {
  margin-top: 40px;
  width: 100%;
}
#box .main .card ul {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
  align-items: center;
  gap:20px;

}
#box .main .card ul li {
  background: url(../images/about-us/Shape.png);
  background-position: left;
  background-repeat: no-repeat;
  text-align: center;
  border-radius: 20px;
  transition: background 0.5s ease-in-out;
  background-color: white;
}
#box .main .card ul li:hover {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(22, 157, 79, 0.1) 100%
    ),
    url(../images/about-us/Shape.png);
}
#box .main .card ul .content {
  width: 31%;
  margin-bottom: 30px;
}

#box .main .card ul .content li {
  padding: 31px;
  cursor: pointer;
}
#box .main .card ul li h3 {
  text-align: left;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}
#box .main .card ul li p {
  text-align: left;
  line-height: 27px;
  margin-bottom: 138px;
}
#box .main .card ul li .down {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#box .main .card ul li .down .learn {
  width: 50%;
  text-align: left;
}
#box .main .card ul li .down .learn a {
  color: #0081c9;
  font-size: 16px;
  font-weight: 500;
}
#box .main .card ul li .down .button {
  width: 47%;
}
#box .main .card ul li .down .button button {
  width: 100%;
  padding: 7px;
  border-radius: 8px;
  border-style: none;
  background-color: #0081c9;
  color: white;
  cursor: pointer;
}
#box .main .bottom {
  margin-top: 50px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#box .main .bottom .button {
  width: 100%;
  display: flex;
  justify-content: center;
}
#box .main .bottom a {
  width: 150px;
  color: black;
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
/* #box .main .bottom button p {
  font-size: 12px;
} */
#box .main .bottom .button .arrow {
  width: 16%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#box .main .bottom .button .arrow img {
  width: 100%;

}
#box .main .bottom .button {
  width: 100%;
  
}

#box .main .bottom .button button {
  padding: 7px;
  border-radius: 7px;
  border: solid 1px black ;
 
}
@media (max-width: 1024px) {
  #services .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #services .main .left,
  #services .main .right {
    width: 48%;
    margin-bottom: 20px;
  }

  #services .main .right form {
    width: 80%;
  }

  #box .main .card ul .content {
    width: 45%;
  }

  #box .main .card ul li h3 {
    text-align: left;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  #box .main .card ul .content li {
    padding: 26px;
  }
}

/* Small screens (max-width: 768px) */
@media (max-width: 768px) {

  #combination header .main .icon .logo img {
    width: 100%;
    display: flex;
  }
  #services .main .right form {
    width: 100%;
  }

  #services .main .right form .flex input {
    width: 80%;
    margin-bottom: 0px;
  }

  #services .main .right .button {
    width: 42%;
  }
  #services .main .right form .flex {
    width: 69%;
  }
  #box .main .card ul .content {
    width: 45%;
  }
  #box .main .card ul li .down .button button {
    width: 100%;
    padding: 7px;
    border-radius: 8px;
    border-style: none;
    background-color: #0081c9;
    color: white;
    cursor: pointer;
  }
  #box .main .card ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    align-items: center;
    gap: 0px;
  
  }
  #box .main .card ul .content li {
    padding: 18px;
  }
}

@media (max-width: 600px) {
  #services .main .left h3 {
    font-size: 22px;
    font-weight: 500;
  }
  #services .main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
#services .main .left, #services .main .right {
  width: 100%;
  margin-bottom: unset;
}
#services .main .right .button button .image {
  width: 17%;
  display: flex
;
}
#services .main .right .button {
  width: 30%;
}
#services .main .right form .flex input {
  padding: 7px;
}
  #box .main .card ul li .down .learn {
  }
  #box .main .card ul li .down .learn h4 {
    color: green;
  }
  #box .main .card ul li .down .button {
  }
  #box .main .card ul li .down .button button {
  }
  #box .main .bottom {
    margin-top: 50px;
  }
 
  #box .main .card ul .content {
    width: 45%;
  }
  #box .main .card ul li h3 {
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  #box .main .card ul li p {
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

/* Extra-small screens (max-width: 480px) */
@media (max-width: 480px) {
  #services .main .left h3 {
    font-size: 22px;
  }

  #services .main .right form {
    width: 100%;
  }

  #box .main .card ul li h3 {
    font-size: 16px;
  }

  #box .main .card ul li p {
    font-size: 14px;
  }

 
  #box .main .card ul li .down .learn a {
    color: #0081c9;
    font-size: 13px;
    font-weight: 500;
  }
  #box .main .card ul .content {
    width: 100%;
    
  }
}

#frame .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  width: 100%;
}

#frame .main .left {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 49%;
 
}

#frame .main .left h2 {
  font-size: 36px;
  line-height: 42px;
  width: 100%;
}

#frame .main .left p {
  font-size: 20px;
  width: 100%;
  line-height: 38px;
}
#frame .main .right {
  width: 47%;
  display: flex;
  justify-content: right;
 
}
#frame .main .right .image {
  width: 80%;
}
#frame .main .right .image img {
  width: 100%;
}

#icons {
  background: url(../images/about-us/lines.png);
  background-color: whitesmoke;
}

#icons .main {
}
#icons .main .left {
}
#icons .main .card {
}
#icons .main .card ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
#icons .main .card ul li {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-top: 30px;
  padding: 31px;
}
#icons .main .card ul li .image {

}
#icons .main .card ul li .image img {
  width:50px;
}
#icons .main .card ul li h4 {
  font-size: 20px;
}
#icons .main .card ul li p {
  font-size: 17px;
}

#rates {
  background-color: whitesmoke;
  padding-bottom: 50px;
  width: 100%;
}

#rates .main {
  width: 100%;
}

#rates .card {
  width: 100%;
  padding-top: 50px;
}

#rates .card ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px; /* Add gap for better spacing */
  padding: 0;
  list-style: none;
}

#rates .card ul .content {
  flex: 1 1 calc(0% - 0px); /* Flexible layout for responsiveness */
  width: 22%;
  /* Ensure minimum size for smaller screens */
  text-align: center;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for better visual hierarchy */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#rates .card ul .content:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

#rates .card ul .content h3 {
  font-size: 36px;
  color: #0081c9;
  margin-bottom: 10px;
}

#rates .card ul .content p {
  font-size: 16px;
  color: #555;
}

#mission {
  background: url(../images/others/Group-8.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 20px;
  color: #333;
}

#mission .main {
  margin-bottom: 100px;
}

#mission .card {
  width: 100%;
}

#mission .card ul {
  display: flex;
  flex-wrap: wrap; /* Enable wrapping for responsiveness */
  justify-content: space-between;
  
  padding: 0;
  list-style: none;
}

#mission .card ul .content {
  flex: 1 1 calc(30% - 20px); /* Flexible layout */
  max-width: 24%;

  background-color: white;
  text-align: center;
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for a modern look */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#mission .card ul .content:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

#mission .card ul .content .image img {
  width: 60px; /* Ensure consistent icon size */
  height: auto;
  margin-bottom: 15px;
  margin-top: 20px;
}

#mission .card ul .content h4 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #0081c9;
}

#mission .card ul .content p {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}

@media screen and (min-width: 1024px) {
  #frame .main .left {
    width: 48%;
  }
  #frame .main .right {
    width: 50%;
  }
}
@media screen and (max-width: 1280px) {
  #frame .main .left h2 {
    font-size: 32px;
    width: 100%;
  }
}
/* Medium screens (tablets, small laptops) */
@media screen and (max-width: 1024px) {
  #frame .main {
    margin-bottom: 50px;
  }

  #frame .main .left {
    width: 45%;
  }
  #frame .main .right {
    width: 45%;
  }
  #frame .main .left p {
    font-size: 18px;
    line-height: 30px;
  }
  #frame .main .right .image {
    width: 100%;
  }

  #mission .card ul .content {
    flex: 1 1 calc(45% - 20px); /* Adjust width for medium screens */
    max-width: 45%;
  }

  #rates .card ul .content {
    flex: 1 1 calc(45% - 20px);
    max-width: 45%;
    margin: 0 auto;
  }

  #frame .main .left h2 {
    font-size: 30px;
  }
  #mission .card ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    padding: 0;
    list-style: none;
  }
}
@media screen and (max-width: 992px) {
  #frame .main .left h2 {
    font-size: 27px;
  }
  #frame .main .left p {
    font-size: 17px;
    text-align: justify;
    line-height: 29px;
  }
  #rates .card ul {
    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  #frame .main .left h2 {
    font-size: 26px;
  }

  #frame .main .left p {
    font-size: 17px;
    line-height: 24px;
  }

  #icons .main .card ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  #rates .card ul .content {
    flex: 1 1 calc(100% - 20px);
    max-width: 100%;
    margin: 0 auto;
  }

  #rates .card ul {
    gap: 10px;
  }

  #rates .card ul .content h3 {
    font-size: 28px;
  }

  #rates .card ul .content p {
    font-size: 14px;
  }

  #rates .card ul .content {
    flex: 1 1 calc(45% - 20px);
    max-width: 45%;
  }
  #mission .card ul .content {
    max-width: 38%;
  }

  #mission .card ul .content .image img {
    width: 50px; /* Slightly smaller icons */
  }

  #mission .card ul .content h4 {
    font-size: 20px;
  }

  #mission .card ul .content p {
    font-size: 14px;
  }
  
}

@media screen and (max-width: 640px) {
  #frame .main {
    margin-bottom: 50px;
  }
  #frame .main .left h2 {
    font-size: 22px;
  }
  #frame .main .left p {
    font-size: 16px;
    line-height: 23px;
  }
  #frame .main .left,
  #frame .main .right {
    width: 49%;
  }
  #rates .card ul .content {
    flex: 1 1 calc(45% - 20px);
    max-width: 35%;
  }
  #icons {
    background: url(../images/about-us/lines.png) center;
  }
}

/* Small smartphones (portrait mode) */
@media screen and (max-width: 575px) {
  #frame .main {
    flex-direction: column-reverse;
    margin-bottom: 50px;
    width: 100%;
    padding-top: 0px;
}

  #frame .main .left,
  #frame .main .right {
    width: 100%;
    gap: 20px;
  }
  #frame .main .left h2 {
    font-size: 20px;
    line-height: 28px;
    width: 100%;
}

  #frame .main .left p {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
  }

  #icons .main .card ul {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #rates .card ul .content {
    flex: 1 1 calc(45% - 20px);
    max-width: 100%;
  }
  #mission .card ul .content {
    flex: 1 1 calc(45% - 20px);

    max-width: 100%;
  }
  #mission .main {
    margin-bottom: 50px;
  }
  #mission {
    background: url(../images/others/Group-8.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px 1px 0px;

    color: #333;
  }
  #icons {
    background: url(../images/about-us/lines.png) center;
  }

}
/* Extra-small screens (narrow mobile devices) */
@media screen and (max-width: 480px) {
  #frame .main .left h2 {
    font-size: 20px;
    line-height: 28px;
    width: 100%;
}

  #frame .main .left p {
    font-size: 14px;
    width: 100%;
    line-height: 20px;
  }

  #icons .main .card ul {
    grid-template-columns: 1fr;
  }

  #rates .card ul .content {
    flex: 1 1 calc(45% - 20px);
    max-width: 100%;
    margin-top: 25px;
  }
  #mission .card ul .content {
    flex: 1 1 calc(45% - 20px);

    max-width: 100%;
  }
  #rates .card ul {
    gap: unset;
}
  #icons .main .card ul li {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 26px;
    padding: 0px;
  }
  #mission .main {
    margin-bottom: 50px;
  }
  #icons .main .card ul li p {
    font-size: 15px;
}
#icons {
  background: url(../images/about-us/lines.png) center;
}
#icons .main {
  margin-bottom: 30px;
}
}

#commitment {
  background-color: whitesmoke;
}
#commitment .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  background-image: url(../images/index/bg.png);
  background-repeat: no-repeat;
  background-position: right;
}
#commitment .main .left {
  width: 57%;
  background-color: #f8f8f899;
  backdrop-filter: blur(2px);
  padding: 50px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: justify;
}
#commitment .main .left h2 {
  font-size: 30px;
  width: 100%;
  margin-bottom: 30px;
}
#commitment .main .left p {
  font-size: 17px;
  line-height: 27px;
  width: 100%;
}

#card {
  background-color: whitesmoke;
  padding: 0px 0px 70px 0px;
}
#card .main {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#card .main .top {
  width: 100%;
  margin-top: 60px;
}

#card .main .top h2 {
  font-size: 40px;
  width: 48%;
  text-align: left;
  line-height: 48px;
}

#card .main .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#card .main .bottom .reviews {
  width: 100%;
  margin: 0 auto;
}

#card .main .bottom ul {
  border-radius: 20px;
  padding: 12px;
  width: 106%;
  display: flex;
  justify-content: space-between;
  gap: 30px; /* Adjusted spacing */
  margin-bottom: 20px; /* Additional margin for spacing */
}

#card .main .bottom ul li {
  flex-direction: column;
  background: #ffffff;
  width: 100%;
  border-radius: 20px;
  padding: 12px;
  display: flex;
  gap: 20px;
}
#card .main .bottom button {
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1;
}

#card .main .bottom button img {
  width: 25px;
  background: #0000000d;

  border-radius: 25px;
  padding: 5px;
}

#card .main .bottom .content {
  display: flex;
  align-items: center;
  gap: 10px;
}

#card .main .bottom .content .images {
}

#card .main .bottom .content.images img {
  width: 100%;
}

#card .main .bottom .reviews ul li p {
  color: #252525b2;
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 15px;
}

.reviews {
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
  width: 80%;
  margin: auto;
}

#card .card {
  min-width: 300px;
  background: white;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #252525b2;
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 15px;
}

.slider-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  color: #333;
}

.slider-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#card {
  background-color: #f9f9f9;
}

.slider-btn {
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
}

.slider-btn img {
  width: 30px;
  height: auto;
}

.slider-btn {
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
}

.slider-btn img {
  width: 30px;
  height: auto;
}

#prev-slide {
  left: 10px; /* Position for the left arrow */
}

#next-slide {
  right: 10px; /* Position for the right arrow */
}

.reviews {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Reviews Section Styling */
.reviews {
  padding: 20px 0;
}

.review-items {
  display: flex;
  gap: 20px;
  overflow: hidden;
}

.review-card {
  background: #fff;
  /* border: 1px solid #ddd; */
  /* border-radius: 10px; */
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
}

.review-card .icon img {
  width: 100px;
  margin-bottom: 15px;
}

.review-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
  margin: 15px 0;
  text-align: left;
}

.review-card .images img {
  width: 60px;

  border-radius: 50%;
  margin: 10px 0;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  display: flex;
  gap: 18px;
}
.slick-initialized .slick-slide {
  display: block;
  border-radius: 20px;
  height: unset;
}
.slick-slider .slick-track {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}






/* Slider container */
.slider {
  position: relative;
  width: 800px;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Slide wrapper */
.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

/* Individual slide */
.slide {
  min-width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.slide.active {
  opacity: 1;
}

/* Image styling */
.slide img {
  width: 100%;
  display: block;
}

/* Dots container */
/* Dots container */
.dots {
  display: flex
;
  justify-content: center;
  align-items: center;
  gap: 13px;
}
.dot {
  height: 12px;
  width: 12px;
  margin: 5px 0; /* Add vertical spacing between dots */
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #0081c9;
}




/* Responsive Design */
@media (max-width: 1024px) {
  .review-items {
    display: block;
  }

  .review-card {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  #card .top h2 {
    font-size: 1.5rem;
  }
}

footer {
  width: 100%;
  background: #111111;
  color: white;
  padding-top: 30px;

}
footer .main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .main .left {
  width: 41%;
  display: flex;

  flex-direction: column;
}
footer .main .left .logo {
  width: 100%;
}
footer .main .left .logo a {
}
footer .main .left img {
  width: 160px;
}
footer .main .left .para {
  width: 100%;
}
footer .main .left .para p {
  font-size: 17px;
  line-height: 33px;
}
footer .main .right {
  width: 52%;
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
  gap: 50px;
}
footer .main .right .company {
  width: 23%;
}
footer .main .right .company h5 {
  font-size: 12px;
}
footer .main .right .company ul {
  margin-top: 10px;
}
footer .main .right .company ul li {
  color: darkgray !important;
  margin-bottom: 10px;
}
footer .main .right .company ul li a {
  color: darkgray !important;
}
footer .main .bottom {
  margin: 0 auto;

  padding: 22px;
}
footer .main .bottom p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  color: darkgray !important;
}

/* ------------footer--------- */
/* Media Queries for Responsiveness */

/* For tablets (max-width: 768px) */
@media (max-width: 990px) {
  footer .main .left .para p {
    font-size: 17px;
    line-height: 28px;
  }
  footer .main .right .company ul li {
    color: darkgray !important;
    margin-bottom: 5px;
  }
  footer .main .left {
    width: 35%;
    display: flex;
    flex-direction: column;
  }
  footer .main .right {
    width: 60%;
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
    gap: 50px;
  }
}
@media (max-width: 768px) {
  footer .main {
    flex-direction: column;
    align-items: flex-start;
  }

  footer .main .left,
  footer .main .right {
    width: 100%;
  }

  footer .main .right {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }

  footer .main .right .company {
    width: 45%; /* Adjust company width for smaller devices */
  }
  footer .main .left .logo {
    width: 100%;
    margin-top: 15px;
  }
}

/* For mobile devices (max-width: 480px) */
@media (max-width: 480px) {
  footer .main {
    padding: 10px;
  }

  footer .main .left img {
    width: 80px; /* Smaller logo size for mobiles */
  }

  footer .main .left .para p {
    font-size: 14px;
    line-height: 24px;
  }

  footer .main .right {
    flex-direction: column;
    gap: 10px;
  }

  footer .main .right .company {
    margin-bottom: 19px;
    width: 100%; /* Full width for company links on mobile */
  }

  footer .main .bottom p {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  footer .main .bottom {
    padding: 0px;
    margin: unset;
  }
}
@media (max-width: 376px) {
  footer .main .bottom p {
    font-size: 10px;
    margin-top: 10px;
  }
}

/* ---------header--------- */
/* Media Queries for Responsiveness */
@media (max-width: 1400px) {
  #combination header .main .hamburger {
    display: none;
    cursor: pointer;
  }
  #combination header .main .navigation {
    /* width: 36%; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    gap: 15px;
  }
}

/* For tablets (max-width: 768px) */
@media (max-width: 768px) {
  #combination header .main .hamburger {
    display: none;
    cursor: pointer;
  }
}

@media (max-width: 650px) {
  #combination header .main .hamburger {
    display: none;
    cursor: pointer;
  }
  #combination header .main .navigation nav ul {
    display: flex;
    gap: 17px;
  }
  #combination header .main .icon .logo {
    width: 65%;
}
}

@media (max-width: 600px) {



/* Close button styling */
#combination header .main .navigation #nav-menu .close-btn {
  position: absolute;
  right: 20px;
  cursor: pointer;
  z-index: 1100;
  width: 24px;
  display: block;
  margin-top: 29px;
  margin-right: 34px;
}
#combination header .main .navigation nav #close-menu img {
  width: 100%;
}

/* Show close button when menu is active */
#combination header .main .navigation nav .active #close-menu {
  display: block;
}

/* Hamburger icon styling */
#combination header .main .hamburger {
  display: block;
  cursor: pointer;
}

#combination header .main .navigation nav ul {
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  margin-top: 35px;
}

#combination header .main .navigation nav ul li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  padding: 10px;
}

#combination header .main .navigation nav ul .active a {
  background-color: #0081c9;
  color: #fff;
  border-radius: 5px;
  padding: 7px;
  width: 100%;
}

#combination header .main #nav-menu {
  position: fixed;
  top: 0;
  right: -240px; /* Hidden by default (off-screen) */
  width: 200px;
  height: 100vh;
  background: white;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
}

/* Only slide in when 'active' class is added */
#combination header .main #nav-menu.active {
  right: 0;
}
#combination header .main {
  width: 100%;
  display: flex
;
  justify-content: space-around;
  align-items: center;
  background: white;
  border-radius: 20px;
  margin-top: 25px;
  margin-bottom: 40px;
  gap: 72px;
}

/* Close button styling */
#combination header .main #close-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1100;
  width: 24px;
}

#combination header .main #close-menu img {
  width: 100%;
}
#combination header .main #hamburger-menu {
  cursor: pointer;

}
#combination header .main .icon .logo {
  width: 50%;
}

}

/* For mobile devices (max-width: 480px) */
@media (max-width: 480px) {
  #combination header .main .icon .logo {
    width: 45%;
}
#combination header .main .icon {
  padding: 10px;
}
#combination header .main {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: white;
  border-radius: 20px;
  margin-top: 25px;
  margin-bottom: 40px;
  gap: 25px;
}

}
@media (max-width:380px) {
  #combination header .main .navigation #nav-menu .close-btn {
    position: absolute;
    right: 20px;
    cursor: pointer;
    z-index: 1100;
    width: 24px;
    display: block;
    margin-top: 29px;
    margin-right: 30px;
}
#combination header .main {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: white;
  border-radius: 20px;
  margin-top: 25px;
  margin-bottom: 40px;
  gap: 0px;
}
}

/* ----------spotlight--------- */
/* For larger tablets and smaller laptops (max-width: 1200px) */
@media (max-width: 1200px) {
  #combination .spotlight .main .left {
    width: 50%;
  }
  #combination .spotlight .main .left .image {
    width: 79%;
  }
  #combination .spotlight .main .right {
    width: 50%;
  }

  #combination .spotlight .main .right h1 {
    font-size: 3.4rem;
    line-height: 5rem;
  }
  #combination .spotlight .main .right form {
    border: 1px solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 100px;
    border-style: none;
    background: #fff;
    width: 80%;
    box-shadow: 0px 4px 50px 0px #25252514;
  }

  #combination .spotlight .main .right p {
    font-size: 1.125rem;
  }
  #card .main .top h2 {
    font-size: 40px;
    width: 100%;
    margin-bottom: 30px;
  }
  #combination .spotlight .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
/* Media Queries for Responsiveness */
@media (max-width: 1024px) {
  #combination .spotlight .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  #combination .spotlight .main .left {
    width: 35%;
  }
  #combination .spotlight .main .left .image {
    width: 100%;
  }

  #combination .spotlight .main .right {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #combination .spotlight .main .right h1 {
    font-size: 3rem;
    text-align: center;
    width: 100%;
  }

  #combination .spotlight .main .right p {
    text-align: center;
    font-size: 1rem;
    width: 100%;
  }

  #combination .spotlight .main .right form {
    border: 1px solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 100px;
    border-style: none;
    background: #fff;
    width: 100%;
    box-shadow: 0px 4px 50px 0px #25252514;
  }
  #combination .spotlight .main .right .button button {
    padding: 10px;
    width: 57%;
    background-color: #0081c9;
    color: white;
    border-radius: 100px;
    border-style: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
  }
  #combination .spotlight .main .right .button {
    width: 39%;
    display: flex;
    justify-content: end;
  }
}
@media (max-width: 990px) {
  #combination .spotlight .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  #combination .spotlight .main .right h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    text-align: center;
    width: 100%;
  }
  #combination .spotlight .main .left {
    width: 40%;
  }
  #combination .spotlight .main .right {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
/* For tablets (max-width: 768px) */
@media (max-width: 768px) {
  #combination .spotlight .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  #combination .spotlight .main .left {
    width: 45%;
    margin-bottom: 20px;
  }

  #combination .spotlight .main .left .image {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  #combination .spotlight .main .right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #combination .spotlight .main .right h1 {
    font-size: 26px;
    line-height: 42px;
    text-align: center;
  }

  #combination .spotlight .main .right p {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }

  #combination .spotlight .main .right form {
    width: 100%;
    display: flex;
    align-items: center;
  }
  #combination .spotlight .main .right form .flex input {
    border-style: none;
    padding: 10px;
    width: 90%;
    outline: none;
    border-radius: 100px;
  }

  #combination .spotlight .main .right .button button {
    padding: 10px;
    width: 80%;
    background-color: #0081c9;
    color: white;
    border-radius: 100px;
    border-style: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
    font-size: 11px;
  }
  #combination .spotlight .main .right .button {
    width: 37%;
    display: flex;
    justify-content: end;
  }
}
@media (max-width: 640px) {
  #combination .spotlight .main .left {
    width: 45%;
    margin-bottom: 20px;
  }
  #combination .spotlight .main .right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #combination .spotlight .main .right h1 {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
  }
  #combination .spotlight .main .right p {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  #combination .spotlight .main .right form .flex input {
    border-style: none;
    padding: 10px;
    width: 90%;
    outline: none;
    border-radius: 100px;
  }
}
/* For mobile devices (max-width: 480px) */
@media (max-width: 480px) {
  #combination .spotlight .main {
    padding: 0px;
    flex-direction: column;
    align-items: center;
   
  }
  #combination .spotlight .main .left .image {
    width: 97%;
    display: flex;
    justify-content: center;
  }
  #combination .spotlight .main .left img {
    width: 117%;
    max-height: 300px;
  }

  #combination .spotlight .main .right h1 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  #combination .spotlight .main .right {
    width: 100%;
    display: flex
;
        justify-content: center;
        align-items: center;
  }

  #combination .spotlight .main .right p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }

  #combination .spotlight .main .right form {
    width: 100%;
  }

  #combination .spotlight .main .right form .flex input {
    width: 90%;
    padding: 10px;
  }
  #combination .spotlight .main .right .button {
    width: 37%;
    display: flex;
    justify-content: end;
  }
  #combination .spotlight .main .right .button button {
    width: 80%;
    padding: 10px;
  }

  #combination .spotlight .main .right .button button .image {
    width: 20%;
    display: flex;
  }

  #combination .spotlight .main .left {
    width: 100%;
    margin-bottom: 20px;
    display: flex ;
    justify-content: center;
  }
}

/* ---------commitment--------- */

/* Media Queries for Responsiveness */
/* For devices with max-width: 1024px */
@media (max-width: 1024px) {
  #commitment .main {
    flex-direction: column;
    padding: 30px;
    background-position: center;
    text-align: center;
  }

  #commitment .main .left {
    width: 80%;
    padding: 40px;
    margin-bottom: 20px; /* Add spacing for stacked layout */
  }

  #commitment .main .left h2 {
    font-size: 26px;
  }

  #commitment .main .left p {
    font-size: 16px;
    line-height: 25px;
  }
}

/* For tablets (max-width: 768px) */
@media (max-width: 768px) {
  #commitment .main {
    flex-direction: column;
    padding: 30px;
    background-position: center;
    text-align: center;
    background-image: none;
  }

  #commitment .main .left {
    width: 90%;
    padding: 30px;
  }

  #commitment .main .left h2 {
    font-size: 24px;
  }

  #commitment .main .left p {
    font-size: 15px;
    line-height: 24px;
  }
}

/* For mobile devices (max-width: 480px) */
@media (max-width: 480px) {
  #commitment .main {
    padding: 15px;
    background: none;
  }

  #commitment .main .left {
    width: 100%;
    padding: 20px;
  }
  #commitment .main .left h2 {
    font-size: 20px;
    width: 100%;
    margin-bottom: 16px;
  }

  #commitment .main .left p {
    font-size: 14px;
    line-height: 22px;
  }
}

/* ---------card--------- */

/* Media Queries for Responsiveness */
/* For devices with max-width: 1024px */
@media (max-width: 1024px) {
  #card .main .top h2 {
    font-size: 2rem;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  #card .main .bottom {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 15px;
  }

  #card .main .bottom ul {
    width: 40%;
    padding: 16px;
  }
  #card .main .bottom ul li .images {
    width: 12%;
  }
  #card .main .bottom ul li p {
    font-size: 14px;
    line-height: 20px;
  }

  #card .main .bottom ul li .icon img {
    width: 95px; /* Slightly smaller icon size */
  }

  #card .main .bottom ul li {
    gap: 12px; /* Adjust spacing between items */
  }
}

/* For tablets (max-width: 768px) */
@media (max-width: 768px) {
  #card .main .top h2 {
    font-size: 30px;
    width: 100%;
    text-align: center;
  }

  #card .main .bottom {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 15px;
  }

  #card .main .bottom ul {
    width: 40%;
    padding: 16px;
  }

  #card .main .bottom ul li p {
    font-size: 14px;
    line-height: 20px;
  }
}
/* For mobile devices (max-width: 480px) */
@media (max-width: 480px) {
  #card .main .top h2 {
    font-size: 24px;
    width: 100%;
    line-height: 28px;
    text-align: center;
  }
  .reviews {
    padding:unset;
}
#card .main .top {
  width: 100%;
  margin-top: 44px;
}

  #card .main .bottom {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  #card .main .bottom ul {
    width: 90%;
    padding: 20px;
  }

  #card .main .bottom ul li {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  #card .main .bottom ul li p {
    font-size: 14px;
    line-height: 22px;
  }
  #card .main .bottom ul li .icon img {
    width: 95px;
  }

  #card .card {
    min-width: 287px;
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #252525b2;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 13px;
  }
  .review-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    margin: 15px 0;
    text-align: left;
}


.slick-slider .slick-track {
  padding-top: 34px !important;
  padding-bottom: 25px !important;
}
#box .main .card ul li p {
  font-size: 12px;
}

}

/* @media (max-width: 575px) {
  #frame .main .left{
    padding-top: unset;
  }
  #frame .main {
    flex-direction: column-reverse;
    margin-bottom: 50px;
    width: 100%;
    padding-top: 0px;
}

} */
.social-icon{
  margin-right: 20px;
  color:#F5F5F5;
  font-size: 20px;
}
.icons{
  margin-top:20px;
}
#icon .image{
  width:50px;
}