.div1.div-span-2 {
    flex: 0 0 calc(66.666% - 11px);
}
/* ===== PAGE WRAPPER ===== */
.iti {
  width: 100%;
}

.iti__flag-container {
  margin-right: 8px;
}
/* ===== SECTION TITLE ===== */
/* SECTION */
.success-videos-section {
    width: 90%;
    margin: 40px auto;
}

.success-heading {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    margin-bottom: 20px;
    color: #000;
}
.subscription-flex {
    display: flex;
}
.subscription-flex-1 {
    width: 50%;
    text-align: left;
}
/* YOUTUBE GRID */
.youtube-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 50px;
}
.yt-item{
    width: 100%;
}

.yt-item iframe {
    width: 100%;
    height: 220px;
    border-radius: 10px;
    border: none;
}

/* SLIDER */
.success-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
}

.slider-track {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease-in-out;
}

.slide img {
    width: 270px;
    border-radius: 10px;
    display: block;
    user-select: none;
    pointer-events: none;
}

/* ARROWS (transparent option) */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: #000;
    border: none;
    font-size: 35px;
    cursor: pointer;
    z-index: 5;
    padding: 5px 12px;
    transition: 0.3s ease;
}

.slider-arrow:hover {
    color: #1b3daa;
}

.slider-arrow.prev {
    left: 0;
}

.slider-arrow.next {
    right: 0;
}

/* DOTS */
.slider-dots {
    text-align: center;
    margin-top: 12px;
}

.slider-dots button {
    width: 10px;
    height: 10px;
    background: #d0d0d0;
    border-radius: 50%;
    border: none;
    margin: 0 5px;
    cursor: pointer;
}

.slider-dots button.active {
    background: #1b3daa;
}

/* SECTION WRAPPER */
.faq-section {
    max-width: 90%;
    margin: 40px auto;
    padding: 0 15px;
    font-family: 'Poppins', sans-serif;
}

.faq-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #000;
}

/* FAQ BOXES */
.faq-item {
    background: #e9ecf5;
    margin-bottom: 18px;
    border-radius: 12px;
    overflow: hidden;
}

/* OPEN STATE HEADER (BLUE BAR) */
.faq-item.active .faq-question {
    background: #1f3a93;
    color: #fff;
    border-radius: 12px 12px 0 0;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 20px 25px;
    background: #eef0f7;
}

/* QUESTION BAR */
.faq-question {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background: #e9ecf5;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 12px;
    transition: 0.3s ease;
}

/* PLUS / MINUS ICON */
.faq-question .icon {
    font-size: 22px;
    font-weight: 600;
    transition: 0.3s ease;
}

.faq-item.active .faq-question .icon {
    color: #fff;
    content: '−';
}

/* ANSWER AREA */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #eef0f7;
    padding: 0 25px;
    border-radius: 0 0 12px 12px;
    transition: max-height 0.4s ease;
}

.faq-answer p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}





.gl-ielts-pkl-section h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #052d6b;
}

