@import url('https://fonts.cdnfonts.com/css/gilroy-bold');
 
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

:root {
    --heading-color: #000;
    --text-color: #97979b;
}

body {
     font-family: 'Gilroy-Regular', sans-serif !important;
    width: 100%;
    margin: 0 auto;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.privacy{
  text-decoration: none;
  color: #1D988C;
}

.Inf{
    text-decoration:underline;
}

.back-to-top {
            position: fixed;
            visibility: hidden;
            opacity: 0;
            right: 15px;
            bottom: 15px;
            z-index: 99999;
            background: #1D988C !important;
            width: 40px;
            height: 40px;
            border-radius: 50px;
            transition: all 0.4s;
            border-color: #FFF;
            border-style: solid;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
        }
        
        .back-to-top i {
            font-size: 24px;
            color: #fff !important;
            line-height: 0;
        }
        
        .back-to-top:hover {
            background: #0b5c54;
            color: #fff;
        }
        
        .back-to-top.active {
            visibility: visible;
            opacity: 1;
        }
section {
    padding: 25px 5%;
    margin: 50px 0;
    cursor:default;
}

#imo {
    width: 100%;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: #fff; */
    padding: 25px 5%;
    border-radius: 0 0 8px 8px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10001;
    border-bottom: 1px solid #c5c5c5;
}


/* banner styling */

/*.banner {*/
/*    background: url('https://ucarecdn.com/9a8b18ec-533f-4145-ab4b-c46bc5c89e39/-/preview/1000x666/') !important;*/
/*    height: 50vh !important;*/
/*    width: 100%;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-blend-mode: overlay;*/
/*    object-fit: cover;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: end;*/
/*    align-items: start;*/
/*    height: 50%;*/
/*    padding: 80px 5%;*/
/*}*/

.hero-section {
    min-height: 50vh;
    background-color: #daf4f1;
  background-image: url('https://ucarecdn.com/9a8b18ec-533f-4145-ab4b-c46bc5c89e39/-/preview/1000x666/') !important;
    color: white;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: top;
    margin-bottom: 100px;
    padding: 20px 0;
}

.banner-content {
    width: 45%;
}

.banner-content h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.banner-content p {
    margin-bottom: 20px;
    color: var(--text-color);
    line-height: 1.5;
}

.btn {
    padding: 12px 22px;
    background: #8447fa;
    font: 1.125rem;
    font-weight: 600;
    border-radius: 4px;
    border: none;
    outline: none;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.34s ease-in;
}

.btn:hover {
    transform: translateY(-5px);
    background: #6722f1;
}


/* featured post */

.featured-post {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    width: 100%;
    justify-content: space-between;
}

.featured-left {
    display: flex;
    justify-content: space-between;
    gap: 2.7rem;
    align-items: start;
}

.featured-card {
    width: 50%;
}

.featured-card img {
    border-radius: 8px;
    margin-bottom: 18px;
    width: 100%;
    height: 280px;
}

.featured-card h2 {
    font-size: 1.6rem;
    margin-bottom: 12px;
    color: var(--heading-color);
    padding-right: 10px;
    /* to remain title in 2 lines */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-card p {
    padding-right: 10px;
    margin-bottom: 15px;
    color: var(--text-color);
    line-height: 1.5;
    /* to remain title in 2 lines */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn-outline {
    padding: 12px 22px;
    font: 1.125rem;
    font-weight: 600;
    background: transparent;
    border-radius: 4px;
    border: 2px solid #8447fa;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.34s ease-in;
    color:#000 !important;
}

.btn-outline:hover {
    transform: translateY(-5px);
    background: #6722f1;
    color: #fff !important;
}

#headd {
    font-size: 1.15rem;
    color: var(--heading-color);
    line-height: 1.5;
    margin-bottom: 10px;
}

#hedd {
    margin-bottom: 10px;
    color: var(--text-color);
    line-height: 1.5;
}

.featured-right {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
}

