/*
Theme Name: Wellearn Child
Theme URI: https://gaviaspreview.com/wp/wellearn/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: Child theme for the Wellearn theme.
Template: wellearn
*/
.header-builder-frontend.header-position-absolute .header-builder-inner {
    position: unset;
    width: 100%;
}

#study-destination .service-three__content-inner {
    padding: 20px;
    text-align: center;
}
#study-destination .service-three__single {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    overflow: hidden;
	background: #fff;
}
#study-destination .service-three__single .service-three__content {
    background: transparent;
}
#study-destination .service-three__single:hover .service-three__content {
    background: transparent;
}
#study-destination .service-three__single:hover .service-three__content h4.service-three__title{
    color: #000;
}
/* 
#study-destination .service-three__content-inner .service-three__title {
    position: relative;
}
#study-destination  .service-three__content-inner .service-three__title:after {
    position: absolute;
    content: '';
    top: -5px;
    right: 0;
    background: url(https://testingbit.in/truvaiedu/wp-content/uploads/2026/01/right-arrow.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

#study-destination .service-three__single {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    overflow: hidden;
	background: #fff;
}
#study-destination .service-three__single:hover{
	background: var(--e-global-color-primary);
}
        
#study-destination .service-three__single .service-three__content {
    background: transparent;
}
#study-destination .service-three__single:hover .service-three__title:after{
	    filter: invert(1);
} */
.universitie-list .elementor-image-box-img img {
    width: 100%;
}
.universitie-list .elementor-image-box-content {
	padding: 0px 20px 20px;
}
.universitie-list .elementor-image-box-content .elementor-image-box-description a.aply-btn {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    border: 1px solid #e11a1e;
    padding: 10px;
    border-radius: 10px;
    align-items: center;
}
.universitie-list .elementor-image-box-content .elementor-image-box-description a.aply-btn img {
    width: 30px;
}
.universitie-list .elementor-image-box-content .elementor-image-box-description a.aply-btn:hover {
    background: #e11a1e;
    color: #fff;
}
.universitie-list .elementor-image-box-content .elementor-image-box-description a.aply-btn:hover img{
    filter: invert(1);
} 
.universitie-list {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 10px 0 #1c242826;
	overflow: hidden;
}

#discover-slider .iconbox-three__single {
    min-height: 330px;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    background: white;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid transparent;
    text-align: center;
}
#discover-slider .iconbox-three__single:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(to bottom, rgba(26, 79, 139, 0.1), transparent);
    transition: all 0.4s ease;
    z-index: 0;
}
#discover-slider .iconbox-three__single:hover:before {
    height: 100%;
}
#discover-slider .iconbox-three__single:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid var(--e-global-color-primary);
}
#discover-slider .iconbox-three__wrap {
    box-shadow: unset;
}
/* #discover-what-cont .service-cont-slider .elementor-icon-box-wrapper{
	min-height: 350px;
} */

.why-us-box {
    background: #fff;
    text-align: left;
    padding: 40px;
    transition: .5s;
    border-radius: 20px;
    box-shadow: 2px 10px 50px rgb(158 158 158 / 25%);
    position: relative;
    z-index: 1;
}
/* .why-us-box::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, #f27828 0%, #e11a1e 100%);;
    z-index: -1;
    transition: .5s;
    opacity: 0;
    border-radius: 5px;
} */
.why-us-box::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    background: #8f1f26;
    z-index: -1;
    transition: .5s;
    opacity: 0;
    border-radius: 13px;
}
.why-us-box:hover::before{
	opacity: 1;
}
.why-us-box:hover h3.elementor-image-box-title{
	color: #fff;
}

.why-us-box .elementor-image-box-img {
    border: 2px dotted #F16722;
    display: inline-block;
    border-radius: 50%;
    transition: .5s;
    width: 80px !important;
    padding: 15px;
}
.why-us-box .elementor-image-box-img img {
    position: relative;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}
.why-us-box:hover .elementor-image-box-img {
    border-color: #fff;
    background: #fff;
}
/* 
animation: service_hexagon 3s infinite linear;
    animation-play-state: paused */

.our-client-cont .testimonial-five__content {
    padding: 20px;
}
.our-client-cont .testimonial-five__content .testimonial-five__quote {
    font-size: 16px;
    line-height: 1.6;
}

@keyframes service_hexagon {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes service_hexagon {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes service_hexagon {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes service_hexagon {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.contact-us-cont .iconbox-style-one__single {
    margin-bottom: 0px;
}

#discover-slider .icon-inner {
    background: unset;
    padding: 0;
}
#discover-slider .icon-inner svg {
    height: 2em !important;
    width: 110px !important;
}

.counter-cont{
   text-align: center;
}

.counter-cont .milestone-four__number {
    justify-content: center;
}
.counter-cont .milestone-four__number .symbol {
    font-size: 50px;
}

.our-quality-cont .feature-six__single {
    max-width: 100%;
}

.your-better .wpcf7-form-control-wrap input, .your-better select{
    height: auto;
    background: #f7f7f7;
    padding: 0px 10px;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    color: #000 !important;
}

.your-better select{
	line-height:45px !important;
}
.bnr-from{
    backdrop-filter: blur(10px);
}
.your-better .wpcf7-form-control-wrap {
    margin-bottom: 7px !important;
}
#faq-cont .e-n-accordion-item {
    border: 1px solid #e5efff !important;
    border-radius: 20px;
}
#faq-cont .e-n-accordion-item .elementor-element-ccdac25 {
    padding: 0px 20px;
}
.your-better input::placeholder {
  color: #000 !important;
	font-weight: 400 !important;
}
.your-better .form-action {
    background: #fff !important;
    border-radius: 50px !important;
    margin-top: 20px;
}
.your-better .form-action .wpcf7-submit {
    background: #000000 !important;
    color: #fff !important;
    padding: 15px 30px !important;
    border-radius: 5px;
}

