/* Shared stats bar (homepage + custom page + contact) */
.home_stats_section{background:linear-gradient(90deg,#7f2727 0%,#cc403f 100%);padding:45px 0;margin:0;}
.home_stats_bar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;}
.home_stat_item{flex:1;text-align:center;color:#fff;min-width:140px;padding:0 10px;}
.home_stat_item strong{display:block;font-size:38px;font-weight:700;line-height:1.2;margin-bottom:6px;}
.home_stat_item span{display:block;font-size:15px;font-weight:400;opacity:0.95;}

/* Custom Page & Thank You */
.cp_hero_banner{position:relative;min-height:420px;overflow:hidden;}
.cp_hero_banner_img{width:100%;height:420px;object-fit:cover;}
.cp_hero_overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0.35) 0%,rgba(127,39,39,0.75) 100%);display:flex;align-items:center;color:#fff;}
.cp_hero_overlay h1{font-size:42px;font-weight:700;margin-bottom:12px;}
.cp_hero_overlay p{font-size:18px;margin-bottom:22px;opacity:0.95;}
.cp_hero_note{font-size:14px;opacity:0.9;}
.cp_consultation_section{padding:60px 0;background:#f8f8f8;}
.cp_form_card,.cp_sidebar_card{background:#fff;border-radius:16px;padding:30px;box-shadow:0 8px 30px rgba(0,0,0,0.06);margin-bottom:20px;}
.cp_form_card h2,.cp_sidebar_card h3{font-size:24px;font-weight:700;color:#1a1a2e;margin-bottom:10px;}
.cp_form_card p{color:#666;margin-bottom:20px;}
.cp_field_hint{display:block;font-size:12px;color:#999;margin-top:4px;}
.cp_check_list{list-style:none;padding:0;margin:0;}
.cp_check_list li{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;color:#444;font-size:15px;}
.cp_check_list i{color:#cc403f;margin-top:3px;flex-shrink:0;}
.cp_steps_card{background:#fdf3f2;}
.cp_steps_list{list-style:none;padding:0;margin:0;}
.cp_steps_list li{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;color:#444;font-size:15px;}
.cp_step_num{width:28px;height:28px;border-radius:50%;background:linear-gradient(90deg,#7f2727 0%,#cc403f 100%);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;}
.cp_contact_box{background:linear-gradient(90deg,#7f2727 0%,#cc403f 100%);border-radius:16px;padding:25px 30px;color:#fff;}
.cp_contact_box h3{font-size:20px;font-weight:700;margin-bottom:15px;color:#fff;}
.cp_contact_box p{margin-bottom:10px;font-size:14px;}
.cp_contact_box a{color:#fff;text-decoration:underline;}
.cp_contact_box i{margin-right:8px;}
.cp_section_image{padding:60px 0;background:#f8f8f8;}
.cp_section_content_title{font-size:32px;font-weight:700;color:#1a1a2e;margin-bottom:15px;}
.cp_section_content_desc{color:#555;font-size:16px;line-height:1.7;}
.cp_section_image_img{max-width:100%;border-radius:16px;box-shadow:0 8px 30px rgba(0,0,0,0.08);}
.cp_universities_section{padding-top:50px;}
.cp_testimonials_section{background:#f8f8f8;padding-bottom:60px;}
.cp_testimonial_card{background:#fff;border-radius:16px;padding:30px;box-shadow:0 4px 20px rgba(0,0,0,0.06);height:100%;text-align:center;}
.cp_testimonial_quote{font-style:italic;color:#555;font-size:15px;line-height:1.6;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;}
.cp_testimonial_card h4{font-size:16px;font-weight:700;color:#cc403f;margin-bottom:4px;}
.cp_testimonial_card span{font-size:13px;color:#888;}
.ty_page_section{padding:70px 0;background:linear-gradient(180deg,#fdf3f2 0%,#fff 100%);min-height:70vh;display:flex;align-items:center;}
.ty_card{max-width:720px;margin:0 auto;background:#fff;border-radius:20px;padding:45px 40px;text-align:center;box-shadow:0 15px 40px rgba(0,0,0,0.08);}
.ty_icon_wrap{width:80px;height:80px;border-radius:50%;background:linear-gradient(90deg,#7f2727 0%,#cc403f 100%);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;}
.ty_icon_wrap i{font-size:36px;color:#fff;}
.ty_card h1{font-size:32px;font-weight:700;color:#1a1a2e;margin-bottom:12px;}
.ty_lead{color:#666;font-size:16px;margin-bottom:25px;}
.ty_tracking_box{background:#fdf3f2;border:2px dashed #cc403f;border-radius:12px;padding:18px 20px;margin-bottom:25px;}
.ty_tracking_box span{display:block;font-size:13px;color:#888;margin-bottom:4px;}
.ty_tracking_box strong{font-size:22px;color:#cc403f;letter-spacing:1px;}
.ty_steps{text-align:left;background:#f8f8f8;border-radius:12px;padding:20px 25px;margin-bottom:25px;}
.ty_steps h3{font-size:18px;font-weight:700;margin-bottom:12px;color:#1a1a2e;}
.ty_steps ol{margin:0;padding-left:20px;color:#555;}
.ty_steps li{margin-bottom:8px;}
.ty_actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:20px;}
.ty_contact_note{border-top:1px solid #eee;padding-top:18px;}
.ty_contact_note p{margin-bottom:8px;color:#888;font-size:14px;}
.ty_contact_note a{display:inline-block;margin:0 10px;color:#cc403f;text-decoration:none;font-weight:600;}
@media only screen and (max-width:767px){
	.home_stats_section{padding:35px 0;}
	.home_stats_bar{justify-content:center;}
	.home_stat_item{flex:0 0 calc(50% - 10px);}
	.home_stat_item strong{font-size:30px;}
	.home_stat_item span{font-size:13px;}
	.cp_hero_overlay h1{font-size:28px;}
	.cp_hero_banner,.cp_hero_banner_img{min-height:320px;height:320px;}
	.ty_card{padding:30px 20px;}
	.ty_actions{flex-direction:column;}
	.ty_actions .btn{width:100%;}
}

/* Contact Us Page */
.cu_hero_banner{background:#fff;padding:70px 0 50px;text-align:center;border-bottom:1px solid #eee;position:relative;}
.cu_hero_banner::after{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#7f2727 0%,#cc403f 100%);margin:20px auto 0;border-radius:2px;}
.cu_hero_banner h1{font-size:42px;font-weight:700;margin-bottom:12px;color:#1a1a2e;}
.cu_hero_banner p{font-size:18px;color:#666;max-width:640px;margin:0 auto;}
.cu_stats_section{margin-top:0;box-shadow:0 8px 24px rgba(0,0,0,0.08);}
.cu_offices_section{padding:60px 0;background:#f8f8f8;}
.cu_offices_section .section_heading{font-size:32px;font-weight:700;margin-bottom:8px;}
.cu_office_card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 20px rgba(0,0,0,0.06);height:100%;margin-bottom:20px;}
.cu_office_card h4{font-size:16px;font-weight:700;color:#cc403f;margin-top:12px;margin-bottom:0;}
.cu_office_card iframe,.cu_office_card .location_map{max-width:100%;border-radius:10px;}
.cu_social_links{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px;}
.cu_social_links a{width:42px;height:42px;border-radius:50%;background:rgba(204,64,63,0.1);color:#cc403f;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:18px;transition:all 0.2s ease;}
.cu_social_links a:hover{background:#cc403f;color:#fff;}
@media only screen and (max-width:767px){
	.cu_hero_banner h1{font-size:28px;}
	.cu_hero_banner{padding:50px 0 40px;}
}
