.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-abb84db *//*=========================================================
American English Hero Section CSS
Only Works For .ael-hero Section
=========================================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*==============================
Hero Section
==============================*/

.ael-hero{

    position:relative;
    overflow:hidden;
    padding:100px 0;
    background:
    linear-gradient(rgba(0,24,74,.88),rgba(0,24,74,.88)),
    url("https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?auto=format&fit=crop&w=1800&q=80");

    background-size:cover;
    background-position:center;
    font-family:'Poppins',sans-serif;

}

.ael-overlay{

    position:absolute;
    inset:0;
    background:linear-gradient(90deg,
    rgba(0,33,98,.90),
    rgba(0,33,98,.55));

}

.ael-hero .container{

    position:relative;
    z-index:2;

}

/*==============================
Left Content
==============================*/

.ael-content{

    color:#fff;

}

.ael-tag{

    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:10px 22px;

    background:rgba(255,255,255,.12);

    border:1px solid rgba(255,255,255,.15);

    border-radius:50px;

    font-size:15px;

    font-weight:600;

    margin-bottom:25px;

}

.ael-tag i{

    color:#FFD54F;

}

.ael-content h1{

    font-size:58px;

    font-weight:800;

    line-height:1.15;

    margin-bottom:25px;

}

.ael-content h1 span{

    color:#ff6b35;

}

.ael-content p{

    font-size:17px;

    line-height:1.9;

    color:#e8edf8;

    margin-bottom:35px;

}

/*==============================
Features
==============================*/

.ael-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:15px;

    margin-bottom:35px;

}

.ael-feature{

    display:flex;

    align-items:center;

    gap:12px;

    padding:16px 20px;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.08);

    border-radius:14px;

    transition:.35s;

}

.ael-feature:hover{

    background:#ff6b35;

    transform:translateY(-5px);

}

.ael-feature i{

    width:35px;

    height:35px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#fff;

    color:#ff6b35;

    border-radius:50%;

}

.ael-feature span{

    color:#fff;

    font-weight:600;

}

/*==============================
Buttons
==============================*/

.ael-btns{

    display:flex;

    gap:18px;

    margin-bottom:45px;

}

.ael-btn-primary{

    background:#ff6b35;

    color:#fff;

    padding:15px 35px;

    border-radius:50px;

    font-weight:600;

    text-decoration:none;

    transition:.3s;

}

.ael-btn-primary:hover{

    background:#fff;

    color:#ff6b35;

}

.ael-btn-outline{

    padding:15px 35px;

    border-radius:50px;

    border:2px solid #fff;

    color:#fff;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.ael-btn-outline:hover{

    background:#fff;

    color:#002162;

}

.ael-btns i{

    margin-right:8px;

}

/*==============================
Counter
==============================*/

.ael-counter{

    display:flex;

    gap:25px;

    flex-wrap:wrap;

}

.ael-counter-box{

    min-width:120px;

}

.ael-counter-box h3{

    font-size:34px;

    font-weight:800;

    color:#FFD54F;

    margin-bottom:5px;

}

.ael-counter-box p{

    margin:0;

    color:#ddd;

    font-size:15px;

}

/*==============================
Form
==============================*/

.ael-form{

    background:#fff;

    padding:40px;

    border-radius:20px;

    box-shadow:0 20px 60px rgba(0,0,0,.25);

}

.ael-form-title{

    text-align:center;

    margin-bottom:25px;

}

.ael-form-title h3{

    color:#002162;

    font-size:32px;

    font-weight:700;

    margin-bottom:10px;

}

.ael-form-title p{

    color:#777;

    margin:0;

}

.ael-form .form-control,
.ael-form .form-select{

    height:58px;

    border-radius:12px;

    border:1px solid #ddd;

    box-shadow:none;

    padding:15px;

}

.ael-form textarea.form-control{

    height:120px;

    resize:none;

}

.ael-form .form-control:focus,
.ael-form .form-select:focus{

    border-color:#ff6b35;

    box-shadow:none;

}

.ael-submit-btn{

    width:100%;

    height:58px;

    border:none;

    border-radius:12px;

    background:#ff6b35;

    color:#fff;

    font-size:17px;

    font-weight:600;

    transition:.3s;

}

.ael-submit-btn:hover{

    background:#002162;

}

.ael-submit-btn i{

    margin-right:8px;

}

/*==============================
Responsive
==============================*/

@media(max-width:991px){

.ael-hero{

padding:80px 0;

}

.ael-content{

margin-bottom:50px;

}

.ael-content h1{

font-size:42px;

}

.ael-form{

margin-top:20px;

}

}

