:root {
    --site-primary-color: #062D51;
    --secondary-color:#007b7f;
    --color-white: #ffffff;
    --color-black: #000000;
    --header-footer-color: #dedbdb;
    --hover-color: #2088e8;
}

/**{*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    color: #000000;
}

p,
li,
a,
span,
div {
    font-family: "Poppins", sans-serif;
}

body a {
    text-decoration: none;
}

main {
    margin: 0;
}

section {
    width: 100%;
    /* padding-top: 50px; */

}

li {
    list-style: none;
    text-decoration: none;
}


header {
    background: transparent;
    padding: 10px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;

}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--header-footer-color);
    transition: all 0.3s ease;
}

.fixed-header ul li a,
.fixed-header .menu-toggle i {
    color: var(--color-black);
}


nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
}

#nav-menu {
    display: none;
}

.hs-button {
    display: none;
}


.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

.menu-toggle i {
    color: var(--color-white);
    transition: all 0.3s ease;

}

.siteLogo img {
    width: 100%;
    max-width: 130px;
    height: auto;
}


header ul {
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0px;
    align-items: center;
}

header ul li {
    list-style: none;
}

header ul li a {
    color: var(--color-white);
    font-size: 17px;
    text-decoration: none;
    list-style: none;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
}

header ul li a:hover,
.menu-toggle i:hover {
    transition: all 0.3s ease;
    color: var(--hover-color);
}


/* Active page underline */
header ul li a.is-active {
    color: var(--hover-color);
}

header ul li a.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    /* uses text color */
}


/* main */

/* hero-section */
.overlay {
    padding-top: 75px;
    height: 100vh;
    margin: auto;
    background-size: cover;
    background-position: top;
    position: relative;
    display: flex;
}

.overlay::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);

}

.hero-section {
    min-height: 550px;
}

.hero-section .container {
    padding: 30px 20px;
    min-height: 300px;
}

.main-heading {
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 90%;
    margin: 0 auto;
}
.main-heading h1 {
    font-size:51px;
    font-weight: 600;
}

.hero-sectiontext {
    /* padding: 20px; */
    color: #f1f1f1;
    position: relative;
    max-width: 1200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 30px;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 50%;
}

.hero-image {
    display: flex;
    justify-content: center;
    width: 50%;
}

.hero-image img {
    width: 100%;
    max-width: 500px;
}

.hero-sectiontext h2 {
    color: var(--color-white);
    font-size: 40px;
    font-weight: 600;
}

.hero-sectiontext p {
    color: var(--color-white);
    font-size: 18px;
}

.hs-button .btn {
    background-color: var(--site-primary-color);
    color: var(--color-white);
    font-size: 20px;
    font-weight: 600;
    padding: 7px 18px;
}

.hero-section .hs-button .btn {
    background-color: #007899;
}

.hs-button {
    display: flex;
    column-gap: 30px;
}

.hs-button .btn:hover i {
    animation: kul11 0.5s ease-in-out alternate both;
    transition: all 0.3s ease;
}

@keyframes kul11 {
    to {
        transform: translateX(.5rem);
        transition: all .2s ease;

    }
}

.hs-button .btn:hover {
    box-shadow: 0 0.15rem 0 0 #a2a4a9;
    background-color: var(--hover-color);
    border: 1px solid #a2a4a9;
    text-decoration: none;
    color: var(--color-white);
    transition: all 0.3s ease;
}

/* cards section */
.card-section {
    padding-top: 40px;
}

.card-section .container {
    margin: 0 auto;
    width: 95%;
    padding: 0 20px;
    margin-bottom: 40px;
    position: sticky;
    top: 0;
}

.card1 {
    display: flex;
    align-self: center;
    flex-direction: row;
    justify-content: space-between;
    background-color: #fafafa;
    border-radius: 10px;
    padding: 20px;
    align-items: center;
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 2px 0 rgba(60, 64, 67, 0.15);
    transition: all .3s ease-in-out;
      position: relative;
}

.card-link {
  position: absolute;
  inset: 0;
  z-index: 10;
}

/* Keep buttons & inner links clickable */
.card1 button,
.card1 .available-on ul li span, .card1 a:not(.card-link) {
  position: relative;
  z-index: 20;
}

.card1:hover {
    transform: scale(1.02);

}

