/**
 * Theme Name:     Adarshschool Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   adarshschool-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

.turbo-footer-template a {
    color: #fff;
}
.icons-asdfasdf .elementor-icon-box-content h3 {
    margin-top: -4px;
}

div#academicsD .elementor-icon-box-icon span.elementor-icon {
    margin-top: -29px;
}
.icons-asdfasdf.kakksdjkf .elementor-icon-box-icon svg {
    font-size: 32px;
}

.news-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:40px;
}

.news-heading span{
    font-size:14px;
    font-weight:700;
    color:#1d3b2f;
    display:block;
    margin-bottom:10px;
    letter-spacing:1px;
}

.news-heading h2{
    font-size:48px;
    font-weight:800;
    color:#163525;
    margin:0;
    line-height:1.2;
}

.heading-line{
    width:60px;
    height:4px;
    background:#d4a017;
    margin-top:15px;
}

.news-btn a{
    border:2px solid #163525;
    padding:14px 30px;
    display:inline-block;
    text-decoration:none;
    color:#163525;
    font-weight:600;
    border-radius:5px;
    transition:0.3s;
}

.news-btn a:hover{
    background:#163525;
    color:#fff;
}

.news-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.news-card{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:10px;
    overflow:hidden;
    transition:0.3s;
}

.news-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.news-image{
    position:relative;
}

.news-image img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}

.news-date{
    position:absolute;
    top:15px;
    left:15px;
    width:65px;
    height:75px;
    background:#fff;
    border-radius:6px;
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

.news-date h4{
    margin:0;
    font-size:26px;
    font-weight:700;
    color:#111;
    line-height:1;
}

.news-date span{
    font-size:14px;
    color:#666;
    margin-top:5px;
}

.news-content{
    padding:25px;
}

.news-content h3{
    margin:0 0 15px;
    font-size:24px;
    line-height:1.4;
}

.news-content h3 a{
    text-decoration:none;
    color:#111;
}

.news-content p{
    font-size:16px;
    line-height:1.8;
    color:#666;
    margin:0;
}
.turbo-footer-template ul.elementor-icon-list-items li {
    width: 50%;
    margin: 0 !important;
    padding: 4px 0px;
}
/* Responsive */


.custom-contact-form .form-group {
    margin-bottom: 22px;
}

.custom-contact-form input,
.custom-contact-form textarea {
    width: 100%;
    border: 2px solid #f1f1f1;
    background: #fff;
    padding: 18px 20px;
    font-size: 16px;
    color: #222;
    border-radius: 6px;
    outline: none;
    box-shadow: none;
    transition: 0.3s ease;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
    border-color: #005c2b;
}

.custom-contact-form textarea {
    height: 100px;
    resize: none;
}

.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
    color: #555;
    font-weight: 500;
}

.custom-contact-form .submit-btn {
    margin-top: 10px;
}

.custom-contact-form .wpcf7-submit {
    background: linear-gradient(90deg, #005c2b, #007c3d);
    color: #fff;
    border: none;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.custom-contact-form .wpcf7-submit:hover {
    background: linear-gradient(90deg, #007c3d, #005c2b);
    transform: translateY(-2px);
}

.custom-contact-form .wpcf7-spinner {
    display: none;
}


.adarsh-blog-page {
    background: #f8f7f2;
    overflow: hidden;
}

.blog-container {
    width: 92%;
    max-width: 1320px;
    margin: auto;
}

/* HERO */
.blog-hero-section {
    padding: 80px 0;
    background: #faf8f2;
}

.blog-hero-section .blog-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
}

.small-title {
    color: #02331E;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.hero-content h1 {
    font-size: 68px;
    line-height: 1.1;
    color: #02331E;
    margin: 20px 0;
    font-weight: 800;
}

.hero-content h1 span {
    color: #E6B325;
}

.hero-content p {
    font-size: 18px;
    line-height: 32px;
    color: #555;
    max-width: 620px;
}

.hero-btns {
    display: flex;
    gap: 15px;
    margin-top: 35px;
}

.primary-btn,
.secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: .3s;
}

.primary-btn {
    background: #02331E;
    color: #fff;
}

.primary-btn:hover {
    background: #E6B325;
    color: #000;
}

.secondary-btn {
    border: 2px solid #02331E;
    color: #02331E;
}

.hero-image img {
    width: 100%;
    border-radius: 10px;
}

/* FEATURED */
.featured-blog-section {
    padding: 40px 0 80px;
}

.featured-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;
    align-items: center;
}

