/* ===================================================>
   Website: Jameel Ahmad Jameel 
   Created by: Musaif (Frontend Developer)
   Role: Website Developer 
   Date: October 2025
   <=================================================== */


@import url('https://fonts.googleapis.com/css2?family=Happy+Monkey&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*  font-family: "Happy Monkey", system-ui; */
/* font-family: "Montserrat",sans-serif; */

/********** Comman CSS **********/
:root {
    --primary: #1930fc;
    --light: #F8F8F8;
    --dark: #252525;
}

html, body {
   
    
}

img {
   
  
}

.container, .container-fluid {
   
}

a {
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    outline: none;
    color: #0000ff;
}
h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 10px;
    bottom: 10px;
    z-index: 99999;
    border: 2px solid #D8D8D8;
    border-radius: 24px;
    background: #fff;
    color: #000;
    font-size: 1.5rem;
    padding: 5px 0px;
}


/* -----------------========== Spinner Css ========--------------- */
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}




/* -----------------========== NavBar Css ========--------------- */
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 30px 0;
    color: var(--dark);
    font-weight: 500;
    outline: none;
    font-size: 13px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        left: -280px;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/* -----------------========== Header Css ========--------------- */
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 146px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;

        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}



.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 90%;
    top: 0;
    right: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .header-carousel .owl-dots {
        display: none;
    }
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 9px;
    height: 35px;
    margin: 5px 0;
    background: var(--light);
    transition: .5s;
    border: 1px solid;
    border-radius: 50px;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 9px;
    height: 35px;
    background-color: #2f509e;
}


.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/all-bg.png) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/* -----------------========== TopBar Css ========--------------- */

