@import url('https://fonts.cdnfonts.com/css/avenir');
@import url('https://fonts.cdnfonts.com/css/optima');
@import url('https://fonts.cdnfonts.com/css/ananda-black');
@import url('https://fonts.cdnfonts.com/css/gourdie-cursive');

/********** Template CSS **********/
body {
    margin: 0%;
    padding: 0%;
    width: 100%;
    overflow-x: hidden;
    background-color: white !important; 
}

@media (max-width: 1100px) {
    body {
        margin: 0%;
        padding: 0%;
        width: 100%;
        overflow-x: hidden;
        background-color: white !important; 
    }

    html {
        width: 100% !important;
        /* overflow-x: hidden; */
    }

    main{
        margin-top: 15% !important;
    }
}

:root {
    --primary: #0098dd !important;
    --light: #e2f9ff;
    --dark: #252525;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !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: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#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;
}

@media (max-width: 1100px) {
    #spinner {
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s ease-out, visibility 0s linear .5s;
        z-index: 99999;
    }

    #spinner img {
        width: 15%;
    }

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}

/* Social Media */
.social-media-container {
    position: fixed;
    top: 35%;
    right: -10px;
    font-size: 150%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(0, 0, 0);
    opacity: 0.6;
    padding: 10px;
    padding-right: 20px;
    border-radius: 10px;
}

.social-media-container .social-link {
    cursor: pointer;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.social-link p{
    font-size: 10px;
}

.social-media-container .whatsapp {
    color: white;
    margin: 5px;
    margin-right: 25px;
}

.social-media-container .linkedin {
    color: white;
    margin: 5px;
    margin-right: 25px;
}

.social-media-container .facebook {
    color: white;
    margin: 5px;
    margin-right: 25px;
}

.social-media-container .instagram {
    color: white;
    margin: 5px;
    margin-right: 25px;
}

@media (max-width: 1100px){
    /* Social Media */
.social-media-container {
    position: fixed;
    top: 50%;
    right: -5px;
    font-size: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0);
    border-radius:15px;
    padding: 5px;
    opacity: 0.6;
}

.social-media-container a {
    cursor: pointer;
}

.social-media-container .whatsapp {
    color: white;
    margin: 5px;
    margin-right: 25px;
}

.social-media-container .linkedin {
    color: white;
    margin: 5px;
    margin-right: 25px;
}

.social-media-container .facebook {
    color: white;
    margin: 5px;
    margin-right: 25px;
}

.social-media-container .instagram {
    color: white;
    margin: 5px;
    margin-right: 25px;
}
}

/*** Navbar ***/
.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;
    text-transform: uppercase;
    outline: none;
    background-color: white;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    width: 100%;
    height: 90px;
    background-color: white !important;
}

@media (max-width: 1100px) {
    .navbar.sticky-top {
        transition: .5s;
    }

    .navbar-nav{
        background-color: white;
    }
}

.navbar-change div {
    border: solid red 1px;
}

.navbar-change {
    display: flex !important;
}

.navbar-logo {
    width: 100%;
}

@media (max-width: 1099.99px) {
    .navbar {
        width: 100%;
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }

    html {
        overflow-x: hidden;
    }

    .sticky-top {
        position: fixed !important;
        top: -1px !important;
        height: 65px !important;
    }
}

.text-shadows {
    color: whitesmoke !important;
}

@media (min-width: 1100px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        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;
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 30px;
        padding: 0px !important;
        color: var(--dark);
        font-weight: 500;
        text-transform: uppercase;
        outline: none;
    }
}

#hideDIV {
    position: fixed;
    display: none;
    font-size: 100% !important;
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
    margin-top: 20px;
    border-radius: 15px;
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, .25) !important;
}

@media (max-width: 1100px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/new-images/banner.png) center center no-repeat;
    background-size: cover;
}

.team-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/new-images/1.png) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.product-title {
    color: darkgreen;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-size: 200%;
    margin-bottom: 5%;
}


/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon img {
    width: 50%;
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}


/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: #f8f8f8;
    transition: .5s;
}

.service-color-white {
    background: #fff !important;
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}