.d-flex-box p, .module-flex p{
    font-size: 16px !important;
}
.module-box h4 {
    font-size: 20px;
}
.gl-ielts-pkl-page {
    color: #333;
    line-height: 1.75;
}
.gl-ielts-pkl-page h1 h2 h3 h4 h5 h6 {
    font-family: 'Lora', sans-serif !important;
}
.gl-ielts-pkl-page p{
    font-family: "Roboto",Sans-serif !important;
}
.d-flex-box {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.div1 {
    background-color: #fff;
    padding: 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    flex-basis: 32%;
	border-radius:10px;
}
.flex-feauters {
    display: flex;
}
.feauters-div1 {
    width: 50%;
}
.module-col {
    background-color: #fff;
    padding: 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px;
	width:24%;
}
.module-flex {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.module-box {
    background-color: #fff;
    padding: 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px;
}
/* ===== CONTAINER ===== */
.gl-ielts-pkl-container {
    max-width: 1140px;
    margin: auto;
    padding: 0 15px;
}

/* ===== BANNER ===== */
.gl-ielts-pkl-banner {
    height: 60vh;
    display: flex;
    align-items: center;
    padding: 20px;
}

.gl-ielts-pkl-banner-inner {
    width: 100%;
    text-align: center;
	display:flex;
}

.gl-ielts-pkl-banner h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===== SECTIONS ===== */
.gl-ielts-pkl-section {
    padding: 60px 0;
}

.gl-ielts-pkl-grey {
    background: #DDE1ED;
}

.gl-ielts-pkl-section h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #052d6b;
}

.gl-ielts-pkl-section p {
    font-size: 18px;
    margin-bottom: 18px;
}

/* ===== LIST ===== */
.gl-ielts-pkl-list {
    padding-left: 20px;
    margin-top: 10px;
}

.gl-ielts-pkl-list li {
    font-size: 15px;
    margin-bottom: 8px;
}

/* ===== CTA ===== */
.gl-ielts-pkl-cta {
    background: #052d6b;
    padding: 60px 0;
    text-align: center;
    color: #fff;
}

.gl-ielts-pkl-cta h2 {
    color: #fff;
    margin-bottom: 10px;
}

.gl-ielts-pkl-cta p {
    font-size: 15px;
    margin-bottom: 25px;
}

.gl-ielts-pkl-btn {
    display: inline-block;
    padding: 12px 32px;
    background: #0d6efd;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

.gl-ielts-pkl-btn:hover {
    background: #084298;
}
.demo-form-section {
    background: #d6dcee;
    padding: 50px 0 0;
    font-family: 'Poppins', sans-serif;
}

/* FLEX WRAPPER */
.demo-form-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.demo-form-title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}

/* FORM */
.demo-form {
    width: 100%;
}

.demo-row {
    display: flex;
    gap: 10px;
    margin-bottom: 6px;
}

.demo-field {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.demo-field.full {
    width: 100%;
}

/* LABELS */
.demo-field label {
    font-size: 14px;
    margin-bottom: 6px;
    color: #222;
	font-weight: 500;
	display:none;
}

/* INPUT + SELECT FIELDS */
.demo-field input,
.demo-field select {
    padding: 10px 15px;
    border: none;
    outline: none;
    border-radius: 8px;
    font-size: 15px;
    background: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* PHONE FIELD */
.phone-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
}

.phone-flag {
    font-size: 18px;
    margin-right: 8px;
    opacity: 0.8;
}

.phone-wrapper input {
    border: none;
    background: transparent;
    width: 100%;
    padding: 10px;
}

/* SUBMIT BUTTON */
.demo-submit-btn {
    background: #153b8c;
    color: #fff;
    padding: 10px 25px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
	width: 100%;
}
.gl-ielts-pkl-banner-inner-div-1 {
    width: 50%;
}
.gl-ielts-pkl-banner-inner-div-2 {
    width: 36%;
    background-color: #fff;
    border-radius: 5px;
    text-align: left;
    padding: 20px 20px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .gl-ielts-pkl-banner h1 {
        font-size: 30px;
    }

    .gl-ielts-pkl-section {
        padding: 40px 0;
    }
	.gl-ielts-pkl-banner {
    height: auto;
}
.gl-ielts-pkl-banner-inner {
    flex-direction: column;
	gap:12px;
}
.demo-row {
    flex-direction: column;
}
.demo-field {
    width: 100%;
}
.gl-ielts-pkl-banner h1 {
    justify-content: left;
}
.gl-ielts-pkl-banner-inner-div-1 {
    width: 100%;
}
.gl-ielts-pkl-banner-inner-div-2 {
    width: 100%;
}
.gl-ielts-pkl-section h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.gl-ielts-pkl-section p {
    font-size: 16px;
    margin-bottom: 0px;
}
.d-flex-box {
    flex-direction: column;
}
.gl-ielts-pkl-section h3 {
    font-size: 18px;
}
.flex-feauters {
    flex-direction: column;
}
.feauters-div1 {
    width: 100%;
}
.module-flex {
   flex-direction: column;
}
.module-col {
    width: 100%;
}
.success-heading {
    font-size: 24px;
}
.subscription-flex {
    flex-direction: column;
}
.subscription-flex-1 {
    width: 100%;
}
.gl-ielts-pkl-btn {
    padding: 4px 16px;
    font-size: 14px;
}
.faq-heading {
    font-size: 24px;
}
.faq-question {
    padding: 5px 7px;
    font-size: 14px;
	text-align:left;
}
.faq-section {
    margin: 20px auto;
    padding: 0 0px;
}
.faq-item.active .faq-answer {
    padding: 5px 10px;
}
}