.my-bg {
    background: linear-gradient(233.19deg, #8EC850 -256.88%, #428DCB -167.3%, #2AB998 -81.23%, #C2579B -2.2%, #EC7026 80.36%);
}

.top-content a {
    font-size: 12px;
    padding: 12px 0;
    color: #fff;
    border-right: 1px solid #fff;
}

.top-content a:hover {
    background-color: #fff;
    color: #000;
}

.sticky-bar {
    position: sticky;
    top: 0px;
    /* or height of Topbar */
    z-index: 999;
}

.sticky-navbar {
    position: sticky;
    top: 42px;
    /* or height of Topbar */
    z-index: 99;
    /* higher than content, lower than modal/backdrop if used */
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    padding: 0 145px;
}

@media (max-width: 768px) {
    .sticky-navbar {
        padding: 0px;
    }

    .flag-img {
        margin-right: 225px;
    }
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* Optional: prevents spacing issue */

}

.languages {
    align-items: center;
    justify-content: center;
}

.language-btn {
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 4px 10px;
}

.language-box {
    background-color: var(--backgroundColor);
    height: 60px;
    width: 110px;
    margin: 3px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.language-box span {

    color: var(--color);

}

.accessibility-icon {
    border-left: 1px solid #fff;
    padding: 10px 2px;
}

.user-icon {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 10px 2px;
}

#searchDropdown button {
    border-radius: 50px !important;
    padding: 9px 14px !important;

}

.login-bg {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    background: linear-gradient(133.16deg, rgba(193, 86, 154, 0.2) 0%, rgba(236, 112, 38, 0.2) 112.68%);
    background-color: #fff;
    width: 325%;
}

.login-bg p {
    color: #000;
}

.login-design {
    background: linear-gradient(45deg, #8ec850 -256%, #428dcb -167%, #2ab998 -81%, #c2579b -2%, #ec7026 80%);
    border-radius: 4px;
    padding: 6px 10px;
    color: #fff;
    width: 100px;
    text-align: center;
}

.login-design a {
    color: #fff;
}

.search-user {
    position: fixed;
    top: 50px;
    right: 90px;
    z-index: 99;
}

.pe-100 {
    padding-right: 100px;
}

@media (max-width: 768px) {
    .user-svg svg {
        height: 45px;
        width: 45px;
    }
}

.user-dropdown .dropdown-menu {
    border-radius: 15px;
    width: 180px;
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(0,0,0,0.15);
}

.social-icon {
    font-size: 22px;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
}

/* Colors */
.social-icon.whatsapp { 
    background: #25D366; 
}
.social-icon.facebook { 
    background: #1877F2;
}
.social-icon.instagram { 
    background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
}
.social-icon.x-twitter { 
    background: #000000; 
    
}
.social-icon.linkedin { 
    background: #0A66C2; 
}
.social-icon.youtube { 
    background: #FF0000; 
}

/* -----------------========== Carousel Css Start ========--------------- */
.two-side-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-side-img {
width: 45%;
}
.right-side-img {
width: 57%;
}


@media (max-width: 768px) {
   .left-side-img a img {
width: 45% !important;
}
.right-side-img a img{
width: 57% !important;
}
}
/* -----------------========== Carousel Css End ========--------------- */

/* -----------------========== ToolTip Css ========--------------- */

.arrow-text h5 {
    font-family: "Happy Monkey", system-ui !important;
    color: #3E4F5A;
}

.arrow-text img {
    position: absolute;
    left: 180px;
}

.has-tooltip {
    position: relative;
    /* display: inline-flex; */
    align-items: center;
    cursor: help;
    outline: none;
}

.has-tooltip::before {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%) translateY(6px);
    margin-bottom: 10px;
    background: linear-gradient(135deg, #ffffff, #ffffff);
    color: #3E4F5A;
    font-size: 14px;
    line-height: 1.3;
    padding: 8px 12px;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    opacity: 0;
    pointer-events: none;
    transform-origin: bottom center;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 1200;
    white-space: normal;
    text-align: center;
    max-width: 220px;
    width: 180%;
}

.has-tooltip::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    margin-bottom: 2px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 1201;
}

.has-tooltip:hover::before,
.has-tooltip:focus::before,
.has-tooltip[data-show="true"]::before {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

.has-tooltip:hover::after,
.has-tooltip:focus::after,
.has-tooltip[data-show="true"]::after {
    opacity: 1;
}

.has-tooltip:focus-visible {
    outline: 2px solid rgba(37, 99, 235, 0.5);
    border-radius: 6px;
}

@media (max-width: 420px) {
    .has-tooltip::before {
        top: 100%;
        bottom: auto;
        margin-top: 10px;
        transform: translateX(-50%) translateY(-6px);
    }

    .has-tooltip::after {
        bottom: auto;
        top: 100%;
        margin-top: 2px;
        border-color: #1e40af transparent transparent transparent;
    }
}


/* ====== Layout Styling ====== */
.stats-section {
    background: #f8fafc;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    padding: 45px 0 25px 0;
    margin-top: -72px;
}

.stat-box {
    text-align: center;
    transition: all 0.3s ease;
}

.stat-box h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: 900 !important;
    font-size: 1.286em;
    color: #3E4F5A;
}

.stat-box p {
    color: #3E4F5A;
    font-size: 0.650em;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

.stat-box h5 span {
    font-weight: 400 !important;
    font-size: 0.722em;
}


.whatsapp-svg img {
    width: 75%;
}

@media (max-width: 978px) {
    .stat-box h5 {
    font-size: 12px;
}
   
}
/* ---------- MOBILE: horizontal slider ---------- */
.stats-slider {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 8px 4px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    align-items: stretch;
    justify-content: space-between;
}

/* hide native scrollbar but keep scrolling */
.stats-slider::-webkit-scrollbar {
    height: 8px;
    display: none;
}

.stats-slider {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* each card behaves like a slide on small screens */
.stat-item {
    /* width of each slide on small screens */
    min-width: 141px;
    /* don't collapse too small */
    scroll-snap-align: start;
    display: flex;
    align-items: stretch;
}

/* Ensure the inner stat-box fills its item */
.stat-item .stat-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ----------- DESKTOP: revert to grid 6 columns ---------- */
@media (min-width: 768px) {
    .stats-slider {
        display: flex;
        grid-template-columns: repeat(6, 1fr);
        overflow: visible;
        /* not a scroll area on desktop */
        padding: 0;
        margin: 0px 10px;
    }

    .stat-item {
        flex: 0 0 auto;
        min-width: 0;
    }
}


/* small accessibility/visual polish */
.has-tooltip {
    position: relative;
    outline: none;
}

.has-tooltip:focus::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 10;
}

/* -----------------==========Tab Css Start========--------------- */

.pixel-bg {
    background-image: url(../img/paralex-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.heading-tab {
    padding: 60px 0px 10px 0px;
}

.heading-tab h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.714em;
    display: inline-block;
    background: linear-gradient(92.61deg, #9AC461 0%, #548BC5 0%, #59B59A 116.86%, #B45D97 182.36%, #DC763B 246.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
}

.heading-tab p {
    color: #3E4F5A;
    font-family: "montserrat", sans-serif;
    letter-spacing: 1px;
    display: block;
}

.tab-icons {
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    width: 9%;
    padding-top: 12px;
    margin: 5px;

}

.tab-icons:hover {
    border: 1px solid var(--tab-icon);
}

.tab-icons i {
    font-size: 40px;
    background-color: var(--tab-icon-bg);
    padding: 20px 25px;
    color: var(--tab-icon);
}

.active-tab {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}

.active {
    border-bottom: 3px solid var(--tab-icon);
}

.active i {
    background-color: var(--tab-icon);
    color: var(--tab-icon-bg);
}

.tab-icons:hover .check-icon {
    background-color: #ce6300;
    color: #fff;
}

.tab-icons:hover .comments-icon {
    background-color: #3a8ab7;
    color: #fff;
}

.tab-icons:hover .chart-icon {
    background-color: #52b0b7;
    color: #fff;
}

.tab-icons:hover .pen-icon {
    background-color: #efaa40;
    color: #fff;
}

.tab-icons:hover .mic-icon {
    background-color: #b92b5c;
    color: #fff;
}

.tab-icons:hover .quiz-icon {
    background-color: #e1335a;
    color: #fff;
}

.tab-icons:hover .mg-icon {
    background-color: #8ec750;
    color: #fff;
}

.tab-icons:hover .horn-icon {
    background-color: #460dd9;
    color: #fff;
}

.tab-icons:hover .hand-icon {
    background-color: #28ae38;
    color: #fff;
}

.tab-icons:hover .cast-icon {
    background-color: #4744c5;
    color: #fff;
}

.tab-btn {
    color: #6c6c6c !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 0.786em;
    text-transform: uppercase;
}

/* ==================== RESPONSIVE STYLES ==================== */

/* Medium screens: allow wrapping and adjust spacing */
@media (max-width: 1200px) {
    .tab-icons {
        width: 14%;
        margin: 6px 4px;
    }
}

/* Tablets */
@media (max-width: 992px) {
    .tab-icons {
        width: 18%;
        margin: 6px 3px;
        padding-top: 10px;
    }

    .tab-icons i {
        font-size: 35px;
        padding: 16px 20px;
    }

    .tab-btn {
        font-size: 0.75em;
    }
}

/* Mobile Landscape */
@media (max-width: 768px) {
    ul#pills-tab {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
        /* hide scrollbar Firefox */
    }

    ul#pills-tab::-webkit-scrollbar {
        display: none;
        /* hide scrollbar Chrome/Safari */
    }

    .tab-icons {
        flex: 0 0 auto;
        width: auto;
        min-width: 110px;
        margin: 4px;
        padding: 10px 6px;
    }

    .tab-icons i {
        font-size: 30px;
        padding: 14px 18px;
    }

    .tab-btn {
        font-size: 0.72em;
    }
}

/* Mobile Portrait */
@media (max-width: 576px) {
    .tab-icons {
        min-width: 95px;
        margin: 3px;
        padding: 8px 5px;
    }

    .tab-icons i {
        font-size: 28px;
        padding: 12px 14px;
    }

    .tab-btn {
        font-size: 0.7em;
    }
}

/* Extra Small Screens */
@media (max-width: 400px) {
    .tab-icons {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 85px;
    }

    .tab-icons i {
        font-size: 26px;
        padding: 10px 12px;
    }

    .tab-btn {
        font-size: 0.68em;
    }
}


/* ---------------------------------> Do/Task-Img  */

.item-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.item-img img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

/* Overlay styling */
.item-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* Dark transparent overlay */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s ease;
}

/* Read more button */
.item-img .read-more {
    background: linear-gradient(92.61deg, #9AC461 0%, #548BC5 0%, #59B59A 116.86%, #B45D97 182.36%, #DC763B 246.57%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out;
}

.item-img .read-more:hover {
    background: linear-gradient(to right, #dc763b -146%, #b45d97 -82%, #59b59a -16%, #548bc5 100%, #9ac461 100%);
}

/* Hover effects */
.item-img:hover img {
    transform: scale(1.1);
}

.item-img:hover .overlay {
    opacity: 1;
}

.item-img:hover .read-more {
    opacity: 1;
}

.item a {
    color: #6c6c6c;
    font-size: 100%;
}

.do-content h3 {
    margin-bottom: 10px;
    color: #3E4F5A;
    font-size: 1.286em;
    font-family: "montserrat", sans-serif;
    font-weight: bold !important;
}

/* ---------------------------------> Discuss-Img Carousel Dots  */

#doTask .owl-dots {
    position: absolute;
    width: 120px;
    height: 100%;
    top: -150px;
    right: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#doTask .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 7px;
    margin: 0px 5px;
    background: var(--light);
    transition: .5s;
    border: 1px solid;
}

#doTask .owl-dots .owl-dot.active {
    width: 60px;
    height: 7px;
    background-color: #CE6300;
}

@media (max-width: 767px) {

    #doTask .owl-dots {
        position: static;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }
}

/* ---------------------------------> Discuss-Img Carousel Dots  */


#discuss .owl-dots {
    position: absolute;
    width: 90px;
    height: 70%;
    top: -110px;
    right: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#discuss .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 7px;
    margin: 0px 5px;
    background: var(--light);
    transition: .5s;
    border: 1px solid;
}

#discuss .owl-dots .owl-dot.active {
    width: 60px;
    height: 7px;
    background-color: #CE6300;
}

@media (max-width: 767px) {

    #discuss .owl-dots {
        position: static;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }
}

/* ---------------------------------> Download the App Css  */

/* ===== Watch & Enjoy Section ===== */


/* Container alignment */
.watch-boxes {
    gap: 25px;
}

/* Card style */
.watch-section-bg {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 22px 15px;
    text-align: center;
    transition: all 0.35s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    min-height: 250px;
    position: relative;
    overflow: hidden;
}

/* Hover effect */
.watch-section-bg:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
    background: rgba(255, 255, 255, 0.18);
}