.service-text img {
    width: 25%;
}

/*** Project ***/
.product body {
    font-family: 'Arial', sans-serif;
    background: linear-gradient(135deg, #74ebd5, #ACB6E5);
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.product-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

@media (max-width: 1100px) {
    .product-card-container {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .product-card {
        background: #ffffff;
        border-radius: 15px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
        overflow: hidden;
        margin: 5% !important;
        width: 90% !important;
        text-align: center;
        position: relative;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        background-color: rgb(234, 248, 252);
    }

    .product-card p{
        padding-bottom: 15px;
    }

    .product-card a{

    }
}

.product-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 20%;
    padding: 30px;
    text-align: center;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background-color: #f8f8f8;
}

.product-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.product-card h2 {
    color: #333;
    font-size: 1.5rem;
    margin: 10px 0;
}

.product-card p {
    color: #555;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.product-learn-more {
    text-decoration: none;
    background: linear-gradient(45deg, #007BFF, #00C6FF);
    color: white;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.4);
    transition: background 0.4s ease, box-shadow 0.4s ease;
}

.product-learn-more:hover {
    background: linear-gradient(45deg, #0056b3, #007BFF);
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.6);
    cursor: pointer;
    color: white;
}

.product-card:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.prodct-card:hover:before {
    opacity: 1;
}

/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

@media (max-width: 1100px) {
    .team-items {
        margin: 0rem;
        width: 100%;
    }

    .team-item {
        padding: 0rem;
    }

    .team-item::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        background: #FFFFFF;
        transition: .5s;
        z-index: -1;
    }

    .team-item:hover::after {
        height: 100%;
        background: var(--primary);
    }

    .team-item .team-social {
        position: absolute;
        width: 100%;
        bottom: -20px;
        left: 0;
    }

    .team-item .team-social .btn {
        display: inline-flex;
        margin: 0 2px;
        color: var(--primary);
        background: var(--light);
    }

    .team-item .team-social .btn:hover {
        color: #FFFFFF;
        background: var(--primary);
    }

    .team-member {
        width: 48%;
        margin: 1%;
    }
}

/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #777777;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

/* Amol Chipte ------------------------- Changes-------------------- */
/* Rotating Icon */
.rotate-logo img {
    width: 4rem;
}

.logo-image {
    width: 75%;
}

.logo-image img {
    width: 300px;
}

.logo-image-2 img {
    width: 150px;
    float: right;
}

@media (max-width: 1100px) {
    .logo-image {
        width: 50%;
    }

    .logo-image img {
        width: 250px !important;
    }

    .logo-image-2 img {
        display: none;
    }
}

.navbar {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3) !important;
}

.topbar-container {
    background-color: rgb(234, 248, 252) !important;
    color: black !important;
}

a {
    border-radius: 10px !important;
}

.bg-img,
.service-text,
.service-card,
.service-item {
    border-radius: 15px !important;
}

.service-item {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.product-card {
    margin: 1%;
}

.product-card h2 {
    padding: 5%;
}

.product-card p {
    text-align: justify;
}

.product-card i {
    font-size: 200%;
    color: green;
}

.product-card a:hover {
    cursor: pointer;
}

.product-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.product-images img {
    width: 25%;
    margin: 5%;
}

.sparsh-logo img {
    width: 150px !important;
}

@media (max-width: 1100px) {
    .product-images img {
        width: 40%;
        margin: 5%;
    }
}

.row-service {
    display: flex;
    flex-wrap: wrap;
}

.column-service {
    width: 100%;
    padding: 0 1em 1em 1em;
    text-align: center;
}

.card-service {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    background: linear-gradient(#ffffff 50%, #0098dd 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
}

.card-service h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
}

.card-service p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
}

.icon-wrapper {
    background-color: #104385;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
}

.card-service:hover {
    background-position: 0 100%;
}

.card-service:hover .icon-wrapper {
    background-color: #ffffff;
    color: #0098dd;
}

.card-service:hover h3 {
    color: #ffffff;
}

.card-service:hover p {
    color: #f0f0f0;
}

