/* banner section */
.banner-section {
  position: relative;
}
.banner-section .banner-text {
  width: 500px;
  align-content: center;
}
.banner-section .container {
  justify-content: space-between;
}
.banner-section .banner-text h1 {
  color: var(--primary);
  font-family: var(--primary-font);
  font-weight: 600;
  text-transform: capitalize;
  font-size: clamp(45px, 3vw, 35px);
  margin-bottom: 18px;
  line-height: 1.2;
}

.banner-section .banner-text p {
  font-family: var(--secondary-font);
  font-weight: 500;
  color: #536395;
  line-height: normal;
  font-size: 17px;
}

.banner-section .banner-text h1 span {
  color: var(--secondary);
}

.banner-section .banner-img img {
  width: 100%;
  height: 100%;
}

.banner-section::before {
  content: "";
  background-image: url(../img/aeroplane.png);
  position: absolute;
  width: 248px;
  height: 177px;
  background-repeat: no-repeat;
  bottom: -45px;
  z-index: -2;
}
.banner-section::after {
  content: "";
  background-image: url(../img/dolphin.png);
  position: absolute;
  width: 210px;
  height: 160px;
  background-repeat: no-repeat;
  right: 0;
  bottom: 10px;
}

/* popular destination */
.destination-section {
  background-color: #f5f6f9;

  position: relative;
}
.cards {
  justify-content: center;
  margin-left: -30px;
}
.section-title img {
  width: 60px;
  height: 16px;
  align-self: center;
  margin: 0 10px;
}

.destination-section .cards > div,
.cards > div {
  width: 33%;
  padding-left: 30px;
}
.cards .card {
  height: 100%;
  background-color: white;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  transition: var(--transition);
  box-shadow: 0px 0px 7px 0px #0000001a;
}
.cards .card:hover {
  box-shadow: 0px 0px 12px 7px #0000001a;
}
.card-img-wrapper {
  width: 100%;
  height: 300px;
}
.cards .card img {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
}
.cards .card .card-text {
  padding: 30px 20px;
  color: #6a6a6a;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}

.card-text h3 {
  font-family: var(--primary-font);
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}
.card .round-img {
  position: absolute;
  top: 52%;
  right: 16px;
  width: 70px;
  height: 70px;
}
.australia-partner-section .round-img,
.newzealand-partner-section .round-img {
  width: 70px;
  height: 70px;
}
.card .round-img img,
.australia-partner-section .round-img img,
.newzealand-partner-section .round-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid white;
}
.australia-partner-section .round-img img,
.newzealand-partner-section .round-img img {
  border: 6px solid #82cff2;
}
.destination-section::before {
  content: "";
  background-image: url(../img/dest-leftbg.png);
  position: absolute;
  width: 721px;
  height: 241px;
  background-repeat: no-repeat;
  bottom: 0;
  left: -14px;
  z-index: 0;
}
.destination-section::after {
  content: "";
  background-image: url(../img/dest-rightbg.png);
  position: absolute;
  width: 639px;
  height: 212px;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
}

.img-section {
  position: relative;
  z-index: 1;
}
.img-section img {
  width: 100%;
  height: 100%;
}
.card-text .text-btn {
  text-decoration: underline;
}
/* .destination-section .card .card-text::before {
  content: "";
  background-image: url(../img/flag.png);
  position: absolute;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  border: 5px solid white;
  background-repeat: no-repeat;
  top: -34px;
  right: 22px;
} */

/* why-choose */

.why-choose-content {
  gap: 35px;
  margin: 28px 0 0;
}
.why-choose-dolphin .why-choose-content img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}

.why-choose-dolphin p {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #4d4d4dd6;
  width: 90%;
  margin: 0 auto;
}
.why-choose-dolphin .text-content {
  align-content: center;
  width: 65%;
}

.why-choose-dolphin .text-content ul li {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 44px;
  text-transform: capitalize;
  color: var(--secondary);
  padding-left: 45px;
  position: relative;
  /* margin-bottom: 10px; */
}

