.admission-notice{
    background:#1f6932;
    overflow:hidden;
}

.notice-wrapper{
    display:flex;
    align-items:center;
}

.notice-title {
    background: #1a863e;
    color: #fff;
    font-weight: 600;
    padding: 9px 30px;
    white-space: nowrap;
    font-size: 14px;
    text-transform: uppercase;
}

.notice-title i{
    margin-right:8px;
}

.notice-wrapper marquee{
    color:#fff;
    padding:0 20px;
    font-size:16px;
    font-weight:500;
}
.popular-courses{
    background:linear-gradient(255deg, #cef1ee33, #c4eed757);
    padding:40px 0;
}

.section-title .subtitle{
    font-weight:700;
    letter-spacing:2px;
    display:block;
    margin-bottom:10px;
}
.section-title h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.section-title p {
    max-width: 650px;
    margin: auto;
    color: #666;
    font-size: 13px;
}

.course-card{
    background:#fff;
    border-radius:20px;
    padding:10px 15px;
    transition:.4s;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    height:100%;
    position:relative;
    overflow:hidden;
}

.course-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 45px rgba(0,0,0,.15);
}

.course-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0A4DA3;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin-bottom: 7px;
}

.engineering{
    background:#ff9800;
}

.management{
    background:#009688;
}

.law{
    background:#673ab7;
}

.course-tag {
    background: #edfff7;
    color: #2a4b35;
    padding: 6px 15px;
    border-radius: 50px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
}
.course-card h3 {
    font-size: 24px;
    margin-bottom: 6px;
    font-weight: 600;
}

.course-card p{
    color:#666;
    margin-bottom:6px;
}

.course-card ul{
    padding:0;
    margin:0;
    list-style:none;
}

.course-card ul li {
    margin-bottom: 1px;
    color: #555;
    font-weight: 500;
    font-size: 14px;
}

.course-card ul li i{
    color:#5fc783;
    margin-right:8px;
}
.course-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
    padding-top: 6px;
    border-top: 1px solid #eee;
}

.course-footer span{
    font-weight:700;
    color:#0A4DA3;
}
.course-footer a {
    color: #fff;
    background: #1a5e31;
    padding: 6px 18px;
    border-radius: 50px;
    text-decoration: none;
    transition: .3s;
}

.course-footer a:hover{
    background:#ff9800;
}

@media(max-width:991px){

.section-title h2{
    font-size:19px !important;
}

.course-card{
    padding:25px;
}

}
.medical-college-section{
    background:#f8fafc;
    padding:40px 0;
    overflow: hidden;
}

.section-heading{
    /* display:flex;
    justify-content:space-between;
    align-items:center; */
    margin-bottom:20px;
}
.subtitle {
    color: #2f9036;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
}
.section-heading h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 5px 0;
}

.section-heading p {
    color: #666;
    font-size: 14px;
}

.slider-btn button{
    width:55px;
    height:55px;
    border:none;
    border-radius:50%;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    margin-left:10px;
    transition:.3s;
}

.slider-btn button:hover{
    background:#0A4DA3;
    color:#fff;
}

.college-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.college-card:hover{
    transform:translateY(-10px);
}

.college-image{
    position:relative;
    height:250px;
}

.college-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.featured {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #18902e;
    color: #fff;
    padding: 1px 13px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 11px;
}
.estd {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgb(255 254 254);
    color: #1a570b;
    padding: 2px 18px;
    border-radius: 30px;
}

.college-content{
    padding:15px 10px;
}

.badge-area{
    display:flex;
    justify-content:space-between;
    margin-bottom:10px;
}
.course {
    background: #eaf7ee;
    color: #2c8d47;
    padding: 1px 18px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 12px;
    height: 27px;
}
.country {
    background: #ffeaea;
    color: #ff4d4d;
    padding: 1px 18px;
    border-radius: 8px;
    font-weight: 600;
    height: 26px;
    font-size: 12px;
}

.college-content h4 {
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 600;
}
.location {
    color: #666;
    font-size: 14px;
}

.location i{
    color:#2c8d47;
    margin-right:6px;
}

.college-content h6 {
    margin: 4px 0;
    color: #2c2c2c;
    font-size: 14px;
}

.college-content strong{
    color:#000;
}

.college-btn{
    display:flex;
    gap:15px;
    margin-top:20px;
}