@media(max-width:767px){

.ael-hero{

padding:60px 0;

}

.ael-content{

text-align:center;

}

.ael-tag{

font-size:13px;

padding:8px 16px;

}

.ael-content h1{

font-size:32px;

}

.ael-content p{

font-size:15px;

}

.ael-features{

grid-template-columns:1fr;

}

.ael-btns{

flex-direction:column;

}

.ael-btn-primary,
.ael-btn-outline{

width:100%;

text-align:center;

}

.ael-counter{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:15px;

text-align:center;

}

.ael-counter-box h3{

font-size:24px;

}

.ael-counter-box p{

font-size:13px;

}

.ael-form{

padding:25px;

}

.ael-form-title h3{

font-size:24px;

}

}

@media(max-width:575px){

.ael-content h1{

font-size:28px;

}

.ael-counter{

grid-template-columns:1fr;

}

.ael-feature{

padding:14px;

}

.ael-form{

padding:20px;

}

}

.ael-counter{

    display:none;

    

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fca131a *//*==========================
Google Font
==========================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

body{
    font-family:'Poppins',sans-serif;
    background:#f4f8fc;
}

/*==========================
Section
==========================*/

.course-section{
    padding:80px 0;
    background:#f8fbff;
}

.section-tag{

    display:inline-block;
    padding:8px 20px;
    border-radius:50px;
    background:#eef5ff;
    color:#0056d6;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.section-title{

    font-size:42px;
    font-weight:800;
    color:#1f2937;
    margin-bottom:15px;
}

.section-text{

    max-width:700px;
    margin:auto;
    color:#6b7280;
    line-height:1.8;
}

/*==========================
Card
==========================*/

.course-card{

    position:relative;

    background:#fff;

    border-radius:20px;

    padding:28px 22px;

    height:100%;

    overflow:hidden;

    transition:.35s;

    border:1px solid #edf2f7;

    box-shadow:0 8px 25px rgba(0,0,0,.06);

}

.course-card::after{

    content:'';

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:4px;

    background:linear-gradient(90deg,#0056d6,#00c6ff);

}

.course-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

/*==========================
Icon
==========================*/

.course-icon{

    width:72px;
    height:72px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:18px;

    color:#fff;

    font-size:30px;

    margin-bottom:18px;

    transition:.4s;

}

.course-card:hover .course-icon{

    transform:rotate(8deg) scale(1.08);

}

.blue{
background:linear-gradient(135deg,#0066ff,#55a8ff);
}

.red{
background:linear-gradient(135deg,#ff3d5b,#ff8b61);
}

.orange{
background:linear-gradient(135deg,#ff9800,#ffc107);
}

.green{
background:linear-gradient(135deg,#00b894,#26de81);
}

/*==========================
Badge
==========================*/

.course-badge{

    display:inline-block;

    padding:6px 15px;

    border-radius:30px;

    background:#eef5ff;

    color:#0056d6;

    font-size:12px;

    font-weight:600;

    margin-bottom:14px;

}

/*==========================
Title
==========================*/

.course-card h3{

    font-size:24px;

    font-weight:700;

    color:#222;

    margin-bottom:12px;

}

.course-card p{

    color:#666;

    line-height:1.7;

    margin-bottom:20px;

    font-size:15px;

}

/*==========================
List
==========================*/

.course-card ul{

    padding:0;
    margin:0 0 22px;
    list-style:none;

}

.course-card ul li{

    margin-bottom:10px;

    font-size:14px;

    color:#555;

    display:flex;

    align-items:center;

}

.course-card ul li i{

    color:#00b894;

    margin-right:8px;

}

/*==========================
Button
==========================*/

.course-btn{

    display:inline-flex;

    align-items:center;

    gap:8px;

    color:#0056d6;

    font-weight:600;

    text-decoration:none;

    transition:.3s;

}

.course-btn:hover{

    color:#ff3d5b;

}

.course-btn i{

    transition:.3s;

}

.course-btn:hover i{

    transform:translateX(5px);

}

/*==========================
Responsive
==========================*/

@media(max-width:991px){

.course-section{

padding:70px 0;

}

.section-title{

font-size:34px;

}

.course-card{

padding:24px 18px;

}

.course-card h3{

font-size:20px;

}

.course-icon{

width:65px;
height:65px;
font-size:26px;

}

}

@media(max-width:767px){

.course-section{

padding:60px 0;

}

.section-title{

font-size:28px;

}

.section-text{

font-size:14px;

}

.course-card{

padding:18px 14px;

border-radius:16px;

text-align:center;

}

.course-icon{

margin:auto auto 15px;

width:55px;
height:55px;
font-size:22px;

}

.course-card h3{

font-size:17px;

}

.course-card p{

font-size:13px;

margin-bottom:15px;

}

.course-card ul{

margin-bottom:15px;

}

.course-card ul li{

justify-content:center;

font-size:12px;

}

.course-btn{

width:100%;

justify-content:center;

font-size:13px;

}

}

@media(max-width:575px){

.row.g-4{

--bs-gutter-x:12px;
--bs-gutter-y:12px;

}

.course-card{

padding:16px 12px;

}

.course-icon{

width:50px;
height:50px;
font-size:20px;

}

.course-card h3{

font-size:15px;

}

.course-card p{

font-size:12px;

}

.course-card ul li{

font-size:11px;

}

.course-btn{

font-size:12px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-efc1f42 *//*==============================
Google Font
==============================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

body{
    font-family:'Poppins',sans-serif;
    background:#f8fbff;
}

/*==============================
About Section
==============================*/

.about-section{
    padding:90px 0;
    background:#fff;
    overflow:hidden;
}

/* Subtitle */

.about-subtitle{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#eef5ff;
    color:#0d47a1;
    padding:10px 22px;
    border-radius:30px;
    font-size:15px;
    font-weight:600;
    margin-bottom:20px;
}

.about-subtitle i{
    color:#d71920;
}

/* Heading */

.about-content h2{
    font-size:50px;
    font-weight:800;
    color:#1d3557;
    line-height:1.2;
    margin-bottom:25px;
}

.about-content h2 span{
    color:#d71920;
}

/* Paragraph */

.about-content p{
    font-size:17px;
    color:#5f6472;
    line-height:1.9;
    margin-bottom:18px;
}

/* Features */

.about-feature{
    display:flex;
    align-items:center;
    gap:12px;
    background:#fff;
    padding:15px 18px;
    border-radius:14px;
    border:1px solid #edf2f7;
    transition:.35s;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
}

.about-feature:hover{
    transform:translateY(-6px);
    border-color:#d71920;
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.about-feature i{
    color:#d71920;
    font-size:20px;
}

.about-feature span{
    font-weight:600;
    color:#1d3557;
}

/* Buttons */

.about-btns{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.about-btns .btn{
    padding:14px 32px;
    border-radius:50px;
    font-weight:600;
}

.about-btns .btn-primary{
    background:#d71920;
    border:none;
}

.about-btns .btn-primary:hover{
    background:#0d47a1;
}

.about-btns .btn-outline-primary{
    border:2px solid #0d47a1;
    color:#0d47a1;
}

.about-btns .btn-outline-primary:hover{
    background:#0d47a1;
    color:#fff;
}

/*==============================
Image
==============================*/

.about-image{
    position:relative;
}

.about-image img{
    width:100%;
    border-radius:25px;
    display:block;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
    transition:.4s;
}

.about-image:hover img{
    transform:scale(1.03);
}

/* Experience Box */

.experience-box{
    position:absolute;
    top:25px;
    left:-30px;
    background:#d71920;
    color:#fff;
    padding:22px 28px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 15px 35px rgba(215,25,32,.35);
}

.experience-box h3{
    font-size:34px;
    font-weight:700;
    margin:0;
}

.experience-box p{
    margin:5px 0 0;
    font-size:15px;
}

/* Student Box */

.student-box{
    position:absolute;
    right:-25px;
    bottom:25px;
    background:#0d47a1;
    color:#fff;
    padding:22px 28px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 15px 35px rgba(13,71,161,.35);
}

.student-box h3{
    font-size:34px;
    font-weight:700;
    margin:0;
}

.student-box p{
    margin:5px 0 0;
    font-size:15px;
}

/*==============================
Responsive
==============================*/

@media(max-width:991px){

.about-section{
    padding:70px 0;
}

.about-content{
    text-align:center;
}

.about-content h2{
    font-size:38px;
}

.about-btns{
    justify-content:center;
}

.about-image{
    margin-top:40px;
}

.experience-box{
    left:15px;
    top:15px;
}

.student-box{
    right:15px;
    bottom:15px;
}

}

@media(max-width:767px){

.about-section{
    padding:60px 0;
}

.about-content h2{
    font-size:30px;
}

.about-content p{
    font-size:15px;
}

.about-feature{
    margin-bottom:15px;
}

.about-btns{
    flex-direction:column;
}

.about-btns .btn{
    width:100%;
}

.experience-box,
.student-box{
    position:relative;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin-top:20px;
}

.experience-box{
    margin-bottom:15px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da4154a *//*=========================
What We Provide Section
=========================*/

.provide-section{
    padding:90px 0;
    background:#f8fbff;
}

.section-subtitle{
    display:inline-block;
    background:#eaf2ff;
    color:#0d47a1;
    padding:8px 20px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:15px;
}

.section-title{
    font-size:44px;
    font-weight:800;
    color:#1f2d5c;
    margin-bottom:18px;
    line-height:1.3;
}

.section-title span{
    color:#d71920;
    display:block;
}

.section-desc{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:17px;
    line-height:1.8;
}

/*=========================
Cards
=========================*/

.provide-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    position:relative;

    overflow:hidden;

    transition:.35s;

    height:100%;

    border:1px solid #edf2f7;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

}

.provide-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:5px;

    background:linear-gradient(90deg,#0d47a1,#d71920);

}

.provide-card:hover{

    transform:translateY(-12px);

    box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.provide-card:hover::before{

    height:100%;

    opacity:.04;

}

/*=========================
Icons
=========================*/

.provide-icon{

    width:75px;

    height:75px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:30px;

    margin-bottom:25px;

    transition:.35s;

}

.provide-card:hover .provide-icon{

    transform:rotate(10deg) scale(1.08);

}

.blue{
    background:linear-gradient(135deg,#005bea,#00c6fb);
}

.red{
    background:linear-gradient(135deg,#ff416c,#ff4b2b);
}

.orange{
    background:linear-gradient(135deg,#ff9800,#ffc107);
}

.green{
    background:linear-gradient(135deg,#00b894,#00d084);
}

.navy{
    background:linear-gradient(135deg,#1f2d5c,#304ffe);
}

.purple{
    background:linear-gradient(135deg,#8e44ad,#c0392b);
}

/*=========================
Content
=========================*/

.provide-card h4{

    font-size:26px;

    font-weight:700;

    color:#1f2d5c;

    margin-bottom:15px;

}

.provide-card p{

    color:#666;

    line-height:1.8;

    margin-bottom:25px;

}

/*=========================
Button
=========================*/

.provide-card a{

    display:inline-flex;

    align-items:center;

    gap:10px;

    text-decoration:none;

    font-weight:600;

    color:#0d47a1;

    transition:.3s;

}

.provide-card a:hover{

    color:#d71920;

}

.provide-card a i{

    transition:.3s;

}

.provide-card a:hover i{

    transform:translateX(6px);

}

/*=========================
Responsive
=========================*/

@media(max-width:1199px){

.section-title{

    font-size:38px;

}

}

@media(max-width:991px){

.provide-section{

    padding:70px 0;

}

.section-title{

    font-size:34px;

}

.provide-card{

    padding:30px;

}

}

@media(max-width:767px){

.provide-section{

    padding:60px 0;

}

.section-title{

    font-size:28px;

}

.section-desc{

    font-size:15px;

}

.provide-card{

    text-align:center;

    padding:25px;

}

.provide-icon{

    margin:0 auto 20px;

}

.provide-card a{

    justify-content:center;

}

}

.provide-card::before{
    pointer-events:none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c29cbd0 *//*========================================
Working Hours & Student Success Section
========================================*/

.working-events-section{
    padding:90px 0;
    background:#f7f9fc;
}

/* Section Heading */

.section-subtitle{
    display:inline-block;
    padding:8px 20px;
    background:#e8f1ff;
    color:#0d47a1;
    font-size:14px;
    font-weight:600;
    border-radius:30px;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:15px;
}

.section-title{
    font-size:42px;
    font-weight:700;
    color:#16213e;
    margin-bottom:20px;
}

.working-events-section p{
    color:#666;
    line-height:1.8;
    font-size:16px;
}

/*========================================
Working Box
========================================*/

.working-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    border-top:5px solid #d71920;
    height:100%;
}

/*========================================
Time Table
========================================*/

.time-table{
    margin-top:35px;
}

.time-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 20px;
    border-radius:12px;
    background:#f8fbff;
    margin-bottom:15px;
    transition:.3s;
    border:1px solid #edf2f7;
}

.time-item:hover{
    background:#0d47a1;
    color:#fff;
    transform:translateX(5px);
}

.time-item:hover .time,
.time-item:hover .day{
    color:#fff;
}

.day{
    font-weight:600;
    color:#16213e;
}

.time{
    color:#666;
    font-weight:500;
}

.closed{
    color:#d71920;
    font-weight:700;
}

/*========================================
Button
========================================*/

.working-box .btn{
    background:#d71920;
    border:none;
    padding:14px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.working-box .btn:hover{
    background:#0d47a1;
}

/*========================================
Success Cards
========================================*/

.success-card{
    background:#fff;
    padding:35px 25px;
    border-radius:18px;
    text-align:center;
    height:100%;
    transition:.35s;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    border:1px solid #edf2f7;
    position:relative;
    overflow:hidden;
}

.success-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#0d47a1,#d71920);
}

.success-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 45px rgba(0,0,0,.15);
}

/*========================================
Icons
========================================*/

.success-icon{
    width:80px;
    height:80px;
    margin:0 auto 25px;
    border-radius:50%;
    background:linear-gradient(135deg,#0d47a1,#1976d2);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    transition:.3s;
}

.success-card:hover .success-icon{
    transform:rotate(12deg) scale(1.1);
    background:linear-gradient(135deg,#d71920,#ff5252);
}

.success-card h5{
    font-size:22px;
    font-weight:700;
    color:#16213e;
    margin-bottom:15px;
}

.success-card p{
    font-size:15px;
    color:#666;
    line-height:1.7;
}

/*========================================
Responsive
========================================*/

@media(max-width:991px){

.working-events-section{
    padding:70px 0;
}

.section-title{
    font-size:34px;
}

.working-box{
    margin-bottom:40px;
}

}

@media(max-width:767px){

.working-events-section{
    padding:60px 0;
}

.section-title{
    font-size:28px;
}

.working-box{
    padding:25px;
}

.time-item{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
}

.success-card{
    padding:30px 20px;
}

.success-card h5{
    font-size:20px;
}

}

.success-image-box{
    width:100%;
    height:380px;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
}

.success-image-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.success-image-box:hover img{
    transform:scale(1.05);
}

@media(max-width:991px){
    .success-image-box{
        height:320px;
    }
}

@media(max-width:767px){
    .success-image-box{
        height:250px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4dee218 *//*==============================
Blog Section
==============================*/

.blog-section{
    padding:90px 0;
    background:#f8fbff;
}

/*==============================
Heading
==============================*/

.blog-subtitle{
    display:inline-block;
    padding:8px 22px;
    background:#eaf2ff;
    color:#0d47a1;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:15px;
}

.blog-title{
    font-size:42px;
    font-weight:800;
    color:#1d3557;
    margin-bottom:15px;
}

.blog-text{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:16px;
    line-height:1.8;
}

/*==============================
Blog Card
==============================*/

.blog-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
    border:1px solid #edf2f7;
}

.blog-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 55px rgba(0,0,0,.15);
}

/*==============================
Image
==============================*/

.blog-img{
    position:relative;
    overflow:hidden;
}

.blog-img img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:.5s;
}

.blog-card:hover .blog-img img{
    transform:scale(1.1);
}

/*==============================
Category Badge
==============================*/

.blog-category{
    position:absolute;
    left:20px;
    top:20px;
    background:#d71920;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
}

/*==============================
Content
==============================*/

.blog-content{
    padding:28px;
}

.blog-meta{
    display:flex;
    justify-content:space-between;
    margin-bottom:18px;
    color:#777;
    font-size:14px;
}

.blog-meta span i{
    color:#0d47a1;
    margin-right:6px;
}

.blog-content h4{
    font-size:24px;
    font-weight:700;
    color:#1d3557;
    line-height:1.5;
    margin-bottom:15px;
    transition:.3s;
}

.blog-card:hover h4{
    color:#d71920;
}

.blog-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:22px;
}

/*==============================
Button
==============================*/

.blog-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#0d47a1;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.blog-btn i{
    transition:.3s;
}

.blog-btn:hover{
    color:#d71920;
}

.blog-btn:hover i{
    transform:translateX(6px);
}

/*==============================
Responsive
==============================*/

@media(max-width:991px){

.blog-section{
    padding:70px 0;
}

.blog-title{
    font-size:34px;
}

.blog-img img{
    height:230px;
}

}

@media(max-width:767px){

.blog-section{
    padding:60px 0;
}

.blog-title{
    font-size:28px;
}

.blog-text{
    font-size:15px;
}

.blog-content{
    padding:22px;
}

.blog-meta{
    flex-direction:column;
    gap:8px;
}

.blog-content h4{
    font-size:21px;
}

.blog-img img{
    height:220px;
}

}/* End custom CSS */