a{text-decoration-thickness:1px!important;text-underline-offset:.1em}:where(.wp-site-blocks :focus){outline-width:2px;outline-style:solid}.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child){margin-bottom:3px}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content{outline-offset:4px}.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content{outline-offset:0}blockquote,caption,figcaption,h1,h2,h3,h4,h5,h6,p{text-wrap:pretty}.more-link{display:block}:where(pre){overflow-x:auto}

p{font-size:18px;}
.odtw h3 {
	color:black;
	font-family:"Noto Sans", Sans-serif;
	font-weight:600;
	margin:0;
}	
.odtw p {
	font-size:16px;
}
.elementor-heading-title {
	font-weight: 800 !important;
}
.elementor-widget-text-editor  h1{
	font-family:"Noto Sans", Sans-serif !important;
}
.headOnBg h1{
	font-family:"Noto Sans", Sans-serif !important;
	font-weight:800;
}
.checkListing ul {
	list-style: none;
}
.checkListing ul li::before{
	content: " ";
	background: url("http://localhost/360/wp-content/uploads/2026/01/check.png") no-repeat center;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
/* 	top: 6px; */
}
.opCard{
	border-radius:30px;
}
.opContent{
	padding: 4px 26px;
}
.opContent h3 {
	margin:0 auto;
	font-weight:800;
	font-family: "Onest", Sans-serif;
}
.opContent p{
	font-size:18px;
}
.opContent a{
	text-decoration:underline;
	font-weight:700;
	position:relative;
}
.opContent a::after{
	content:"";
	width:19px;
	height:24px;
	background:url("http://localhost/360/wp-content/uploads/2026/01/cursorIcon.png") no-repeat center center;
	position:absolute;
	right: -28px;
    top: 4px;
}
.opContent a:hover{color:#50C709;}
.pZero p{margin:0;}
.stats-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
/*   gap: 16px; */
  max-width: 1440px;
  margin: 0 auto;
  padding: 12px;
}

.stat-box {
  flex: 1;
  background: #f6f6f6;
	border-radius: 30px;
	padding: 10px 16px;
  text-align: center;
}

.stat-number {
  font-size: 36px;
  font-weight: 700;
  color: #66cc00;
  line-height: 1.2;
}

.stat-label {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #222;
}

.stat-divider {
  width: 6px;
  background: #111;
  border-radius: 6px;
	height: 50px;
}

/* Tablet */
@media (max-width: 991px) {
  .stat-number {
    font-size: 30px;
  }

  .stat-label {
    font-size: 15px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .stats-wrapper {
    flex-direction: column;
  }

  .stat-divider {
    width: 60px;
    height: 4px;
    margin: 8px auto;
  }

  .stat-box {
    border-radius: 24px;
  }
}




.testimonial-section {
  background: #ecffd9;
  padding: 22px 0;
}

.testimonial-slider-wrapper {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
}

.testimonial-slider {
  display: flex;
  transition: transform 0.5s ease;
  gap: 24px;
}

.testimonial-card {
  background: #fff;
  border-radius: 48px;
  padding: 32px;
  display: flex;
  gap: 20px;
  flex: 0 0 calc(50% - 12px); /* 2 per view */
}

.testimonial-avatar {
  width: 96px;
  height: 96px !important;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #111;
  margin: 16px 0;
}

.testimonial-author strong {
  font-size: 16px;
}

.testimonial-author span {
  font-size: 14px;
  color: #444;
}

.testimonial-author {
	display: flex;
	flex-direction: column;
}
/* Dots */
.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.testimonial-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b7e67a;
  cursor: pointer;
}

.testimonial-dots span.active {
  background: #65c100;
}

/* Mobile */
@media (max-width: 768px) {
  .testimonial-card {
    flex: 0 0 100%;
    flex-direction: column;
    border-radius: 28px;
  }
}

.testimonialSection h1{
	    margin: 0 0 10px;
}