@media screen and (min-width: 768px) {
    .column-service {
        flex: 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 1100px) {
    .column-service {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

.cards-container-certificate {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.card-certificate {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    padding: 20px;
    text-align: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.card-certificate:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.card-certificate img {
    width: 50%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 15px;
}

.card-certificate h3 {
    font-size: 1.8rem;
    color: #3498db;
    margin-bottom: 10px;
}

.card-certificate p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.card-certificate a {
    text-decoration: none;
    font-size: 1rem;
    color: white;
    background: linear-gradient(45deg, #3498db, #2980b9);
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: bold;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.card-certificate a:hover {
    background: linear-gradient(45deg, #1e6091, #3498db);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
}

@media (max-width: 1100px) {
    .cards-container-certificate {
        flex-direction: column;
        align-items: center;
    }

    .card-certificate {
        max-width: 90%;
    }
}

.certifications {
    display: flex;
    flex-direction: column;
}

.certifications .certificate-card {
    display: flex;
    flex-direction: row;
    width: 80%;
    border-radius: 25px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    padding: 2.5%;
    margin: 2.5% 10%;
}

@media (max-width: 1100px) {
    .certifications .certificate-card {
        display: flex;
        flex-direction: column;
        width: 80%;
        border-radius: 25px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
        padding: 2.5%;
        margin: 2.5% 10%;
    }
}

.certificate-card div {
    margin: 1%;
}

.certificate-card .certificate-image {
    width: 100%;
}

.certificate-image img {
    width: 100%;
}

.certificate-card .certificate-desc p {
    text-align: justify;
}

.certificate-card .certificate-desc a{
    bottom: 0px;
}

.stories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100%;
    align-items: center;
}

.stories .story-card {
    display: flex;
    flex-direction: column;
    min-width: 450px;
    width: 40%;
    border-radius: 25px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    padding: 2%;
    margin: 2.5%;
}

.story-card .story-image {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 15px;
}

@media (max-width: 1100px) {
    .stories .story-card {
        display: flex;
        flex-direction: column;
        min-width: 325px;
        width: 40%;
        border-radius: 25px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
        padding: 2%;
        margin: 2.5%;
    }
}

.story-image img {
    width: 100%;
    border-radius: 15px;
    transition: all ease-in-out 0.5s;
}

.story-image img:hover {
    transform: scale(105%);
}

.story-desc {
    text-align: left;
}

.download-button {
    padding: 2%;
    justify-content: space-between;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    float: right;
    transition: all ease-in-out 0.5s;
}

@media (max-width: 1100px) {
    .download-button {
        width: 100%;
    }
}

.download-button:hover {
    background-color: #0056b3;
}

.img-fluid-vm {
    object-fit: cover;
    width: 100%;
    height: 350px;
}

@media (max-width: 1100px) {
    .vision-container {
        flex-direction: column-reverse;
    }
}

.map-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.map-container iframe {
    width: 90%;
    height: 400px;
}

@media (max-width: 1100px) {
    .map-container iframe {
        height: 250px;
    }
}

.owl-carousel-inner {
    background: rgba(255, 255, 255, 0);
}

/* New Navbar */
.navbar-new {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.navbar-new.transparent {
    background: transparent;
    color: white;
}

.navbar-new.transparent a {
    color: white;
}

.navbar-new.scrolled {
    background: white;
    color: black;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-new.scrolled a {
    color: black;
}

.navbar-new a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.space-down {
    padding-bottom: 30px !important;
}

.top-navbar {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}

.text-body img {
    width: 75px;
    height: 100%;
}

.desktop-view {
    display: block !important;
}

@media (max-width: 1100px) {
    .desktop-view {
        display: none !important;
    }

    .desktop-view .text-body {
        font-size: 20px !important;
    }
}

.group-keys {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.group-keys .group-key {
    border-radius: 10px;
    margin: 1%;
    width: 100%;

    &:hover {
        transition: all ease-in-out 0.3s;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    }
}

@media (max-width: 1100px) {
    .group-keys {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .group-keys .group-key {
        margin: 35px 0px;
        border-radius: 10px;
        width: 100%;

        &:hover {
            transition: all ease-in-out 0.3s;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
        }
    }
}

/* --------------------- Font Configuration Start --------------------- */
body {
    /* font-family: 'Avenir' !important; */
}

.heading-font {
    /* font-family: 'Optima' !important; */
}

.quote h2 {
    font-family: 'Ananda Black' !important;
}

/* --------------------- Font Configuration End --------------------- */

.service-keys {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.service-key {
    margin: 1%;
    padding: 1%;
    width: 98%;
    /* height: 300px; */
    height: 350% !important;
    background-color: rgb(245, 245, 245);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, .3);
    border-radius: 25px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.service-key .quote {
    margin: 0%;
    width: 28%;
    text-align: center;
    font-style: italic;
}

.service-key .info {
    margin: 1%;
    width: 69%;
}

.info h1 {
    font-size: 200%;
}

.info p {
    padding: 2.5%;
}

.quote .fa-quote-left {
    float: left;
}

.quote .fa-quote-right {
    float: right;
}

.mobile-service-key {
    display: none;
}

.desktop-service-key {
    display: flex;
}

@media (max-width: 1100px) {
    .service-keys {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
    }

    .service-key {
        margin: 1.5%;
        padding: 5%;
        width: 100%;
        /* height: 300px; */
        height: 350% !important;
        background-color: rgb(245, 245, 245);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, .3);
        border-radius: 25px;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .service-key .quote {
        margin: 1%;
        width: 100%;
        text-align: center;
        font-style: italic;
    }

    .mobile-service-key {
        display: flex;
    }

    .desktop-service-key {
        display: none;
    }

    .service-key .info {
        margin: 1%;
        width: 100%;
    }

    .info h1 {
        font-size: 150%;
    }

    .quote .fa-quote-left {
        float: left;
    }

    .quote .fa-quote-right {
        float: right;
    }
}

.feature-bg-image-1 {
    /* background: linear-gradient(to left top, lightyellow, lightblue) center center no-repeat; */
    background-size: cover;
    color: black;
}

.feature-bg-image-2 {
    /* background: linear-gradient(to left top, lightblue, lightyellow) center center no-repeat; */
    background-size: cover;
    color: black;
}

.products-key div {
    /* border: 1px solid pink; */
}

.products-key {
    display: flex;
    flex-direction: column;
}

.products-key .product-key {
    width: 100%;
    display: flex;
    border-radius: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    padding: 5%;
    margin: 2%
}

.product-key .product-info {
    margin: 2%;
    width: 70%;
}

.product-key .product-img {
    width: 30%;
    object-fit: cover;
}

.mobile-product-info {
    display: none;
}

.desktop-product-info {
    display: flex;
}

@media (max-width: 1100px) {
    .products-key {
        display: flex;
        flex-direction: column;
    }

    .products-key .product-key {
        width: 100%;
        display: flex;
        flex-direction: column;
        border-radius: 20px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
        padding: 2%;
        margin: 2% 0%;
    }

    .product-key .product-info {
        margin: 2%;
        width: 96%;
        text-align: justify;
    }

    .product-key .product-img {
        width: 96%;
        object-fit: cover;
    }

    .mobile-switch {
        display: flex;
        flex-direction: column-reverse !important;
    }

    .mobile-product-info {
        display: flex;
    }

    .desktop-product-info {
        display: none;
    }
}

.features-section {
    /* border: solid pink 1px; */
    background: linear-gradient(white, lightblue);
}

.nanu-service {
    /* border: solid pink 1px; */
    background: linear-gradient(white, lightblue, white);
}

.products-section {
    background: linear-gradient(lightblue, white, white, white);
}

.product-mySlides .text {
    font-weight: bold;
}

.video-container {
    margin: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.video-container iframe {
    padding: 1%;
    background-color: white;
    border-radius: 25px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, .3);
    width: 100%;
    height: 630px;
}

@media (max-width: 1100px) {
    .video-container {
        margin: 5%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .video-container iframe {
        padding: 1%;
        background-color: white;
        border-radius: 25px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, .3);
        height: 300px;
    }
}