/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


                                      /*  Navbar Content Stylings  */

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* Top Bar Style */

.top-bar {
    width: 100%;
    background-color: black;
    color: white;
    padding: 0.6rem 0;
    font-size: 12px;
    align-items: center;
}

.top-first-nav {
    display: flex;
    justify-content: space-between;
}

.menu-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 80px 4px 80px;
    background-color: white;
    border-bottom: 1px solid lightgray;
}

.call-us {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    display: block;
    width: auto;
}

.call-us::after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    zoom: 1;
    height: 0;
}

.social-icons {
    display: flex;
    gap: 12px;
    width: auto;
    margin-top: 3px;
}

.logo {
    height: 94px;
}

.menu {
    font-family: Arial, sans-serif;
    list-style: none;
    display: flex;
    gap: 30px;
    color: #000000;
    letter-spacing: .6px;
    margin-top: 1rem;
}

.menu li {
    display: inline;
    position: relative;
}

.menu a {
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: black;
    font-weight: 510;
    font-size: 17px;
    display: block; 
    padding-bottom: 5px;
}

.menu a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0f5d4a; 
    visibility: hidden; 
    transform: scaleX(0); 
    transform-origin: bottom left;
    transition: all 0.25s ease-out; 
}

.menu a:hover {
    text-decoration: none;
    color: #0f5d4a;
}

.menu a:hover::after {
    visibility: visible; 
    transform: scaleX(1); 
}

.menu a.active {
    color: #F29B11;
}

.icons img {
    height: 20px;
    margin-left: 15px;
}

/* Styling for the cart item count badge */
.cart-item-count {
    position: absolute;
    top: -5px; /* Position it above the icon */
    right: -5px; /* Position it on the right */
    background-color: red; /* Red background for the badge */
    color: white; /* White text color */
    font-size: 12px; /* Font size for the count */
    font-weight: bold; /* Make the font bold */
    width: 20px; /* Set a fixed width for the badge */
    height: 20px; /* Set a fixed height for the badge */
    border-radius: 50%; /* Make it a circle */
    text-align: center; /* Center the text inside the badge */
    line-height: 20px; /* Vertically center the text */
}

@media (max-width: 480px) {
    /* Styles for small mobile phones */
  
}

@media (max-width: 600px) {
    /* Styles for small mobile phones */
    html body {
        margin: 0px;
        padding: 0px;
    }

    .nav-bar {
        margin: 0px;
        padding: 0px;
    }
}

/* For mobile view */
@media (max-width: 768px) {

    html body {
        margin: 0px;
        padding: 0px;
    }

    .hamburger-menu {
        display: block;
        cursor: pointer;
    }
    
    .hamburger-menu i {
        font-size: 22px;
        color: black;
        margin-left: 180px;
    }

    .hamburger-menu i:hover {
        color: #0f5d4a;
    } 

    .menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        top: 100%; 
        left: 0;
        width: 100%;
        background-color: white;
        z-index: 10;
        margin-top: 0px;
        gap: 15px;
        padding: 20px;
    }

    .menu li {
        display: inline;
        position: relative;
        border-bottom: 1px solid rgba(0,0,0,.035);
        width: 100%;
    }

    .menu a {
        font-family: Arial, sans-serif;
        text-decoration: none;
        color: black;
        font-weight: 500;
        font-size: 14px;
        display: block; 
        padding-bottom: 5px;
    }

    .menu a:hover {
        color: #0f5d4a;
    }

    .menu a:hover::after {
        visibility: hidden; 
    }

    .menu.show {
        display: flex;
        height: 100vh;
    }

    .menu-bar {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        position: relative;
        padding: 10px 0px 4px 20px;
    }

    .logo {
        width: 113px;
        height: 51px;
        position: relative; 
    }

    .cart-item-count {
        position: absolute;
        top: -5px; 
        left: 10px; 
        background-color: red; 
        color: white;
        font-size: 12px; 
        font-weight: bold; 
        width: 20px; 
        height: 20px; 
        border-radius: 50%; 
        text-align: center; 
    }

}

/* For larger screens (desktop) */
@media (min-width: 769px) {
    /* Hide the hamburger icon on desktop */
    .hamburger-menu {
        display: none;
    }

    .menu {
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: center;
    }
}

                                      /*  Nirbhay Glove Stylings  */

 /* why nirbhay gloves section stylings */
.why-nirbhay-gloves-section {
    margin-top: 80px;
}

.why-nirbhay-gloves-section h2 {
    font-weight: 700;
}

.why-nirbhay-gloves-content-block {
    display: flex;
    gap: 180px;
}

.why-this-gloves-left-block {
    width: 50%;
    margin-top: 40px;
}

.why-this-gloves-left-block p {
    font-size: 19px;
}

.why-this-gloves-right-block img {
    border-radius: 10px;
}

/* gadgets in market section stylings */
.tools-and-table-section {
    display: flex;
    margin-top: 80px;
}

.left-defence-tools-block {
    width: 55%;
}

.gadgets-in-market-section {
    text-align: left;
}

.gadgets-in-market-section span {
    font-family: Arial, sans-serif;
    font-size: 22px;
}

.list-of-gadgets-block {
    display: flex;
    gap: 4%;
    margin-top: 40px;
}

.gadgets-types ul {
    padding-left: 0px;
}

.gadgets-types li {
    font-family: Arial, sans-serif;
    list-style-type: none;
    margin-bottom: 10px;
    font-weight: 500;
}

.gadgets-types i {
    margin-right: 10px;
}

.details-points {
    font-family: Arial, sans-serif;
}

.guns {
    margin-top: 25px;
}

.guns h2 {
    font-size: 20px; 
    color: #333; 
    font-weight: 600;
}

.guns p {
    font-size: 18px; 
    margin-top: 25px;
}

.tasers-and-stun-guns {
    margin-top : 35px;
}

.tasers-and-stun-guns h2 {
    font-size: 20px; 
    color: #333; 
    font-weight: 600;
}

.tasers-and-stun-guns p {
    font-size: 18px; 
    margin-top: 25px;
}

.oc-sprays {
    margin-top : 35px;
}

.oc-sprays h2 {
    font-size: 20px; 
    color: #333; 
    font-weight: 600;
}

.oc-sprays p {
    font-size: 18px; 
    margin-top: 25px;
}


.Uniqueness-of-nirbhay-gloves h2 {
    font-family: Arial, sans-serif;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    color: #C52C2C;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    margin: 35px 0px 20px 0px;
}