.ptmCard{
	border: 1px solid #D0D0D0;
	box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, 0.09);
	border-radius: 42px;
    padding: 40px 30px;
    text-align: center;
}
.ptmCard h3 {
    margin: 0 auto;
    font-weight: 600;
	color:var(--e-global-color-primary) !important;
    font-family: "Onest", Sans-serif;
}
.ptmCard a {
    text-decoration: underline;
    font-weight: 700;
    position: relative;
}
.ptmCard a::after {
    content: "";
    width: 19px;
    height: 24px;
    background: url(http://localhost/360/wp-content/uploads/2026/01/cursorIcon.png) no-repeat center center;
    position: absolute;
    right: -28px;
    top: 4px;
}
.exp360 img{
	width:100%;
}
.stayUpdate{
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid #D0D0D0;
	box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, 0.09);
	border-radius: 42px;
	margin: 60px auto 0;
	padding: 26px;
}
.subscribe-wrapper {
  max-width: 560px;
}

.subscribe-form {
  display: flex;
  gap: 12px;
  align-items: center;
}

.subscribe-input {
  flex: 1;
  padding:20px 28px;
  font-size: 16px;
  border: 2px solid #2b2b2b;
  border-radius: 12px;
  outline: none;
}

.subscribe-input::placeholder {
  color: #777;
}

.subscribe-input:focus {
  border-color: #65c100;
}

.subscribe-btn {
/*   height: 52px; */
  padding: 20px 28px;
  background: #65c100;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  white-space: nowrap;
}

.subscribe-btn:hover {
  background: #57ad00;
}

.subscribe-note {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

/* Mobile */
@media (max-width: 600px) {
  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .subscribe-btn {
    width: 100%;
  }
}


.elementor-testimonial-content {
    position: relative;
    
    margin: 0 auto 30px;
    padding: 30px;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 25px;
    background: #fff;
    font-size: 20px;
    line-height: 1.6;
}

/* Arrow border (outer) */
.elementor-testimonial-content::after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 22px solid  var(--e-global-color-primary);
}

/* Arrow fill (inner) */
.elementor-testimonial-content::before {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
}


.team-section {
/*     padding: 60px 20px; */
}

.team-list {
    max-width: 1000px;
    margin: 0 auto;
}

