.about-card p {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    text-align: center !important;
}

.dignitaries-list li {
    padding: 10px 0;
    border-bottom: 1px solid #e9ecef;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    margin-left: 36px !important;
}


.ultype{    list-style: disc !important;}

/* .gallery-item img {
    width: 78%;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s;
    margin-left: auto;
} */


.summit-section{
    position:relative;
    padding:0px 0 180px;
    overflow:hidden;
}

/* =======================
   TITLE
======================= */

.sub-title{
    font-size:28px;
    font-weight:500;
    color:#173f6b;
    letter-spacing:2px;
    text-transform:uppercase;
}

.main-title{
    font-size:82px;
    font-weight:900;
    line-height:1;
    color:#0b2e75;
    text-transform:uppercase;
}

.main-title span{
    color:#59b64a;
}

.title-divider {
    width: 120px;
    height: 5px;
    background: #46b04d;
    border-radius: 20px;
    margin: 5px auto;
}

/* =======================
   MAIN CARD
======================= */

.main-card{
    background:#fff;
    border-radius:20px;
    padding:40px;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
}

/* =======================
   LEFT LIST
======================= */

.focus-list{
    position:relative;
}

.focus-item{
    display:flex;
    align-items:center;
    gap:18px;
    padding: 0px 0;
    border-bottom:1px solid #e5e5e5;
}

.focus-item:last-child{
    border:none;
}

.focus-item span{
    font-size:20px;
    color:#222;
}

.circle {
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #075962;
    font-size: 16px;
    font-weight: 700;
}

.green{
    background:#f2f2f2;
}

.blue{
    background:#f2f2f2;
}

/* =======================
   IMAGE CARD
======================= */

.image-card{
    position:relative;
    overflow:hidden;
    border-radius:28px;
    border:3px solid #6ec34e;
    background:#fff;
}

.image-card img{
    width:100%;
    display:block;
}

.overlay-text{
    position:absolute;
    top:25px;
    left:25px;
    z-index:2;
}

.overlay-text .row-text{
    font-size:28px;
    font-weight:700;
    margin-bottom:25px;
}

.green-text{
    color:#2f9d58;
}

.blue-text{
    color:#2f65c6;
}

/* =======================
   BOTTOM ECO IMAGE
======================= */

.eco-footer{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    z-index:-1;
}

.eco-footer img{
    width:100%;
    display:block;
}

/* =======================
   MOBILE
======================= */

@media(max-width:991px){

.main-title{
    font-size:42px;
}



.overlay-text .row-text{
    font-size:18px;
}

.focus-item span{
    font-size:16px;
}

.main-card{
    padding:20px;
}

}


.about-card p {
    font-size: 13px;
}

.dignitaries-list li {
    font-size: 13px;
}

.focus-item span{
    font-size: 13px;
}

.overlay-text .row-text{
    font-size: 13px;
}

.sub-title{
   font-size: 1.75rem !important;
}


.bcround{    background-color: #fff;
    padding: 10px;
    margin-top: 10px !important;
    border-radius: 12px;
    margin-left: -2px !important;
    margin-right: -2px !important;}


    .sumitfo{    font-size: 20px;
    color: green;}

.pph {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
    text-align: left;
    color: #000;
    font-weight: 600;
    /* background-color: #6ac704; */
    border-radius: 24px;
}


.session-section{
    background:#f8f9fa;
}

.content-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
        min-height: 670px;
}

.session-title{
    font-size:26px;
    font-weight:700;
    color:#0b2e75;
    margin-bottom:20px;
}

.session-desc{
    font-size:15px;
    line-height:1.8;
    color:#444;
    margin-bottom:25px;
}

.sub-heading{
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;
}

.dignitary-list{
    padding-left:20px;
}

.dignitary-list li{
    font-size:15px;
    line-height:1.8;
    margin-bottom:8px;
}

