@import url("../hello-elementor/style.css");
/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: Day la child theme cua Startbox
Author: SlSS
Author URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 0.1
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*--------------------------------------------------------------
# general
--------------------------------------------------------------*/
html,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: normal;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button {
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.site-header,
body:not([class*="elementor-page-"]) .site-main {
  max-width: 100%;
}
body {
  font-family: "Inter", sans-serif;
  line-height: 1.3;
  color: #000000;
  font-size: 16px;
  overflow-x: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 18px;
  margin: 0 0 15px 0;
  line-height: 1.5;
  font-weight: 700;
}
p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.popup-menu .dialog-close-button{
    line-height: 30px;
    display: block !important;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}
/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
.box-clickee .elementor-image-box-wrapper{
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
}
.box-clickee .elementor-image-box-content{
    margin-bottom: 16px;
}
.box-clickee .elementor-image-box-img img{
    width: 100%;
}
.user-reviews .elementor-testimonial__content:after{
    display: none;
}
.user-reviews .elementor-testimonial__footer{
    padding: 0 !important;
}
.custom-news-slider.swiper{
  padding-bottom: 58px;
}
.custom-news-slider .swiper-wrapper {
    display: flex;
}
.custom-news-slider .swiper-slide {
    display: flex;
    height: auto !important;
}
.news-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.news-thumb img {
    width: 100%;
    height: 204px;
    object-fit: cover;
    display: block;
}
.news-content {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.news-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.news-title a {
    text-decoration: none;
    color: #09196B;
}
.news-title a:hover{
    text-decoration: none;
}
.news-meta {
    font-size: 14px;
    color: #09196B;
    margin-bottom: 8px;
}
.news-meta i{
    margin-right: 4px;
}
.news-excerpt {
  font-size: 16px;
  color: #4D5E80;
  text-align: justify;
}
.custom-news-slider .swiper-pagination-bullet{
  width: 20px;
  height: 20px;
  background: #C8E3FF;
  opacity: 1;
}
.custom-news-slider .swiper-pagination-bullet-active{
  background: #3A18CE;
}
.subscription-packages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.package-card {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  background: #fff;
}
.syntax-highlight {
  color: #3A18CE;
}
.subscription-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.subscription-item {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.pkg-title {
  font-size: 16px;
  font-weight: 500;
  color: #3A18CE;
  margin-bottom: 8px;
}
.package-price{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.package-price .price-currency{
  font-size: 16px;
}
.package-syntax{
  display: inline-block;
  padding: 8px 24px;
  background-color: #E7E5FF;
  border-radius: 12px;
  font-weight: 500;
}
.content-package{
  text-align: left;
  padding-top: 16px;
  border-top: 1px solid #E8EAED;
  border-bottom: 1px solid #E8EAED;
  margin: 16px 0 24px;
}
.content-package > div{
  margin-bottom: 24px;
}
.content-package .title i{
  font-size: 24px;
  color: #3A18CE;
  margin-right: 12px;
  vertical-align: bottom;
}
.content-package .content{
  padding-left: 40px;
}
.content-package .content li strong{
  color: #318D62;
}
.content-package ul{
  list-style: disc;
  padding-left: 24px;
}
.btn-register {
  background-color: #3A18CE;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 8px 38px;
  font-weight: 600;
}
.btn-register:hover, .btn-register:focus{
  background-color: #00a0e3;
}
.hidden-package {
  display: none;
}
.loadmore-wrap {
  text-align: center;
  margin-top: 24px;
}
#loadmore-packages {
  padding: 8px 40px;
  border-radius: 12px;
  background: #09196B;
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

/* Popup */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none; /* ẩn mặc định */
  align-items: center;
  justify-content: center;
  z-index: 9998;
}
.popup-content {
  position: relative;
  background: #fff;
  border-radius: 24px;
  padding: 60px 24px 24px;
  max-width: 550px;
  width: 100%;
  text-align: center;
}
.popup-overlay .pkg-title{
  margin-bottom: 16px;
}
.popup-overlay .pkg-title br{
    display: none;
}
.popup-overlay .content-package{
  margin-bottom: 0;
  border-bottom: none;
}
.popup-close {
  position: absolute;
  top: 14px;
  right: 24px;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.single-post .post-content h2{
    font-size: 20px;
}
.single-post .post-content h3{
    font-size: 18px;
}
.single-post .post-content ol, .single-post .post-content ul{
    padding-left: 20px;
}
.page-template-default .page-header{
    text-align: center;
    padding-top: 30px;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# responsive
--------------------------------------------------------------*/
@media (max-width: 768px){
    .popup-menu.elementor-popup-modal .dialog-message{
        max-width: 95vw;
    }
}
@media (max-width: 575px){
    .tab-ielts .e-n-tabs-heading {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        margin-bottom: 16px;
        --n-tabs-heading-width: auto;
    }
	.tab-ielts.elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-heading .e-n-tab-title:not(:first-child){
		margin-block-start: 0 !important;
	}
	.tab-ielts.elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
        margin-block-end: 0;
    }
    .subscription-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .popup-content{
        width: 95%;
    }
    .package-syntax{
        padding: 8px 14px;
    }
    .popup-overlay .pkg-title br{
        display: block;
    }
}