.timeline-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  position: relative;
}
.your-better select option {
    color: #000;
}
.timeline-item {
  position: relative;
  text-align: center;
  padding-top: 100px;
}

.big-circle {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.big-circle img {
    width: 25%;
    filter: invert(1);
    padding-top: 25px;
}

.timeline-card {
    background: #fff;
    padding: 30px 20px;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    min-height: 290px;
}

.timeline-card h4 {
  margin-bottom: 10px;
  font-weight: 700;
}

.timeline-card p {
  font-size: 14px;
  line-height: 1.6;
}

.timeline-number {
    display: block;
    font-size: 40px;
    font-weight: 700;
    margin-top: 34px;
}

.vertical-line {
  width: 2px;
  height: 50px;
  border-left: 2px dashed #999;
  margin: 0 auto;
}

.dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin: 0 auto;
}

.horizontal-line {
    width: 100%;
    height: 17px;
    background: #e7e7e7;
    border-radius: 20px;
    margin-top: -17px;
}

.red .big-circle,
.red .dot { background: #8f1f26; }

.red .timeline-number { color: #8f1f26; }
.txt-red {
/*     color: #8f1f26; */
    font-size: 22px;
}

div#social-icons-list svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(213deg) brightness(104%) contrast(103%);
}
.web-btn svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(213deg) brightness(104%) contrast(103%);
}
ul.gva-nav-menu > li {
    padding: 0px 25px !important;
}
.service-three__content:after{
	display: none;
}
#book-your-form .wpcf7-form input {
    height: 50px;
    padding-left: 12px !important;
}
#book-your-form .wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 20px;
    display: block;
}
#book-your-form .wpcf7-form select {
    height: 50px;
    line-height: 50px;
}
#book-your-form span.btn-theme.form-action input.wpcf7-form-control.wpcf7-submit {
    background: #000 !important;
    padding: 10px 30px !important;
}
div#book-your-form {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
}
div#book-your-form h2 {
    color: #000000;
    text-align: center;
    margin: 0px 0px 30px;
	font-size: 24px;
}

.testimonial-four__single {
    background: #F5F6FAF7;
    padding: 20px;
    border-radius: 20px;
    min-height: 390px;
}
.testimonial-four__single .testimonial-four__image {
    flex: 0 0 50px;
    margin-right: 20px;
}
.testimonial-four__icon {
    font-size: 40px;
    line-height: 1;
    color: #000;
    opacity: 0.4;
    position: unset;
}
.testimonial-four__quote {
    font-size: 16px;
    line-height: 1.5;
    color: #000 !important;
    margin-bottom: 10px;
    max-width: 100%;
}
.testimonial-four__name {
    color: #000 !important;
}
.testimonial-four__job {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.gsc-testimonial.style-4 .swiper-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
}

#dream-study .e-con-inner.elementor-motion-effects-parent {
    overflow: hidden;
    height: 77vh;
}
.destination-cont-new .elementor-image-box-content {
    position: absolute;
    bottom: 20px;
    z-index: 9;
}
.destination-cont-new .elementor-image-box-wrapper {
    position: relative;
}
.destination-cont-new .elementor-image-box-content h3{
	color: #fff;
}
.apply-top .brand-item-content .brand-item-image {
    box-shadow: rgb(0 0 0 / 6%) 2px 2px 10px;
    padding: 20px;
    margin: 10px 0px 20px;
    background: #fff;
    border-radius: 15px;
}
.apply-top .brand-item-content .brand-item-image img {
    opacity: 1;
}
.aply-img {
box-shadow: rgb(0 0 0 / 6%) 2px 2px 10px;
    padding: 20px;
    margin: 10px 0px 20px;
}
div#apply-top-sec {
    background: linear-gradient(90deg, #e42128 0%, #8f1f26f5 45%, #8f1f26 100%);
}
div#get-ready-cont .e-con-inner {
    background: #F5F6FAF7;
    padding: 30px;
    border-radius: 15px;
}

#service-cont-slider
#service-cont-slider .iconbox-three__wrap {
    box-shadow: unset;
    padding: 20px;
}
#service-cont-slider .icon-inner svg {
    height: 2em !important;
    width: 110px !important;
}
#service-cont-slider .icon-inner {
    background: unset;
    padding: 0;
}