.media-card{
    background:#fff;
    padding:15px;
    border-radius:20px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.video-frame{
    width:100%;
    height:280px;
    border:none;
    border-radius:15px;
}

@media(max-width:768px){

.session-title{
    font-size:22px;
}

.sub-heading{
    font-size:18px;
}

.dignitary-list li{
    font-size:14px;
}

.video-frame{
    height:220px;
}

}

.colordes{ color:#9F2B68;}

.launch-section{
    position:relative;
    padding:40px 0;
    overflow:hidden;
}

/* Earth Day Background */

.launch-section::before{
    content:'';
    position:absolute;
    inset:0;

    background: #f5f5f5 url(../../img/rh-images/eventsuccessearthday/ertbc.jpg) left top no-repeat;
    opacity:1;

    z-index:1;
}

/* White Overlay */

.launch-section::after{
    content:'';
    position:absolute;
    inset:0;

    background:
    linear-gradient(
    rgba(255,255,255,.90),
    rgba(255,255,255,.95));

    z-index:2;
}

/* Content */

.launch-content {
    position: relative;
    z-index: 3;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(8px);
    border-radius: 30px;
    padding: 18px 32px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

/* Title */

/* .launch-title{
    font-size:42px;
    font-weight:800;
    color:#0B3D91;
} */


.speaker-content h3 {
    color: #0b2e75;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 3px;
    text-align: center;
}

.title-line{
    width:90px;
    height:5px;
    background:#4CAF50;
    margin:15px auto;
    border-radius:20px;
}

.sub-title{
    color:#0B3D91;
    font-weight:700;
    margin-top:25px;
}

.launch-text{
    font-size:16px;
    line-height:1.9;
    color:#444;
}

/* List */

.launch-list{
    margin-top:20px;
}

.launch-list li{
    font-size:16px;
    margin-bottom:10px;
}

/* Main Image */

.main-launch-image{
    width:100%;
    border-radius:20px;

    box-shadow:
    0 10px 30px rgba(0,0,0,.15);
}

/* Cards */

.launch-card{
    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:
    0 10px 25px rgba(0,0,0,.10);

    transition:.4s;
}

.launch-card:hover{
    transform:translateY(-8px);
}

.launch-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.launch-card-body{
    padding:15px;
}

.launch-card-body h6{
    margin:0;
    text-align:center;
    color:#0B3D91;
    font-weight:700;
}

/* Mobile */

@media(max-width:991px){

.launch-content{
    padding:25px;
}

.launch-title{
    font-size:30px;
}

.main-launch-image{
    margin-top:25px;
}

}

@media(max-width:767px){

.launch-title{
    font-size:24px;
}

.launch-text,
.launch-list li{
    font-size:14px;
}

.launch-card img{
    height:180px;
}

}



.award-section{
    padding:80px 0;
    background:
    linear-gradient(
    rgba(255,255,255,.95),
    rgba(255,255,255,.95)),
    url('images/earthday-background.png');

    background-size:cover;
    background-position:center;
}

.award-card{
    background:#fff;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.award-image{
    height:100%;
}

.award-image img{
    width:100%;
    height:100%;
    min-height:280px;
    object-fit:cover;
}

.award-content{
    padding:40px;
}

.award-badge{
    display:inline-block;
    background:#e8f5e9;
    color:#2e7d32;
    padding:10px 18px;
    border-radius:30px;
    font-weight:700;
    margin-bottom:20px;
}

.award-content h2{
    color:#0b2e75;
    font-size:38px;
    font-weight:800;
    margin-bottom:15px;
}

.green-line{
    width:90px;
    height:5px;
    background:#4caf50;
    border-radius:20px;
    margin-bottom:25px;
}

.award-content p{
    font-size:16px;
    line-height:1.9;
    color:#444;
}

@media(max-width:991px){

.award-content{
    padding:25px;
}

.award-image img{
    min-height:300px;
}

.award-content h2{
    font-size:28px;
}

}

@media(max-width:767px){

.award-content h2{
    font-size:24px;
}

.award-content p{
    font-size:14px;
}

.award-image img{
    min-height:250px;
}

}

.award-section{     background: #f5f5f5 url(../../img/rh-images/eventsuccessearthday/environmental.jpg) left top no-repeat;}



.guest-section{
    padding:30px 0;
    position:relative;

    background:
    linear-gradient(
    rgba(255,255,255,.92),
    rgba(255,255,255,.95)),
    url('images/earthday-bg.jpg');

    background-size:cover;
    background-position:center;
}

/* Heading */

.section-tag{
    background:#e8f5e9;
    color:#2e7d32;
    padding:10px 25px;
    border-radius:50px;
    font-weight:700;
    display:inline-block;
    margin-bottom:20px;
}

.section-title{
    font-size:56px;
    font-weight:900;
    margin-bottom:10px;

    background:
    linear-gradient(90deg,#0b2e75,#4caf50);

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.section-subtitle{
    max-width:900px;
    margin:auto;
    font-size:13px;
    color:#444;
    line-height:1.8;
}

/* Main Card */

.cedr{    background-color: #ffffff !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
    padding: 30px;
    border-radius: 20px;
}

/* .speaker-card{
    background:rgba(255,255,255,.88);

   padding: 50px;

    box-shadow:
    0 20px 50px rgba(0,0,0,.08);
}  */

/* Hero Image */

.hero-image{
    position:relative;
}

.hero-image img{
    width:100%;
    height:550px;
    object-fit:cover;
}

/* Video Button */

.play-btn {
    transform: translate(-50%,-50%);
    text-decoration: none;
    background: #e53935;
    color: #fff;
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    transition: .4s;
    position: relative;
    top: 14px;
}

.play-btn:hover{
    background:#c62828;
    color:#fff;
}

/* Content */

.speaker-content{
    padding:40px;
    padding-top:0px;
}

/* .speaker-content h3{
    color:#0b2e75;
    font-size:34px;
    font-weight:800;
    margin-bottom:20px;
} */


.speaker-content h3 {
    color: #0b2e75;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 3px;
    text-align: center;
}

/* .speaker-content p{
    font-size:17px;
    line-height:1.9;
    color:#444;
        margin-bottom: 0;
} */

.speaker-content p {
    font-size: 14px;
    /* line-height: 1.9; */
    color: #444;
    margin-bottom: 0;
    text-align: center;
}

/* Gallery */

/* .gallery-row{
    padding:0 40px 40px;
}

.gallery-card{
    border-radius:20px;
    overflow:hidden;

    box-shadow:
    0 10px 25px rgba(0,0,0,.08);
}

.gallery-card img{
    width:100%;
    height:260px;
    object-fit:cover;

    transition:.5s;
}

.gallery-card:hover img{
    transform:scale(1.08);
} */

/* Mobile */

@media(max-width:991px){

.hero-image img{
    height:350px;
}

.section-title{
    font-size:40px;
}

/* .gallery-row{
    padding:0 25px 25px;
} */

}

@media(max-width:767px){

.guest-section{
    padding:25px 0;
}

.section-title{
    font-size:30px;
}

.section-subtitle{
    font-size:15px;
}

.hero-image img{
    height:250px;
}

.play-btn{
    font-size:14px;
    padding:12px 20px;
}

.speaker-content{
    padding:20px;
}

.speaker-content h3{
    font-size:24px;
}

.speaker-content p{
    font-size:14px;
}

/* .gallery-card img{
    height:200px;
}

.gallery-row{
    padding:0 20px 20px;
} */

}

.lightbox img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 10px;
    margin-top: 70px;
}

/* .speaker-card{
    background:#fff;
    border-radius:15px;
    padding:15px;
    text-align:center;
    height:100%;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    transition:.3s;
}

.speaker-card:hover{
    transform:translateY(-5px);
} */

/* .speaker-card img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:12px;
    margin-bottom:15px;
}

.speaker-card h5{
    font-size:18px;
    font-weight:700;
    margin-bottom:10px;
}

.speaker-card p{
    font-size:14px;
    color:#666;
    margin:0;
} */

.btn-success{
    border-radius:50px;
}

.awards-section {
    background: #f5f5f5 url(../../img/rh-images/eventsuccessearthday/bcforetc.jpg) left top no-repeat;
    position: relative;
    background-size: cover;
    padding: 30px;
}



.overlay{
    background:rgba(0,0,0,0.65);
    padding:80px 0;
}

.award-image{
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,0.35);
    transition:0.4s;
}

.award-image:hover{
    transform:scale(1.03);
}

.award-list li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}

@media(max-width:768px){

    .overlay{
        padding:50px 20px;
    }

    .award-image{
        margin-top:20px;
    }

}

.mission-section{
    background: linear-gradient(
        135deg,
        #0f172a,
        #1e293b,
        #14532d
    );
    padding:30px 0;
}

.mission-content{
    /* max-width:1000px; */
    margin:auto;
}

.mission-content h2{
    font-size:38px;
    font-weight:700;
    color:#ffffff !important; /* White Heading */
}

.mission-content p{
    font-size:18px;
    line-height:1.8;
    margin-bottom:20px;
    color:#ffffff; /* White Text */
}

.mission-img{
    width:100%;
    height:280px;
    object-fit:cover;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.4);
    transition:.4s;
}

.mission-img:hover{
    transform:translateY(-8px);
}


.delegate-section{
    background:#f8fafc;
}

.delegate-section h2{
    color:#1f2937;
    font-weight:700;
}

.delegate-section p{
    color:#4b5563;
    font-size:18px;
    line-height:1.8;
}

.delegate-img{
    width:100%;
    height:260px;
    object-fit:cover;
    border-radius:15px;
    box-shadow:0 8px 20px rgba(0,0,0,.12);
    transition:.4s;
}

.delegate-img:hover{
    transform:translateY(-8px);
}

.btn-success{
    border-radius:50px;
    font-weight:600;
}

.valedictory-section{
    position: relative;
    overflow: hidden;
    padding: 80px 0;

    background-color: #0b5d1e;

    background-image:
        linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);

    background-size: 40px 40px;
}

.valedictory-section::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(
        135deg,
        rgba(0,80,30,.85),
        rgba(0,120,50,.75),
        rgba(0,60,25,.85)
    );
}