/* Icon style */
.watch-section-bg img {
    width: 100px;
    height: auto;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.watch-section-bg:hover img {
    transform: scale(1.15);
}

/* Heading */
.watch-box-heading {
    font-size: 20px;
    font-weight: 600;
    color: #ff7a0f;
    text-transform: capitalize;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}

/* Buttons */
.btn-download {
    background: linear-gradient(135deg, #ff9800, #ff5722);
    border: none;
    border-radius: 30px;
    padding: 8px 18px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease;
    text-transform: uppercase;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.btn-download:hover {
    background: linear-gradient(135deg, #ff5722, #ff9800);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
    color: #fff;
}

/* Second line spacing */
.second-line-box {
    
}

/* Special edge cards */
.watch-section-bg-last {
    background: rgba(255, 255, 255, 0.16);
}

/* Responsive */
@media (max-width: 991px) {
    .watch-section-bg {
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .watch-box-heading {
        font-size: 14px;
    }

    .btn-download {
        font-size: 12px;
        padding: 7px 16px;
    }
}


/* ---------------------------------> Blog-Img Carousel Dots */


#blog .owl-dots {
    position: absolute;
    width: 90px;
    height: 70%;
    top: -110px;
    right: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#blog .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 7px;
    margin: 0px 5px;
    background: var(--light);
    transition: .5s;
    border: 1px solid;
}

#blog .owl-dots .owl-dot.active {
    width: 60px;
    height: 7px;
    background-color: #CE6300;
}

@media (max-width: 767px) {

    #blog .owl-dots {
        position: static;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }
}

/* ---------------------------------> Talk-Img Carousel Dots */


#talk .owl-dots {
    position: absolute;
    width: 90px;
    height: 70%;
    top: -130px;
    right: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#talk .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 7px;
    margin: 0px 5px;
    background: var(--light);
    transition: .5s;
    border: 1px solid;
}

#talk .owl-dots .owl-dot.active {
    width: 60px;
    height: 7px;
    background-color: #CE6300;
}

.mankibaat-btn {
    background-color: #B92B5C;
    color: #fff !important;
    padding: 7px 20px;
    display: flex;
    justify-content: center;
}

.mankibaat-btn:hover {
    background-color: #970944;
}

@media (max-width: 767px) {

    #talk .owl-dots {
        position: static;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }
}

/* ---------------------------------> Quiz-Img Carousel Dots */

#quiz .owl-dots {
    position: absolute;
    width: 90px;
    height: 70%;
    top: -110px;
    right: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#quiz .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 7px;
    margin: 0px 5px;
    background: var(--light);
    transition: .5s;
    border: 1px solid;
}

#quiz .owl-dots .owl-dot.active {
    width: 60px;
    height: 7px;
    background-color: #CE6300;
}

@media (max-width: 767px) {

    #quiz .owl-dots {
        position: static;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }
}

/* ---------------------------------> MG Prime-Img Carousel Dots */

#mG .owl-dots {
    position: absolute;
    width: 90px;
    height: 70%;
    top: -110px;
    right: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#mG .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 7px;
    margin: 0px 5px;
    background: var(--light);
    transition: .5s;
    border: 1px solid;
}

#mG .owl-dots .owl-dot.active {
    width: 60px;
    height: 7px;
    background-color: #CE6300;
}

@media (max-width: 767px) {

    #mG .owl-dots {
        position: static;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }
}

/* ---------------------------------> Campaigns-Img Carousel Dots */

#campaigns .owl-dots {
    position: absolute;
    width: 90px;
    height: 70%;
    top: -110px;
    right: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#campaigns .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 7px;
    margin: 0px 5px;
    background: var(--light);
    transition: .5s;
    border: 1px solid;
}

#campaigns .owl-dots .owl-dot.active {
    width: 60px;
    height: 7px;
    background-color: #CE6300;
}

@media (max-width: 767px) {

    #campaigns .owl-dots {
        position: static;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }
}

/* ---------------------------------> Pledge-Img Carousel Dots */

#pledge .owl-dots {
    position: absolute;
    width: 90px;
    height: 70%;
    top: -130px;
    right: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#pledge .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 7px;
    margin: 0px 5px;
    background: var(--light);
    transition: .5s;
    border: 1px solid;
}

#pledge .owl-dots .owl-dot.active {
    width: 60px;
    height: 7px;
    background-color: #CE6300;
}

@media (max-width: 767px) {

    #pledge .owl-dots {
        position: static;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }
}

/* ---------------------------------> Podcast-Img Carousel Dots */

#podcast .owl-dots {
    position: absolute;
    width: 90px;
    height: 70%;
    top: -130px;
    right: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#podcast .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 7px;
    margin: 0px 5px;
    background: var(--light);
    transition: .5s;
    border: 1px solid;
}

#podcast .owl-dots .owl-dot.active {
    width: 60px;
    height: 7px;
    background-color: #CE6300;
}

@media (max-width: 767px) {

    #podcast .owl-dots {
        position: static;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }
}

/* --------------------------------------------------- */

.view-btn {
    text-align: center;
    margin-top: 50px;
}


.view-btn a {
    border: 1px solid rgba(74, 74, 74, 0.25);
    border-radius: 4px;
    color: #3E4F5A;
    padding: 8px 40px;
    transition: all 0.5s ease-in-out;
    font-size: 12px;
    font-weight: 700;
}

.view-btn a:hover {
    color: #fff;
    background-color: #000;
}





/* -----------------========== Tab Css End ========--------------- */

/* -----------------========== Whats New Start ========--------------- */

.whats-bg {
    background-color: #DEF1F7;
    padding: 50px 0px;
    background-image: url(../img/paralex-bg.png);
    background-repeat: no-repeat;
}

.whats-new {
    text-align: right;
    margin-top: 100px;
}

.whats-new span {
    color: #3A3C3D;
    text-transform: uppercase;
    font-size: 4.714em;
    font-weight: 400;
    font-family: "montserrat", sans-serif;
}

.whats-new h1 {
    font-family: "montserrat", sans-serif;
    color: #3A3C3D;
    text-transform: uppercase;
    font-size: 4.714em;
    font-weight: 700;
    background: none;
    -webkit-text-fill-color: initial;
    line-height: 0.5;
    margin-bottom: 20px;
}



/* ---------------------------------> Whats New-Img Carousel Dots */

#whatsNew .owl-dots {
    position: absolute;
    width: 90px;
    height: 70%;
    top: -160px;
    right: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#whatsNew .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 7px;
    margin: 0px 5px;
    background: var(--light);
    transition: .5s;
    border: 1px solid;
}

#whatsNew .owl-dots .owl-dot.active {
    width: 60px;
    height: 7px;
    background-color: #000000;
}

@media (max-width: 767px) {

    #whatsNew .owl-dots {
        position: static;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }
}

/* -----------------========== Whats New End ========--------------- */

/* -----------------========== Periodicals Start ========--------------- */
.periodicals-bg {
    background: #F0F5F9 url(../img/paralex-bg.png) 80% 0 no-repeat;
    padding-bottom: 50px;
}