.team-item {
    display: grid;
    grid-template-columns: 140px 1fr auto;
    gap: 30px;
    align-items: center;
    padding: 40px 0;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

.team-item.last {
    border-bottom: none;
}

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

.team-content h3 {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 600;
}

.team-content .role {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.team-content p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.6;
}

.team-social {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.team-social a {
    width: 32px;
    height: 32px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    transition: all 0.3s ease;
}

.team-social a:hover {
    background: #000;
    color: #fff;
}
@media (max-width: 768px) {
    .team-item {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .team-social {
        flex-direction: row;
        justify-content: center;
        margin-top: 15px;
    }

    .team-content p {
        max-width: 100%;
    }
}
.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
	background-color:var(--e-global-color-primary) !important;
}
/* Form wrapper */
.wpcf7 form {
    max-width: 100%;
}

/* All fields except submit */
.wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
    padding: 12px 16px;              /* medium height */
    height: 46px;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    font-size: 15px;
    line-height: 1.4;
    color: #333;
    background-color: #fff;
    box-sizing: border-box;
    outline: none;
    transition: all 0.25s ease;
}

/* Textarea */
.wpcf7 textarea.wpcf7-form-control {
    height: auto;
    min-height: 120px;
    padding: 14px 16px;
    resize: vertical;
}

/* Placeholder */
.wpcf7-form-control::placeholder {
    color: #999;
}

/* Focus */
.wpcf7-form-control:focus {
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

/* Submit button */
.wpcf7-submit {
    padding: 12px 34px;
    height: 46px;
    border-radius: 999px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Button hover */
.wpcf7-submit:hover {
    background: #333;
}

/* Disabled button */
.wpcf7-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Validation – error fields */
.wpcf7-not-valid {
    border-color: #e63946 !important;
}

/* Error message text */
.wpcf7-not-valid-tip {
    font-size: 13px;
    color: #e63946;
    margin-top: 6px;
}

/* Response message */
.wpcf7-response-output {
    border-radius: 10px;
    padding: 14px;
    font-size: 14px;
}

/* Mobile */
@media (max-width: 576px) {
    .wpcf7-form-control:not(.wpcf7-submit),
    .wpcf7-submit {
        height: 44px;
        font-size: 14px;
    }
}
#wpcf7-f620-p578-o1{
	background: #fff;
    padding: 1px 20px;
    border-radius: 30px;
}
.travel-toes-features2 .elementor-widget-icon-box{
	background:var(--e-global-color-accent);
	padding:20px;
	border-radius:20px;
	min-height: 300px;
	align-items: self-start;
}
.travel-toes-features2 .elementor-widget {
	align-self: stretch;
}
.travel-toes-features .elementor-widget-icon-box{
	background:white;
	padding:20px;
	border-radius:20px;
	min-height: 300px;
	align-items: self-start;
}
.travel-toes-features .elementor-widget {
	align-self: stretch;
}
.top-nav ul li a{
	text-decoration:none !important;
}
.top-nav ul li{
	font-size:18px;
	font-weight: 600;
	transition: all 0.3s ease;
	    margin: 0 10px
}
.top-nav ul li:hover{
	color:var( --e-global-color-primary );
}
.top-nav ul li.student-portal {
	margin: 0 0 0 40px;
}
li.student-portal a {
    position: relative;
    padding-left: 24px; /* space for icon */
	color: var( --e-global-color-primary ) !important;
}

li.student-portal a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("http://localhost/360/wp-content/uploads/2026/01/student.png") 
                no-repeat center center;
    background-size: contain;
}
.footer-title{
	font-size:26px;
	font-weight:600;
}
.footer-link-group {
	margin-top:10px;
}
.footer-link-group a{
	display:block;
	text-decoration: none;
    font-size: 18px;
	margin: 16px 0;
	transition: all 0.3s ease;
}
.footer-link-group a:hover{
	color:#000;
}
.footer-link-group div {
    font-size: 18px;
	    margin: 13px 0px;
	    display: flex;
}
.footer-link-group div span {
        margin-right: 12px;
}
ol, ul {
	font-size: 18px;
	line-height: 1.4;
}
ol li, ul li {
/* 	margin-bottom:10px; */
}
.sticky-right1{
	position: sticky;
    top: 100px; /* adjust for header height */
}
h3{font-weight:600;}
a{color:var( --e-global-color-primary ); transition: all 0.3s ease;}
a:hover{color:black !important;}
.an-home{
	background:var(--e-global-color-primary );
	padding: 12px 26px;
    font-size: 20px;
    font-weight: 800;
    color: white;
    border-radius: 18px;
	transition: all 0.3s ease;
}
.an-home:hover{
	background:var(--e-global-color-accent );
	color:black;
}
.ep-home{
	background:var(--e-global-color-secondary );
	padding: 12px 26px;
    font-size: 20px;
    font-weight: 800;
    color: white;
    border-radius: 18px;
	transition: all 0.3s ease;
}
.ep-home:hover{
	background:var(--e-global-color-accent );
	color:black;
}
.home-hero-text p{display:flex; font-weight:400;}
.home-hero-text h2{
	font-size:40px;
	font-weight:800;
	margin: 10px 0;
}
.home-hero-text a{font-weight:800;}
.elementor-2 .elementor-element.elementor-element-5cb3dac::before{
	background-position: 0px 850px;
}
.aiovg-caption .aiovg-title {
	font-size: 0.9em;
}
.aiovg-caption .aiovg-excerpt {
	font-size:13px;
}
.aiovg-pagination-links .current {
	border-radius: 100%;
}
.aiovg-pagination-links .page-numbers {
	border-radius: 100%;
}
.aiovg .aiovg-text-small{
	font-size: 75%;
}
.footer-title {
	color: var(--e-global-color-primary);
}
.footer-link-group a:hover, .wp-block-social-link-anchor:hover{
	color: var(--e-global-color-primary) !important;
}
footer.wp-block-template-part{
	margin-top:0px;
}
.wp-block-navigation__submenu-container{
	min-width: 310px !important;
}
.wp-block-navigation__submenu-container .wp-block-navigation-item:hover {
	background: var(--e-global-color-accent) !important;
}
.wp-block-navigation__submenu-container .wp-block-navigation-item {
	margin:0;
}
header{
	position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 10;
    background: #ffffffc7;
}
 .our-journey {
        max-width: 100%;
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 12px 30px rgba(0,0,0,0.1);
        background: #fff;
    }

    .our-journey img {
        width: 100%;
        display: block;
    }

    /* Collapsed state */
    .our-journey.is-collapsed {
        max-height: 500px; /* visible portion */
        overflow: hidden;
        position: relative;
    }

    /* Gradient fade */
    .our-journey.is-collapsed::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 140px;
        background: linear-gradient(
            to bottom,
            rgba(255,255,255,0),
            rgba(255,255,255,1)
        );
        pointer-events: none;
    }

    /* Toggle button */
    .our-journey__toggle {
        position: absolute;
        bottom: 24px;
        left: 50%;
        transform: translateX(-50%);
        background: #111827;
        color: #fff;
        border: none;
        padding: 12px 28px;
        border-radius: 999px;
        font-size: 15px;
        cursor: pointer;
        z-index: 5;
        transition: background 0.3s ease;
    }

    .our-journey__toggle:hover {
        background: #000;
    }

    /* Expanded state */
    .our-journey.is-expanded {
        max-height: none;
    }

    .our-journey.is-expanded::after {
        display: none;
    }
