

.footer-section .footer-top .footer-widget .social-list li a i {
    font-size: 12px;
}

.footer-section .footer-top .footer-widget .social-list li:hover a {
    color: var(--white-color);
    background-color: var(--primary-color1);
    border: 1px solid var(--primary-color1);
}

.footer-section .footer-top .social-list li a {
    color: rgba(255, 255, 255, .5);
    transition: .5s;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
}


.section-title5 p {
text-align: justify;
}
 

.home2-about-section .about-content .facility-card .content h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px; 
}


.home2-about-section .about-content .facility-card .content p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 22px;
}

.home2-about-section .about-content .facility-card{
    height: 140px;
}


.home2-about-section .about-img-wrap {
    background-image: url(../img/home5/about-img-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.home2-about-section .about-img-wrap .about-top-img {
    /* margin-top: -90px; */
    position: relative;
}

.home2-about-section .about-img-wrap .about-top-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 12, 8, .2);
    border-radius: 10px;
}

.home2-about-section .about-img-wrap .about-top-img img {
    border-radius: 10px;
}

.home2-about-section .about-img-wrap .about-bottom-img {
    min-width: 376px;
    margin-left: -190px;
    margin-bottom: -130px;
    position: relative;
}

.home2-about-section .about-img-wrap .about-bottom-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 12, 8, .2);
    border-radius: 10px;
}



.home2-about-section .about-img-wrap .about-bottom-img img {
    border-radius: 10px;
}

.home5-testimonal-slider-section .testimonal-slider-wrap .testimonial-slider-area .testimonial-wrapper .testi-content p{
    text-align: justify;
}

.home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap{
    height: 70% !important;
    /* height: 85vh; */
}

.mb-80{
    margin-bottom: 80px;
}

.pt-80{
    padding-top: 80px;
}

.package-card {
    padding: 5px;
}

.package-card .package-card-img-wrap .card-img {
    border-radius: 5px;
}

.package-card .batch {
   bottom: 0px;
   left: 0px;
}

.package-card .package-card-content{
    padding: 0px 15px;
}


/* .package-card .package-card-content .card-content-bottom {
   padding-bottom: 10px;
} */


.feature-card2{
    height: 270px;
    background-color: rgb(240, 245, 249);
}

.feature-card2:hover, .feature-card.style-2:hover {
    /* background-color: #fdf5e2; */
    background-color: var(--primary-color5);
}

.feature-card2:hover .feature-card-top .icon svg {
    fill: var(--primary-color3);
}

.feature-card2 .feature-card-top .icon svg {
    fill: var(--primary-color3);
    transition: .5s;
}

.feature-card2:hover .feature-card-top .title h4, .feature-card.style-2:hover .feature-card-content h6 {
    color: var(--title-color);
}

.feature-card2:hover .feature-card-content p, .feature-card.style-2:hover .feature-card-content p {
    color: var(--text-color);
}

.feature-card2:hover .feature-card-content p a {
    color: var(--primary-color3);
    font-weight: 800;
}

.feature-card2 .feature-card-content p a {
    color: var(--black-color);
    font-weight: 800;
}

.feature-card2 .feature-card-top .icon img{
height: 50px;
}

.home5-visa-application-section .visa-application-wrapper {
    padding: 40px 7%;
}

.contact_helpful{
    padding: 0px 30px;
}

.feature-card-section .section-title5, .home6-about-section .section-title5 {
    max-width: 100%;
    width: 100%;
}

.feature-card.style-2 {
    height: 280px;
}

.feature-card .feature-card-content p {
   text-align: justify;
}

.feature-card-section .feature-card img{
    height: 40px;
  margin-bottom: 20px;
}

.home6-teams-section .single-activity .icon-content .icon img{
    height: 60px;
}

.pt-30{
    padding-top: 30px;
}

.single-activity.two:hover {
    background: transparent;
}

.home6-about-section .feature-img-wrap {
    position: relative;
    width: 100%;
    padding-left: 110px;
}

.home6-about-section .feature-img-wrap .feature-top-img {
    position: relative;
    max-width: 520px;
    width: 100%;
    border-radius: 340px;
}

.home6-about-section .feature-img-wrap .feature-top-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 12, 8, .3);
    border-radius: 340px;
}

.home6-about-section .feature-img-wrap .feature-top-img img {
    border-radius: 340px;
}

.home6-about-section .feature-img-wrap .feature-bottom-img {
    position: absolute;
    max-width: 368px;
    width: 100%;
    border-radius: 300px;
    bottom: 0;
    left: 0;
    border: 9px solid var(--white-color);
}

.home6-about-section .feature-img-wrap .feature-bottom-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 12, 8, .2);
    border-radius: 300px;
}

.home6-about-section .feature-img-wrap .feature-bottom-img img {
    max-width: 368px;
    border-radius: 300px;
    width: 100%;
}

.feature-card-section .feature-card {
    box-shadow: 0px 49.88px 88.33px -40px rgba(50, 51, 80, 0.2);
    border-radius: 24px;
    background-color: var(--primary-color4);
}

.feature-card-section .feature-card.grey {
  /* background-color: #fdf5e2; */
  background-color: #fff4ee;
}