.heading-book h2 {
    font-family: "Montserrat",
        sans-serif;
    font-size: 2.58em;
    display: inline-block;
    background: linear-gradient(92.61deg, #9AC461 0%, #548BC5 0%, #59B59A 116.86%, #B45D97 182.36%, #DC763B 246.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding: 25px 0px;
}
.book-1 h3, 
.book-2 h3, 
.book-3 h3 {
    text-transform: uppercase;
}

.book-1 {
    text-align: center;
    background: #fff url(../img/book/left.png) left bottom no-repeat;
    padding: 30px 20px 60px;
    width: 33%;
    margin-bottom: 6px;

}

.book-2 {
    text-align: center;
    background: #fff;
    padding: 30px 20px 60px;
    width: 33%;
    margin-bottom: 6px;

}

.book-3 {
    text-align: center;
    background: #fff url(../img/book/right.png) right bottom no-repeat;
    padding: 30px 20px 60px;
    width: 33%;
    margin-bottom: 6px;

}

@media (max-width: 767px) {

    .book-1,
    .book-2,
    .book-3 {
        width: 100%;
        margin-bottom: 10px;
    }
}


.book-1 h3,
.book-2 h3,
.book-3 h3 {
    font-family: 'poppinsregular', sans-serif;
}

.books-view-details {
    display: flex;
    justify-content: center;
}

.books-view-btn a {
    background-color: #fff;
    border: 1px solid #CECECE;
    border-radius: 6px;
    display: inline-flex;
    color: #000;
    padding: 10px 9px;
    text-align: center;
    font-family: "poppinssemi", sans-serif;
    font-weight: 600;
    margin-bottom: auto;
    margin-right: 10px;
    font-size: 0.8125em;
    line-height: 1;
}

.books-view-btn a:hover {
    background-color: #000;
    color: #fff;
}

/* -----------------========== Periodicals End ========--------------- */


/* -----------------========== MyGov Media Start ========--------------- */

.nav-pills .nav-link.active {
    color: #6c6c6c;
    background-color: transparent;
}

.mygov-media-bg {
    background: #FFF9E9;
    padding: 50px 0px;
    overflow: hidden;

}

.mygov-media-bg .container {
    background: url(../img/paralex-bg.png) 0 0 no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}

.heading-media h2 {
    font-family: "montserrat", sans-serif;
    font-size: 1.714em;
    display: inline-block;
    background: linear-gradient(92.61deg, #9AC461 0%, #548BC5 0%, #59B59A 116.86%, #B45D97 182.36%, #DC763B 246.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.heading-media p {
    line-height: 1;
    margin-bottom: 40px;
}

.video-title {
    font-family: 'Open Sans', sans-serif;
    color: #6c6c6c;
    font-size: 22px;
}

.btn-my-gov {
    display: flex;
    padding: 10px 0px;
}

.btn-my-gov .col-lg-6 img {
    margin-right: 10px;
}

.btn-my-gov .col-lg-6 a i {
    margin-right: 10px;
}

.btn-my-gov .col-lg-6 a {
    background: linear-gradient(233.19deg, #8EC850 -256.88%, #428DCB -167.3%, #2AB998 -81.23%, #C2579B -2.2%, #EC7026 80.36%);
    border: none;
    border-radius: 4px;
    padding: 8px 10px;
    text-align: center;
    display: inline-block;
    color: #fff;
    border: none;
    font-size: 1em;
}

.explore-more {
    display: flex;
    padding: 15px 0px;
    align-items: center;
}

.explore-more p {
    background: #F8D7C3;
    border-radius: 5px;
    padding: 4px 14px;
    color: #000;
    display: inline-flex;
    margin-right: 62px;
    margin-bottom: 0px;
}

.explore-more span {
    color: #000;
}

.sugg-title {
    font-size: 1.4em;
    margin-bottom: 15px;
    margin-left: 30px;
    font-family: "montserrat", sans-serif;
}

.poster-btn {
    border-radius: 15px;
}

.poster-btn-title {
    font-family: "montserrat", sans-serif;
    font-size: 1em;
    margin: 10px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: normal;
    font-weight: 400;
    color: #4d4d4d;
}

/* -------------------------------------- */
/*        RESPONSIVE MEDIA QUERIES        */
/* -------------------------------------- */

/* Large Tablets */
@media (max-width: 992px) {
    video {
        width: 100% !important;
        height: auto !important;
    }

    .d-flex.align-items-start {
        flex-direction: column;
    }

    .btn-my-gov {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .btn-my-gov .col-lg-6 {
        margin-left: 0 !important;
    }
}

/* Tablets & Mobile */
@media (max-width: 768px) {
    .heading-media h2 {
        font-size: 26px;
    }

    .video-title {
        font-size: 16px;
    }

    .poster-btn-title {
        font-size: 12px;
    }

    .nav.flex-column button img {
        width: 100% !important;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .heading-media h2 {
        font-size: 22px;
    }

    .heading-media p {
        font-size: 14px;
    }

    .video-title {
        font-size: 15px;
    }

    .btn-my-gov {
        flex-direction: column;
    }

    .btn-my-gov a {
        margin-left: 0;
        margin-top: 5px;
    }

    .explore-more span {
        font-size: 12px;
    }

    .sugg-title {
        font-size: 18px;
        text-align: center;
    }
}

/* -----------------========== MyGov Media End ========--------------- */

/* -----------------========== IN Focus Start ========--------------- */
.custom-container {
    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
}

#inFocus .owl-dots {
    position: absolute;
    width: 120px;
    height: 100%;
    top: -200px;
    right: 44px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#inFocus .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 7px;
    margin: 0px 5px;
    background: var(--light);
    transition: .5s;
    border: 1px solid;
}

#inFocus .owl-dots .owl-dot.active {
    width: 60px;
    height: 7px;
    background-color: #000000;
}

@media (max-width: 767px) {

    #inFocus .owl-dots {
        position: static;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }
}

.in-focus-content {
    position: relative;
}

.in-focus-content h2 {
    font-family: "montserrat", sans-serif;
    font-size: 1.714em;
    display: inline-block;
    background: linear-gradient(92.61deg, #9AC461 0%, #548BC5 0%, #59B59A 116.86%, #B45D97 182.36%, #DC763B 246.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.in-focus-content p {
    line-height: 1;
}

.in-focus-content::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 8px;
    top: 18px;
    background: #fff;
}

.in-focus-content::before {
    content: "";
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    left: 0;
    top: 10px;
    background: #def1f6;
    z-index: -1;
    /* optional if you want it behind */
}

.in-focus {
    position: relative;
}

.in-focus::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 18px;
    bottom: 0px;
    background: #fff;
}

.in-focus::before {
    content: "";
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    right: 10px;
    bottom: -8px;
    background: #def1f6;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.owl-nav .owl-prev {
    left: -20px;
    /* adjust */
}

.owl-nav .owl-next {
    right: -20px;
    /* adjust */
}

.owl-nav .owl-prev:before {
    content: "\f104";
    /* FontAwesome left arrow */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.owl-nav .owl-next:before {
    content: "\f105";
    /* FontAwesome right arrow */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.pointer img {
    cursor: pointer;
}

.item-content p {
    margin: 0;
    padding-top: 10px;
    font-size: 15px;
}

.item-content p span {
    font-weight: 700;
    color: #1c1c1c;
}

.item-content a {
    color: #3E4F5A;
    line-height: 0.5;
    font-size: 15px;
    font-weight: 700;
}

.item-content a:hover {
    text-decoration: underline;
}

/* -----------------========== IN Focus End ========--------------- */

/* -----------------========== Creative & Trending Start ========--------------- */
.creative-trending {
    background-color: #EFF5F9;
}

.creative-trending-bg {
    padding-top: 100px;
    padding-bottom: 120px;
    background: url(../img/create-task_bg.png) 0 0 no-repeat;
}

.creative-content {
    background: #FFFFFF;
    padding: 30px;
    width: 95%;
    min-height: 565px;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    margin-bottom: 10px;
}


.creative-title h2 {
    font-family: "montserrat", sans-serif;
    font-size: 1.714em;
    display: inline-block;
    background: linear-gradient(92.61deg, #9AC461 0%, #548BC5 0%, #59B59A 116.86%, #B45D97 182.36%, #DC763B 246.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0;
}

.creative-title p {
    line-height: 1;
}

.see-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.see-all a {
    color: #000;
}

.img-caption p {
    padding-top: 5px;
    margin-bottom: 0;
}

.img-caption span {
    line-height: 1;
    font-size: 13px;
}

@media (max-width: 767px) {

    .creative-content {
        min-height: 0px;
    }

}


/* -----------------========== Creative & Trending End ========--------------- */

/* -----------------========== Most Popular Quizzes Start ========--------------- */

#mostPopular .owl-dots {
    position: absolute;
    width: 120px;
    height: 100%;
    top: -200px;
    right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#mostPopular .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 7px;
    margin: 0px 5px;
    background: var(--light);
    transition: .5s;
    border: 1px solid;
}

#mostPopular .owl-dots .owl-dot.active {
    width: 60px;
    height: 7px;
    background-color: #000000;
}

@media (max-width: 767px) {

    #mostPopular .owl-dots {
        position: static;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }
}

.most-popular-content h2 {
    font-family: "montserrat", sans-serif;
    font-size: 1.714em;
    display: inline-block;
    background: linear-gradient(92.61deg, #9AC461 0%, #548BC5 0%, #59B59A 116.86%, #B45D97 182.36%, #DC763B 246.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0;
}

.most-popular-content p {
    line-height: 1;
    margin-bottom: 10px;
}

.most-img-content {
    padding-top: 10px;
}

.most-img-content a {
    font-family: "montserrat", sans-serif;
    color: #6c6c6c;
    margin-top: 10px;
}

.most-img-content p {
    font-size: 0.857em;
    margin: 0;
}

.e-certificate {
    display: flex;
    align-items: center;
}

.e-certificate p {
    font-size: 0.714em;
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    margin-right: 10px;
    margin-top: 15px;
}

.e-certificate img {
    width: 7% !important;
}

/* -----------------========== Most Popular Quizzes End ========--------------- */

/* -----------------========== MyGov Prime Start ========--------------- */

.mygov-prime-bg {
    background-color: #EFF5F9;
    padding: 100px 0;
}

.mygov-prime-title {
    text-align: center;
}

.mygov-prime-title span {
    color: #3E4F5A;
    font-family: "montserrat", sans-serif;
    letter-spacing: 1px;
    display: block;
    font-size: 4em;
}

.mygov-prime-title h1 {
    color: #3E4F5A;
    font-family: "montserrat", sans-serif;
    font-size: 4em;
    line-height: 0.5;
}

.mygov-img-caption p {
    font-family: "montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1c1c1c;
    padding-top: 5px;
    margin: 0;
}

.mygov-img-caption span {
    line-height: 1;
    font-size: 0.857em;
    margin-top: 7px;
    font-family: "montserrat", sans-serif;
}

/* -----------------========== MyGov Prime End ========--------------- */


/* -----------------========== Poll & Survey Start ========--------------- */
.poll-survey {}

.poll-survey {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    /* optional */
}

.poll-survey img {
    width: 80%;
}

/* TEXT ON IMAGE */
.poll-survey .mygov-prime-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* center */
    text-align: center;
    color: #fff;
    /* white text */
}

.poll-survey .mygov-prime-title span {
    font-size: 64px;
    font-weight: 400;
    display: block;
}

.poll-survey .mygov-prime-title h1 {
    font-size: 64px;
    font-weight: 800;
    margin-left: 50px;
}

/* -----------------==========Poll & Survey End ========--------------- */

/* -----------------==========Podcast For You Start ========--------------- */

#podcastForyou .owl-dots {
    position: absolute;
    width: 120px;
    height: 100%;
    top: -200px;
    right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#podcastForyou .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 7px;
    margin: 0px 5px;
    background: var(--light);
    transition: .5s;
    border: 1px solid;
}