/* discount value  */
.discount {
    border-top-right-radius: 6px;
    position: absolute;
    overflow: hidden;
    height: 50px;
    width: 100px;
    z-index: 5;
}

.discount-new {
    right: 0px;
    top: 0px;
}

.discount-text {
    z-index: 5;
    text-align: right;
    right: 5px;
    top: 5px;
    position: absolute;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    width: 50%;
    color: var(--color-white);
}

.triangle-bg{
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100px 50px 0;
    border-color: transparent var(--site-primary-color) transparent transparent;
    z-index: 1;
}




.content-area {
    width: 75%;
    display: flex;
}

.left {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 20px;
    flex-direction: column;
    width: 25%;

}

.left p {
    font-size: 16px;
    color: var(--color-black);
    margin: 1rem 0;
}

.rank {
    position: absolute;
    left: 35px;
    top: 13px;
    font-size: 2em;
    color:var(--secondary-color);
    font-weight: bold;
}

.store-logo {
    max-width: 180px;
    border-radius: 6px;
}

.content-area .content {
    padding: 10px 20px;
}

.content-area .content h3 {
    color:var(--secondary-color);
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}
.content-area .content h3 b{
    color:#f20f22;
    font-weight: 700;
}

.content-area .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-area .content li {
    margin: 5px 0;
}

.content-area .content li::before {
    content: "✔";
    color: #f30e22;
    margin-right: 8px;
}

.price-section {
    display: flex;
    padding-top: 20px;
    flex-direction: column;
    text-align: right;
    align-items: end;
    justify-content: center;
    gap: 5px;
    flex: 1 1 200px;
}

.rating {
    font-size: 2em;
    font-weight: bold;
    color:var(--secondary-color);
}

/* stars ratting */
.rating-widget {
    text-align: center;
    background: #0000;
}

.stars {
    position: relative;
    display: inline-flex;
}

.stars-empty,
.stars-filled {
    display: flex;
    gap: 2px;}

.stars-empty {
    color: #ddd;
    z-index: 1;
}

.stars-filled {
  position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    transition: width 1.2s ease;
}
.stars-empty span,
.stars-filled span {
    min-width: 24px;
    min-height: 24px;
    background: #dcdce6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 5;
}
.stars-filled span {
    background: var(--secondary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.rating-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1;
}

.rating-value {
    font-size: 1rem;
    font-weight: 700;
}

.rating-meta {
    font-size: 0.8rem;
    color: #666;
}

.pulse {
    animation: pulseAnim 650ms ease;
}

@keyframes pulseAnim {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.06);
    }

    100% {
        transform: scale(1);
    }
}


/* stars ratting end */
.approx-rate{
    font-size:1.2em;
    color:#333;
}
.approx-rate b{
    color:var(--secondary-color);
}

.visit-btn {
    background-color: var(--site-primary-color);
    color: var(--color-white);
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 1em;
    /* cursor: pointer; */
    margin-top: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.visit-btn:hover {
    background-color: #E74C3C;
}

.available-on {
    display: flex;
    gap: 10px;
}

.available-on ul {
    display: flex;
    list-style: none;
    text-decoration: none;
    gap: 10px;

}

.available-on>li {
    font-size: 20px;
    font-weight: 700;
    color: #444;
}

.available-on li::before {
    display: none;
}

/*  */
.available-on li {
    position: relative;
}

.available-on i {
    font-size: 26px;
    color: #444;
    transition: transform 0.3s, color 0.3s;
    cursor: pointer;
}

/* Tooltip hover effect */
.available-on ul li span[title]:hover::after {
    content: attr(title);
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: var(--color-white);
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.2s;
}

.available-on ul li span[title]:hover i {
    color: #E74C3C;
    transform: scale(1.2);
}

/* /Privacy Policy */

.sim-other-pages {
    background: #f0f2f4;
    margin-bottom: 0;
    padding: 40px 0;
}

.sim-other-pages .container {
    padding: 30px;
    border-radius: 20px;
    background-color: var(--color-white);
    box-shadow: 0 0 10px rgba(150, 150, 150, .25);
}

.sim-other-pages .container div {
    margin: 30px 0;
}

.sim-other-pages h1 {
    margin-bottom: 20px;
    padding-left: 17px;
    color: #000000;
    border-left: 6px solid var(--site-primary-color);
}

.sim-other-pages h2 {
    font-size: 30px;
    padding-bottom: 10px;
    color: #000000;
}

.sim-other-pages p {
    color: #000000;
}

.disclaimer-section {
    padding-bottom: 40px;
    padding-top: 20px;
}

.disclaimer-section .container {
    padding: 20px;
}

.disclaimer-section .container div {
    padding: 20px;
    border: 2px solid var(--site-primary-color);
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    transition: all .3s ease-in-out;
}

.disclaimer-section .container div:hover {
    transform: scale(1.02);
}

.disclaimer-section .container h2 {
    border-left: 4px solid var(--site-primary-color);
    padding-left: 10px;
    font-size: 25px;
}

.disclaimer-section .container p {
    padding: 10px 0;
    font-size: 14px;
    margin: auto;
}

/* About us page Css */
.about-content-section {
    padding: 50px 0;
    padding-top: 20px;
}

.inner-banner {
    min-height: 350px;
    height: fit-content;
}

.inner-banner .container {
    display: flex;
    align-items: flex-end;
}

.inner-text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 50%;
    min-width: 576px;
    margin-bottom: auto;
    padding: 20px 10px;
}