.apply-btn, .details-btn {
    flex: 1;
    text-align: center;
    padding: 2px 9px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
    font-size: 13px;
}

.apply-btn {
    background: #ccf4da96;
    color: #215f37;
}

.apply-btn:hover{
    background:#0A4DA3;
    color:#fff;
}

.details-btn {
    /* border: 2px solid #ff4d4d; */
    color: #ff4d4d;
    background: #efd4d457;
}

.details-btn:hover{
    background:#ff4d4d;
    color:#fff;
}

@media(max-width:991px){

.section-heading{
    display:block;
}
.section-heading p {
    color: #666;
    font-size: 13px;
}

.slider-btn{
    margin-top:20px;
}

.section-heading h2{
    font-size:20px;
}

}
.college-slider{
    overflow:hidden;
    position:relative;
}

.college-track{
    display:flex;
    transition:.5s ease;
}

.college-slide{
    flex:0 0 25%;
    padding:10px;
}

.slider-dots{
    display:flex;
    justify-content:center;
    margin-top:30px;
}

.slider-dots span{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#ccc;
    margin:0 6px;
    cursor:pointer;
    transition:.3s;
}

.slider-dots span.active{
    background:#0A4DA3;
}
.collegeSwiper{

    padding-bottom:70px;
    overflow: visible !important;

}

.collegeSwiper .swiper-slide{

    height:auto;

}

.college-card{

    height:100%;

}

.swiper-pagination {
    bottom: -32px !important;
   
}

.swiper-pagination-bullet{

    width:12px;

    height:12px;

    background:#ddd;

    opacity:1;

}

.swiper-pagination-bullet-active{

    width:60px;

    border-radius:20px;

    background:#099f59;

}

.swiper-button-next,
.swiper-button-prev{

    width:50px;

    height:50px;

    background:#fff;

    border-radius:50%;

    box-shadow:0 10px 25px rgba(0,0,0,.1);

    color:#0A4DA3;

}

.swiper-button-next:after,
.swiper-button-prev:after{

    font-size:18px;

    font-weight:bold;

}

.swiper-button-next:hover,
.swiper-button-prev:hover{

    background:#0A4DA3;

    color:#fff;

}
.partners-section{
    background:#f8fbff;
}

.partner-marquee{
    overflow:hidden;
    position:relative;
}

.partner-track{
    display:flex;
    width:max-content;
    animation:partnerLeft 30s linear infinite;
}

.partner-marquee.reverse .partner-track{
    animation:partnerRight 30s linear infinite;
}

.partner-marquee:hover .partner-track{
    animation-play-state:paused;
}
.partner-logo {
    /* width: 200px; */
    /* height: 110px; */
    /* background: #fff; */
    border-radius: 15px;
    margin: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 10px 25px rgba(0,0,0,.08); */
    transition: .3s;
    flex-shrink: 0;
}

.partner-logo:hover{
    transform:translateY(-8px);
}

.partner-logo img{
    max-width:140px;
    max-height:60px;
    object-fit:contain;
    transition:.3s;
}

.partner-logo:hover img{
    transform:scale(1.08);
}

@keyframes partnerLeft{

    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(-50%);
    }

}

@keyframes partnerRight{

    0%{
        transform:translateX(-50%);
    }

    100%{
        transform:translateX(0);
    }

}

@media(max-width:991px){

    .partner-logo{
        width:170px;
        height:95px;
    }

}

@media(max-width:576px){

   .partner-logo {
    width: 140px;
    height: 27px;
    margin: 0 8px;
}
    .partner-logo img{
        max-width:100px;
    }

}
.student-testimonial-card {
    position: relative;
    background: #b9e7cf66;
    padding: 14px;
    border-radius: 20px;
    box-shadow: 0 15px 45px rgba(0,0,0,.08);
    transition: .4s;
    overflow: hidden;
    /* border-top: 5px solid #0A4DA3; */
    border: 1px solid #69b16987;
}

.student-testimonial-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 60px rgba(0,0,0,.15);
}
.quote-icon {
    position: absolute;
    top: -2px;
    right: 2px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* background: #0A4DA3; */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.quote-icon img{
    width:100%;
}

.rating{
    color:#FDBA12;
    margin-bottom:6px;
    font-size:14px;
}

