    /* call icon */
    .call-icon {
        position: fixed;
        bottom: 20px;
        left: 20px;
        background-color: #25d366;
        color: white;
        border-radius: 60%;
        padding: 15px;
        font-size: 18px;
        text-align: center;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        z-index: 1000;
    }

    .whatsapp-icon {
        position: fixed;
        bottom: 90px;
        right: 20px;
        background-color: #25d366;
        color: white;
        border-radius: 50%;
        padding: 15px;
        font-size: 18px;
        text-align: center;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        z-index: 1000;
    }

    /* Desktop version */
    @media (min-width: 1024px) {
        .desktop-section {
            display: block;
        }

        .mobile-section {
            display: none;
        }

        /* Add your desktop-specific styles here */
    }

    /* Mobile version */
    @media (max-width: 1023px) {
        .desktop-section {
            display: none;
        }

        .mobile-section {
            display: block;
        }

        /* Add your mobile-specific styles here */
    }

    /* popup css */
    .popup {
        display: none;
        /* Initially hidden */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        justify-content: center;
        align-items: center;
        z-index: 9999;
        /* Ensure the popup is above all other elements */
    }

    .popup-content {
        background-color: #fff;
        /* padding: 20px; */
        border-radius: 5px;

    }

    .no-scroll {
        overflow: hidden;
        /* Disable scrolling */
    }

    .form-container {
        max-width: 400px;
        margin: 0 auto;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .form-group {
        margin-bottom: 15px;
    }

    .form-group label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .form-group input {
        width: calc(100% - 12px);
        padding: 8px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .form-group input:focus {
        outline: none;
        border-color: #66afe9;
    }

    .form-group input[type="submit"] {
        background-color: #4CAF50;
        color: white;
        border: none;
        cursor: pointer;
    }

    .form-group input[type="submit"]:hover {
        background-color: #45a049;
    }

    /* block container convert to link */
    .block_cont {
        display: block;
    }

    /* goals section */
    .gtco-testimonials {
        position: relative;
        margin-top: 30px;

        h2 {
            font-size: 30px;
            text-align: center;
            color: #333333;
            margin-bottom: 50px;
        }

        .owl-stage-outer {
            padding: 30px 0;
        }

        .owl-nav {
            display: none;
        }

        /* .owl-dots {
        text-align: center;

        span {
            position: relative;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            display: inline-block;
            background: #fff;
            border: 2px solid #01b0f8;
            margin: 0 5px;
        }

        .active {
            box-shadow: none;

            span {
                background: #01b0f8;
                box-shadow: none;
                height: 12px;
                width: 12px;
                margin-bottom: -1px;
            }
        }
    } */
        .owl-dots {
            text-align: center;
            display: flex;
            /* Add this to make the container flex */
            justify-content: center;
            /* Center the dots within the container */

            span {
                position: relative;
                height: 10px;
                width: 10px;
                border-radius: 50%;
                display: inline-block;
                /* Ensure dots are displayed inline */
                background: #fff;
                border: 2px solid #01b0f8;
                margin: 0 5px;
            }

            .active {
                box-shadow: none;

                span {
                    background: #01b0f8;
                    box-shadow: none;
                    height: 12px;
                    width: 12px;
                    margin-bottom: -1px;
                }
            }
        }



        .card {
            background: #fff;
            box-shadow: 0 8px 30px -7px #c9dff0;
            margin: 0 20px;
            padding: 0 10px;
            border-radius: 20px;
            border: 0;

            .card-img-top {
                max-width: 15rem;
                margin: 15px auto 0;

                width: 15rem;
                height: 15rem;
            }

            h5 {
                color: #01b0f8;
                font-size: 21px;
                line-height: 1.3;

                span {
                    font-size: 18px;
                    color: #666666;
                }
            }

            p {
                font-size: 18px;
                color: #555;
                padding-bottom: 15px;
            }
        }

        .active {
            opacity: 0.5;
            transition: all 0.3s;
        }

        .center {
            opacity: 1;

            h5 {
                font-size: 24px;

                span {
                    font-size: 20px;
                }
            }

            .card-img-top {
                max-width: 100%;
                height: 15rem;
                width: 15rem;
            }
        }
    }

    @media (max-width: 767px) {
        .gtco-testimonials {
            margin-top: 20px;
        }
    }

    .owl-carousel {
        .owl-nav button {

            &.owl-next,
            &.owl-prev {
                outline: 0;
            }
        }

        button.owl-dot {
            outline: 0;
        }
    }

    .hero {
        display: flex;
        height: 70vh;
        /* Full viewport height */
        position: relative;
        /* Relative positioning for absolute child elements */
    }

    .hero-half {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        color: white;
        position: relative;


    }

    .left {
        background-color: #00acf5;

    }

    .right {
        background-color: #4686e0;

    }

    /* .hero-link {
    display: block;
    text-decoration: none;
    color: inherit;
    flex: 1;

}

.hero-half {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: white;
    position: relative;
}

.left {
    background-color: #00acf5;
 
}

.right {
    background-color: #4686e0;
  
} */


    h2 {

        margin-bottom: 10px;
    }

    .title-container {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    p {
        margin-bottom: 20px;
    }

    button {
        padding: 10px 20px;
        border: none;
        background-color: white;
        color: black;
        cursor: pointer;
    }

    button:hover {
        background-color: #f1f1f1;
    }

    .image-left,
    .image-right {
        position: absolute;
        top: 97%;
        width: 200px;
        /* Adjust as needed */
        height: 200px;
        /* Adjust as needed */
        border-radius: 50%;
        border: 13px solid white;
        /* Border around the image */
        transform: translateY(-50%);
    }

    .image-left {
        left: 25vw;
        transform: translate(-50%, -50%);
    }

    .image-right {
        right: 25vw;
        transform: translate(50%, -50%);
    }

    .hero-half.right i,
    .hero-half.left i {
        font-size: 27px;
        /* Adjust as needed */
        margin-right: 10px;
        /* Spacing between icon and text */
    }



    /* Desktop version */
    @media (min-width: 1024px) {
        .desktop-section {
            display: block;
        }

        .mobile-section {
            display: none;
        }

        /* Add your desktop-specific styles here */
    }

    /* Mobile version */
    @media (max-width: 1023px) {
        .desktop-section {
            display: none;
        }

        .mobile-section {
            display: block;
        }

        /* Add your mobile-specific styles here */
    }

    @media only screen and (max-width: 600px) {
        .hero-mobile {
            display: flex;
            flex-direction: column;
            height: 50vh;
            /* Half of the viewport height */
        }

        .hero-half-mobile {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 20px;
            color: white;
            position: relative;
        }

        .text-content {
            margin-top: 10px;
            padding-left: 5vw;
        }
    }














    /* padding inside the index banner */
    .padding-class {
        padding-top: 2.5rem;
    }

    /* style for the index banner in middle */
    .container-fluid-index {
        width: 100%;
        padding-top: 2.5rem;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        padding-bottom: 2.5rem;
        margin-right: auto;
        margin-left: auto
    }

    .container-fluid-indexd {
        width: 100%;
        padding-top: 2rem;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        padding-bottom: 2.5rem;
        margin-right: auto;
        margin-left: auto
    }

    /* Styles for mobile devices for index file banner */
    @media (max-width: 767px) {
        .container-fluid-index {
            padding-top: 10rem;
        }
    }

    @media (max-width: 767px) {
        .container-fluid-indexd {
            padding-top: 3rem;
        }
    }

    .img-dstp {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
        padding: 20px;
    }

    .img-dstp img {
        width: 100%;
        max-width: 400px;
        height: auto;
        border-radius: 50px 0px 50px 0px;
    }

    /* Media Query for mobile devices */
    @media (max-width: 768px) {
        .img-dstp {
            flex-direction: column;
            align-items: center;
        }
    }

    /* Domestic Hero */
    .gap {
        height: calc(2 * 1.5em);
        /* 4 lines of text with a line-height of 1.5 */
    }

    .gap-1 {
        height: calc(1 * 1.5em);
        /* 4 lines of text with a line-height of 1.5 */
    }

    .center {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        /* Adjust as needed (row or column) */
        width: 100%;
        /* Full viewport height */
        background-color: #ffffff;
    }

    .center-questions {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        /* Adjust as needed (row or column) */
        width: 100%;
        /* Full viewport height */
        background-color: #ffffff;
    }

    .domestic-hero {
        position: relative;
        width: 100%;
        height: 100vh;
        /* 100% of the viewport height */
        background: url('../img/dstp1.jpg') no-repeat center center/cover;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        text-align: center;
    }

    .domestic-hero-text {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    /* .domestic-hero h1 {
    font-size: 10vw;
    margin: 0;
}

.domestic-hero p {
    font-size: 4vw;
} */

    .text-dstp-mobile {
        font-family: 'Roboto', sans-serif;
        padding-left: 30px;
        padding-top: 30px;
        padding-right: 30px;

    }

    .text-dstp-desktop {
        font-family: 'Roboto', sans-serif;
        padding-left: 10vw;
        padding-top: 7vw;
        padding-right: 10vw;

    }

    .text-dstp h2 {
        font-size: calc(1.375rem + 1.2vw);
    }

    /*** Breathing Effect ***/
    .breathing-button {
        animation: breathing 2s ease-in-out infinite;
    }

    @keyframes breathing {
        0% {
            transform: scale(1);
            box-shadow: 0 0 5px rgba(255, 0, 0, 0.2);
        }

        50% {
            transform: scale(1.1);
            box-shadow: 0 0 20px rgba(255, 0, 0, 0.4);
        }

        100% {
            transform: scale(1);
            box-shadow: 0 0 5px rgba(255, 0, 0, 0.2);
        }
    }

    /* table */
    table {
        width: 100%;
        border-collapse: collapse;
    }

    th {
        background-color: #0195D1;
        color: white;
        padding: 10px;
    }

    td {
        padding: 10px;
    }

    tr:nth-child(even) {
        background-color: #8fe3ff;
    }

    tr:nth-child(odd) {
        background-color: white;
    }

    .table-container {
        padding: 2rem;
    }

    .designer-line {
        width: 100%;
        height: 4px;
        background: linear-gradient(to right, #0195D1, #4FCAF4);
        margin: 20px 0;
    }



    /*** Spinner Start ***/
    #spinner {
        opacity: 0;
        visibility: hidden;
        transition: opacity .8s ease-out, visibility 0s linear .5s;
        z-index: 99999;
    }

    #spinner.show {
        transition: opacity .8s ease-out, visibility 0s linear .0s;
        visibility: visible;
        opacity: 1;
    }

    /*** Spinner End ***/

    .back-to-top {
        position: fixed;
        right: 20px;
        bottom: 30px;
        display: flex;
        width: 45px;
        height: 45px;
        align-items: center;
        justify-content: center;
        transition: 0.5s;
        z-index: 99;
    }

    .roboto-bold {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-style: normal;
    }

    .fw-thin {
        font-weight: 100;
    }

    .text-uppercase {
        font-size: 14px;
    }

    .text-uppercase-index-hero {
        font-size: 30px;
        color: white;
    }

    /*** Button Start ***/
    .btn {
        font-weight: 600;
        transition: .5s;
    }

    .btn-square {
        width: 32px;
        height: 32px;
    }

    .btn-sm-square {
        width: 34px;
        height: 34px;
    }

    .btn-md-square {
        width: 44px;
        height: 44px;
    }

    .btn-lg-square {
        width: 56px;
        height: 56px;
    }

    .btn-square,
    .btn-sm-square,
    .btn-md-square,
    .btn-lg-square {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: normal;
    }

    .link-hover {
        transition: 0.5s;
    }

    .link-hover:hover {
        color: var(--bs-primary) !important;
    }


    .img-zoomin {
        transition: 0.5s;
    }

    .img-zoomin-hero {
        transition: 0.5s;
        border: 5px solid white;
    }

    .img-zoomin-hero:hover {
        transform: scale(1.1);

    }

    .img-zoomin:hover {
        transform: scale(1.1);

    }

    /*** Topbar Start ***/
    .sticky-top {
        transition: 0.5s;
        background: var(--bs-white);
    }

    .topbar {
        padding: 10px 0;
    }

    .topbar .top-info {
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
    }

    .topbar .top-link {
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
    }

    @media (max-width: 1400px) {
        .sticky-top .top-link {
            display: none;
        }

    }

    .topbar .top-link a {
        font-size: medium;
        font-weight: 400;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 1px;
    }

    .topbar .top-link a small:hover {
        color: var(--bs-secondary) !important;
        transition: 0.5s;
    }

    .topbar .top-link a small:hover i {
        color: var(--bs-primary) !important;
    }

    #note {
        position: relative;
        animation: noteAnimate 10s infinite;
        animation-timing-function: ease-in-out;
        display: flex;
        align-items: center;
    }

    @keyframes noteAnimate {
        from {
            left: -735px;
        }

        to {
            left: 735px;
        }
    }

    /*** Topbar End ***/

    /*** Navbar Start ***/
    .navbar .navbar-nav .nav-link {
        padding: 10px 15px;
        font-weight: 400;
        font-family: 'Fredoka', sans-serif;
        font-size: 16px;
        transition: .5s;
    }

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active,
    .sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
    .sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
        color: var(--bs-primary);
    }

    .navbar .dropdown-toggle::after {
        border: none;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        vertical-align: middle;
        margin-left: 8px;
    }

    @media (min-width: 1200px) {
        .navbar .nav-item .dropdown-menu {
            display: block;
            visibility: hidden;
            top: 100%;
            font-weight: 400;
            font-family: 'Fredoka', sans-serif;
            transform: rotateX(-75deg);
            transform-origin: 0% 0%;
            border: 0;
            transition: .5s;
            opacity: 0;
        }
    }

    .dropdown .dropdown-menu a:hover {
        background: var(--bs-secondary);
        color: var(--bs-primary);
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        background: var(--bs-light) !important;
        border-radius: 10px !important;
        transition: .5s;
        opacity: 1;
    }

    @media (min-width: 1200px) {
        .navbar .navbar-collapse .border-top {
            border-top: none !important;
        }
    }

    #searchModal .modal-content {
        background: rgba(255, 255, 255, .8);
    }

    /*** Navbar End ***/


    /*** Features Start ***/
    .features {
        width: 100%;
        background: linear-gradient(rgba(26, 125, 255, 0.5), rgba(255, 255, 255, 0.3)), url(../img/features-background.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    /*** Features End ***/


    /*** Top News Start ***/
    .news-2 h3 {
        position: relative;
    }

    .news-2 h3::after {
        content: "";
        line-height: 1.3rem;
        background: var(--bs-secondary);
        position: absolute;
        width: 68%;
        top: 50%;
        transform: translateY(-50%);
        height: 1px;
        right: 0;
        opacity: 0.2;
    }

    /*** Top News End ***/


    /*** Latest News Start ***/
    .latest-news .latest-news-carousel.owl-carousel {
        position: relative;
    }

    .latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev {
        position: absolute;
        top: -65px;
        right: 70px;
        font-size: 20px;
        padding: 2px 20px;
        transition: 0.5s;
        margin-right: 10px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-dark);
        border-radius: 20px;
    }

    .latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next {
        position: absolute;
        top: -65px;
        right: 0;
        font-size: 20px;
        margin-left: 10px;
        padding: 2px 20px;
        transition: 0.5s;
        border: 1px solid var(--bs-primary);
        color: var(--bs-dark);
        border-radius: 20px;
    }

    .latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev:hover,
    .latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next:hover {
        background: var(--bs-primary);
        color: var(--bs-white);
        border-radius: 10px;
    }

    /*** Latest News End ***/


    /*** Whats New Start ***/
    .populer-news .whats-carousel.owl-carousel {
        position: relative;
    }

    .populer-news .whats-carousel.owl-carousel .owl-nav .owl-prev {
        position: absolute;
        top: -80px;
        right: 70px;
        font-size: 20px;
        padding: 2px 20px;
        transition: 0.5s;
        margin-right: 10px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-dark);
        border-radius: 20px;
    }

    .populer-news .whats-carousel.owl-carousel .owl-nav .owl-next {
        position: absolute;
        top: -80px;
        right: 0;
        font-size: 20px;
        margin-left: 10px;
        padding: 2px 20px;
        transition: 0.5s;
        border: 1px solid var(--bs-primary);
        color: var(--bs-dark);
        border-radius: 20px;
    }

    .populer-news .whats-carousel.owl-carousel .owl-nav .owl-prev:hover,
    .populer-news .whats-carousel.owl-carousel .owl-nav .owl-next:hover {
        background: var(--bs-primary);
        color: var(--bs-white);
        border-radius: 10px;
    }

    .populer-news .tab-class .nav-item a.active {
        background: var(--bs-primary) !important;
    }

    .lifestyle .lifestyle-item {
        position: relative;
        overflow: hidden;
    }

    .lifestyle .lifestyle-item img {
        transition: 0.5s;
    }

    .lifestyle .lifestyle-item:hover img {
        transform: scale(1.2);
    }

    .lifestyle .lifestyle-item .lifestyle-content {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 20px;
        display: flex;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 10px;
    }

    /*** Whats New End ***/


    /*** Banner Section start ***/
    .banner-2 {
        position: relative;
    }

    .banner-content-2 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: linear-gradient(rgba(26, 125, 255, 0.7), rgba(255, 255, 255, 0.7));
        z-index: 2;
    }

    /*** Banner Section End ***/


    /*** Footer Start ***/
    .footer button:hover {
        background: var(--bs-white) !important;
        color: var(--bs-primary) !important;
    }

    .footer .footer-item-1 .line-h {
        line-height: 38px;
    }

    .footer .footer-item-1 a i {
        transition: 0.5s;
    }

    .footer .footer-item-1 a:hover i {
        color: var(--bs-primary) !important;
    }

    .footer .footer-item-3 a {
        line-height: 38px;
    }

    .footer .footer-item-2 a {
        transition: 0.5s;
    }

    .footer .footer-item-2 a:hover {
        color: var(--bs-primary) !important;
    }

    .footer .footer-item-3 a {
        transition: 0.5s;
    }

    .footer .footer-item-3 a:hover {
        color: var(--bs-primary) !important;
    }

    .copyright {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    /*** Footer End ***/