/* .text-content ul li {
  list-style-image: url(../img/bullet-plane.png);
  list-style-position: inside;
  position: relative;
} */
.text-content ul ::before {
  content: "";
  background-image: url(../img/bullet-plane.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  position: absolute;
  left: 0;
  top: 2px;
  /* transform: translateY(-50%); */
  width: 38px;
  height: 38px;
}
.why-choose-dolphin .small-container .why-choose-content {
  position: relative;
}
.why-choose-dolphin .small-container .why-choose-content::before {
  content: "";
  position: absolute;
  background-image: url(../img/aeropolane2.png);
  background-repeat: no-repeat;
  width: 248px;
  height: 177px;
  top: -35px;
  left: -136px;
  z-index: -1;
}

/* our services */
.our-services {
  background-color: #f5f6f9;
}
.our-services .service-cards {
  margin-left: -30px;
  flex-wrap: wrap;
}
.our-services .service-cards > div {
  padding-left: 30px;
  width: 25%;
}
.service-cards .service-card {
  background-color: var(--light);
  border-radius: 20px;
  padding: 25px;
  height: 100%;
  transition: var(--transition);
  position: relative;
  z-index: 1;
}
.service-card p {
  margin-top: 13px;
  margin-bottom: 0;
}
.service-img-wrapper img {
  width: 100%;
  border-radius: 10px;
}

.service-card h3 {
  margin: 15px 0;
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.our-services .service-card p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
}
.our-services .service-card .flex img:nth-child(2) {
  opacity: 8%;
  width: 61px;
  height: 61px;
}
.our-services .service-card .flex img:nth-child(1) {
  width: 41px;
  height: 41px;
}
.our-services .service-card .img {
  display: block;
  text-align: right;
  transition: transform 0.5s ease;
}

.our-services .service-card:hover {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .our-services .service-cards {
    flex-wrap: wrap;
  }
}
/* partner university section */
.partner-university-section .cards > div {
  width: 33%;
  padding-left: 30px;
}
.partner-university-section .container {
  width: 90%;
  margin: 0 auto;
}
.card-text p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
}

/* our process section */
.our-process-section {
  background-color: #82cff240;
}
.circle {
  width: 185px;
  height: 185px;
  border-radius: 50%;
  border: 8px solid white;
  background-color: #525d91;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  z-index: 1;
}
.circle p {
  text-align: center;
  color: white;
  margin: 0;
  font-weight: 500;
  text-transform: capitalize;
}

.circle-wrapper {
  margin: 0 auto;
  justify-content: center;
  gap: 45px;
}