.featured-image img {
    width: 100%;
    border-radius: 12px;
}

.featured-label {
    color: #02331E;
    font-weight: 700;
    letter-spacing: 1px;
}

.featured-content h2 {
    font-size: 48px;
    line-height: 1.2;
    color: #02331E;
    margin: 20px 0;
}

.featured-content p {
    font-size: 17px;
    line-height: 30px;
    color: #555;
}

.featured-meta {
    margin: 25px 0;
    color: #777;
}

/* BLOG GRID */
.latest-blog-section {
    padding: 80px 0;
}

.blog-main-grid {
    display: grid;
    grid-template-columns: 2fr .8fr;
    gap: 40px;
}

.section-heading span {
    color: #02331E;
    font-weight: 700;
}

.section-heading h2 {
    font-size: 48px;
    color: #02331E;
    margin-top: 15px;
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    margin-top: 40px;
}

.blog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    transition: .3s;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.blog-card-content {
    padding: 25px;
}

.blog-meta {
    color: #777;
    font-size: 14px;
}

.blog-card-content h3 {
    margin: 15px 0;
    font-size: 28px;
    line-height: 1.3;
}

.blog-card-content h3 a {
    color: #02331E;
    text-decoration: none;
}

.blog-card-content p {
    color: #555;
    line-height: 28px;
}

.read-more-btn {
    display: inline-block;
    margin-top: 20px;
    color: #02331E;
    font-weight: 700;
    text-decoration: none;
}

/* SIDEBAR */
.blog-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebar-widget {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
}

.sidebar-widget h3 {
    margin-bottom: 20px;
    color: #02331E;
}

.sidebar-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-widget ul li {
    margin-bottom: 15px;
}

.sidebar-widget ul li a {
    color: #222;
    text-decoration: none;
}

.search-widget input {
    width: 100%;
    padding: 16px;
    border: 1px solid #ddd;
}

.recent-post-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.recent-thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
}

.recent-content h4 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.4;
}

.recent-content h4 a {
    color: #02331E;
    text-decoration: none;
}

.newsletter-box {
    background: linear-gradient(135deg,#02331E,#035c36);
    color: #fff;
}

.newsletter-box h3,
.newsletter-box p {
    color: #fff;
}

.newsletter-box input {
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    border: none;
}

.newsletter-box button {
    width: 100%;
    margin-top: 15px;
    background: #E6B325;
    border: none;
    padding: 15px;
    font-weight: 700;
}

/* CTA */
.blog-cta-section {
    padding: 80px 0;
}

.cta-grid {
    background: linear-gradient(90deg,#02331E,#035c36);
    border-radius: 12px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.cta-content {
    padding: 70px;
    color: #fff;
}

.cta-content span {
    color: #E6B325;
    font-weight: 700;
}

.cta-content h2 {
    font-size: 70px;
    margin: 10px 0;
    color: #E6B325;
}

.cta-content p {
    font-size: 18px;
    line-height: 30px;
}

.cta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* CONTAINER */

.blog-container{
    width:92%;
    max-width:1320px;
    margin:auto;
}

/* HERO */

.blog-hero-section{
    padding:80px 0;
}

.blog-hero-section .blog-container{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:50px;
}

.small-title{
    color:#02331E;
    font-weight:700;
    letter-spacing:1px;
}

.hero-content h1{
    font-size:72px;
    line-height:1.1;
    color:#02331E;
    margin:20px 0;
}

.hero-content h1 span{
    color:#E6B325;
}

.hero-content p{
    font-size:18px;
    line-height:32px;
    color:#555;
}

.hero-image img{
    width:100%;
    border-radius:12px;
}

.hero-btns{
    margin-top:35px;
}

.primary-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#02331E;
    color:#fff;
    text-decoration:none;
    padding:16px 32px;
    border-radius:4px;
    font-weight:600;
}

/* BLOG */

.latest-blog-section{
    padding:80px 0;
}

.blog-grid{
    display:grid;
    grid-template-columns:2fr .8fr;
    gap:40px;
}

.section-heading span{
    color:#02331E;
    font-weight:700;
}

.section-heading h2{
    color:#02331E;
    font-size:52px;
    margin:15px 0 40px;
}

.posts-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.blog-card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    border:1px solid #eaeaea;
}

.blog-card-image img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.blog-card-content{
    padding:25px;
}

.blog-meta{
    color:#777;
    font-size:14px;
}

.blog-card-content h3{
    margin:15px 0;
    font-size:28px;
    line-height:1.3;
}

.blog-card-content h3 a{
    color:#02331E;
    text-decoration:none;
}

.blog-card-content p{
    color:#555;
    line-height:28px;
}

.read-more-btn{
    display:inline-block;
    margin-top:20px;
    color:#02331E;
    font-weight:700;
    text-decoration:none;
}

/* SIDEBAR */

.blog-sidebar{
    display:flex;
    flex-direction:column;
    gap:30px;
}

.sidebar-widget{
    background:#fff;
    padding:30px;
    border-radius:12px;
    border:1px solid #eaeaea;
}

.sidebar-widget h3{
    margin-bottom:20px;
    color:#02331E;
}

.sidebar-widget ul{
    margin:0;
    padding:0;
    list-style:none;
}

.sidebar-widget ul li{
    margin-bottom:15px;
}

.sidebar-widget ul li a{
    color:#222;
    text-decoration:none;
}

/* SINGLE BLOG */

.single-blog-hero{
    position:relative;
    height:650px;
    overflow:hidden;
}

.single-blog-hero img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
}