.Uniqueness-of-nirbhay-gloves p {
    font-family: Arial, sans-serif;
    margin: 0 0 20px;
    font-size: 19px;
    font-weight: 500;
}

/* .fixed-banner {
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 55px 0 45px 0;
    background-attachment: fixed;  
    position: relative;
}

.fixed-banner::before {
    content: "";  
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(100deg, #4ACFAF 34%, #DABC07 80%);
    opacity: 0.5;  
    z-index: 0; 
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.fixed-banner h1 {
    font-family: Arial, sans-serif;
    color: #FFFFFF;
    font-size: 38px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    position: relative;
    z-index: 1;  
}

.divide-small-line {
    border-top: 2px solid #FFFFFF; 
    width: 8%; 
    margin: 0 auto; 
    text-align: center; 
    margin-top: 30px;
    position: relative;
    z-index: 1; 
}
 

.points-on-banner {
    font-family: Arial, sans-serif;
    color: #FFFFFF;
    position: relative;
    z-index: 1; 
    text-align: left;
    display: flex;
    gap: 125px;
    margin-top: 50px;
    font-size: 19px;
} */

/* Background and statistics section stylings */
.Statistics-section {
    text-align: center;
}

.Statistics-section h1 {
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 20px;
}

/* statistics two points block stylings */
.statistics-two-points-block {
    margin-top: 50px;
}

.current-situation-block {
    text-align: left;
}

.current-situation-block h4 {
    margin-bottom: 15px;
    font-weight: 600;
}

.current-situation-block p {
   font-size: 19px;
}

.drawbacks-in-existing-block {
    text-align: left;
}

.drawbacks-in-existing-block h4 {
    margin-bottom: 15px;
    font-weight: 600;
}

.drawbacks-in-existing-block p {
    font-size: 19px;
}

/*  statistics images block stylings */
.Statistics-images {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
}

.Statistics-images img {
   border-radius: 10px;
}

/* graphs images display block stylings */
.graphs-images-display-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}

.Statistics-images img {
    border-radius: 20px;
}

.graphs-images-display-block img {
    border-radius: 20px;
}

.statistics-paras {
    font-family: Arial, sans-serif;
    text-align: left;
    margin-top: 25px;
    font-size: 19px;
    color: #4a4a4a;
}

.drawbacks-image-block img {
    border-radius: 20px;
}

/* research and development section stylings */
.research-and-development-section {
    margin-top: 40px;
}

.research-and-development-section h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.research-and-development-image-block img {
    border-radius: 20px;
    margin-bottom: 40px;
}

/* video gallery section stylings */
.video-gallery-section  h2{
    font-family: Arial, sans-serif;
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.youtube-videos {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center; 
    flex-wrap: wrap;
    margin-bottom: 6px;
}

/* footer section stylings */
.footer-black-color {
    background-color: #222;
}

.copy-right-line {
    font-size: 0.9rem;
    text-align: center;
    background-color: #1b1b1b;
    color: #fff;
    padding: 12px 0; 
}

#scroll-top {
    display: none;
    opacity: 0;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0,0,0,.4);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    z-index: 100;
    box-sizing: content-box;
    transition: all .3s ease;
    font-weight: 900;
}