.student-testimonial-card p {
    color: #000000;
    line-height: 25px;
    margin-bottom: 8px;
    font-size: 14px;
}

.student-info{
    display:flex;
    align-items:center;
}

.student-info img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
    margin-right:15px;
    border:4px solid #eaf2ff;
}
.student-info h5 {
    font-size: 17px;
    margin-bottom: -1px;
    font-weight: 600;
}

.student-info span{
    color:#11723b;
    font-size:13px;
    font-weight:600;
}
.client-image img{
    width:70px;
}
/*=============================
    ABOUT DUBAI
==============================*/

.about-dubai-area{
    padding:40px 0px;
    background:#f7fbf8;
}

.about-wrapper{
    /* background:#fff; */
    border-radius:40px;
    overflow:hidden;
    box-shadow:0 25px 80px rgba(0,0,0,.08);
    display:grid;
    grid-template-columns:50% 50%;
}

/*=============================
    LEFT
==============================*/

.about-left{
    position:relative;
    padding:15px;
    background:#f7fbf8;
}

.main-image{
    overflow:hidden;
    border-radius:45px 0 45px 45px;
    position:relative;
}

.main-image img{
    width:100%;
    height:500px;
    object-fit:cover;
    display:block;
    transition:.5s;
     transform:scale(1.08);
}

.main-image:hover img{
    transform:scale(1.1);
}

/*=============================
    Floating Card
==============================*/

.floating-card{

    position:absolute;

    left:40px;

    bottom:150px;

    background:linear-gradient(135deg,#066b3c,#0fa35c);

    color:#fff;

    display:flex;

    align-items:center;

    gap:20px;

    padding:22px 35px;

    border-radius:25px;

    box-shadow:0 20px 45px rgba(0,0,0,.18);

    z-index:5;
}

.floating-card .icon{

    width:70px;

    height:70px;

    border-radius:50%;

    background:rgba(255,255,255,.15);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;
}

.floating-card h2{

    color:#fff;

    font-size:46px;

    margin:0;

    line-height:1;
}

.floating-card span{

    color:#fff;

    font-size:17px;

    font-weight:500;
}

/*=============================
    CONTACT
==============================*/
.contact-box {
    margin-top: -31px;
    background: #066b3c;
    color: #fff;
    padding: 10px 30px;
    border-radius: 0 0 35px 35px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.phone-icon{

    width:70px;

    height:70px;

    background:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#066b3c;

    font-size:24px;
}

.contact-box small{

    display:block;

    color:#d9f7e8;

    font-size:15px;
}

.contact-box h4{

    color:#fff;

    margin:5px 0 0;

    font-size:28px;
}

/*=============================
    RIGHT
==============================*/

.about-right {
    padding: 20px 0px;
}
.tag {
    display: inline-block;
    padding: 5px 17px;
    border-radius: 40px;
    background: #e9f8f1;
    color: #0b7f48;
    font-weight: 600;
    margin-bottom: 6px;
}
.about-right h2 {
    font-size: 30px;
    font-weight: 600;
    color: #093a24;
    margin-bottom: 1px;
}

.about-right h5{
    color:#0b7f48;
    font-size:20px;
    margin-bottom:5px;
}

.about-right p{

    font-size:14px;
    color:#666;

    line-height:23px;

    margin-bottom:10px;
}

/*=============================
    Feature
==============================*/

.feature-box{

    display:flex;

    align-items:center;

    gap:20px;

    padding:22px;

    background:#fff;

    border-radius:18px;

    margin-bottom:18px;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

    transition:.4s;
}

.feature-box:hover{

    transform:translateX(10px);

    box-shadow:0 18px 40px rgba(0,0,0,.10);
}

.feature-box i{

    width:50px;

    height:50px;

    border-radius:50%;

    background:#0b7f48;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:20px;

    flex-shrink:0;
}

.feature-box h4{

    font-size:22px;

    margin-bottom:6px;

    color:#222;
}

.feature-box p{

    margin:0;

    line-height:28px;

    color:#666;
}

/*=============================
    BUTTONS
==============================*/

.btn-area{
    display:flex;
    gap:18px;
    margin-top:20px;
}

.theme-btn:hover{
    background:#055c34;
    color:#fff;
}
.border-btn {
    border: 1px solid #0b7f48;
    color: #0b7f48;
    padding: 5px 38px;
    border-radius: 50px;
    font-weight: 600;
    transition: .4s;
    background: #b6f4d44a;
    font-size: 14px;
}
.border-btn2 {
    color: #fff;
    padding: 6px 18px;
    border-radius: 50px;
    font-weight: 500;
    transition: .4s;
    background: #178f51fa;
    font-size: 13px;
    /* line-height: 24px; */
}

.border-btn:hover{
    background:#0b7f48;
    color:#fff;
}

/*=============================
    Responsive
==============================*/

@media(max-width:991px){

.about-wrapper{

grid-template-columns:1fr;

}

.about-right{

padding:10px 15px;

}

.main-image img{

height:auto;

}

.floating-card{

left:25px;

bottom:135px;

padding:18px 25px;

}

.contact-box{

border-radius:20px;

}

.about-right h2{

font-size:27px;

}

.about-right h5{

font-size:22px;

}

.btn-area{

flex-wrap:wrap;

}

}
.feature-box {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    padding: 8px 22px;
    border-radius: 18px;
    margin-bottom: 8px;
    border: 1px solid #edf4ef;
    box-shadow: 0 8px 25px rgba(0,0,0,.05);
    transition: .35s ease;
}

.feature-box:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.10);
    border-color:#0c7c46;
}