.valedictory-section .container{
    position:relative;
    z-index:2;
}

.valedictory-section h2{
    color:#ffffff;
    font-size:38px;
    font-weight:700;
}

.valedictory-section p{
    color:#ffffff;
    font-size:18px;
    line-height:1.8;
}

.valedictory-img{
    width:100%;
    height:280px;
    object-fit:cover;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.4);
    transition:.4s;
}

.valedictory-img:hover{
    transform:translateY(-8px);
}

.btn-success{
    border-radius:50px;
    font-weight:600;
}

@media(max-width:768px){

    .valedictory-section h2{
        font-size:28px;
    }

    .valedictory-section p{
        font-size:16px;
    }

    .valedictory-img{
        height:220px;
    }
}


.moving-forward-section{
    background:
    url('../../img/rh-images/eventsuccessearthday/some.jpg');

    background-size:cover;
    background-position:center;
    padding:80px 0;
    color:#fff;
    position:relative;
    overflow:hidden;
}

.section-title{
    font-size:60px;
    font-weight:800;
    margin-bottom:25px;
}

.section-title span{
    color:#8cff4d;
}

.moving-forward-section p{
    font-size:22px;
    line-height:1.8;
    margin-bottom:25px;
}

.mission-text{
    color:#02501f;
    font-size:34px;
    font-weight:700;
    line-height:1.5;
}