.heading-mb0 h2 {
	margin-bottom:0;
}
.colorful-list .elementor-widget-icon-list {
	padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    color: #fff;
	width:100%;
}
.colorful-list .elementor-widget-icon-list:nth-child(1) {
    background: #c5ffa0;
}

.colorful-list .elementor-widget-icon-list:nth-child(2) {
    background: #fff;
}

.colorful-list .elementor-widget-icon-list:nth-child(3) {
    background: #c5ffa0;
}

.colorful-list .elementor-widget-icon-list:nth-child(4) {
    background: #fff;
}
.colorful-list .elementor-widget-icon-list:nth-child(5) {
    background: #c5ffa0;
}
.colorful-list .elementor-widget-icon-list:nth-child(6) {
    background: #fff;
}
.colorful-list .elementor-widget-icon-list:nth-child(7) {
    background: #c5ffa0;
}
.hibw-p p {
	margin-top:0;
}
.hibw-p h3 {
	margin-bottom:0;
}
h2 strong {
	font-weight:800;
}
.blog-grids li {
	border:1px solid #E9FFDB;
	border-radius: 30px;
    box-shadow: 1px 1px 4px #dfdfdf;
	transition: all 0.3s ease;
}
.blog-grids li:hover {
	border:1px solid #50c709;
	border-radius: 30px;
    box-shadow: 1px 1px 4px #dfdfdf;
}
a.page-numbers{
	padding: 4px 9px;
    background: #50c709;
    border-radius: 6px;
    color: white;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
/* a.page-numbers:last-child{
	background:none;
} */

.wp-block-search__label {
	padding-bottom: 16px;
    display: inline-block;
    font-size: 22px;
    color: #50c709;
    font-weight: bold;
}
.wp-block-post-title {
	font-size: 40px;
	color: #50c709;
}
ul.wp-block-latest-posts li{
	margin-bottom:10px;
}
.blog-head {position:relative;}

div.blog-head::before{
	content: " ";
	background: url("http://localhost/360BlogWork-02/wp-content/uploads/2026/02/travel-toes.png") repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: stretch;
}
.cls-auto {
	flex-basis: auto !important;
    min-width: auto;
}
.custom-author-image {
	border-radius: 30px;
}
.wp-block-post-author-biography{
	font-size:16px;
}
.wp-block-query-title{
	font-weight: 600;
    color: #50c709;
}
.student-plc {
    border: 1px solid #ccc;
    padding: 10px 10px 0;
}
.student-plc img{
	width:180px;
}
.student-plc h4{
	    margin: 0 0 10px 0;
}