.inner-text h1 {
    color: var(--color-white);
    padding-bottom: 20px;
}

.inner-text p {
    color: var(--color-white);
    line-height: 28px;
}

.about-card {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 30px;
    padding: 40px 10px;
}

.about-card-text {
    width: 49%;
}

.card-flex {
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.about-card img {
    width: 49%;
    max-width: 510px;
}

.about-card-text h2 {
    padding-bottom: 10px;
    font-weight: 600;
    color: #0765be;
}

.about-card-text p {
    font-weight: 500;
    color: #000;
}

.get-in-touch {
    padding: 40px;
    margin: 0 10px;
    background-color: #e6f3fe;
    border-radius: 40px;


}

.get-in-touch h2 {
    padding-bottom: 20px;
    color: #0765be;
    display: flex;
    gap: 15px;
    align-items: center;

}

.get-in-touch h2 img {
    height: 55px;

}


/* Blogs Page CSS */

.editor-pick-container {
    padding-top: 50px;
}

.blog-editor-pick-header {
    padding-bottom: 15px;
    width: 60%;
}

.blog-editor-pick-header h2 {
    color: #0765be;
    padding-bottom: 15px;
    font-weight: 600;
}

.editor-pick-container .blog-editor-card {
    margin: 0;
    background-color: #f5faff;
    border-radius: 20px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 2px 0 rgba(60, 64, 67, 0.15);
    transition: all .3s ease-in-out;
}

.blog-editor-card h3 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-editor-card p {
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.blog-editor-card a {
    margin: 0;
    padding: 0;
}

.blog-editor-card img {
    padding: 0;
    max-height: max-content;
    width: 100%;
    min-height: -webkit-fill-available;
    border-radius: 10px;
    object-fit: cover;
}

.blog-editor-card .blog-editor-content {
    padding: 20px;
    padding-left: 30px;
    margin: auto 0;
}

.latest-research-section {
    padding: 50px 0;
}

.blog-read-more {
    display: block;
    margin-top: 1rem;
}

.latest-research-container {
    padding: 10px;
}

.latest-research-container .latest-research-card {
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

.latest-research-card .single-card {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.single-card img {
    width: 100%;
    height: 302px;
    object-fit: cover;
    object-position: center;
}

.latest-research-card .single-card h4 {
    font-size: 20px;
    line-height: 29px;
    padding-top: 15px;
}

.blog-load-more {
    padding-top: 20px;
    justify-content: center;

}

/* functional blog page, single post css */
form label {
    display: block;
}

form input {
    padding: 10px;
}

.container.single-post {
    padding-top: 20px;
    padding-bottom: 30px;

}

.single-post .content {
    width: 70%;
}

.single-post .featured-image {
    width: 100%;
    margin-bottom: 20px;
    object-fit: cover;
}

.single-post .content img {
    width: 100%;
    max-height: 470px;
    margin: 20px 0;
    object-fit: cover;
}


.single-post h1 {
    font-size: 34px;
    font-weight: 600;
    color: var(--color-black);
}

.single-post h2 {
    font-size: 28px;
    font-weight: 600;
    color: var(--color-black);
}

.single-post h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--color-black);
}

.single-post p,
.single-post li {
    font-size: 16px;
    color: var(--color-black);
}

.single-post ol,
.single-post ul {
    margin: 0px;
    padding: 0 0 20px 20px;
}


.single-post ol li {
    list-style-type: decimal;
}

.single-post ul li {
    list-style-type: disc;
}

.single-post ul li::marker {
    color: #000;
    font-weight: 500;
}

.single-post .content h2 {
    font-size: 25px;
}

/* Contact Page CSS */


.contact-page {
    height: auto;
    min-height: 600px;
}

.container-form h1 {
    text-align: center;
    font-weight: 700;
    color: var(--color-white);
}

.container-form p {
    margin: 2rem;
    text-align: center;
    color: var(--color-white);
    text-shadow: 2px 2px 0px #000;

}

.common-form input,
.common-form textarea {
    margin: 1rem 0;
    padding: 0.4rem;
    width: 65%;
    font-size: 1rem;
    border-radius: 0.65rem;
    border: 0.125rem solid black;
    display: block;
}

.container-form .submit {
    background-color: var(--site-primary-color);
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    transition: all 0.3s ease;
}

.container-form .submit:hover {
    background-color: var(--hover-color);
}

.contact-page form {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;

}

.container-form {
    color: #f1f1f1;
    text-align: center;
    position: relative;
    max-width: 1000px;
    margin: 20px auto;

}

.form-section .container-form {
    max-width: 28rem;
}


/* form popup */
.form-section .form-popup form {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    height: 33rem;
    background-color: #eef;
    border-radius: 2rem;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    gap: 0;
    padding: 30px 10px;

}

.form-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}


.form-section .form-popup h1 {
    text-shadow: 0px 2px 5px rgba(022, 0, 0, 0.5);
    margin-bottom: 10px;
    padding: 10px 15px;
    color: #525151;
    border-radius: 10px;
}

input,
textarea,
.submit {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);

}