.feature-icon i{
    color:#fff;
    font-size:20px;
}

.feature-content{
    flex:1;
}
.feature-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #13492e;
    margin-bottom: 0px;
}

.feature-content p{
    margin:0;
    color:#666;
    font-size:14px;
    line-height:1.6;
}

/* Mobile */

@media(max-width:576px){

.feature-box{
    padding:16px;
    gap:15px;
}

.feature-icon{
    width:55px;
    height:55px;
    min-width:55px;
}

.feature-icon i{
    font-size:20px;
}

.feature-content h4{
    font-size:18px;
}

.feature-content p{
    font-size:14px;
}

}
.consultation-box {
    background: #fff;
    padding: 22px;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
    border: 1px solid #0c7a4652;
}

.consultation-header{

margin-bottom:10px;

}

.consultation-header h3{

font-size:30px;
margin-bottom:10px;

}
.consultation-header p {
    color: #666;
    line-height: 20px;
    font-size: 13px;
}
.consultation-box input, .consultation-box select, .consultation-box textarea {
    width: 100%;
    height: 46px;
    border: 1px solid #ddd !important;
    border-radius: 12px !important;
    padding: 12px !important;
    margin-bottom: 10px;
    transition: .3s;
    display: block !important;
}
.consultation-box textarea{

height:100px;

resize:none;

}

.consultation-box input:focus,
.consultation-box select:focus,
.consultation-box textarea:focus{

border-color:#0c7a46;

outline:none;

box-shadow:0 0 0 4px rgba(12,122,70,.12);

}
.consultation-box .theme-btn {
    border-radius: 50px;
    height: 46px;
    font-size: 16px;
    background: #055c34;
    color: #fff;
}
.contact-form-box{

padding:50px;

background:#fff;

border-radius:25px;

box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.contact-form-box h3{

font-size:30px;

margin-bottom:10px;

}

.contact-form-box p{

margin-bottom:20px;

color:#666;

}

.contact-form-box input,
.contact-form-box select,
.contact-form-box textarea{

width:100%;

height:50px;

border:1px solid #ddd;

border-radius:12px;

padding:16px;

margin-bottom:10px;

transition:.3s;
display: block !important;
color: #000;
}
@media (max-width:576px){
    .contact-form-box {
    padding: 13px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0,0,0,.08);
}
}
.contact-form-box textarea{

height:180px;

resize:none;

}

.contact-form-box input:focus,
.contact-form-box select:focus,
.contact-form-box textarea:focus{

border-color:#16a34a;

box-shadow:0 0 0 4px rgba(22,163,74,.12);

outline:none;

}

.contact-info-box{

background:linear-gradient(180deg,#0f8f4d,#1db954);

padding:45px;

border-radius:25px;

color:#fff;

height:100%;

}

.contact-info-box ul{

margin-top:30px;

padding-left:0;

list-style:none;

}

.contact-info-box li{

margin-bottom:18px;

font-size:17px;

}
/*==================================================
Mission & Vision Section
==================================================*/

.mission-section,
.vision-section{
    position: relative;
    padding:40px 0;
    overflow:hidden;
    background:#f8fbf8;
}

/* Background Shape */

.mission-section::before,
.vision-section::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    border-radius:50%;
    background:rgba(34,197,94,.08);
    filter:blur(20px);
    z-index:0;
}