.single-blog-hero .hero-content{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index:2;
    width:90%;
    max-width:1200px;
    color:#fff;
}

.single-blog-content-area{
    padding:100px 0;
}

.content-grid{
    display:grid;
    grid-template-columns:2fr .8fr;
    gap:40px;
}

.blog-content{
    background:#fff;
    padding:50px;
    border-radius:12px;
    border:1px solid #eaeaea;
}

.blog-content p{
    font-size:18px;
    line-height:34px;
    color:#555;
}

.mandatory-page{
    background:#f8f7f2;
}

/* CONTAINER */

.blog-container{
    width:92%;
    max-width:1320px;
    margin:auto;
}

/* HERO */

.mandatory-hero{
    padding:80px 0;
}

.hero-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
    align-items:center;
}

.small-title{
    color:#E6B325;
    font-weight:700;
    letter-spacing:1px;
}

.hero-content h1{
    font-size:72px;
    line-height:1.1;
    color:#02331E;
    margin:20px 0;
}

.hero-content h1 span{
    color:#E6B325;
}

.hero-content p{
    font-size:18px;
    line-height:34px;
    color:#555;
}

.hero-image img{
    width:100%;
    border-radius:14px;
}

.mandatory-page{
    background:#f8f7f2;
}

.container{
    width:92%;
    max-width:1320px;
    margin:auto;
}

/* HERO */

.mandatory-hero{
    padding:80px 0;
}

.hero-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
    align-items:center;
}

.small-title{
    color:#E6B325;
    font-weight:700;
    letter-spacing:1px;
}

.hero-content h1{
    font-size:72px;
    line-height:1.1;
    color:#02331E;
    margin:20px 0;
}

.hero-content h1 span{
    color:#E6B325;
}

.hero-content p{
    font-size:18px;
    line-height:34px;
    color:#555;
}

.hero-image img{
    width:100%;
    border-radius:14px;
}

/* DOCUMENTS */
section.documents-section {
    font-family: 'Roboto';
}
.documents-section {
    padding: 80px 0 80px;
}

.section-heading span{
    color:#02331E;
    font-weight:700;
}

.section-heading h2{
    color:#02331E;
    font-size:54px;
    margin:15px 0 40px;
}