/* Footer */

footer {
    background-color: var(--header-footer-color);
    color: var(--color-black);
    padding: 40px 0 0;
    border-top: 25px solid transparent;
}

footer .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*line-height: 2rem;*/
}

footer .footer-logo img {
    padding-bottom: 1rem;
    justify-content: flex-start;
    display: flex;
}

.footer-img p {
    /*line-height: 1.5rem;*/
    text-align: justify;
}

footer .row h3 {
    text-transform: capitalize;
    padding-bottom: 10px;
}

footer .inside-row {
    display: flex;
}

footer .inside-row1 {
    width: 40%;
}

footer .inside-row2 {
    width: 60%;
}

.quick-link {
    line-height: 1.5rem;
}
.quick-link ul li a:hover {
    color: var(--hover-color);
    text-decoration: underline;
    transition: all 0.3s ease;
}

.col ul {

    list-style: none;
    padding: 0;
    line-height: 30px;
}



footer .col {
    flex: 1;
    padding: 10px;

}


.col a {
    color: var(--color-black);
    text-decoration: none;
    transition: color 0.3s;
    text-transform: capitalize;
}

.fa-envelope,
.fa-map,
.fa-phone {
    padding-right: 1rem;
}

.sm-logos {
    list-style: none;
    padding: 0;
}

.sm-logos ul {
    display: flex;
    gap: 1rem;
}

.sm-logos ul li {
    padding: 10px;
    transition: all .3s ease-in-out;

}

.sm-logos ul li:hover {
    background-color: var(--hover-color);
    border-radius: 5px;
}

.sm-logos ul li:hover i {
    color: #fff;
}


.social-media a {
    display: flex;
    align-items: center;
    gap: 10px;
    word-break: break-all;
}

.bottom-bar {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
    background-color: #222;
}

.fa-envelope {
    margin-right: 10px;
}

.bottom-bar p {
    color: #fff;
    margin: 10px 0;
    text-transform: capitalize;

}


/* Responsive Styles */
@media (max-width: 991px) {



    .card1 {
        flex-direction: column;
    }

    .content-area {
        width: 100%;
        justify-content: space-between;
    }

    .left {
        width: 100%;
        gap: 0;
        /* flex: 1 1 0px; */
    }

    /* blog */
    .blog-editor-card {
        flex-direction: column;
    }

    .blog-editor-card h3 {
        font-size: 25px;
    }

    .blog-editor-pick-header {
        width: 100%;
    }

    .blog-editor-card img {
        width: 100%;
        min-height: 300px;

    }
}