.mission-section::before{
    top:-180px;
    right:-120px;
}

.vision-section::before{
    bottom:-180px;
    left:-120px;
}

/* Content */

.section-badge{

display:inline-block;

padding:8px 20px;

background:#16a34a;

color:#fff;

border-radius:30px;

font-size:14px;

font-weight:600;

letter-spacing:2px;

margin-bottom:20px;

text-transform:uppercase;

}

.mission-section h2, .vision-section h2 {
    font-size: 33px;
    font-weight: 600;
    line-height: 43px;
    margin-bottom: 8px;
    color: #0f172a;
}

.mission-section p,
.vision-section p{

font-size:16px;

line-height:30px;

color:#666;

margin-bottom:15px;

}

/* Feature List */

.mission-list{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:15px;

margin-bottom:10px;

}

.mission-item{

background:#fff;

padding:11px 13px;

border-radius:15px;

box-shadow:0 15px 40px rgba(0,0,0,.05);

transition:.4s;

font-weight:600;

}

.mission-item i{

color:#16a34a;

margin-right:10px;

}

.mission-item:hover{

transform:translateY(-8px);

background:#16a34a;

color:#fff;

}

.mission-item:hover i{

color:#fff;

}

/* Images */

.mission-image,
.vision-image{

position:relative;

text-align:center;

z-index:2;

}

.mission-image img,
.vision-image img{

width:100%;

border-radius:35px;

box-shadow:0 30px 80px rgba(0,0,0,.15);

transition:.5s;

}

.mission-image:hover img,
.vision-image:hover img{

transform:scale(1.03);

}

/* Floating Cards */

.floating-card{

position:absolute;

background:#fff;

padding:18px 22px;

border-radius:18px;

box-shadow:0 20px 60px rgba(0,0,0,.15);

text-align:center;

animation:float 4s ease-in-out infinite;

min-width:170px;

}

.floating-card h5{

font-size:28px;

font-weight:700;

margin-bottom:5px;

color:#16a34a;

}

.floating-card span{

font-size:15px;

color:#666;

}

.floating-card i{

font-size:28px;

margin-bottom:12px;

color:#16a34a;

}

/* Card Position */

.card-one{

top:30px;

left:-40px;

}

.card-two{

bottom:40px;

right:-30px;

}

.card-three{

top:40px;

right:-35px;

}

.card-four{

bottom:35px;

left:-40px;

}

/* Floating Animation */

@keyframes float{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

100%{

transform:translateY(0);

}

}

/* Responsive */

@media(max-width:991px){

.mission-section,
.vision-section{

padding:30px 0;

}

.mission-section h2,
.vision-section h2{

font-size:30px;

line-height:46px;

}

.mission-list{

grid-template-columns:1fr;

}

.floating-card{

display:none;

}

.mission-image{

margin-top:40px;

}

.vision-image{

margin-bottom:40px;

}

}

@media(max-width:575px){

.mission-section h2,
.vision-section h2{

font-size:26px;

line-height:40px;

}

.mission-section p,
.vision-section p{

font-size:16px;

line-height:30px;

}

}

/* .admission-cta-section{

background:linear-gradient(135deg,#0d7a3d,#22c55e);

position:relative;

overflow:hidden;

} */

.cta-wrapper{

padding:30px;

border-radius:35px;

/* background:rgba(255,255,255,.08); */
background:linear-gradient(135deg,#0d7a3d,#22c55e);

backdrop-filter:blur(12px);

border:1px solid rgba(255,255,255,.15);

position:relative;

}

.cta-wrapper::before{

content:"";

position:absolute;

width:250px;

height:250px;

background:rgba(255,255,255,.08);

border-radius:50%;

top:-80px;

right:-80px;

}

.cta-subtitle{

display:inline-block;

padding:8px 20px;

background:#fff;

color:#16a34a;

border-radius:30px;

font-weight:600;

margin-bottom:10px;

}
.cta-wrapper h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 37px;
    margin-bottom: 5px;
}