#podcastForyou .owl-dots .owl-dot.active {
    width: 60px;
    height: 7px;
    background-color: #000000;
}

@media (max-width: 767px) {

    #podcastForyou .owl-dots {
        position: static;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }
}

.podcast-for-you {
    background: url(../img/box.svg) 0 0 repeat-x;
    padding: 100px 50px;
}

.play-icon i {
    font-size: 35px;
    background-color: #fff;
    color: #1930fc;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(39, 24, 255, 0.2);
}

/* -----------------==========Podcast For You End ========--------------- */

/* -----------------==========Most Active Pledge Start ========--------------- */

.pledge-side-img {
    text-align: center;
}
.pledge-side-img img {
    width: 80%;
} 
.pledge-side-img span {
    font-size: 4.714em;
    font-family: "montserrat", sans-serif;
    color: #3E4F5A;
    letter-spacing: 1px;
    line-height: 1;
}
.pledge-side-img h1 {
    font-size: 4.714em;
    font-family: "montserrat", sans-serif;
    color: #3E4F5A;
    letter-spacing: 1px;
    line-height: 1;
}

.pledge-side-title h2 {
    margin-bottom: 20px;
    font-size: 1.714em;
    font-weight: 500;
    color: #4d4d4d;
    font-family: "montserrat", sans-serif;
}
/* -----------------==========Most Active Pledge End ========--------------- */

/* -----------------==========Trending Social Media Start ========--------------- */


#trendingSocialmedia .owl-dots {
    position: absolute;
    width: 120px;
    top: -25px;
    right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#trendingSocialmedia .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 7px;
    margin: 0px 5px;
    background: var(--light);
    transition: .5s;
    border: 1px solid;
}

#trendingSocialmedia .owl-dots .owl-dot.active {
    width: 60px;
    height: 7px;
    background-color: #000000;
}

@media (max-width: 767px) {

    #trendingSocialmedia .owl-dots {
        position: static;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }
}



.trending-social-media {
    background: #EFF5F9;
    padding: 0 50px;
}

.trending-social-content h2 {
    font-family: "montserrat", sans-serif;
    font-size: 1.714em;
    display: inline-block;
    background: linear-gradient(92.61deg, #9AC461 0%, #548BC5 0%, #59B59A 116.86%, #B45D97 182.36%, #DC763B 246.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.trending-social-content p {
    line-height: 1;
}

.social-media-box {
    background-color: #fff;
    padding: 15px;
    min-height: 352px;
    position: relative;
    margin-top: 20px;
    box-shadow: 0px 0px 16px 0px rgba(168, 168, 168, 0.3);
}
.social-media-box h2 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px;
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    width: calc(100% - 20px);
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-weight:400 !important;
    color: #4d4d4d;
}
.social-media-box h2::before {
        content: "";
    position: absolute;
    right: 100%;
    top: 0px;
    border-right: 10px solid #DFDFDF;
    border-top: 19px solid transparent;
    border-bottom: 0px solid transparent;
}
.social-media-box h2::after {
        content: "";
    position: absolute;
    left: 100%;
    top: 0px;
    border-left: 10px solid #DFDFDF;
    border-top: 19px solid transparent;
    border-bottom: 0px solid transparent;
}