@media (max-width: 767px) {

    .hero-sectiontext h2 {
        font-size: 30px;
    }
        .main-heading h1 {
    font-size:40px;
    }


    .hero-sectiontext p {
        font-size: 16px;
    }

    .hs-button .btn {
        font-size: 16px;
        padding: 5px 15px;
    }

    .card1 {
        flex-direction: column;
    }

    .content-area {
        width: 100%;
        flex-direction: column;
    }

    .left {
        width: 100%;
        gap: 0;
    }

    .store-logo {
        width: 100%;
        max-width: 250px;
    }

    .price-section {
        text-align: center;
        align-items: center;
    }

    .menu-toggle {
        display: block;
    }



    .nav-menu {
        position: absolute;
        top: 100%;
        right: 0;
        width: 220px;
        background: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        display: none;
        flex-direction: column;
        padding: 20px 0;
        height: 70vh;
        overflow-y: scroll;

    }

    .nav-menu ul {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    #nav-menu.show {
        display: flex;

    }

    #nav-menu ul li {
        list-style: none;
        border-bottom: 1px solid #000000;
        width: 90%;
    }

    header ul li a {
        color: #333;
    }

    header ul li a:hover {
        color: var(--hover-color);
    }



    /* responsive header hamburger */
    .hs-button {
        display: none;
    }

    /* .blog-load-more {
        display: flex;
    } */

    .hero-section .hs-button {
        display: flex;
    }


    .hambar-hs-btn {
        display: flex;
    }

    .card-section .container {
        position: static;
    }


    /* about */
    .about-inner-banner .container {
        align-items: center;
    }

    .inner-text {
        width: 100%;
        min-width: auto;
        max-width: 576px;
    }

    .about-card {
        display: block;
    }

    .about-card-text {
        width: 100%;
    }

    .about-card img {
        width: 100%;
    }

    .latest-research-container .latest-research-card {
        margin: 0;
    }

    /* blog */



    .blog-editor-content {
        padding-top: 20px;
    }

    .latest-research-container .latest-research-card {
        flex-direction: column;
    }

    .latest-research-card .single-card {
        width: 100%;
        margin: 20px 0;
        padding: 0;
    }

    .latest-research-card .single-card h4 {
        padding: 0;
    }


    .featured-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center;
    }

    .single-post h1 {
        font-size: 28px;
    }

    .single-post .content {
        width: 100%;

    }

    /* footer */
    footer .row {
        display: block;
    }

    footer .inside-row {
        display: block;
        width: 100%;
    }

}

@media (max-width: 576px) {

    /* header {
        position: sticky;
    } */
    .hero-section {
        height: auto;
    }

    .hero-sectiontext {
        padding-top: 50px;
        flex-direction: column;
        align-items: center;
    }

    .hero-content {
        width: 100%;
        height: 50%;
        gap: 0;
    }

    .hero-image {
        width: 100%;
        height: 50%;

    }
    .main-heading h1 {
    font-size:36px;
    }


    .sim-other-pages .container {
        margin: 20px auto;
        padding: 20px;
    }

    .sim-other-pages h1::before {
        height: 35px;
        width: 4px;
    }

    .available-on {
        flex-direction: column;
        align-items: center;
        padding-top: 10px;
    }


    .hero-section .hs-button {
        flex-direction: column;
        align-items: self-start;
    }

    .rank {
        position: static;
    }

    .form-popup form {
        width: 100%;
        padding: 20px;

    }
    .form-section .form-popup form{
            height: 24rem;
    }

    .common-form input,
    .common-form textarea {
        width: 90%;
            margin: .1rem 0
    }

    .single-post .content h1 {
        font-size: 30px;

    }

    .single-post .content h2 {
        font-size: 25px;

    }

    .social-media a {
        gap: 0;
    }

    .bottom-bar p {
        font-size: 14px;
    }

}

@media (max-width: 400px) {

    .hero-section {
        height: auto;
    }

}

@media (max-width: 300px) {
    nav {
        flex-direction: column;
        row-gap: 20px;
    }



    .available-on {
        display: block;
    }

    .available-on i {
        font-size: 20px;
    }

    .available-on>li {
        font-size: 17px;
    }



    .sm-logos {
        display: block;
        text-align: start;
    }


    .sm-logos ul {
        flex-direction: column;
        display: inline-flex;
    }
}