.featured-right h3,
.featured-right p {
    width: 80%;
}

.readme-btn {
    color: #8447fa;
    padding-bottom: 2px;
    margin-bottom: 5px;
    border-radius: 2px;
    border-bottom: 2px solid var(--text-color);
    text-decoration: none;
}


/* SmartUV */

.title {
    color: var(--heading-color);
    margin: 40px 0;
}

.blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.SmartUV {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.blog-card {
    width: 25%;
}

.blog-card img {
    border-radius: 8px;
    height: 200px;
    margin-bottom: 12px;
}

.newsletter {
    min-height: 300px;
    background: #E1DEFD;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletter p {
    width: 60%;
    margin: 15px auto;
    text-align: center;
}

.form input {
    padding: 12px;
    display: inline-flex;
    border-radius: 5px;
    border: none;
    outline: none;
}

input[type="email"] {
    width: 24%;
    margin-right: 15px;
}

.form .btn {
    padding: 12px 22px;
}


/* footer */

.company-info a {
    height: 30px;
    margin-bottom: 24px;
}

.company-info p {
    margin: 15px 0;
    width: 300px;
}

.socials {
    display: flex;
    gap: 20px;
}

.socials i {
    padding: 8px;
    font-size: 20px;
    border: none;
    color: #fff;
    background: #3974FE;
    border-radius: 50%;
    cursor: pointer;
    transition: all .45s ease;
}

.socials i:hover {
    transform: translateY(-5px);
    background: #6722f1;
    color: #fff;
}

.web-pages {
    display: flex;
    gap: 48px;
}

.web-pages h3 {
    margin-bottom: 24px;
}

.web-pages a p:hover {
    color: #000;
}

.copyright {
    margin: 48px 0 0 82px;
}

header.sticky {
    background: #ffffff;
    padding: 12px 5%;
}

.hidden {
    display: none;
}

@media screen and (max-width: 576px) {
    /* banner style */
    .banner-content {
        width: 100%;
    }
    .banner-content h1 {
        font-size: 2rem;
    }
    /* featured post */
    .featured-post {
        grid-template-columns: repeat(1, 1fr);
    }
    .featured-card {
        width: 100%;
    }
    .featured-left {
        flex-direction: column;
    }
    .featured-right h3,
    .featured-right p {
        width: 100%;
    }
    /* blogs */
    .blog-header>div {
        display: none;
    }
    .title {
        margin-top: 0;
    }
    .SmartUV {
        flex-direction: column;
    }
    .blog-card {
        width: 100%;
    }
    /* newsletter */
    .newsletter {
        height: auto;
        padding: 80px 0;
    }
    .newsletter p {
        width: 100%;
    }
    input[type="email"] {
        width: 80%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    /* footer */
    .web-pages {
        flex-wrap: wrap;
        margin-top: 48px;
    }
}

@media only screen and (min-width: 577px) and (max-width: 788px) {
    .banner-content {
        width: 100%;
    }
    .featured-post {
        grid-template-columns: 1fr;
    }
    .footer-container {
        flex-direction: column;
    }
    .SmartUV {
        flex-wrap: wrap;
    }
    .blog-card {
        width: 45%;
    }
    .web-pages {
        margin-top: 48px;
    }
}

.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    /* Ensure the navbar appears above other content */
    background-color: #fff !important;
}

.navbar-brand {
    font-weight: bold;
}

.navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    color: #000 !important;
}

.navbar-nav .nav-link:hover {
    color: #1D988C !important;
    text-decoration: none;
}

.navbar-nav .nav-link.active {
    color: #1d988c !important;
}

.dropdown-menu {
    background-color: #fff;
    border: none;
}

@media (max-width: 767px) {
    .dropdown-menu {
        width: 160px;
        /* Set a specific width for mobile view */
    }
    .navbar-brand #img {
    max-height: 60px !important;
    /* Set the maximum height of the image */
    height: auto !important;
    /* Maintain aspect ratio */
}
}

