/* Start code landing-news  */
.landing-news {
  padding: 5vw 0;
  background-color: white;
}

/* .landing-news .container {
  padding: 13vh 0px 0px 0px;
}
 */
.landing-news .landing-news-content {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.landing-news .landing-news-content .heading h2 {
  display: flex;
  flex-direction: row;
  gap: 1vw;
  font-size: 75px;
}

.landing-news .landing-news-content .heading h2 span {
  /* font-size: 4.729vw; */
  font-weight: 700;
  color: var(--e-global-color-secondary);
  line-height: 1.2;
  overflow: hidden;
  align-items: center;
  width: fit-content;
}

.landing-news .landing-news-content .description {
  /* font-size: 0.9375vw; */
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(73 74 81 / var(--tw-text-opacity));
  /* overflow: hidden; */
  /* margin-top: 2vw; */
  font-size: 15px;
}



.text-container {
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(15 139 244 / var(--tw-text-opacity));
  text-transform: inherit;
  font-size: calc(28 / 1920 * 100vw);
  /* Pure vw-based font size */
  margin-top: 1vw;
}

.word {
  display: inline-block;
  opacity: 1;
  transform: translate(0px, 0px);
  transition: transform 0.2s ease, opacity 0.2s ease;
  -webkit-transition: transform 0.2s ease, opacity 0.2s ease;
  -moz-transition: transform 0.2s ease, opacity 0.2s ease;
  -ms-transition: transform 0.2s ease, opacity 0.2s ease;
  -o-transition: transform 0.2s ease, opacity 0.2s ease;
}

/* .word:hover {
  opacity: 0.8;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
} */




.buttons {
  display: block;
  width: fit-content;
  text-transform: capitalize;
  /* font-size: var(--e-global-font-size-buttons); */
  font-weight: 500;
  color: white;
  --tw-bg-opacity: 1;
  background-color: rgb(15 139 244 / var(--tw-bg-opacity));
  border: 0.052vw solid rgb(15 139 244 / var(--tw-bg-opacity));
  border-radius: 1.302vw;
  overflow: hidden;
  /* cursor: pointer; */
}

.buttons:hover {
  /* --tw-bg-opacity: 1; */
  background-color: #109ff2 !important;
}

.btn-span {
  display: inline-block;
  position: relative;
  padding: 0.677vw 1.302vw;

}

.landing-news-content .buttons {
  /* margin-top: 2vw; */
}

/* Responsive Styles */
@media (max-width: 1024px) {
.landing-news .container {
  padding: 0vh 0px 0px 0px;
}
  .landing-news .landing-news-content .heading h2 span {
    font-size: 60px;
  }

  .landing-news .landing-news-content .description {
    font-size: 16px;
  }

  .buttons {
    font-size: 14px;
    border-radius: 6vw;
    -webkit-border-radius: 6vw;
    -moz-border-radius: 6vw;
    -ms-border-radius: 6vw;
    -o-border-radius: 6vw;
  }

  .btn-span {
    padding: 1.2vw 2vw;
  }
}

@media (max-width: 768px) {

  .landing-news .landing-news-content .landing-news-content {
    gap: 14px;
  }

  .landing-news .landing-news-content .heading h2 {
    font-size: 35px;
  }

  .landing-news .landing-news-content .description {
    font-size: 14px;
  }

  .buttons {
    font-size: 12px;
  }

  .btn-span {
    padding: 10px 14px;
  }

  .buttons {
    /* font-size: 3vw; */
  }
}

@media (max-width: 480px) {

	.landing-news .container {
  padding: 0px;
}

  .landing-news .landing-news-content .heading h2 span{
    font-size: 35px;
  }

  .landing-news .landing-news-content .description {
    font-size: 14px;
    /* text-align: justify; */
  }

  .btn-span {
    padding: 2vw 3vw !important;
    font-size:12px;
  }

  .buttons {
    border-radius: 4.5vw;
    -webkit-border-radius: 4.5vw;
    -moz-border-radius: 4.5vw;
    -ms-border-radius: 4.5vw;
    -o-border-radius: 4.5vw;
  }
}

/* End code landing-news  */






/* Start code Image  */
.image-container {
  position: relative;
  width: 100%;
  margin: 0px auto;
  min-height: 72vh;
  overflow: hidden;
  transform: translateY(-60px);
  transition: transform 0.3s linear;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  border-radius: 2.365vw;
  -webkit-border-radius: 2.365vw;
  -moz-border-radius: 2.365vw;
  -ms-border-radius: 2.365vw;
  -o-border-radius: 2.365vw;
  margin: 2vw auto 6vw;
}

.image-container .image-wrapper {
  width: inherit;
  height: 100%;
  /* margin: 0 auto; */
  border-radius: 2.365vw;


  /* overflow: hidden; */
}

.image-container .image-overlay {
  position: absolute;
/*   inset: 0; */
  width: inherit;
  height: 100%;
	margin:0px auto;
}

.image-container .image {
  width: 98%;
  height: 100%;
  object-fit: cover;
    border-radius: 2.365vw;
  -webkit-border-radius: 2.365vw;
  -moz-border-radius: 2.365vw;
  -ms-border-radius: 2.365vw;
  -o-border-radius: 2.365vw;
}

/* Responsive Design */
@media (max-width: 1550px) {

  /* .image-container {
    height: 420px;
  } */
  .image-container {
/*     width: 88%; */
    min-height: 60vh;
  }
}

@media (min-width: 1536px) {
  .image-container {
/*     max-width: 1536px; */
  }
}

@media (min-width: 1280px) {
  .image-container {
/*     max-width: 1250px; */
  }
}

@media (max-width: 1024px) {

  /* .image-container {
    height: 420px;
  } */
  .image-container {
/*     width: 90%; */
    min-height: 60vh;
  }
}

@media (max-width: 768px) {

  /* .image-container {
    height: 420px;
  } */
  .image-container {
/*     width: 90%; */
    min-height: 40vh;
  }

  .image-container {
    border-radius: 9vw;
    -webkit-border-radius: 9vw;
    -moz-border-radius: 9vw;
    -ms-border-radius: 9vw;
    -o-border-radius: 9vw;
  }
	.image-container .image {
  width: 100%;
}

}

/* End code Image  */










/* start code gallery  */
.statistics-gallery {
  padding: 2vw 0 3vw;
}


.gallery-content {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;

}

/* Heading Styles */
.heading {
  --tw-text-opacity: 1;
  color: rgb(255 122 0 / var(--tw-text-opacity));
  /* font-size: 2.5vw; */

  font-weight: 700;
  text-transform: capitalize;
  overflow: hidden;
  width: fit-content;
}

@media (max-width: 1024px) {
  .heading {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .heading {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .heading {
    font-size: 28px;
  }
}

/* Paragraph Styles */
.paragraph {
  --tw-text-opacity: 1;
  color: rgb(73 74 81 / var(--tw-text-opacity));
  font-weight: 500;
  /* font-size: .93vw; */
  overflow: hidden;
}

@media (max-width: 1024px) {
  .paragraph {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .paragraph {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .paragraph {
    font-size: 14px;
  }
}

/* Word Animations */
.word {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.word.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Scrolling Text Styles */
.scroller {
  position: relative;
  z-index: 1;
  padding: 4vw 0;
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, #0000, #fff 20%, #fff 80%, #0000);
  mask: linear-gradient(90deg, #0000, #fff 20%, #fff 80%, #0000);
}

.tag-list {
  display: flex;
  gap: 1.2vw;
  font-size: 4.204vw;
  width: max-content;
  --tw-text-opacity: 1;
  color: rgb(15 139 244 / var(--tw-text-opacity));
  /* font-weight: 400; */
  animation: scroll 20s linear infinite;
  -webkit-animation: scroll 20s linear infinite;
}

.tag-list li {
  list-style: none;
  font-weight: 380;
  letter-spacing: -3px;
}

@keyframes scroll {
  to {
    transform: translateX(-50%);
  }
}

/* Responsive Design */
@media (max-width: 1024px) {

  .tag-list {
    font-size: 9vw;
  }
}


/* End code gallery  */













/* start code faq  */
/* Base Styles */
.faq {
  padding: 6vw 0;
  --tw-bg-opacity: 1;
  background-color: rgb(15 139 244 / var(--tw-bg-opacity));
}


.faq-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
}

.head-award {
  /* font-size: 2.396vw; */
  font-weight: 700;
  text-transform: capitalize;
  overflow: hidden;
  color: white;
}

.faq-items {
  display: flex;
  flex-direction: column;
  gap: 0.3vw;
}

.faq-item {
  display: flex;
  align-items: flex-start;
  gap: 0.625vw;
}

.icon {
  /* font-size: 1.146vw; */
  --tw-text-opacity: 1;
  color: rgb(255 122 0 / var(--tw-text-opacity));
}

.text {
  /* font-size: 0.833vw; */
  font-weight: 500;
  text-transform: inherit;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin: 0;
  line-height: 1.8;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .head-award {
    font-size: 32px;
  }

  .faq-content {
    gap: 14px;
  }

  .text {
    font-size: 16px;
  }

  .faq-items {
    gap: 2.5vw;
  }

  .faq-item {
    gap: 1.5vw;
  }

  .icon {
    /* font-size: 22px; */
  }
}

@media (max-width: 768px) {
  .head-award {
    font-size: 32px;
  }

  .faq-content {
    gap: 14px;
  }
}

@media (max-width: 480px) {
  .head-award {
    font-size: 28px;
  }

  .text {
    font-size: 14px;
  }
}

/* start code faq  */









/* start code service  */
.service-desc {
  padding: 6vw 0;
}

/* .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
} */

.qeureis-content {
  display: flex;
  flex-direction: column;
  gap: 1.302vw;
}

.head-querie {
  /* font-size: 2.396vw; */
  font-weight: 700;
  text-transform: capitalize;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 122 0 / var(--tw-text-opacity));
}

.word {
  display: inline-block;
  opacity: 0;
  transform: translateY(1.042vw);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.word.visible {
  opacity: 1;
  transform: translateY(0);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.302vw 6vw;
	width: 85%;
    margin: auto;
}

.service-item {
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 0.417vw;

}

.service-icon {
  width: 11.813vw;
  padding: 2.188vw !important;
}
.service-icon img{
	    width: 53%;
}

.title {
  /* font-size: 1.146vw; */
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 139 244 / var(--tw-text-opacity));
  line-height: 1.7;
}

.description {
  /* font-size: 0.833vw; */
  font-weight: 500;
  --tw-text-opacity: .9;
  color: rgb(73 74 81 / var(--tw-text-opacity));
  line-height: 1.7;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .head-querie {
    font-size: 32px;
  }

  .service-icon {
    width: 40%;
    padding: 2.188vw !important;
  }

  .title {
    /* font-size: 22px; */
  }

  .description {
    /* font-size: 16px; */
    line-height: 1.7;
  }
}

@media (max-width: 768px) {
  .head-querie {
    /* font-size: 38px; */
  }
}

@media (max-width: 480px) {
  .head-querie {
    /* font-size: 28px; */
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .title {
    /* font-size: 18px; */
  }

  .description {
    /* font-size: 14px; */
  }
}

/* End code service  */














/* End code CEO  */
.ceo-section {
  background-color: white;
}


.ceo-section .agency-content {
  padding: 6vw 0;
  display: flex;
  flex-direction: column;
  gap: 2.344vw;
}

.ceo-section .agency-text {
  display: flex;
  flex-direction: column;
  gap: 0.729vw;
}

.ceo-section .heading {
  /* font-size: 2.396vw; */
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 122 0 / var(--tw-text-opacity));
  overflow: hidden;
  width: fit-content;
}

.ceo-section .description {
  /* font-size: 0.938vw; */
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(73 74 81 / var(--tw-text-opacity));
}

.ceo-section .highlight {
  /* font-size: 1.458vw; */
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(15 139 244 / var(--tw-text-opacity));
}

.ceo-section .ceo {
  padding-top: 6vw;
  background-color: white;
}

.ceo-section .ceo-content {
  display: flex;
  align-items: flex-start;
  gap: 6.25vw;
}

.ceo-section .ceo-image {
  width: 100%;
	position: sticky;
    top: 15%;
}

.ceo-section .ceo-image img {
  width: 100%;
  height: auto;
}

.ceo-section .ceo-details {
  display: flex;
  flex-direction: column;
  gap: 0.729vw;
  width: 100%;
}

.ceo-section .ceo-name {
  /* font-size: 1.5vw; */
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 139 244 / var(--tw-text-opacity));
}

.ceo-section .ceo-title {
  /* font-size: 1.2vw; */
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 122 0 / var(--tw-text-opacity));
}

.ceo-section .ceo-description p {
  /* font-size: .98vw; */
  /* font-size: 18px; */
  font-weight: 500;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(73 74 81 / var(--tw-text-opacity));
	    text-align: justify;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .ceo-section .heading {
    font-size: 32px;
  }

  .ceo-section .description {
    font-size: 16px;
    /* text-align: justify; */
  }

  .ceo-section .highlight {
    font-size: 32px;
  }

  .ceo-section .ceo-name {
    font-size: 32px;
  }

  .ceo-section .ceo-title {
    font-size: 30px;
  }

  .ceo-section .ceo-description p {
    font-size: 16px;
    margin-top: 6px;
  }

  .ceo-section .ceo-content {
    flex-direction: row;
    gap: 45px;
  }

  .ceo-section .ceo-image {
    max-width: 520px;
  }
}

@media (max-width: 900px) {
  .ceo-section .ceo-content {
    flex-direction: column;
    gap: 45px;
  }
	.ceo-section .ceo-image {
  width: 100%;
	position: relative;
    top: 15%;
}
}

@media (max-width: 768px) {
  .ceo-section .heading {
    /* font-size: 38px; */
  }

  .ceo-section .highlight {
    font-size: 20px;
  }

  .ceo-section .ceo-image {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .ceo-section .heading {
    font-size: 28px;
  }

  .ceo-section .description {
    font-size: 14px;
  }
      .ceo-section .highlight {
        font-size: 16px;
    }

  .ceo-section .ceo-details {
    gap: 12px;
  }

  .ceo-section .ceo-description p {
    font-size: 14px;
  }
}

/* End code CEO  */












/* End code team  */
/* Base Styles */
.team-member {
  padding: 6vw 0;
  background-color: white;
}

/* .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
} */

/* Swiper Container */
.swiper {
  width: 100%;
  height: 100%;
  position: relative;

}

.swiper-wrapper {
  width: 100%;

}

/* Swiper Slide */
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Box Styling */
.box {
  display: flex;
  flex-direction: column;
  gap: 0.781vw;
  /* margin: 8px; */
  text-align: start;
  width: 85%;
  /* height: 100%; */
}

/* Image Styling */
.image {
  width: 100%;
  height: 100%;
  border-radius: 0.313vw;
  overflow: hidden;
}

.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.313vw;
}

/* Text Styling */
.text {
  display: flex;
  flex-direction: column;
  /* gap: 0px; */
}

.name {
  font-size: 0.938vw;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 139 244 / var(--tw-text-opacity));
  text-transform: capitalize;
}

.role {
  font-size: 0.833vw;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(73 74 81 / var(--tw-text-opacity));
  text-transform: capitalize;
}

/* Swiper Navigation Buttons */
.swiper-button-prev,
.swiper-button-next {
  width: 1.302vw;
  height: 1.302vw;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(15 139 244 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.729vw;
  margin-right: 0.365vw;
  margin-left: 0.365vw;
}

.swiper-button-next {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.swiper-button-next svg, .swiper-button-prev svg {
    width: 50% !important;
    }
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 0px;
}

/* Swiper Pagination */
.swiper-pagination {
  position: relative;
  margin-top: 1.563vw;
  /* gap: 20px; */
}

.swiper-pagination-bullet {
  width: 0.208vw;
  height: 0.208vw;
  background-color: black;
  opacity: 0.3;
  margin-left: 1.042vw !important;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
  opacity: 1;
}

/* Responsive Design */
@media screen and (min-width: 1025px) and (max-width: 1550px) {
  .name {
    font-size: 18px;
  }

  .role {
    font-size: 16px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 1.5vw;
    height: 1.5vw;
    /* font-size: 1vw; */
  }

  .swiper-button-prev svg,
  .swiper-button-next svg {
    width: 1vw;
    height: 1vw;
  }

  .swiper-pagination-bullet {
    background-color: black;
    opacity: 0.3;
    margin: 1vw 1vw !important;
  }
}


@media (max-width: 1024px) {
  .box {
    align-items: center;
    justify-content: center;
  }

  .name {
    font-size: 16px;
  }

  .role {
    font-size: 14px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 3vw;
    height: 3vw;
    font-size: 2vw;
  }

  .swiper-pagination-bullet {
    width: .8vw;
    height: .8vw;
    background-color: black;
    opacity: 0.3;
    /* margin-left: 1.042vw !important; */
  }

  .swiper-pagination-bullet-active,
  .swiper-pagination-bullet:hover {
    opacity: 1;
    background-color: black;

    width: fit-content;
    height: fit-content;
  }
}

@media (max-width: 768px) {
  .box {
    align-items: center;
    justify-content: center;
  }

  .name {
    font-size: 16px;
  }

  .role {
    font-size: 14px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 6vw;
    height: 6vw;
    font-size: 4vw;

  }

  .swiper-pagination-bullet {
    width: 1vw;
    height: 1vw;
    background-color: black;
    opacity: 0.3;
    margin: 20px 10px !important;
  }
}

/* End code team  */









/* Start code queries  */
.queries {
  padding: 4vw 0 7vw;
  background-image: url("/wp-content/uploads/2025/02/FAQ.png");
  background-position: 50%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.queries .queries-content {
  display: flex;
  flex-direction: column;
  /* gap: 1.302vw; */
}

.queries .heading {
  /* font-size: 2.396vw; */
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 122 0 / var(--tw-text-opacity));
  overflow: hidden;
  width: fit-content;
}

.queries .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(1.042vw);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.queries .word.visible {
  opacity: 1;
  transform: translateY(0);
}

.queries .faq-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1vw;
}

.queries .faq-item {
  display: flex;
  flex-direction: column;
  gap: 0.938vw;
  padding-top: 1.302vw;

  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
}

.queries .faq-header {
  display: flex;
  align-items: flex-start;
  gap: 1.042vw;
  cursor: pointer;
  align-content: flex-start;
  justify-content: flex-start;
  flex-direction: row;
}

.queries .icon {
  width: 0.729vw;
  height: 0.729vw;
  position: relative;
}

.queries .icon-minus,
.queries .icon-plus {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

.queries .icon-minus {
  opacity: 0;
}

.queries .icon-plus {
  opacity: 1;
}

.queries .faq-item.active .icon-minus {
  opacity: 1;
}

.queries .faq-item.active .icon-plus {
  opacity: 0;
}

.queries .question {
  /* font-size: 1.042vw; */
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 139 244 / var(--tw-text-opacity));
  text-transform: capitalize;
}

.queries .faq-content {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  padding-left: 1.823vw;
  overflow: hidden;
  max-height: 0;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
}

.queries .faq-content .answer {
  height: auto;
}

/* .queries .faq-item.active .faq-content {
  height: fit-content;
  display: flex;
  overflow: visible;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  animation: moveHeight 1.2s forwards;
  -webkit-animation: moveHeight 1.2s forwards;
}

@keyframes moveHeight {
  0% {
    height: 0%;
    display: none;
    overflow: hidden;

  }

  100% {
    height: 100%;
    display: grid;
    overflow: visible;

  }
}

@keyframes moveHeightClose {
  0% {
    height: 100%;
    overflow: visible;

    display: grid;
  }
  100% {
    height: 0%;
    overflow: hidden;
    display: none;

  }
} */

.queries .answer {
  display: flex;
  gap: 0.625vw;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: row;
}

.queries .answer .icon {
  width: 0.033vw;
  height: 0.033vw;
  flex-shrink: 0;
}

.queries .answer p {
  /* font-size: 0.833vw; */
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(73 74 81 / var(--tw-text-opacity));
  line-height: 1.7;
  margin-left: 1vw;
}

/* Responsive Design */
@media screen and (min-width: 1025px) and (max-width: 1550px) {
  .queries-content {
    gap: 1vw;
  }

  .queries-content .faq-items {
    gap: 2vw;
  }
}


@media (max-width: 1024px) {
  .queries .heading {
    font-size: 32px;
  }

  .queries .question {
    font-size: 16px;
  }

  .queries .answer p {
    font-size: 14px;
  }

  .queries .faq-items {
    gap: 3vw;
  }

  .queries .faq-header {
    gap: 3vw;
  }

  .queries .faq-content .answer {
    gap: 3vw;
  }
}

@media (max-width: 768px) {
  .queries .heading {
    font-size: 28px;
  }

  .queries .question {
    font-size: 16px;
  }

  .queries .answer p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .queries .heading {
    font-size: 28px;
  }

  .queries .faq-item {
    padding-top: 18px;
  }

  .queries .faq-items {
    gap: 3vw;
  }

  .queries .faq-header {
    gap: 6vw;
  }

  .queries .faq-header h3{
    font-size: 15px;
  }

  .queries .faq-content {
    row-gap: 6vw;
    margin-top: 10px;
  }

  .queries .faq-content .answer {
    gap: 10vw 6vw;
    width: 85%;
    margin: 0px 0px 0px 20px;
  }

  .queries .answer .icon {
    font-size: 20px;
  }
}

/* End code queries  */






















/* styles.css */
/* Initial state for work items and their children */
/* .work-item,
.work-item .figure,
.work-item .info,
.work-item img,
.work-item .title,
.work-item .category,
.work-item .new-tag {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
} */

/* Visible state when elements are in view */
/* .work-item.visible,
.work-item.visible .figure,
.work-item.visible .info,
.work-item.visible img,
.work-item.visible .title,
.work-item.visible .category,
.work-item.visible .new-tag {
  opacity: 1;
  transform: translateY(0);
} */