.social-media-box h2 img {
    width: 10% !important;
    margin-right: 1.5rem;
}
.social-media-box h2 .fa-facebook-f {
    color: #3a559f;
}
.social-media-box h2 .fa-linkedin-in {
    color: #007ab9;
}
.social-view {
    /* height: 220px;
    overflow: auto; */
}
.social-media-content {
    text-align: center;
    margin-top: 25px;
}
.social-media-content a {
    background: linear-gradient(233.19deg, #8EC850 -256.88%, #428DCB -167.3%, #2AB998 -81.23%, #C2579B -2.2%, #EC7026 80.36%);
    border: none;
    border-radius: 4px;
    padding: 8px 10px;
    text-align: center;
    display: inline-block;
    color: #fff;
     margin-right: 10px;
}

.social-media-content a:hover {
    background: linear-gradient(45deg, #8ec850 -256%, #428dcb -167%, #2ab998 -81%, #c2579b -2%, #ec7026 80%);
}

@media (max-width: 767px) {

    .trending-social-media  {
        padding: 0px 0px;
    }
}
/* -----------------==========Trending Social Media End ========--------------- */

/* -----------------==========Our Social HUB Start ========--------------- */
.our-social-hub-bg {
    background: #EFF5F9;
    padding: 0 50px;
}

.our-social-hub-x {
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-social-title h2{
    font-family: "montserrat", sans-serif;
    font-size: 1.714em;
    display: inline-block;
    background: linear-gradient(92.61deg, #9AC461 0%, #548BC5 0%, #59B59A 116.86%, #B45D97 182.36%, #DC763B 246.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.our-social-title p {
    line-height: 1;
}
.icon-box {
    margin-bottom: 15px;
    width: 14.66%;
    height: 148px;
    padding: 10px;
    background: #FFFFFF;
    position: relative;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    margin-left: 2%;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

/* Bottom to Top Slide Overlay */
.icon-box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;       /* hidden below */
    width: 100%;
    height: 100%;
    background: #DBF2ED; /* change color if needed */
    transition: bottom 0.5s ease-in-out;
    z-index: -1;
}

.icon-box:hover::before {
    bottom: 0;           /* slide up */
}


.icon-box img {
    margin: 0 auto 5px;
    min-width: 32px;
    width: 32px;
}

.icon-box h4 {
    color: #000;
    display: block;
    font-family: "montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600 !important;
    margin-bottom: 0;
}

.icon-box p {
    color: #666;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 0;
}
.icon-box a {
    color: var(--color);
    line-height: 1;
    font-weight: 600;
}

/* ----------- RESPONSIVE CSS ONLY ----------- */

/* Mobile – All icon boxes full width */
@media (max-width: 576px) {
    .our-social-hub-x {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .icon-box {
        width: 100% !important;
        margin-left: 0 !important;
        height: auto;
        padding: 20px 10px;
    }

    .icon-box img {
        width: 28px;
    }

    .icon-box h4 {
        font-size: 15px;
    }

    .icon-box p {
        font-size: 13px;
    }

    
}



/* -----------------==========Our Social HUB End ========--------------- */

/* -----------------========== Enjoy Reading Blogs! Start ========--------------- */
.blog-section-title {
    padding-left: 28%;
}

.blog-section-title span {
    font-size: 4.000em;
    font-family: "montserrat", sans-serif;
    color: #3E4F5A;
    font-weight: 400;
    line-height: 1;
}

.blog-section-title h2 {
    color: #3E4F5A;
    font-family: "montserrat", sans-serif;
    font-size: 4.000em;
}

.blog-section-title small {
    font-size: 1.9em;
    line-height: 1;
}

#readingBlogs .owl-dots {
    position: absolute;
    width: 160px;
    top: -25px;
    right: 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#readingBlogs .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 7px;
    margin: 0px 5px;
    background: var(--light);
    transition: .5s;
    border: 1px solid;
}

#readingBlogs .owl-dots .owl-dot.active {
    width: 60px;
    height: 7px;
    background-color: #000000;
}

.blog-img-content a {
   color: #3E4F5A;
   font-size: 14px;
   font-weight: 600;
   line-height: 1;
   margin: 0;
   padding: 0;
}

.blog-img-content p {
    font-size: 12px;
    line-height: 1;
    
}

.blog-img-content a:hover {
    text-decoration: underline;
}

.play-pause {
    position: absolute;
    right: 235px;
    top: -40px;
}

.play-pause input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.play-pause label {
  display: grid;
  border: none;
  background-color: #3b29cc;
  --w: 35px;
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  place-items: center;
  cursor: pointer;
}

.play_pause_icon {
  --w: 50%;
  width: var(--w);
  height: var(--w);
  background: white;
  translate: 0 0;
  transition: all 0.2s ease-in-out;
}

.play {
  clip-path: polygon(
    20% 0,
    20% 100%,
    90% 50%,
    90% 50%,
    90% 50%,
    90% 50%,
    90% 50%,
    90% 50%,
    90% 50%
  );
  translate: 6% 0;
}

.play-pause:has(input:checked) .play_pause_icon,
.pause {
  clip-path: polygon(
    0 0,
    0 100%,
    33.33% 100%,
    33.33% 0,
    66.66% 0,
    100% 0,
    100% 100%,
    66.66% 100%,
    66.66% 0
  );
  translate: 0 0;
}

.play-2 {
  clip-path: polygon(
    20% 0,
    20% 100%,
    35% 90%,
    35% 90%,
    35% 90%,
    90% 50%,
    35% 10%,
    35% 10%,
    35% 10%
  );
  translate: 6% 0;
}



@media (max-width: 767px) {

    #readingBlogs .owl-dots {
        position: static;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }
    .blog-section-title {
        padding-left: 10px;
    }
    .blog-section-title span , .blog-section-title h2{
        font-size: 2rem;
        margin-bottom: 0;
    }
    .blog-section-title small {
        font-size: 1rem;
    }
    .play-pause {
        position: absolute;
        right: 20px;
        top: 60px;
    }

}
/* -----------------========== Enjoy Reading Blogs! End ========--------------- */

/* -----------------========== Mann Ki Baat Start ========--------------- */
.mannkibaat-bg {
        background: linear-gradient(180.83deg, rgba(66, 141, 203, 0.1) 1.43%, rgba(194, 87, 155, 0.1) 98.57%);
}

.mann-left {
    padding: 100px 6% 50px;
    flex-grow: 1;
    background: linear-gradient(180.83deg, rgba(66,141,203,0.1) 1.43%, rgba(194,87,155,0.1) 98.57%);
    text-align: center;
}

.mann-right {
    flex-grow: 1;
    padding: 100px 6% 50px;
    text-align: center;
}

.mann-img img {
    padding: 0px 25px;
}

.mann-left h3 , .mann-right h3 {
    font-family: "montserrat", sans-serif;
    font-size: 1.714em;
    color: #000;
    font-weight: 600 !important;
    margin-bottom: 25px;
}
.mannkibaat-content {
    margin-top: 10px;
}
.mannkibaat-content a {
    font-size: 25px;
    color: #000;
    font-weight: 700;
    line-height: 1;
    font-family: "montserrat", sans-serif;
}

.mannkibaat-content p {
    text-align: center;
    font-size: 1.286em;
    font-family: "montserrat", sans-serif;
}


@media (max-width: 767px) {

    .mann-left h3 , .mann-right h3 {
        font-size: 1.2em;
    }
    .mannkibaat-content a {
        font-size: 1em;
    }
    .mannkibaat-content p {
        font-size: 1em;
    }
}
/* -----------------========== Mann Ki Baat End ========--------------- */

/* -----------------========== MyGov State/UTs Start ========--------------- */
.mygov-state-uts-bg {
    padding: 120px 0 75px;
    background-color: #EFF5F9;
}
.state-uts-scroll {
    max-height: 390px;
    overflow-y: scroll;
    padding: 5px;
}
.state-uts-title {
    padding-left: 85px;
}
.state-uts-title h1 {
    font-family: "montserrat", sans-serif;
    margin-bottom: 10px;
    font-size: 3.8em;
    display: inline-block;
    background: linear-gradient(92.61deg, #9AC461 0%, #548BC5 0%, #59B59A 116.86%, #B45D97 182.36%, #DC763B 246.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}
.state-uts-title p {
    color: #3E4F5A;
    font-family: "montserrat", sans-serif;
    letter-spacing: 1px;
    display: block;
    line-height: 1.2;
}
.state-uts-box {
    width: 23%;
    margin-left: 2%;
    margin-bottom: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 8px;
}
.state-uts-contents {
    border-radius: 4px;
    background: #F9FBFC;
    box-shadow: 0px 0px 4px 0px #F1F7FA inset;
    padding: 1px 12px;
}
.top-content , .buttom-content {
    display: flex;
    align-items: center;
    text-align: center;
}
.box-img {
    border-bottom: 1px solid #ddd;
}
.box {
    height: 62px;
    width: 55px;
    padding: 11px 5px;
}
.box h5 {
    font-family: 'montserrat';
    font-size: 0.8em;
    font-weight: 600 !important;
    margin-bottom: 0;
}
.box span {
    font-family: 'montserrat';
        font-size: 0.7em;
        line-height:0;
}
.do {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.discuss {
    border-bottom: 1px solid #ddd;
}
.users {
     border-right: 1px solid #ddd;
}
.talk {
     border-right: 1px solid #ddd;
}
.state-name {
    text-align: center;
    margin-bottom: 0px;
}
.state-name a {
    font-family: 'Open Sans', sans-serif;
    color: #0e0e0e;
    text-transform: uppercase;
    font-size: 16px;

}

@media (max-width: 767px) {

   .state-uts-title {
    padding-left: 10px;
   }

   .state-uts-scroll {
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.state-uts-scroll .row {
    flex-wrap: nowrap;
    display: flex;
}

.state-uts-box {
    min-width: 250px;
    margin-right: 16px;
}

}
/* -----------------========== MyGov State/UTs End ========--------------- */

/* -----------------========== MG Groups Start ========----------------*/
.mg-title {
    text-align: center;
}
.mg-title h1 {
    font-family: "montserrat", sans-serif;
    font-size: 1.714em;
    display: inline-block;
    background: linear-gradient(92.61deg, #9AC461 0%, #548BC5 0%, #59B59A 116.86%, #B45D97 182.36%, #DC763B 246.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.mg-title p {
    color: #3E4F5A;
    font-family: "montserrat", sans-serif;
    letter-spacing: 1px;
}

.mg-items-box {
    background: #FFFFFF;
    border: 1px solid #E9EEF5;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    padding: 25px;
    margin-bottom: 20px;
    margin-left: 2%;
}
.icon-title {
    display: flex;
    align-items: center;
    position: relative;
}
.icon-title img {
    width: 12%;
    background-color: #3F5B1A;
    border-radius: 50px;
    padding: 8px 4px;
    margin-right: 8px;
}
.icon-title span {
    font-size: 10px;
    min-width: 18px;
    min-height: 18px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background-color: #B30000;
    color: #fff;
    position: absolute;
    left: 30px;
    top: -5px;
}
.icon-title a {
    font-weight: 600 !important;
    vertical-align: baseline;
    color: #6c6c6c;
    line-height: 1;
}
.icon-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin-top: 10px;
}
.icon-content .items h5 , 
.icon-content .items p {
    font-size: 13.712px;
    font-family: "montserrat", sans-serif;
    margin-bottom: 0;
}

/* -----------------========== MG Groups End ========----------------*/

/* -----------------========== Footer Start ========----------------*/
.footer {
    position: relative;
    background-color: #202023;
}

.footer .triangle-1 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100vw;
    border-color: transparent transparent #202023 transparent;
    position: absolute;
    bottom: 100%;
    right: 0;
}

.footer .triangle-2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100vw 100px 0;
    border-color: transparent transparent #36363A transparent;
    position: absolute;
    bottom: 100%;
    right: 0;
}

.social-content-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding-bottom: 45px;
}
.social-content-footer p {
    color: #fff;
    margin: 0 15px 0 0;
    white-space: nowrap;
    font-family: "montserrat", sans-serif;
    font-size: 1.4rem;
    font-weight: 800 !important;
}
.social-content-footer a img  {
    width: 70%;
}

.footer-qr-box {
    background-color: #67676F;
    padding: 40px 15px 20px;
    text-align: center;
}
.footer-qr-box img {
    width: 40%;
    margin-bottom: 10px;
}
.footer-qr-box h3 {
    font-size: 1em;
    margin-bottom: 10px;
    display: block;
    color: #fff;
    font-family: "montserrat", sans-serif;
    font-weight: 700 !important;
}
.footer-qr-box p {
    font-size: 0.829em;
    color: #fff;
    font-family: "montserratr", sans-serif;
    line-height: 1;
}
.col-lg-2 {
    width: 15% !important;
}
.download-app-btn img {
    cursor: pointer;
}
.quick-links h3 {
    color: #fff;
    font-size: 1.286em;
    font-family: "montserrat", sans-serif;
    font-weight: 700 !important;
}
.quick-links li , .useful-links .useful-btn li{
    list-style-type: none;
}

.quick-links li a {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.quick-links li a:hover {
    color: #EC7026;
    text-decoration: underline;
}

.useful-links {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.useful-links {
    display: flex;
    gap: 20px;
}

.useful-btn {
    list-style: none;
    padding: 0;
    margin: 0;
}

.useful-btn li {
    margin-bottom: 12px;
}

.useful-btn li a {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    width: 195px; /* same width */
    text-decoration: none;
    color: #222;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #eee;
    transition: 0.3s;
}


.useful-btn li a:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transform: translateY(-2px);
    color: #EC7026;
    text-decoration: underline;
}



.nic-content {
    display: flex;
    align-items: center;
    gap: 15px;
   
}
.nic-content img {
    cursor: pointer;
}

.nic-content p {
    margin: 0;
    font-size: 13px;
    color: #C5C5C5;
}
.nic-content p a {
    color: #38a3d7;
    font-size: 13px;
}

.ertified-quality {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ertified-quality img {
    margin-right: 10px;
    cursor: pointer;
}
.ertified-quality a {
    color: #38a3d7;
    font-size: 13px;
}

.four-icons {
    display: flex;
    align-items: center;
}
.four-icons a img {
    margin: 0px 15px;
    width: 70px;
}

@media (max-width: 1241px) {
   .four-icons a img {
    width: 50px;
}
   
}

.copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-pack: justify;
    background: linear-gradient(233.19deg, #8EC850 -256.88%, #428DCB -167.3%, #2AB998 -81.23%, #C2579B -2.2%, #EC7026 80.36%);
    justify-content: center;
    padding: 15px 0px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0px;
    font-size: 0.857em;
}

/* ---------- MOBILE RESPONSIVE + ACCORDION ---------- */

@media (max-width: 768px) {

    .footer-qr-box img {
        width: 30%;
    }

    /* SOCIAL ICONS */
    .social-content-footer {
        flex-wrap: wrap;
        text-align: center;
        padding-bottom: 25px;
    }
    .social-content-footer p {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .social-content-footer a img {
        width: 25px;
        margin: 0 8px;
    }

    /* GRID FIX
    .col-lg-2,
    .col-lg-3,
    .col-lg-5,
    .col-lg-6,
    .col-lg-1 {
        width: 100% !important;
    } */

    /* ACCORDION TITLE */
    .accordion-title {
        cursor: pointer;
        padding: 15px 0;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        position: relative;
        font-size: 18px;
    }

    /* + ICON */
    .accordion-title::after {
        content: "+";
        position: absolute;
        right: 10px;
        top: 15px;
        font-size: 22px;
        font-weight: bold;
    }

    /* - ICON WHEN ACTIVE */
    .accordion-title.active::after {
        content: "-";
    }

    /* HIDE ALL LIST ITEMS BY DEFAULT */
    .quick-links li,
    .useful-links {
        /* display: none !important; */
    }

    /* SHOW WHEN ACTIVE */
    .quick-links.open li,
    .useful-links.open {
        display: block !important;
    }

    .useful-links {
        flex-direction: column;
        gap: 0;
    }

    .useful-btn li a {
        width: 100%;
    }

    .four-icons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .four-icons img {
        width: 70px;
        margin: 10px;
    }

    .nic-content {
        flex-direction: column;
        text-align: center;
    }

    .ertified-quality {
        justify-content: center;
        margin: 20px 0;
    }

    .copyright {
        text-align: center;
    }
}

/* -----------------========== Footer End ========----------------*/


/* -----------------========== Social Icon btn Start ========--------------- */
.menu {
    position: fixed;
    right: 150px;
    top: 50%;
    width: 80px;
    height: 80px;
    z-index: 9999;
}

.menu .btn.trigger {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 20;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

/* Horizontal line */
.menu .btn.trigger .line {
    width: 30px;
    height: 4px;
    background: #ff6600;
    position: absolute;
    border-radius: 2px;
}

/* Vertical line */
.menu .btn.trigger .linet {
    width: 4px;
    height: 30px;
    background: #ff6600;
    position: absolute;
    border-radius: 2px;
}

/* ICONS WRAPPER */
.icons {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 80px;
    height: 80px;
}

/* EACH ROTATER POSITION */
.rotater {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 10px;
    top: 10px;
    transition: 0.5s ease;
}

/* ICON BUTTON */
.btn-icon {
    width: 45px;
    height: 45px;
    background: var(--i);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    transition: 0.4s ease;
}



.btn-icon i {
    font-size: 25px;
}

/* WHEN MENU IS ACTIVE */
.menu.active .btn-icon {
    transform: scale(1);
}

/* CIRCLE POSITIONS — ALL ICONS STAY UPRIGHT */
.menu.active .rotater:nth-child(1) {
    transform: rotate(0deg) translateY(-130px) rotate(-0deg);
}

.menu.active .rotater:nth-child(2) {
    transform: rotate(30deg) translateY(-130px) rotate(-30deg);
}

.menu.active .rotater:nth-child(3) {
    transform: rotate(60deg) translateY(-130px) rotate(-60deg);
}

.menu.active .rotater:nth-child(4) {
    transform: rotate(90deg) translateY(-130px) rotate(-90deg);
}

.menu.active .rotater:nth-child(5) {
    transform: rotate(120deg) translateY(-130px) rotate(-120deg);
}

.menu.active .rotater:nth-child(6) {
    transform: rotate(150deg) translateY(-130px) rotate(-150deg);
}

.menu.active .rotater:nth-child(7) {
    transform: rotate(180deg) translateY(-130px) rotate(-180deg);
}

.menu.active .rotater:nth-child(8) {
    transform: rotate(210deg) translateY(-130px) rotate(-210deg);
}

.menu.active .rotater:nth-child(9) {
    transform: rotate(240deg) translateY(-130px) rotate(-240deg);
}

.menu.active .rotater:nth-child(10) {
    transform: rotate(270deg) translateY(-130px) rotate(-270deg);
}

.menu.active .rotater:nth-child(11) {
    transform: rotate(300deg) translateY(-130px) rotate(-300deg);
}

.menu.active .rotater:nth-child(12) {
    transform: rotate(330deg) translateY(-130px) rotate(-330deg);
}

@media (max-width: 767px) {

    .menu {
        position: fixed;
        right: 10px;
        top: 28%;
        width: 80px;
        height: 80px;
        z-index: 9999;
    }

    .icons {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        padding-top: 90px;
        /* space below trigger */
        justify-content: center;
    }

    .rotater {
        position: relative;
        width: calc(50% - 20px);
        /* 2 columns */
        height: auto;
        left: -20px;
        top: 0;
        transform: none !important;
    }

    .btn-icon {
        transform: scale(0);
        margin: auto;
    }

    .menu.active .btn-icon {
        transform: scale(1);
    }
}



/* -----------------========== Social Icon btn End ========--------------- */

/* -----------------========== Feedback btn Strat ========--------------- */

.feedback a {
    position: fixed;
    top: 60%;
    right: 175px;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    color: #000000;
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    border: 1px solid transparent;
    padding: .575rem .65rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    border-radius: 50%;
    z-index: 9999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.feedback a:hover {
    width: 45px;
    height: 45px;
    padding-right: 215px;
    display: inline-block;
    border-radius: 50px;
}

.feedback a img {
    font-size: 16px;
    font-weight: 600;
    padding-right: 15px;
}

@media (max-width: 767px) {

    .feedback a {
        position: fixed;
        top: 65%;
        right: 35px;
    }
}

/* -----------------========== Feedback btn End ========--------------- */

/* ---------Bottom Marquee Headline------- */
.my-banner {
    background-color: #e4ebf2;
    padding: 10px;
    position: fixed;
    bottom: 0;
    z-index: 99;
}

.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    /* Prevents content from wrapping */
}

.marquee-content {
    display: inline-block;
    /* Allows content to flow horizontally */
    animation: marquee-scroll 20s linear infinite;
    /* Adjust duration as needed */
}

.marquee-content:hover {
    animation-play-state: paused;
    /* Stops animation when hovered */
}

.marquee-content span a {
    color: #000;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        /* Translate by the width of one set of content */
        transform: translateX(-50%);
        /* For two identical content blocks */
    }
}

/* -------- Footer Accordion Base -------- */
.footer-section {
    color: #fff;
}

/* Remove list default */
.footer-item ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-item a {
    color: #ddd;
    text-decoration: none;
    font-size: 14px;
}

/* -------- Accordion Title -------- */
.accordion-title {
    cursor: pointer;
    position: relative;
    padding: 10px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #555;
}

/* Plus / Minus Icon */
.accordion-title::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 18px;
    transition: 0.3s;
}

.accordion-title.active::after {
    content: "-";
}

/* -------- MOBILE ACCORDION ONLY -------- */
@media (max-width: 768px) {
    .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }
}

/* -------- DESKTOP (ALWAYS OPEN) -------- */
@media (min-width: 769px) {
    .accordion-content {
        max-height: unset !important;
        overflow: visible !important;
    }

    .accordion-title::after {
        display: none;
    }

    .accordion-title {
        cursor: default !important;
        border-bottom: none;
    }
}




/*--------------------------------------------------------------
# Services Price and Plan
--------------------------------------------------------------*/
.services .price-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #000000;
}

.services .price-box .icon {
  margin-bottom: 10px;
}

.services .price-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.services .price-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .price-box h4 a {
  color: #33000f;
  transition: ease-in-out 0.3s;
}

.services .price-box p {
  line-height: 24px;
  font-size: 17px;
  margin-bottom: 0;
  color: #fff;
}

.services .price-box:hover {
  transform: translateY(-10px);
}

.services .price-box:hover h4 a {
  color: #47b2e4;
}

.plan-price {
    color: #EC7026  ;
}