.cta-wrapper h2 span{

display:block;

color:#ffe082;

}

.cta-wrapper p{

font-size:15px;

line-height:26px;

color:#eefaf1;

margin-bottom:10px;

}

.cta-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:5px;

}

.cta-features div{

color:#fff;

font-size:16px;

font-weight:500;

}

.cta-features i{

color:#ffe082;

margin-right:10px;

}


@media(max-width:991px){

.cta-wrapper{

padding:40px 30px;

}

.cta-wrapper h2{

font-size:34px;

line-height:45px;

}

.cta-features{

grid-template-columns:1fr;

}

}
.recent-update-section {
    padding: 40px 0px;
    background: #fff;
}

.update-content {
    background: #e5fcecb0;
    padding: 20px 30px;
    border-radius: 30px;
    height: 100%;
    /* box-shadow: 0 20px 60px rgba(0,0,0,.08); */
    position: relative;
    overflow: hidden;
}

.top-badge{

display:flex;

justify-content:space-between;

flex-wrap:wrap;

margin-bottom:10px;

gap:15px;

}
.badge-one, .badge-two {
    background: #16a34a;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
}

.badge-two{

background:#d9fbe8;

color:#0f5132;

}

.update-content h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 2px;
}

.update-content h2 span{

color:#16a34a;

display:block;

}
.update-content p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #555;
}

.update-btn {
    margin-top: 13px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.update-box{

background:#fff;

border-radius:30px;

overflow:hidden;

box-shadow:0 20px 60px rgba(0,0,0,.08);

height:100%;

}
.update-header {
    background: #d3f6dc;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.bell{

width:50px;

height:50px;

background:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:22px;

color:#16a34a;

}

.update-header h3{

margin:0;

font-size:25px;

}

.update-header span{

color:#555;

}

.update-list{

padding:15px;

list-style:none;

margin:0;

}

.update-list li{

display:flex;

align-items:flex-start;

gap:15px;

padding:7px 0;

border-bottom:1px solid #eee;

position:relative;

}

.dot{

width:12px;

height:12px;

background:#16a34a;

border-radius:50%;

margin-top:10px;

}

.update-list h5 {
    margin-bottom: 3px;
    font-size: 16px;
}

.update-list small{

color:#777;

}

.update-list label{

position:absolute;

right:0;

top:18px;

background:#ff3b30;

color:#fff;

padding:4px 14px;

border-radius:30px;

font-size:12px;

font-weight:00;

}

@media(max-width:991px){

.update-content{

padding:30px;

}

.update-content h2{

font-size:22px;

line-height:30px;

}

.top-badge{

flex-direction:column;

}

}

.gallery-item{
    position:relative;
    display:block;
    overflow:hidden;
    border-radius:22px;
    height:100%;
}

.gallery-item img{
    width:100%;
    height:270px;
    object-fit:cover;
    transition:.5s;
}


.gallery-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(0,0,0,.65),rgba(22,163,74,.15));
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:.4s;
}

.gallery-overlay i{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#fff;
    color:#16a34a;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    transform:scale(.6);
    transition:.4s;
}

.gallery-item:hover img{
    transform:scale(1.08);
}

.gallery-item:hover .gallery-overlay{
    opacity:1;
}

.gallery-item:hover .gallery-overlay i{
    transform:scale(1);
}

@media(max-width:991px){

.col-lg-6 .gallery-item img,
.gallery-item img{
    height:250px;
}

}
@media(max-width:576px){
    .feature-box {
    padding: 4px 22px;
}
.feature-content h4 {
    font-size: 17px;
 
}
.feature-content p {
    font-size: 12px;
}
.contact-box {
    margin-top: 6px;
    background: #066b3c;
    color: #fff;
    padding: 7px 22px;
    border-radius: 0 0 35px 35px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}
.contact-box h4 {
    color: #fff;
    margin: -1px 0 0;
    font-size: 18px;
}
.phone-icon {
    width: 40px;
    height: 40px;
    background: #fff;
    font-size: 16px;
}
.about-right h2 {
    font-size: 24px;
}
.about-right h5 {
    font-size: 19px;
}
.btn-area {
    display: flex;
    gap: 5px;
    margin-top: 14px;
}
.consultation-header h3 {
    font-size: 22px;
    margin-bottom: 5px;
}
}