.dropdown-item {
    color: #000 !important;
}

.dropdown-item:hover {
    color: #000 !important;
    background-color: #DDF8F6 !important;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav {
    display: flex;
    justify-content: center;
}

.navbar-nav .nav-item {
    margin: 0 30px;
    /* Add spacing between navigation items */
}

.navbar-brand #img {
    max-height: 160px !important;
    /* Set the maximum height of the image */
    height: 60px !important;
    max-width: 190px !important;
    /* Maintain aspect ratio */
}

.navbar-nav .sign-up-btn {
    background-color: #1D988C;
    /* Green background color */
    border-radius: 50px;
    /* 50px border radius */
    padding: 8px 25px !important;
    /* Adjust padding as needed */
    color: #fff!important;
    /* Text color */
}

.navbar-nav .sign-up-btn:hover {
    background-color: #1D988C;
    color: #fff !important;
    /* Darker green on hover */
}

@media (max-width:768px) {
    .navbar-nav .sign-up-btn {
        padding: 8px 25px !important;
        width: 120px;
        /* Reduce padding for mobile view */
    }
}

section {
    padding: 25px 5%;
    margin: 50px 0;
}

footer {
    background-color: #fff;
    color: black;
    padding: 20px 0;
    bottom: 0;
    width: 100%;
    justify-content: center;
}

footer a {
    text-decoration: none;
    color: #000 !important;
}

footer a:hover {
    text-decoration: none;
    color: #1d988c !important;
}

footer ul {
    list-style: none;
    cursor: pointer;
}

.grid-container {
    display: grid;
    grid-template-columns: 30% 40% 30%;
    gap: 5px;
    cursor: pointer;
    /* place-items: center; */
}

ion-icon {
    color: black;
}

.grid-item {
    color: black !important;
    padding: 20px;
    text-align: left;
    list-style: none;
    text-align: center;
}

.grid-item a {
    color: #000;
}

.grid-item i{
    color:#000;
}
.flex {
    display: flex;
    justify-content: space-evenly;
}

.bold {
    font-weight: bold;
}

@media only screen and (min-width: 320px) and (max-width: 788px) {
    .grid-container {
        display: grid;
        grid-template-columns: 1fr;
        /* Default to one column for mobile */
        gap: 15px !important;
        margin-left: -40px;
        font-size: 13px;
    }
    .logoo {
        margin-top: -50px;
        margin-left: 35px;
    }
}

 .post-content {
             margin-top: 2rem !important;
             cursor: default;
         }
         
         .sub-heading {
             font-size: 1.8rem;
             color: #000;
             font-weight: 600;
         }
         
         .sub-head {
             font-size: 1rem;
             /* margin: 1rem 15rem; */
             color: #888;
             font-weight: 300;
             font-style: italic;
         }
         
         .post-text {
             font-size: 1rem;
             line-height: 1.7rem;
             margin: 2rem 0;
         }
         
         .social {
             display: flex;
             align-items: center;
             column-gap: .7rem;
         }
         
         .social .bx {
             font-size: 1.1rem;
             color: #000;
         }
         
         .social .bx:hover {
             color: #6722f1;
         }
         
         .share {
             display: flex;
             flex-direction: column;
             align-items: center;
             row-gap: 1rem;
         }
         
         .share-title {
             font-size: 1.2rem;
         }
          .back {
             display: flex;
             /* Use flexbox */
             align-items: start;
             /* Align items vertically */
               margin-right: 2.6rem;
         }
         
         .back a {
             text-decoration: none;
             color: #000;
             font-size: 15px;
             margin-bottom: 1rem;
              text-align:start;
         }
         
         .back .bx {
             text-decoration: none;
             color: #000;
             font-size: 15px;
             margin-bottom: 15px;
             /* Adjust margin as needed */
         }
         
         .back:hover,
         .back:hover>.bx {
             color: #6722f1;
         }