@media (max-width: 600px) {

    /* why nirbhay gloves section stylings */
    .why-nirbhay-gloves-section {
        margin: 80px 20px 0px 20px;
    }
    
    .why-nirbhay-gloves-section h2 {
        font-weight: 700;
        margin-bottom: 20px;
        margin-left: 10px;
    }
    
    .why-nirbhay-gloves-content-block {
        display: flex;
        gap: 20px;
    }
    
    .why-this-gloves-left-block {
        width: 70%;
        margin-top: 0px;
    }
    
    .why-this-gloves-left-block p {
        font-size: 14px;
        margin-left: 10px;
    }
    
    .why-this-gloves-right-block img {
        border-radius: 10px;
        margin-top: 40px;
        width: 150px;
        height: 160px;
    }
    
    /* gadgets in market section stylings */
    .tools-and-table-section {
        display: flex;
        flex-direction: column;
        margin-top: 40px;
    }
    
    .left-defence-tools-block {
        width: 85%;
    }

    .gadgets-in-market-section {
        text-align: left;
    }
    
    .gadgets-in-market-section span {
        font-family: Arial, sans-serif;
        font-size: 22px;
        font-weight: bold;
    }
    
    .list-of-gadgets-block {
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }
    
    .gadgets-types ul {
        padding-left: 0px;
    }
    
    .gadgets-types li {
        font-family: Arial, sans-serif;
        list-style-type: none;
        margin-bottom: 10px;
        font-weight: 500;
    }
    
    .details-points {
        font-family: 14px;
    }
    
    .guns {
        margin-top: 15px;
        width: 320px;
    }
    
    .guns h2 {
        font-size: 18px; 
        color: #333; 
        font-weight: 600;
    }
    
    .guns p {
        font-size: 14px; 
        margin-top: 15px;
    }
    
    .tasers-and-stun-guns {
        width: 320px;
        margin-top : 15px;
    }
    
    .tasers-and-stun-guns h2 {
        font-size: 18px; 
        color: #333; 
        font-weight: 600;
    }
    
    .tasers-and-stun-guns p {
        font-size: 14px; 
        margin-top: 15px;
    }
    
    .oc-sprays {
        width: 320px;
        margin-top : 15px;
    }
    
    .oc-sprays h2 {
        font-size: 18px; 
        color: #333; 
        font-weight: 600;
    }
    
    .oc-sprays p {
        font-size: 14px; 
        margin-top: 15px;
    }

    .right-comparsion-table-block img {
        width: 330px;
        height: 250px;
    }
    
    .Uniqueness-of-nirbhay-gloves h2 {
        font-family: Arial, sans-serif;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
        color: #C52C2C;
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        margin: 35px 20px 20px 20px;
    }
    
    .Uniqueness-of-nirbhay-gloves p {
        font-family: Arial, sans-serif;
        text-align: center;
        margin: 0px 20px 0px 20px;
        font-size: 16px;
        font-weight: 500;
    }
    
    /* Background and statistics section stylings */
    .Statistics-section {
        text-align: center;
    }

    .Statistics-section h1 {
        font-weight: 600;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    /* statistics two points block stylings */
    .statistics-two-points-block {
        margin-top: 50px;
        margin: 0px 20px 0px 20px;
    }

    .current-situation-block {
        text-align: left;
    }

    .current-situation-block h4 {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .current-situation-block p {
        font-size: 14px;
    }

    .drawbacks-in-existing-block {
        text-align: left;
    }

    .drawbacks-in-existing-block h4 {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .drawbacks-in-existing-block p {
        font-size: 14px;
    }
    
    /*  statistics images block stylings */
    .Statistics-images {
        margin-top: 40px;
        display: flex;
        justify-content: space-around;
    }
    
    .Statistics-images img {
        border-radius: 10px;
    }
    
    /* graphs images display block stylings */
    .graphs-images-display-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        margin-top: 50px;
    }
    
    .Statistics-images img {
        border-radius: 20px;
        width: 150px;
        height: 150px;
    }
    
    .graphs-images-display-block img {
        border-radius: 20px;
    }
    
    .statistics-paras {
        font-family: Arial, sans-serif;
        text-align: left;
        margin-top: 25px;
        font-size: 14px;
        color: #4a4a4a;
    }
    
    .drawbacks-image-block img {
        border-radius: 20px;
        width: 320px;
        height: 255px;
        margin-left: 10px;
    }
    
    /* research and development section stylings */
    .research-and-development-section {
        margin-top: 30px;
    }
    
    .research-and-development-section h2 {
        font-weight: 700;
        font-size: 21px;
        margin-bottom: 20px;
        margin: 0px 0px 20px 20px;
    }
    
    .research-and-development-image-block img {
        border-radius: 20px;
        margin-bottom: 40px;
        width: 320px;
        height: 255px;
        margin-left: 10px;
    }
    
    /* video gallery section stylings */
    .video-gallery-section  h2{
        font-family: Arial, sans-serif;
        margin-top: 30px;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        color: #333;
        margin-bottom: 20px;
    }

    .youtube-videos {
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center; 
        flex-wrap: wrap;
        margin-bottom: 6px;
    }

    /* home footer styles */
    .home-footer-section {
        padding: 40px 10px 40px 40px;
    }

    .home-footer-block {
        display: flex;
        flex-wrap: wrap;
        gap: 40px
    }

    .block-in-home-footer {
        width: 40%;
    }

    .logo-block img {
        width: 150px;
        height: 70px;
    }

}



                                      /*  About Us Stylings  */

/* about banner section */
.about-banner {
    text-align: center;
    padding: 12% 0% 12% 0%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.about-banner h1 {
    font-size: 2.2em;
    color: #FFFFFF;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 600;
}  
                            
/* Section Styles */
.common-section-stylings {
  padding: 80px 0;
  text-align: left;
}

/* About Us Section */
.about-section {
  background-color: #ffffff; 
}

.about-us-content-block h2 {
    color: #2c3e50;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.about-us-content-block p {
    color: #555; 
    font-size: 1.1rem;
    margin-bottom: 20px;
}

/* Vision Section */
.vision-section {
  background-color: #f4f7f6; 
}

.vision-content-block p {
    color: #555; 
    font-size: 1.1rem;
    margin-bottom: 20px;
}

/* Innovation Section */
.innovation-section {
  background-color: #e8f5e9; 
  border-radius: 10px;
  margin: 20px;
}

.innovation-content-block ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}
  
.innovation-content-block li {
    margin-bottom: 10px;
    color: #555; 
}

.innovation-content-block p {
    color: #555; 
    font-size: 1.1rem;
    margin-bottom: 20px;
}

/* Commitment Section */
.commitment-section {
  background-color: #f9f9f9; 
}

.commitment-content-block p {
    color: #555; 
    font-size: 1.1rem;
    margin-bottom: 20px;
}

/* Why Choose Us Section */
.why-choose-us-section {
  background-color: #fff3e0; 
  border-radius: 20px;
  margin: 20px;
}

.why-choose-us-block ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}
  
.why-choose-us-block li {
    margin-bottom: 10px;
    color: #555; 
}

.why-choose-us-block p {
    color: #555; 
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.why-choose-us-block strong {
    color: #e74c3c; 
}

/* Mission Section */
.mission-section {
  background-color: #e3f2fd; 
  border-radius: 20px;
  margin: 20px;
}

.mission-content-block p {
    color: #555; 
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.mission-content-block strong {
    color: #e74c3c; 
}

.legality-message-block {
    background-color:#b7b3b3;
    border-radius: 10px;
    padding: 5px;
}

.legality-message-block h3 {
    margin-bottom: 0px;
}

/* about us top section stylings */
/* .about-us-top-section {
    display: flex;
    gap: 180px;
    margin-top: 60px;
}

.nirbhay-glove-main-banner {
    text-align: left;
    margin-top: 13px;
    margin-bottom: 17px;
}

.glove-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
}

.para-on-image {
    font-size: 14px;
    color: #4a4a4a;
}

.right-third-content {
    width: 300px;
    text-align: center;
}

.right-third-content span {
    font-size: 18px;
    font-weight: 610;
    color: #008000;
}

.buy-now-btn {
    margin-top: 40px;
    background-color: #f0ad4e;
    border-radius: 6px;
    font-size: 20px;
    padding: 20px 52px;
    color: #fff;
    box-shadow: none;
    text-decoration: none;
    border: none;
} */

/* stun glove section stylings */
/* .stun-glove {
    text-align: center;
}

.heading-stun-glove {
    margin-bottom: 20px;
}

.stun-glove h2 {
    font-family: Arial, sans-serif;
    font-size: 27px;
    line-height: 1;
    font-weight: 600;
    color: #333;
}

.stun-glove p {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-weight: 400;
    width: 1280px;
    height: 80px;
}

.two-blocks {
    display: flex;
}

.block {
    width: 590px;
    height: 157px;
    text-align: center;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    margin: 0px 12px 8px 12px;
    padding: 10px;
}

.icon {
    fill: #DABC07;
    color: #DABC07;
    margin-bottom: 25px;
}

.block span {
    font-family: Arial, sans-serif;
    color: #0F5D4A;
    font-size: 18px;
    font-weight: 600;
}

.block p {
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
} */

/* gadgets in market section stylings */
/* .gadgets-in-market {
    margin-top: 80px;
    text-align: center;
}

.gadgets-in-market span {
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 18px;
}

.list-of-gadgets {
    display: flex;
    gap: 14%;
    margin-top: 60px;
}

.gadgets-types li {
    font-family: Arial, sans-serif;
    list-style-type: none;
    margin-bottom: 10px;
    font-weight: 500;
}

.gadgets-types i {
    margin-right: 10px;
}

.details-points {
    font-family: Arial, sans-serif;
}

.Uniqueness-of-safety-glove h2 {
    font-family: Arial, sans-serif;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    color: #C52C2C;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    margin: 35px 0px 20px 0px;
}

.Uniqueness-of-safety-glove p {
    font-family: Arial, sans-serif;
    margin: 0 0 20px;
    font-size: 19px;
    font-weight: 500;
} */

/* fixed banner section stylings */
/* .fixed-banner {
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 55px 0 45px 0;
    background-attachment: fixed;  
    position: relative;
}

.fixed-banner::before {
    content: "";  
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(100deg, #4ACFAF 34%, #DABC07 80%);
    opacity: 0.5;  
    z-index: 0; 
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.fixed-banner h1 {
    font-family: Arial, sans-serif;
    color: #FFFFFF;
    font-size: 38px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    position: relative;
    z-index: 1;  
}

.divide-small-line {
    border-top: 2px solid #FFFFFF; 
    width: 8%; 
    margin: 0 auto; 
    text-align: center; 
    margin-top: 30px;
    position: relative;
    z-index: 1; 
}
 

.points-on-banner {
    font-family: Arial, sans-serif;
    color: #FFFFFF;
    position: relative;
    z-index: 1; 
    text-align: left;
    display: flex;
    gap: 125px;
    margin-top: 50px;
    font-size: 19px;
}*/

/* about content stylings */
.about-content {
    display: flex;
    margin-top: 65px;
}

.about-us-left-paras {
    margin-top: 75px;
    color: #4a4a4a;
}

.right-img {
    margin-left: 50px;
}

.right-img img {
    width: 589px;
    height: 439px;
}

/* about bottom content stylings */
.about-bottom-content {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.6;
    text-align: center;
    margin-top: 60px;
}

.mission-vision-values {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 2rem 0;
    padding: 1rem;
}

.mission-vision-values .item {
    flex: 1;
}

.item i {
    fill: #0F5D4A;
    color: #0F5D4A;
    border-color: #0F5D4A;
    margin-bottom: 25px;
}

.team {
    margin: 2rem 0;
}

.small-headings {
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: 600;
    font-size: 20px;
    font-size: 18px;
    line-height: 1.4;
}

.team p {
    margin-bottom: 70px;
    color: #4a4a4a;
}

.team-members {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.team-members .member {
    width: 240px;
    height: 70px;
}

.member h3 {
    font-size: 1.2rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

/* home footer styles */
.home-footer-section {
    background-color: #1F1E1E;
    padding: 40px 15px 40px 60px;
}

.home-footer-block {
    display: flex;
    color: white;
}

.block-in-home-footer {
    width: 40%;
}

.block-in-home-footer a {
    text-decoration: none;
    color: white;
}

.block-in-home-footer a:hover {
    color: #F39C11; 
}

.logo-media-links-block {
    display: flex;
    flex-direction: column;
}

.logo-block p {
    margin-top: 20px;
    font-size: 19px;
}

.social-media-links-block {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-top: 30px;
}

.quick-links-block h4 {
    font-weight: 600;
    padding-bottom: 15px;
}

.products-block h4 {
    font-weight: 600;
    padding-bottom: 15px;
}

@media (max-width: 600px) {
    .about-banner {
        text-align: center;
        padding: 80px 20px 80px 20px;
        background-position: top center;   
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .about-content {
        display: flex;
        flex-direction: column;
    }
    
    .about-content p {
        font-family: Arial, sans-serif;
        text-align: left;
        font-size: 14px;
        height: auto;
        width: auto;
        color: #4a4a4a;
        padding: 0px 5px 0px 12px;
    }

    .right-img {
        margin: 0%;
    }

    .right-img img {
        width: 410px;
        height: 230px;
    }

    .about-bottom-content {
        margin-top: 40px;
    }

    .mission-vision-values {
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin-top: 0px;
    }

    .team-members {
        gap: 25px;
    }


}

                                      /*   Our Products Stylings   */
                                      
.our-products-banner {
    text-align: center;
    padding: 12% 0% 12% 0%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.our-products-banner h1 {
    font-size: 2.2em;
    color: #FFFFFF;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.our-products-img-section h2 {
    text-align: center;
    margin-top: 55px;
    margin-bottom: 55px;
}

.products-images {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 100px;
    margin-bottom: 100px;
}

.products-images-block {
    position: relative;
}

.products-images-block a {
    text-decoration: none;
}

.products-images-block img {
    border-radius: 10px;
}

.on-sale {
    position: absolute;
    top: 1.0rem;
    left: -1.85rem;
    background-color: rgba(63, 195, 135, .8);
    color: #fff;
    padding: 8px 12px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .4px;
    z-index: 9;
}

.img-details {
    text-align: center;
}

.img-details h6 {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 5px;
}

.our-products-details-btn {
    margin: 10px 0px 10px 0px;
}

.our-products-details-btn button {
    background-color: lightgrey;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
}

.star-rating {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1.4em;
    width: 4.2em;
    font-family: star;
    font-weight: 400;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    width: 90%;
}


.star-rating span::before {
    content: '\2605\2605\2605\2605\2605';
    top: 0;
    position: absolute;
    left: 0;
    color: #f9ca63;
}

.star-rating span.filled::before {
    color: #f9ca63;
}

.star-rating::before {
    content: '\2605\2605\2605\2605\2605';
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating-second {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1.4em;
    width: 4.6em;
    font-family: star;
    font-weight: 400;
    display: block;
}

.star-rating-second span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}


.star-rating-second span::before {
    content: '\2605\2605\2605\2605\2605';
    top: 0;
    position: absolute;
    left: 0;
    color: #f9ca63;
}

.star-rating-second span.filled::before {
    color: #f9ca63;
}

.star-rating-second::before {
    content: '\2605\2605\2605\2605\2605';
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

/* quantity block stylings */
.our-product-quantity-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 50px;
    background-color: #fff;
    border: 2px solid #e4e4e4;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 10px 0px 10px 0px;
}
  
.our-product-quantity-btn {
    width: 30px;
    height: 30px;
    background-color: #007bff;
    color: white;
    border: none;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.our-product-quantity-btn:hover {
    background-color: #0056b3;
}
  
.our-product-quantity-block input[type="text"] {
    width: 40px;
    text-align: center;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: transparent;
}

/* sizes block stylings */
.our-product-sizes-block {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.sizes-types-block span {
    background-color: #0f5d4a;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.add-to-cart button {
    background-color: rgba(0, 0, 0, 0);
    padding: 5px 19px;
    color: #848494;
    border: 3px double #e4e4e4;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}

@media (max-width: 600px) {
    .our-products-banner {
        text-align: center;
        padding: 80px 20px 80px 20px;
        background-position: top center;   
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .products-images-block {
        width: 100%;
        text-align: center;
    
    }

    .on-sale {
        position: absolute;
        top: 4.7rem;
        left: 2.1rem;
        background-color: rgba(63, 195, 135, .8);
        color: #fff;
        padding: 8px 12px;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 1;
        font-weight: 600;
        letter-spacing: .4px;
        z-index: 9;
    }

    .star-rating {
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        position: relative;
        height: 1.618em;
        line-height: 1.618;
        font-size: 1.4em;
        width: 4.2em;
        font-family: star;
        font-weight: 400;
        display: block;
    }
    
    .star-rating span {
        overflow: hidden;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        padding-top: 1.5em;
        width: 90%;
    }
    
    
    .star-rating span::before {
        content: '\2605\2605\2605\2605\2605';
        top: 0;
        position: absolute;
        left: 0;
        color: #f9ca63;
    }
    
    .star-rating span.filled::before {
        color: #f9ca63;
    }
    
    .star-rating::before {
        content: '\2605\2605\2605\2605\2605';
        opacity: .25;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
    }

}

                                      /*  Legality Content Stylings  */

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.legality-banner {
    text-align: center;
    padding: 12% 0% 12% 0%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.legality-banner h1 {
    font-size: 2.2em;
    color: #FFFFFF;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.content {
    font-family: Arial, sans-serif;
    width: auto;
    margin: 60px 50px 60px 50px;
    background: #fff;
    margin-left: 35px;
}

.content h2 {
    font-size: 27px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
}

.content p {
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 1.8;
    color: #4a4a4a;
    word-wrap: break-word;
    text-align: left;
}

@media (max-width: 600px) {
    .legality-banner {
        text-align: center;
        padding: 63px 20px 63px 20px;
        background-position: top center;   
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

}


                                      /*   Contact Us Stylings   */

.contact-banner {
    text-align: center;
    padding: 12% 0% 12% 0%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.contact-banner h1 {
    font-size: 2.2em;
    color: #FFFFFF;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
}

.top-headings {
    text-align: center;
    margin-top: 50px;
}

.top-headings h5 {
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0px;
}

.top-heading h2 {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    height: 20px;
}

.bottom-border-line {
    border: 1px solid #000;
    width: 50px;
    height: 1px;
    margin: 20px auto 110px auto;
}

.contact-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 40px;
}

.contact-info, .contact-form {
    width: 45%;
    box-sizing: border-box;
}

.contact-info h6 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    margin: 0px;
}

.you-tell-us-heading {
    font-family: Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
}

.contact-info p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 28px;
    width: 92%;
}

.contact-info a {
    font-family: Arial, sans-serif;
    color: #4a4a4a;
    text-decoration: none;
}

.address h4 {
    font-family: Arial, sans-serif;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #4a4a4a;
}

.address p {
    font-family: Arial, sans-serif;
    margin: 5px 0;
    font-size: 14px;
    color: #4a4a4a;
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form input, .contact-form textarea {
    font-family: Arial, sans-serif;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    transition: border 0.3s, color 0.3s; 
}

.contact-form input:focus, .contact-form textarea:focus {
    border: 1px solid #f00;
    color: #f00;
    outline: none;
}



.contact-form button {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 20px;
    color: #fff;
    background-color: #0f5d4a;
    border: none;
    cursor: pointer;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1;
    width: 28%;
}

.contact-form button:hover {
    background-color: #13aff0;
}

@media (max-width: 600px) {
    .contact-banner {
        text-align: center;
        padding: 80px 20px 80px 20px;
        background-position: top center;   
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .contact-container {
        display: flex;
        flex-direction: column;
        padding: 40px;
        padding-top: 0px;
    }

    .contact-info {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .contact-form {
        width: 100%;
        text-align: center;
    }

    .contact-form button {
        width: 42%;
    } 
}

                                      /*   My account Stylings   */

.my-account-section {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.my-account-block {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 600px;
    margin: 100px 0px 100px 0px;
}

.form-container {
    text-align: center;
}

.form-toggle {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.form-toggle button {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 10px;
    color: #333;
}

.form-toggle button.active {
    border-bottom: 2px solid #0073e6;
    color: #0073e6;
}

.my-account-form-content {
    position: relative;
    overflow: hidden;
}

.my-account-form {
    display: none;
    flex-direction: column;
}

.my-account-form.active {
    display: flex;
}

.login-bottom-block {
    display: flex;
}

.remember-login-btns-block {
    width: 55%;
}

.login-bth {
    width: 30%;
    font-size: 14px;
    padding: 8px;
    background-color: #0f5d4a;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
}

.lost-password-link-block {
    width: 50%;
    text-align: right;
}

.username-field-label {
    text-align: left;
    margin-bottom: 10px;
}

.my-account-form input {
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.my-account-form button:hover {
    background-color: #0073e6;
}

.my-account-form a {
    color: #0073e6;
    text-decoration: none;
    margin-top: 10px;
}

.my-account-form p {
    text-align: left;
    font-size: 16px;
    color: #666;
}

.register-bth {
    padding: 10px;
    background-color: #0f5d4a;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
}


                                      /*   Product Details Page Stylings   */
  
                                      
.products-details-display-block {
    margin-top: 40px;
   
} 

.product-first-details-block {
    display: flex;
    flex-direction: column;
}

.first-product-top-content-block {
    width: 100%;
    display: flex;
}


.side-sub-product-images {
    width: 15%;
    padding: 0px 20px 10px 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.side-sub-images img {
    border-radius: 10px;
    cursor: pointer; 
    transition: border 0.3s ease;
}

.side-sub-images img.active {
    border: 2px solid #007bff; 
}

.main-product-image-block {
    width: 35%;
}

.main-product-display-block {
    position: relative;
    width: 250px;   
    height: 280px;  
    overflow: hidden;
    border-radius: 10px; 
}

.main-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;  
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center center; 
}

.main-product-display-block:hover .main-product-img {
    transform: scale(1.5); 
}

/* product indetail content stylings */
.product-indetail-content-block {
    width: 50%;
}

.small-bottom-border-line {
    border-bottom: 1px solid lightgrey;
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-price-block {
    font-size: 29px;
}

/* quantity-cart-buy-actions-block stylings */
.quantity-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 50px;
    background-color: #fff;
    border: 2px solid #007bff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
  
.quantity-btn {
    width: 30px;
    height: 30px;
    background-color: #007bff;
    color: white;
    border: none;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.quantity-btn:hover {
    background-color: #0056b3;
}
  
.quantity-box input[type="text"] {
    width: 40px;
    text-align: center;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: transparent;
}

.action-buttons {
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
    gap: 10px;
}
  
.action-btn {
    width: 130px;
    padding: 10px;
    background-color: #28a745;
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
  
.action-btn:hover {
    background-color: #218838;
}
  
.action-btn#buyNow {
    background-color: #ffc107;
}
  
.action-btn#buyNow:hover {
    background-color: #e0a800;
}

.features-with-icons-block {
    display: flex;
    gap: 30px;
}

.icons-and-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Product Details Section */
.first-product-description-block {
    width: 100%;
    flex-wrap: wrap;
}

.product-details h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
  
.product-details .description ul {
    list-style-type:decimal;
    padding-left: 20px;
    margin-bottom: 20px;
}
  
.product-details .description ul li {
    margin-bottom: 10px;
    line-height: 1.6;
}
  
.product-details .description ul li ul {
    list-style-type: square;
    margin-left: 20px;
}
  
.product-details .description ul li ul li {
    margin-bottom: 5px;
}
  
.product-details .disclaimer {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
  
.product-details .disclaimer p {
    margin-bottom: 15px;
}
  
.product-details .disclaimer a {
    color: #007bff;
    text-decoration: none;
}
  
.product-details .disclaimer a:hover {
    text-decoration: underline;
}

/* related products block stylings */
.related-products-block {
    margin-top: 60px;
}

.related-products-block h3{
    font-weight: 600;
}

.related-products-display-block {
    display: flex;
    gap: 80px;
    margin: 30px 0px 30px 0px;
}

.related-image-block img {
    border-radius: 10px;
}

.related-product-content-block {
    text-align: center;
}

.related-product-category-name {
    padding-top: 20px;
}

.related-product-content-block h5 {
    font-weight: 600;
    margin: 10px 0px 10px 0px;
}

.related-product-price-block {
    font-size: 19px;
    margin: 20px 0px 20px 0px;
}

.related-product-cart-btn {
    background-color: #008000;
    border: none;
    border-radius: 15px;
    padding: 10px 30px;
}

@media (max-width: 600px) {
    .products-details-display-block {
        margin-top: 40px;
    } 
    
    .product-first-details-block {
        display: flex;
        flex-direction: column;
    }
    
    .first-product-top-content-block {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
    }

    /* features with icons block stylings */
    .features-with-icons-block {
        display: flex;
        gap: 15px;
    }
    
    .icons-and-feature {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .icons-and-feature h6 {
        font-size: 15px;
        margin-top: 10px;
    }

    /* related products block stylings */
    .related-products-block {
        margin-top: 60px;
    }
    
    .related-products-block h3 {
        font-weight: 600;
    }
    
    .related-products-display-block {
        display: flex;
        gap: 35px;
        margin: 30px 0px 30px 0px;
    }
    
    .related-image-block img {
        border-radius: 10px;
        width: 110px;
        height: 160px;
    }
    
    .related-product-content-block {
        text-align: center;
    }
    
    .related-product-category-name {
        padding-top: 10px;
        font-size: 13px;
    }
    
    .related-product-content-block h5 {
        font-size: 17px;
        font-weight: 700;
        margin: 0px 0px 10px 0px;
    }
    
    .related-product-price-block {
        font-size: 14px;
        margin: 20px 0px 20px 0px;
    }
    
    .related-product-cart-btn {
        background-color: #008000;
        border: none;
        font-size: 14px;
        border-radius: 15px;
        padding: 10px 10px;
    }
    
}


                                      /*   Cart Page Stylings   */

.cart-container {
    width: 90%;
    margin: auto;
    margin-top: 50px;
    text-align: center;
}

.cart-container h1 {
    color: #222;
}

.cart-message {
    background-color: #f3f3f3;
    padding: 10px;
    border-left: 4px solid green;
    text-align: left;
}

.cart-table-block, .cart-totals-table-block {
    border-collapse: collapse;
    margin-top: 20px;
}

.cart-table-block {
    width: 100%;
}

.cart-totals-table-block {
    width: 50%;
    margin-left: auto;
}

.cart-table-block th, .cart-table-block td, 
.cart-totals-table-block th, .cart-totals-table-block td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.cart-table-block img {
    width: 50px;
}


.coupon-container {
    margin: 20px 0;
}

.coupon-container input {
    padding: 8px;
    width: 200px;
    border: 1px solid #ddd;
}

.apply-btn, .update-btn, .checkout-btn {
    background-color: #003300;
    padding: 10px 20px;
    color: white;
    border: none;
    cursor: pointer;
}

.checkout-btn {
    display: block;
    width: 50%;
    margin-top: 10px;
    margin-left: auto;
    font-size: 16px;
}

.cart-totals-table-block {
    margin-top: 20px;
    background-color: #f9f9f9;
}

.cart-totals-table-block th {
    background-color: #e5e5e5;
    text-align: left;
}

.cart-totals-table-block td {
    padding: 10px;
}

.green {
    color: green;
}

.bold {
    font-weight: bold;
}

.cart-table-block button {
    background-color: #ddd;
    color: black;
    padding: 3px 8px;
    border: none;
    cursor: pointer;
}

.cart-table-block input {
    width: 40px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px;
}

.update-btn {
    margin-top: 10px;
}

                                      /*   Checkout Page Stylings   */

/* top content block stylings */
.top-content-block {
    text-align: center;
    margin: 60px 0px 50px 0px;
}

.top-first-returning-block {
    margin-bottom: 40px;
}

.top-first-para-content::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    margin-right: 10px;
    content: "";
    color: #ddd;
}

.top-first-returning-block p {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0px 10px 0px;
    font-size: 12px;
    font-weight: 400;
    color: #777;
}

.top-second-para-content::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    margin-right: 10px;
    content: "";
    color: #ddd;
}

.top-second-coupon-block {
    margin-bottom: 40px;
}

.top-second-coupon-block p {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0px 10px 0px;
    font-size: 12px;
    font-weight: 400;
    color: #777;
}

.click-here-login-anchor {
    font-weight: 700;
    text-decoration: none;
    color: #0f5d4a;
}

.click-here-code-anchor {
    font-weight: 700;
    text-decoration: none;
    color: #0f5d4a;
}

.checkout-container {
    width: 95%;
    max-width: 1100px;
    margin: 40px auto;
    background: white;
    padding: 20px;
}

/* Page Title */
.checkout-container h1 {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Checkout Section Layout */
.checkout-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

/* Billing Details */
.billing-details {
    width: 50%;
}

.billing-details h3, .order-summary h3 {
    font-size: 14px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .6px;
    font-weight: 700;
    color: #333;
} 

.billing-details form {
    display: flex;
    flex-direction: column;
}

.first-last-name-block {
    display: flex;
    gap: 20px;
}

.first-name-block {
    width: 50%;
}

.last-name-block {
    width: 50%;
}

.billing-details label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #4a4a4a;
}

.required-field-star {
    color: #e42234;
    border: 0;
    cursor: help;
}

.billing-details input, 
.billing-details select, 
.billing-details textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.country-field {
    font-weight: 700;
}

.different-address-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid lightgray;
    padding: 30px 0px 10px 0px;
    margin-bottom: 20px;
}

.different-address-block p {
    margin: 0px;
    font-weight: 700;
}

.different-address-form-block {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
  
.different-address-form-block.show {
    display: block;
    opacity: 1;
}
  

.billing-details input[type="checkbox"] {
    width: auto;
    margin-bottom: 0px;
}

.billing-details textarea {
    height: 150px;
    resize: vertical;
}

/* Order Summary */
.order-summary {
    width: 45%;
    border-radius: 8px;
}

.order-summary table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.order-summary th, .order-summary td {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.order-summary tr:last-child td {
    font-weight: bold;
}

/* Payment Option */
.order-summary input[type="radio"] {
    margin-right: 5px;
}

.order-summary label {
    font-size: 14px;
    font-weight: bold;
}

/* Place Order Button */
.place-order-btn {
    width: 100%;
    padding: 12px;
    background-color: #2d6a4f;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.place-order-btn:hover {
    background-color: #1b4332;
}

/* Responsive Design */
@media (max-width: 768px) {
    .checkout-section {
        flex-direction: column;
    }
    
    .billing-details, .order-summary {
        width: 100%;
    }
}

                                      /*   My account navbar Page Stylings   */

/* my account navbar page section stylings */

.left-account-list-block {
    margin: 0px 100px 0px 0px;
}

.left-account-list-block {
    width: 100%;
    max-width: 220px;  
}

.account-list-top-content-block {
    display: flex;
    margin-bottom: 40px;
}

.account-list-image-block img {
    border-radius: 50%;
}

.account-user-info-block p {
    margin: 0px;
    padding-left: 20px;
}

#my-account-navbar ul {
    border-top: 1px solid #eaeaea;
    margin: 0px;
    padding: 0px;
}

#my-account-navbar ul li {
    list-style: none;
    border-bottom: 1px solid #eaeaea;
}

#my-account-navbar ul li a {
    padding: 12px 0; 
    display: inline-flex; 
    align-items:center; 
    justify-content: space-between; 
    
}

#my-account-navbar a {
   text-decoration: none;
   color: #000;
}

#my-account-navbar a:hover {
    text-decoration: none;
    color: #0f5d4a;
}

.account-list-display-block i {
    padding: 16px 0;
    float: right;
    opacity: 1;
}

.account-list-display-block i:hover {
    color: #0f5d4a;
}

                                      /*   Dashboard Page Stylings   */

.dashboard-page-section {
    display: flex;
    margin-top: 100px;
}

/* Custom Row */
.custom-row {
    display: flex;
    width: 100%;
}

/* Custom Left Sidebar (Navbar) */
.custom-left-sidebar {
    width: 25%; 
}

/* Custom Right Content */
.custom-right-content {
    width: 75%; 
}

.dashboard-greeting-para {
    font-size: 18px;
    color: #333;
}

.dashboard-greeting-para a {
    color: #007BFF;
    text-decoration: none;
}

.dashboard-info-para {
    font-size: 16px;
    color: #555;
    margin-top: 15px;
}

                                      /*   Orders Page Stylings   */

.orders-content-para {
    font-size: 18px;
    color: #333;
}      

.orders-right-info-content {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #777;
    border: 1px solid #ddd;
      border-top-color: rgb(221, 221, 221);
      border-right-color: rgb(221, 221, 221);
      border-bottom-color: rgb(221, 221, 221);
      border-left-color: rgb(221, 221, 221);
    margin: 0 0 30px;
    padding: 10px 15px;
    text-align: left;
    text-transform: uppercase;
    border-color: #b1befd;
}

.orders-right-info-content::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    margin-right: 10px;
    content: "";
    color: #b1befd;
}

.orders-right-info-content a:hover {
    background-color: #13aff0;
    color: #fff;
}

.orders-right-info-content a {
    float: right;
    text-decoration: none;
    min-height: 10%;
    padding: 6px 18px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #0f5d4a;
}





                                      /*   Downloads Page Stylings   */ 

.downloads-content-para {
    font-size: 18px;
    color: #333;
}

.downloads-right-info-content {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #777;
    border: 1px solid #ddd;
      border-top-color: rgb(221, 221, 221);
      border-right-color: rgb(221, 221, 221);
      border-bottom-color: rgb(221, 221, 221);
      border-left-color: rgb(221, 221, 221);
    margin: 0 0 30px;
    padding: 10px 15px;
    text-align: left;
    text-transform: uppercase;
    border-color: #b1befd;
}

.downloads-right-info-content::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    margin-right: 10px;
    content: "";
    color: #b1befd;
}

.downloads-right-info-content a:hover {
    background-color: #13aff0;
    color: #fff;
}

.downloads-right-info-content a {
    float: right;
    text-decoration: none;
    min-height: 10%;
    padding: 6px 18px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #0f5d4a;
}
                                      
                                      /*   Addresses Page Stylings   */   
.addresses-content-block {
    font-size: 18px;
    color: #333;
}   

.addresses-MyAccount-right-content h2 {
    font-size: 28px;
    font-weight: 610;
}

.right-block-addresses {
    width: 100%;
    display: flex;
    gap: 20px;
}

.addresses-right-content-block {
    margin-top: 40px;
}

.first-sub-block-addresses {
    float: left;
    width: 48%;
}
  
.first-sub-block-addresses {
    clear: both;
    margin-left: 0;
}

.addresses-MyAccount-right-content .addresses-right-content-block .sub-Address-title-block {
    background-color: #f7f7f7;
    padding: 15px 25px;
    position: relative;
    border-bottom: 1px solid #fff;
}

.sub-Address-title-block a {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px 15px;
    background-color: #fff;
    color: #898989;
    box-shadow: none;
    text-decoration: none;
    transition: all .3s ease;
}

.addresses-MyAccount-right-content .addresses-right-content-block .address-tag-block {
    background-color: #f7f7f7;
    padding: 15px 25px;
    color: #898989;
}

.address-tag-block {
    display: block;
    margin: 0 0 20px;
}

.col2-set::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

.second-sub-block-addresses {
    width: 48%;
}

/* Billing-address-block Styles */
.billing-address-block {
    margin: 40px 0;
}

.form-title {
    font-size: 32px; 
    font-weight: 600;
    margin-bottom: 20px;
}

/* Address Fields */
.address-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.address-field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}

/* Form Rows */
.form-row {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.form-row.first-name-field,
.form-row.last-name-field {
    width: 48%;
}

.form-row label {
    margin-bottom: 5px;
    font-weight: bold;
}

.input-text,
.select-field {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border 0.3s ease;
}

.input-text:focus,
.select-field:focus {
    border-color: #0073aa;
    outline: none;
}

.select-field {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    appearance: none; 
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="none" stroke="%23000" stroke-width="1" d="M2 0L0 2h4L2 0z"/></svg>') no-repeat right 10px center;
    background-size: 8px 10px;
    transition: border-color 0.3s ease;
}

.select-field:focus {
    border-color: #0073aa;
    outline: none;
}


/* Required Fields */
.required {
    color: #e42234;
}

/* Submit Button */
.submit-button {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #005f7a;
}

/* Responsive Design */
@media (max-width: 768px) {
    .form-row.first-name-field,
    .form-row.last-name-field {
        width: 100%;
    }
}


/* Shipping-address-block Styles */
.shipping-address-block {
    margin: 40px 0;
}

.form-title {
    font-size: 32px; 
    font-weight: 600;
    margin-bottom: 20px;
}

/* Address Fields */
.address-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.address-field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}

/* Form Rows */
.form-row {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.form-row.first-name-field,
.form-row.last-name-field {
    width: 48%;
}

.form-row label {
    margin-bottom: 5px;
    font-weight: bold;
}

.input-text,
.select-field {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border 0.3s ease;
}

.input-text:focus,
.select-field:focus {
    border-color: #0073aa;
    outline: none;
}

.select-field {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    appearance: none; 
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="none" stroke="%23000" stroke-width="1" d="M2 0L0 2h4L2 0z"/></svg>') no-repeat right 10px center;
    background-size: 8px 10px;
    transition: border-color 0.3s ease;
}

.select-field:focus {
    border-color: #0073aa;
    outline: none;
}


/* Required Fields */
.required {
    color: #e42234;
}

/* Submit Button */
.submit-button {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #005f7a;
}

/* Responsive Design */
@media (max-width: 768px) {
    .form-row.first-name-field,
    .form-row.last-name-field {
        width: 100%;
    }
}


                                      /*   Account details Page Stylings   */  

.account-details-content-para {
    font-size: 18px;
    color: #333;
} 

/* account details block */
.account-details-container {
    width: 100%;
}

/* Inline Form Group */
.form-group-inline {
    display: flex;
    gap: 20px;
    width: 100%;
}

.first-and-last-filed-group {
    width: 50%;
}

/* Form Group */
.form-group {
    margin-bottom: 20px;
    width: 100%;
}

/* Labels */
.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}

/* Input Fields */
.input-field {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}

.input-field:focus {
    border-color: #0073aa;
    outline: none;
    background-color: #f9f9f9;
}

/* Helper Text */
.helper-text {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #666;
}

/* Password Section */
.password-section {
    margin-top: 20px;
}

.password-section legend {
    font-weight: bold;
    color: #0073aa;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid lightgray;
}

/* Submit Button */
.submit-btn {
    background-color: #0073aa;
    color: #fff;
    padding: 15px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    transition: background-color 0.3s;
    margin-top: 20px;
}

.submit-btn:hover {
    background-color: #005f7a;
}

/* Responsive Design */
@media (max-width: 600px) {
    .input-field {
        font-size: 14px;
    }

    .submit-btn {
        font-size: 14px;
    }
}


                                      /*   Lost password Page Stylings   */ 
/* Lost Password Section */
.lost-password-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 180px;
}

/* Form Styling */
.lost-password-form {
    padding: 20px 30px;
    width: 42%;
    text-align: center;
}

/* Instructions */
.lost-password-instructions {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    text-align: left;
}

/* Form Group */
.form-group {
    margin-bottom: 20px;
    text-align: left;
}

/* Label */
.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}

/* Input Fields */
.input-field {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}

/* Submit Button */
.submit-btn {
    background-color: #0073aa;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: background-color 0.3s;
    margin-top: 10px;
}

.submit-btn:hover {
    background-color: #005f7a;
}

/* Responsive Design */
@media (max-width: 600px) {
    .lost-password-form {
        padding: 15px 20px;
    }

    .input-field,
    .submit-btn {
        font-size: 14px;
    }
}
.normalLabel{
    color:black;
    font-style:normal;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.modal-box {
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    font-family: sans-serif;
}

    .modal-box input {
        width: 100%;
        margin-bottom: 10px;
        padding: 6px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .modal-box button {
        margin-right: 10px;
        padding: 8px 16px;
        border: none;
        border-radius: 5px;
        background: #0066cc;
        color: white;
        cursor: pointer;
    }

        .modal-box button:last-child {
            background: #999;
        }
.cancellation-refund-policy-section {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #FFF9E6;
    margin: 0;
    padding: 0;
}

.policy-container {
    max-width: 800px;
    margin: 30px auto;
    padding: 30px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.policy-header {
    text-align: center;
    margin-bottom: 30px;
}

    .policy-header h1 {
        color: #5A8F29;
        /* Green */
        font-size: 2.5em;
        margin-bottom: 10px;
    }

    .policy-header p {
        color: #8B8B7A;
        /* Beige text */
        font-size: 1.1em;
    }

.policy-section {
    margin-bottom: 25px;
    padding: 20px;
    background-color: #F5F5F0;
    /* Light beige */
    border-left: 4px solid #FFD700;
    /* Light yellow accent */
    border-radius: 5px;
}

    .policy-section h2 {
        color: #5A8F29;
        /* Green */
        margin-top: 0;
    }

    .policy-section p,
    .policy-section ul {
        margin: 10px 0;
    }

    .policy-section ul {
        padding-left: 20px;
    }

    .policy-section li {
        margin-bottom: 8px;
    }

.highlight {
    background-color: #FFF9E6;
    /* Light yellow */
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: bold;
}

.contact-info {
    text-align: center;
    margin-top: 30px;
    padding: 15px;
    background-color: #F5F5F0;
    /* Light beige */
    border-radius: 5px;
}

    .contact-info a {
        color: #5A8F29;
        /* Green */
        text-decoration: none;
        font-weight: bold;
    }

        .contact-info a:hover {
            text-decoration: underline;
        }