/* .circle::before {
  content: "";
  background-image: url(../img/halfcirle-outline.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 92px;
  height: 45px;
  bottom: -23px;
  right: -78px;
  z-index: 0;
   transform: scaleY(-1);
} */
.circle-wrapper {
  padding: 20px 0;
  position: relative;
}
.circle:nth-child(even)::before {
  content: "";
  background-image: url(../img/halfcirle-outline.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 92px;
  height: 45px;
  top: -10px;
  right: -77px;
  z-index: 0;
  transform: scaleY(-1);
}
.circle:nth-child(odd)::after {
  content: "";
  background-image: url(../img/halfcirle-outline.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 92px;
  height: 45px;
  bottom: -10px;
  right: -77px;
  z-index: 0;
}

.circle:last-child::after {
  display: none;
}

.circle-wrapper::before {
  content: "";
  background-image: url(../img/arrow-end.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 105px;
  height: 38px;
  left: 46px;
  top: 40%;
}
.circle-wrapper::after {
  content: "";
  background-image: url(../img/arrow-front.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 107px;
  height: 38px;
  right: 46px;
  top: 40%;
}
/* testimonal section */

.review-slider {
  width: 100%;
}

.review-box {
  background-color: #525d91;
  border-radius: 20px;
  padding: 30px 40px;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.review-box > div > p {
  width: 81%;

  line-height: 24px;
}
.review-box p {
  font-size: 16px;
}
.profile-info span {
  font-size: 12px;
}
.review-wrapper {
  gap: 20px;
  color: var(--light);
  padding-bottom: 20px;
}
.review-slider.slick-dotted.slick-slider {
  margin: 0;
}
.slick-initialized .slick-slide {
  display: flex;
}
.review-slider > div,
.review-slider > div > div {
  height: 100%;
}
.review-slider {
  opacity: 0;
  visibility: hidden;
}

.review-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

/* .review-img > img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.review-img {
  width: 400px;
  height: 360px;
  position: relative;
} */
.review-icon {
  margin-bottom: 20px;
}

.profile-info p {
  margin: 0;
}
.profile-info {
  align-content: center;
}

.profile-img {
  width: 50px;
  height: 50px;
}
.profile-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.profile {
  gap: 7px;
}

.our-client {
  position: absolute;
  bottom: -27px;
  right: 0;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 0;
  content: "";
  text-align: center;
  opacity: 0.25;
  color: #3f5189;
  border: 2px solid #3f5189;
  border-radius: 8px;
  bottom: -37px;
}
.slick-dots {
  bottom: -47px;
}
.slick-dots li {
  width: 8px;
}

/* cta section */
.cta-section {
  background-color: #525d911a;
  position: relative;
}
.cta-section::before {
  content: "";
  background-image: url(../img/aeroplane-small.png);
  position: absolute;
  width: 286px;
  height: 177px;
  background-repeat: no-repeat;
  bottom: 0;
  z-index: 0;
}
.cta-section::after {
  content: "";
  background-image: url(../img/aeropolane2.png);
  position: absolute;
  width: 248px;
  height: 177px;
  background-repeat: no-repeat;
  z-index: 0;
  right: -84px;
  top: 50%;
}
.cta-section p {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  color: var(--secondary);
  font-size: 16px;
  line-height: 24px;
}
.cta-section .btn {
  margin-top: 2.4rem;
}
/* faq section */
.faq-section h3 {
  font-family: var(--primary-font);
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 24px;

  color: var(--secondary);
  margin: clamp(10px, 3vw, 20px) 10px clamp(10px, 3vw, 20px) 0;
}
.faq-content {
  width: 60%;
  margin: 0 auto;
  /* padding: 0 20px; */
}
.faq-section p {
  font-family: var(--primary-font);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;

  margin-bottom: 20px;
}
.faq-content {
  border-bottom: 1px solid #0000004a;
  cursor: pointer;
}
.faq-content p {
  display: none;

  background: #fff;
}
.faq-content > div {
  align-items: baseline;
}
.faq-content i {
  color: var(--secondary);
}
.faq-content i {
  transition: transform 0.4s ease-in-out;
  transform-origin: center;
}

.faq-content i.rotate {
  transform: rotate(180deg);
}

/* dest page */
.common-banner {
  position: relative;
}

.common-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-banner .banner-text {
  position: absolute;
  top: 50%;
  left: 15%;
}
.common-banner .banner-text h1 {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: clamp(32px, 3vw, 60px);
  line-height: normal;
  text-transform: capitalize;
  color: var(--light);
}

.common-banner .banner-text p {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--light);
  max-width: 600px;
  width: 100%;
  line-height: normal;
}

.common-banner .banner-text h1 span {
  color: #70cbf1;
}

.common-banner-img::before {
  content: "";
  top: 0;
  position: absolute;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  left: 0;
}
.common-banner-img {
  height: 600px;
  width: 100%;
}
.why-australia-section {
  position: relative;
}

.why-australia-section h2,
.expert-support h2,
.process-page-section h2,
.universities-partner-section h2,
.dolphin-edu h2,
.connect-edu-expert h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 32px);
  text-transform: capitalize;
  color: #4e142a;
  margin-bottom: 18px;
  line-height: normal;
  text-align: center;
}

.why-australia-section p,
.expert-support p,
.process-page-section p,
.universities-partner-section p {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 24px;
  color: #4d4d4de5;
  /* text-align: center; */
}

.why-australia-section img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  /* margin-bottom: 30px; */
}

.why-australia-section::before {
  content: "";
  background-image: url(../img/aeroplane.png);
  position: absolute;
  width: 248px;
  height: 177px;
  background-repeat: no-repeat;
  top: 20%;
  left: 20px;
  z-index: 3;
}

.why-australia-section::after {
  content: "";
  position: absolute;
  background-image: url(../img/australia-flag.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  opacity: 8%;
  background-size: 100% auto;
}

/* expert-support section */

.expert-support .service-cards,
.expert-support {
  position: relative;
}
.expert-support .service-card {
  width: 100%;
  background-color: #f5f6f9;
  border-radius: 20px;
}

.expert-support .service-img-wrapper {
  width: 460px;
  height: 370px;
}

.expert-support .service-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.expert-support .small-container > p,
.process-page-section .small-container > p {
  margin-bottom: 50px;
  text-align: center;
}
.expert-support .service-ul-wrapper {
  align-content: center;
  padding: 20px;
}
.expert-support .service-cards {
  flex-direction: column;
  gap: 25px;
}

.service-card .flex.flex-middle img:nth-child(2) {
  opacity: 8%;
  width: 61px;
  height: 61px;
}
.service-card .flex.flex-middle img:nth-child(1) {
  width: 41px;
  height: 41px;
}

.services-ul-wrapper {
  font-family: var(--primary-font);
  font-style: Regular;
  font-size: 18px;
}
.services-content {
  column-gap: 45px;
}

.service-ul-wrapper ul {
  list-style-type: disc;
}
.service-ul-wrapper ul li {
  color: #3f5189;
  margin-bottom: 20px;
}
.expert-support .service-cards::before {
  content: "";
  background-image: url(../img/aeroplane.png);
  position: absolute;
  width: 248px;
  height: 177px;
  background-repeat: no-repeat;
  top: 13%;
  left: -55%;
  z-index: 0;
}

.expert-support .service-cards::after,
.universities-partner-section .australia-partner-section::after {
  content: "";
  background-image: url(../img/aeropolane2.png);
  position: absolute;
  width: 248px;
  height: 177px;
  background-repeat: no-repeat;
  bottom: 40%;
  right: -55%;
  z-index: 0;
}
.expert-support::before,
.universities-partner-section::before {
  content: "";
  background-image: url(../img/flagmap.png);
  position: absolute;
  width: 702px;
  height: 698px;
  background-repeat: no-repeat;
  top: 20%;
  right: -14%;
  background-size: contain;
  opacity: 10%;
}

.expert-support::after,
.universities-partner-section::after {
  content: "";
  background-image: url(../img/flagmap2.png);
  position: absolute;
  width: 483px;
  height: 635px;
  background-repeat: no-repeat;
  bottom: 20%;
  left: 0%;
  background-size: contain;
  opacity: 10%;
  z-index: -1;
}
/* process-page */
.process-page-section {
  background-color: #f1f5ff;
  position: relative;
}
.process-page-section .service-cards > div {
  padding-left: 30px;
  width: 33%;
}
.process-page-section .service-cards {
  margin-left: -30px;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
}
.process-page-section .service-card .flex.flex-middle {
  margin-bottom: 20px;
}
.process-page-section .service-card .flex.flex-middle img {
  opacity: 50%;
  width: 50px;
  height: 50px;
}
.process-page-section::before {
  content: "";
  background-image: url(../img/aeroplane-small.png);
  position: absolute;
  width: 286px;
  height: 177px;
  background-repeat: no-repeat;
  top: 30%;
  z-index: 0;
}

.process-page-section::after {
  content: "";
  background-image: url(../img/aeropolane2.png);
  position: absolute;
  width: 248px;
  height: 177px;
  background-repeat: no-repeat;
  z-index: 0;
  right: -84px;
  bottom: 20%;
}
.testimonal-section .review-box p{
  color: var(--light);
}

/* universities partner */

.universities-partner-section,
.australia-partner-section {
  position: relative;
}
.title-wrapper {
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.australia-partner-section .title-wrapper h3,
.newzealand-partner-section .title-wrapper h3 {
  font-weight: 600;
  font-size: clamp(28px, 3vw, 40px);
  text-transform: capitalize;
  color: #4e142a;
  line-height: normal;
  text-align: center;
}
.partners-imgs .uni-partners-img {
  width: 150px;
  height: 80px;
  display: inline-block;
}
.uni-partners-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.australia-partner-section,
.newzealand-partner-section {
  text-align: center;
  margin-bottom: 25px;
}

.blog-section .service-card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.blog-section .service-img-wrapper {
  width: 100%;
  height: 300px;
}
.blog-section .card-text {
  padding-top: 15px;
}
.blog-section .card-text span {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 14px;
  color: #4d4d4de5;
}
.blog-section .card-text p {
  margin-bottom: 20px;
}
.blog-section .card-text span i {
  margin-right: 8px;
}
.blog-section .service-card h3 {
  margin-top: 10px;
}
/* review page */
.all__review {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 18px;
}

.all__review .review-box > div > p {
  width: 100%;
}
.contactus div.flex {
  gap: 20px;
}
.dolphin-edu {
  width: 40%;
  align-content: center;
}
.connect-edu-expert {
  width: 60%;
}
.dolphin-edu h2 {
  font-size: 20px;
}
.connect-edu-expert h2,
.dolphin-edu h2 {
  text-align: left;
}
.dolphin-edu p {
  color: #4d4d4de5;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  width: 80%;
}
.connect-edu-expert form {
  background-color: #f1f5ffa1;
  padding: 60px;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
.connect-edu-expert form input,
.connect-edu-expert form select,
.connect-edu-expert form textarea {
  padding: 7px;
  border-radius: 8px;
  border: 0.2px solid #00000087;
  font-family: var(--secondary-font);
  width: 100%;
  margin-top: 5px;
}
.connect-edu-expert form input.wpcf7-submit {
  width: fit-content;
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 5px;
  /* padding: 14px 20px; */
  color: white;
  position: relative;
  display: flex;
  gap: 10px;
  font-weight: 700;
  background: linear-gradient(180deg, #4e142a 0%, #b62260 100%);
  font-size: 16px;
}
.connect-edu-expert form p {
  color: #000000bd;
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  width: calc(50% - 20px);
  margin-bottom: 0;
}
.connect-edu-expert form p:nth-last-of-type(1),
.connect-edu-expert form p:nth-last-of-type(2) {
  width: 100%;
}

form select {
  appearance: none; /* Disable the default arrow */
  -webkit-appearance: none; /* For WebKit-based browsers */
  -moz-appearance: none; /* For Firefox */
  width: 100%;
  padding: 10px 35px 10px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  cursor: pointer;
}
.contact-icons .icon,
.contactus-socials div div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(180deg, #4e142a 0%, #b62260 100%);
  color: #3f5189;
  text-align: center;
  align-content: center;
}
.contact-icons a {
    color: black;
}
.contact-icons .icon i {
  color: var(--light);
}
.contact-icons .flex {
  align-items: center;
  gap: 10px;
  margin: 8px 0;
}

.map{
  height: 300px;
  width: 100%;
    margin-top: 35px;

}
.map iframe{
  width: 100%;
  height: 100%;
  border-radius: 8px;
}


.trusted-partner-section .slick-slide .inner {
  margin: 0 15px;
}

.marquee,
.marquee-opposite {
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    position: relative;
    width: 100%;
}

.marquee .marquee-content {
    display: flex;
    animation: scrollLeft 30s linear infinite;
}

.marquee-opposite .marquee-content {
    display: flex;
    animation: scrollRight 30s linear infinite;
}

.marquee .inner,
.marquee-opposite .inner {
    display: inline-flex;
    align-items: center;
    padding: 0 2rem;
    flex-shrink: 0;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

.trusted-partner-section .view-btn{
  margin-top: 50px;
}
.contactus-socials >div{
  gap: 10px;
}

.contactus-socials{
  margin-top: 35px;
}
.contactus-socials >div i{
  font-size: 20px;
  color:var(--light);
}
.dolphin-edu h3{
  font-weight: 600;
    font-size: clamp(16px, 3vw, 20px);
    text-transform: capitalize;
    color: #4e142a;
    margin-bottom: 12px;
    line-height: normal;
}