.globe-img{
    max-height:450px;
}


.video-btn{
    display:inline-flex;
    align-items:center;
    gap:15px;
    padding:18px 40px;
    background:#28c840;
    color:#fff;
    text-decoration:none;
    border-radius:60px;
    font-size:24px;
    font-weight:600;
}

.play-icon{
    width:50px;
    height:50px;
    background:#fff;
    color:#28c840;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

@media(max-width:768px){

    .section-title{
        font-size:40px;
    }

    .moving-forward-section p{
        font-size:17px;
    }

    .mission-text{
        font-size:24px;
    }


    .video-btn{
        font-size:18px;
        padding:15px 25px;
    }

}



/* All Headings */
h1, h2, h3, h4, h5, h6,
.session-title,
.section-title,
.sub-title,
.main-title,
.speaker-content h3,
.award-content h2,
.mission-content h2,
.valedictory-section h2 {
    font-size: 21px !important;
    line-height: 1.3 !important;
}

/* All Paragraphs */
p,
.about-card p,
.session-desc,
.launch-text,
.speaker-content p,
.award-content p,
.mission-content p,
.valedictory-section p,
.moving-forward-section p,
.section-subtitle {
    font-size: 16px !important;
    line-height: 1.4 !important;
}

/* List Items */
li,
.dignitary-list li,
.dignitaries-list li,
.award-list li,
.launch-list li {
    font-size: 16px !important;
    line-height: 1.4 !important;
}



.viewmores{    text-align: center;
    margin: 0 auto;
    display: flex !important;
    justify-content: center !important;
    width: 23%;}

         @media screen and (min-device-width: 320px) and (max-device-width:480px) {

.viewmores {
	text-align: center;
	margin: 0 auto;
	display: flex !important;
	justify-content: center !important;
	width: 100% !important;
}

         }