.feature-card-section .feature-card.grey:hover {
    background-color: rgb(240, 245, 249);
  }


  .package-details-area h3 {
    text-align: center;
}


.mt-15{
    margin-top: 13px;
}


.quick-btn-grp{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  gap: 10px;
}

.nav-link {
    color: transparent;
}

.nav-pills {
  
    --bs-nav-pills-link-active-bg: transparent;
}
.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar .nav-pills .nav-item .nav-link .icon{
  overflow: hidden;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  border: 3px solid white;
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar .nav-pills .nav-item .nav-link .icon img {
  /* border-radius: 20px; */
  height: 250px;
  width: auto;
  max-width: 300px;
  transition: transform 0.5s ease; /* Smooth transition */
  transform: scale(1); /* Initial scale */
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar .nav-pills .nav-item .nav-link .icon img:hover {
  animation: zoomEffect 5s infinite ease-in-out;
}

/* Keyframes for zoom effect */
@keyframes zoomEffect {
  0% {
      transform: scale(1); /* Initial scale */
  }
  50% {
      transform: scale(1.5); /* Zoom in */
  }
  100% {
      transform: scale(1); /* Zoom out */
  }
}


.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar .nav-pills .nav-item:nth-child(3) {
 max-width: 250px;
}
.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar .nav-pills .nav-item {
    max-width: 250px;
}


.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar .nav-pills {
   display: flex;
   justify-content: center;
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content p {
    color: black;
    /* font-family: "Brandon Grotesque Regular"; */
    font-size: 17px;
    font-weight: 500;
    line-height: 1.9;
    /* letter-spacing: .51px; */
    margin-bottom: 0;
    /* padding-top: 20px; */
   text-align: justify;
   padding: 30px;
    border: 1px solid #DEE0EA;
    border-radius: 20px;
}



/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
    position: relative;
    display: block;
    background-color: #fff4ee;
  }
  
  .services-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 1;
  }
  
  .services-one__single-inner {
    position: relative;
    display: block;
    border: 1px solid #e3dbd8;
    background-color: #fff;
    text-align: center;
    padding: 14px 20px 20px;
    z-index: 1;
    height: 285px;
  }
  
  .services-one__single-inner:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 65px;
    height: 65px;
    background-color: #fff4ee;
    border: 1px solid #e3dbd8;
    border-top: 0;
    border-left: 0;
  }
  
  .services-one__single-inner:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 65px;
    height: 65px;
    background-color: #fff4ee;
    border: 1px solid #e3dbd8;
    border-top: 0;
    border-right: 0;
  }
  
  .services-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    /* background-color: var(--primary-color1); */
    /* background-color: #fff4ee; */
    border: 1px solid #e3dbd8;
    border-radius: 50%;
    margin: 0 auto 0;
    z-index: 1;
  }

  .services-one__single-inner:hover .services-one__icon {
    /* background-color: #58bab9; */
    background-color: #ffe5db;
    /* background-color: #fdf5e2; */
}
  
  .services-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: #fff;
  }
  
  .services-one__title {
    color: var(--primary-color1);
    font-family: "Brandon Grotesque Regular";
    font-size: 25px;
    font-weight: 600;
    transition: .5s;
    letter-spacing: 0.3px;
  }
  
  .services-one__title a {
    color: var(--primary-color1);
  }
  
  .services-one__text {
    color: black;
    /* font-family: "Brandon Grotesque Regular"; */
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: .51px;
    margin-bottom: 0;
    padding-top: 10px;
  }
  
  .services-one__hover-content {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background-position: center top;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 2;
  }
  
  .services-one__single:hover .services-one__hover-content {
    transform: scaleY(1.0);
  }
  
  .services-one__hover-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
    height: 179px;
  }
  
  .services-one__hover-title-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 30px 14px;
    background-color: var(--primary-color1);
    text-align: left;
    overflow: hidden;
    z-index: 2;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  
  .services-one__hover-shpae {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .20;
    z-index: -1;
  }
  
  .services-one__hover-shpae img {
    width: auto;
  }
  
  .services-one__hover-title {
    color: var(--title-color);
    font-family: "Brandon Grotesque Regular";
    font-size: 25px;
    font-weight: 600;
    transition: .5s;
    letter-spacing: 0.3px;
    margin-bottom: 0px;
  }
  
  .services-one__hover-title a {
    color: #fff;
  }
  
  .services-one__arrow {
    position: absolute;
    bottom: 30px;
    right: 10px;
    z-index: 2;
  }
  
  .services-one__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: #fff;
    font-size: 17px;
    color: var(--title-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .services-one__arrow a:hover {
    color: #fff;
    background-color: var(--title-color);
  }
  


  .package-card .package-card-content .card-content-bottom {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    bottom: 0;
    right: 0;
    padding-left: 20px;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  }
  
  .package-card .package-card-content:hover .card-content-bottom {
    opacity: 1;
    visibility: visible;
  }
  
  .package-card .package-card-content .card-content-top {
    transition: padding-bottom 0.5s ease-in-out;
  }
  
  .package-card .package-card-content:hover .card-content-top {
    padding-bottom: 60px;
  }
  