.documents-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.document-card{
    background:#fff;
    border-radius:12px;
    border:1px solid #eaeaea;
    border-left:4px solid #E6B325;
    padding:25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.doc-left{
    display:flex;
    gap:20px;
    align-items:center;
}

.pdf-icon{
    width:70px;
    height:70px;
    background:#fff4f4;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
}

.doc-content h3 {
    color: #02331E;
    margin-bottom: 10px;
    font-size: 20px;
}

.doc-meta{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    color:#777;
    font-size:14px;
}

.doc-buttons{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.view-btn, .download-btn {
    text-decoration: none;
    padding: 7px 17px;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    font-size: 13px;
}

.view-btn{
    border:2px solid #02331E;
    color:#02331E;
}

.download-btn{
    background:#02331E;
    color:#fff;
}

/* =========================
REGISTRATION FORM DESIGN
========================= */

.registration-wrapper{
    background:#e7ebe6;
    padding:60px 20px;
    font-family: 'Poppins', sans-serif;
}

.registration-box{
    max-width:1100px;
    margin:auto;
}

.registration-heading{
    text-align:center;
    margin-bottom:50px;
}

.registration-heading h2{
    font-size:38px;
    font-weight:700;
    color:#111;
    margin:0;
    letter-spacing:1px;
}

.registration-heading span{
    width:80px;
    height:4px;
    background:#007a33;
    display:block;
    margin:15px auto 0;
    border-radius:20px;
}

.registration-form .form-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.registration-form .form-group{
    width:100%;
}

.registration-form label{
    display:block;
    font-size:15px;
    font-weight:600;
    color:#1f1f1f;
    margin-bottom:10px;
}

.registration-form input,
.registration-form select,
.registration-form textarea{
    width:100%;
    background:#fff;
    border:none;
    border-radius:6px;
    padding:18px 20px;
    font-size:15px;
    color:#222;
    outline:none;
    box-shadow:none;
}

.registration-form textarea{
    height:120px;
    resize:none;
}

.registration-form input:focus,
.registration-form select:focus,
.registration-form textarea:focus{
    border:2px solid #007a33;
}

.submit-btn{
    margin-top:40px;
}

.submit-btn input{
    width:100%;
    background:#007a33;
    color:#fff;
    border:none;
    padding:20px;
    font-size:22px;
    font-weight:700;
    border-radius:6px;
    cursor:pointer;
    transition:0.3s ease;
}

.submit-btn input:hover{
    background:#005f27;
}

/* FILE UPLOAD */
.registration-form input[type=file]{
    padding:14px;
    background:#fff;
}
.registration-form .form-group br {
    display: none;
}

.Policies h2, .Policies h3 {
    font-size: 26px;
    font-weight: 600;
    color: #02331e;
    margin-top: 30px;
}

/* MOBILE RESPONSIVE */
@media(max-width:768px){

.registration-form .form-grid{
    grid-template-columns:1fr;
}

.registration-heading h2{
    font-size:28px;
}

.submit-btn input{
    font-size:18px;
    padding:16px;
}

}

/* RESPONSIVE */

@media(max-width:991px){

.hero-grid,
.documents-grid{
    grid-template-columns:1fr;
}

.hero-content h1{
    font-size:42px;
}

.section-heading h2{
    font-size:36px;
}

.document-card{
    flex-direction:column;
    align-items:flex-start;
}

.doc-buttons{
    width:100%;
}

}

/* RESPONSIVE */

@media(max-width:991px){

.blog-hero-section .blog-container,
.blog-grid,
.content-grid{
    grid-template-columns:1fr;
}

.posts-grid{
    grid-template-columns:1fr;
}

.hero-content h1{
    font-size:42px;
}

.section-heading h2{
    font-size:36px;
}

.single-blog-hero{
    height:450px;
}

}

/* RESPONSIVE */
@media(max-width:991px){

.blog-hero-section .blog-container,
.featured-grid,
.blog-main-grid,
.cta-grid {
    grid-template-columns: 1fr;
}

.posts-grid {
    grid-template-columns: 1fr;
}

.hero-content h1 {
    font-size: 44px;
}

.featured-content h2,
.section-heading h2 {
    font-size: 36px;
}

.cta-content {
    padding: 40px;
}

.cta-content h2 {
    font-size: 48px;
}

}






@media(max-width:1024px){

    .news-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .news-grid{
        grid-template-columns:1fr;
    }

    .news-top{
        flex-direction:column;
        gap:20px;
    }

    .news-heading h2{
        font-size:36px;
    }
	.icons-asdfasdf .elementor-element.elementor-widget-icon-box {
    width: 48%;
    margin-top: 18px;
}

}