#service-cont-slider .iconbox-three__single {
    min-height: 320px;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    background: white;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid transparent;
    /* text-align: center; */
}
#service-cont-slider .iconbox-three__single:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(to bottom, rgba(26, 79, 139, 0.1), transparent);
    transition: all 0.4s ease;
    z-index: 0;
}
#service-cont-slider .iconbox-three__single:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid var(--e-global-color-primary);
}

#service-cont-slider .iconbox-three__single:hover:before {
    height: 100%;
}

.iconbox-three__desc b {
    display: none;
    text-align: center;
    margin-top: 20px;
}
#service-cont-slider .iconbox-three__single:hover .iconbox-three__desc b{
	display: block;
}
.latest-cont .post-one__title {
    min-height: 78px;
}

.service-cont-slider .elementor-icon-box-wrapper {
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    background: white;
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid transparent;
    padding: 20px 20px 0px;
    height: 100%;
}
.service-cont-slider .elementor-icon-box-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(to bottom, rgba(26, 79, 139, 0.1), transparent);
    transition: all 0.4s ease;
    z-index: -1;
}
.service-cont-slider:hover {
    cursor: pointer;
}
.service-cont-slider .elementor-icon-box-wrapper svg {
    height: 1.5em !important;
    width: 70px !important;
}
.service-cont-slider .elementor-icon-box-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid var(--e-global-color-primary);
}
.service-cont-slider .elementor-icon-box-wrapper:hover:before {
    height: 100%;
}
p.elementor-icon-box-description b {
    display: block;
    margin-top: 10px;
    text-align: center;
    opacity: 0;
}
.service-cont-slider .elementor-icon-box-wrapper:hover p.elementor-icon-box-description b{
	opacity: 1;
}
.service-cont-slider .elementor-icon-box-wrapper .elementor-icon-box-content p{
	display: none;
}
.service-cont-slider .elementor-icon-box-wrapper .dsi-cont p {
    min-height: 110px;
}

.service-cont-slider .elementor-icon-box-wrapper .dsi-cont b {
    display: none;
	text-align: center;
}
.service-cont-slider .elementor-icon-box-wrapper:hover .dsi-cont b {
    display: block;
}

.service-cont-slider .elementor-icon-box-wrapper .elementor-icon-box-content .dsi-cont p{
	display:block;
}



.study-bnr-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.study-bnr-list ul li {
    background: #505050;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 50px;
    color: #fff;
    letter-spacing: 0.3px;
}
.study-bnr-list ul li a {
    color: #fff;
}
.scholarship-col {
    border: 1px solid #e7e7e7;
    padding: 20px;
    border-radius: 15px;
    background: #fff;
}

.europ-contry-list {
    padding: 0px 0px 15px;
    background: #fff;
    box-shadow: 0px 3px 5px #b3b1b12e;
    border-radius: 10px;
    overflow: hidden;
}

#top-country-europe button span:after {
    display: none;
}
#top-country-europe table th {
    color: #fff !important;
    padding: 10px !important;
}
.country-table {
    height: 425px !important;
    overflow-y: scroll !important;
}
#wp-footer {
    position: relative;
    z-index: 11;
}
.country-table table th {
    color: #fff;
}

ul.gva-nav-menu > li {
    padding: 0px 18px !important;
}
/* RESPONSIVE */
@media(max-width:1440px){
	.big-circle {
    width: 243px;
}
}
@media(max-width:1366px){
	.big-circle {
    width: 220px;
	}
}
@media(max-width:1024px){
  .timeline-wrapper{grid-template-columns: repeat(2,1fr);}
	.horizontal-line {
display: none;
}
#dream-study .e-con-inner.elementor-motion-effects-parent {
    overflow: hidden;
    height: 60vh;
}
}
@media(max-width:767px){
  .timeline-wrapper{grid-template-columns:1fr;}
	div#book-your-form {
    padding: 20px 10px;
    border-radius: 10px;
}
	div#book-your-form h2 {
    font-size: 18px;
}
	.why-us-box {
    padding: 20px;
}
	div#get-ready-cont .e-con-inner h2 br {
    display: none;
}
	div#get-ready-cont .e-con-inner {
    padding: 15px;
}
	.post-one__content {
    padding: 20px !important;
}
	.why-us-box .elementor-image-box-img {
    width: 60px !important;
    padding: 10px;
}
	.feature-six__wrap {
    padding: 20px;
}
.feature-six__title {
    margin: 0 0 10px;
    letter-spacing: -0.5px;
    font-size: 20px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.timeline-card {
    min-height: auto;
}
.service-cont-slider .elementor-icon-box-wrapper {
    margin-bottom: 10px;
}
	.study-bnr-list ul li {
    padding: 5px 15px;
    font-size: 14px;
}
}
@media(max-width:600px){
.sgpb-popup-dialog-main-div-theme-wrapper-3 {
    left: 20px !important;
}
	div#sgpb-popup-dialog-main-div {
    width: 100% !important;
}
	#book-your-form .wpcf7-form input {
    font-size: 14px;
}
	#book-your-form .wpcf7-form select {
    font-size: 14px;
}
}
