:root {
    --maincolor: #2f3131;
    --secondcolor: #e7131a;
    --redcolor: #e7131a;
    --grey-bg: #f4f6f9;
    --heading: "Montserrat", sans-serif !important;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    color: #4C4C5C;
    font-size: 15px !important;
    line-height: 28px !important;
}

a {
    text-decoration: none !important;
}

.list-group-item {
    padding: 0px !important;
    text-decoration: none;
    border: 0px !important;
    background-color: transparent !important;
}

dl,
ol,
ul {
    margin-bottom: 0rem !important;
    padding-left: 0px !important;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b6fe00 !important;
    outline: 0;
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
}

label {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
}

p {
    margin-bottom: 0px !important;
}

.copyright {
    background-color: var(--secondcolor);
    color: #fff;
    padding: 20px;
}

.copyright .container {
    display: flex;
    justify-content: space-between;
}

.copyright p:first-child {
    width: 70%;
}

.copyright p a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline !important;
}

.copyright p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 23px;
}

.footer {
    background-image: url('../images/footer.webp');
    background-repeat: repeat;
    position: relative;
    overflow: hidden;
    background-position: center center;
}

.innerMainFooter {
    padding: 70px 0 60px 0;
    background-color: #2222227d;
}

.innerFooterSection p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 26px;
}

.downloadOption {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.downloadOption div {
    background-color: #fff;
    padding: 13px 12px;
    border-radius: 12px;
    display: flex;
    width: 35%;
    justify-content: center;
}

.downloadOption div img {
    width: 80%;
}

.downloadOption div:last-child {
    margin-left: 10px;
}

.innerFooterSection h2 {
    color: #fff;
    text-decoration: underline;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: var(--heading);
}

.innerFooterSection li {
    margin-bottom: 14px;
}

.innerFooterSection li a {
    color: #fff;
    font-size: 14px;
}

.logoFooter {
    width: 250px;
    margin-bottom: 15px;
}

.innerFooterSection h5 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 3px;
    color: #fff;
}

.footer .container .row {
    justify-content: space-between;
}

.innerFooterSection ul li span {
    margin-right: 12px !important;
}


.innerFooterSection {
    margin-bottom: 20px;
}

.innerFooterSection .socialMediaLinkFirst {
    margin-top: 25px;
}

.socialMediaLinkFirst li {
    padding: 8px 13px;
    background-color: #fff;
    border-radius: 50px;
}

.socialMediaLinkFirst li a {
    color: #222;
    font-size: 18px;
}



/* header css start */



.header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logoSide img {
    width: 260px;
}

.header ul li {
    margin-right: 26px !important;
}

#menuOpenHideButton {
    display: none;
}

.header ul li a,
.header button {
    font-size: 15px;
    font-weight: 700;
    color: var(--maincolor);
    text-transform: capitalize;
}

.header button {
    background-color: transparent;
    border: 0px;
    padding: 0px;
}

.quoteButtonHeader {
    background-color: var(--secondcolor) !important;
    color: #fff !important;
    border-radius: 50px;
    padding: 10px 28px !important;
}

.upperHeader {
    background-color: var(--redcolor);
}

.upperHeader .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.upperHeader ul {
    display: flex;
    justify-content: center;
    width: 100%;
}

.upperHeader li {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.upperHeader li span {
    margin: 0px 15px !important;
}

.dropdown-menu.show li {
    margin-right: 0px !important;
}

.dropdown-menu.show li a {
    text-transform: capitalize !important;
    font-weight: 500 !important;
}

.dropdown-menu.show {
    margin-top: 31px !important;
    border-radius: 0;
    padding: 10px 40px;
    border-top: 3px solid var(--secondcolor);
    padding-right: 0px;
    width: 260px;
}

/* header css end */



.braudSection h2 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 800;
    text-transform: uppercase;
}

.braudSection li {
    font-size: 14px;
    font-weight: 500;
}

.braudSection li i {
    font-size: 12px;
}

.braudSection {
    background-image: url('../images/braud.jpg');
    background-position: left;
    background-size: cover;
    color: #fff;
}

.innerBraud {
    padding: 40px 20px;
    text-align: center;
    background: #000000c9;
}

.activelink {
    color: var(--redcolor);
}


.innerMapContact {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.innerMapContact span {
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--grey-bg);
    border-radius: 50px;
    margin-right: 15px;
}

.innerMapContact h4 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 5px;
}

.contact-heading {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 3px;
}

.inputContainer {
    margin-bottom: 10px;
}

.inputContainer input,
.inputContainer select,
.inputContainer textarea {
    font-size: 13px;
    font-weight: 500;
    padding: 10px;
    border-radius: 4px;
    height: 50px;
}

.mainButton {
    padding: 12px 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    background: var(--redcolor) !important;
    border-color: var(--redcolor) !important;
    color: #fff !important;
    text-transform: uppercase !important;
}

.inputContainer textarea {
    height: 120px;
}

.innerContactHero {
    padding: 60px 20px;
}

.formtextShort {
    width: 90%;
}


.modal h5 {
    font-size: 16px;
    font-weight: 600;
}

.modal-footer {
    justify-content: flex-start !important;
}

.mobileContainerInput {
    position: relative;
    overflow: hidden;
}

.mobileContainerInput input {
    overflow: hidden;
    padding-left: 75px;
}

.mobileContainerInput img {
    width: 47px;
    position: absolute;
    top: 13px;
    left: 12px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
}


.enquiry-section {
    padding: 60px 20px;
}

.labelCheckInputs .form-check {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.labelCheckInputs .form-check input {
    margin-top: 0px !important;
}

.labelCheckInputs .form-check label {
    margin-bottom: 0px !important;
    margin-left: 10px;
}

.products-title {
    font-size: 16px;
    font-weight: 700;
}

.enquiry-section h1 {
    font-size: 20px;
    font-weight: 900 !important;
}

.shortText {
    width: 60%;
    margin-bottom: 35px !important;
}

/*  about page css */

.mission-section {
    padding: 80px 0;
    background: #fff;
}

.info-card {
    border-radius: 25px;
    padding: 50px;
    height: 100%;
}

.mission-card {
    background: #171211;
    color: #fff;
}

.vision-card {
    background: #f7f5f2;
}

.icon-box {
    width: 66px;
    height: 66px;
    background: #ef1506;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icon-box i {
    color: #fff;
    font-size: 28px;
}

.sub-title {
    color: #ef1506;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .5px;
    margin-bottom: 12px;
}

h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.mission-card h2,
.vision-card h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    font-family: var(--heading);
    line-height: 34px;
    text-transform: uppercase;
}

.mission-card p {
    color: #ddd;
    font-size: 15px;
}

.vision-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vision-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 15px;
    color: #555;
}

.vision-list i {
    color: #ef1506;
    font-size: 18px;
    margin-right: 10px;
}

.eyebrow {
    color: var(--redcolor);
    font-weight: 600;
    letter-spacing: .5px;
    font-size: .85rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: .4rem;
    margin-bottom: 2px;
    font-family: var(--heading);
}

.services-heading {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: var(--heading);
}

.text-red {
    color: var(--redcolor);
}

.stat-block .num {
    font-size: 24px;
    font-weight: 800;
}

.stat-block p {
    font-size: 12px;
    font-weight: 600;
}

.stat-block .num .accent {
    color: var(--redcolor);
}

.about-photo img {
    width: 100%;
    border-radius: 12px;
}

.about-photo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.aboutHeroSection {
    background-color: #000;
    padding: 50px 20px;
}

.aboutHeroSection li {
    font-size: 13px;
}

.aboutHeroSection li a {
    color: var(--redcolor);
}

.aboutHeroSection li i {
    font-size: 11px !important;
}

.aboutHeroSection .container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.aboutHeroSection h3 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 25px;
}

.aboutHeroSection h1 {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 32px 0px 25px;
}

.aboutFullSec {
    padding: 80px 20px 80px;
}

.stat-strip .divider {
    border-bottom: 1px solid #e3e7ee;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
}

.stat-strip .num {
    font-size: 26px;
    margin-bottom: 5px;
    font-weight: 800;
}

.feature-list-plain {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list-plain li {
    padding: .4rem 0;
    font-weight: 600;
    color: #455066;
}

.feature-list-plain li::before {
    content: "—";
    color: var(--redcolor);
    margin-right: .5rem;
    font-weight: 800;
}

.isometric-panel img {
    width: 100%;
    height: 400px;
    border-radius: 12px;
}

.coreValueSection {
    padding: 0px 20px 80px;
    position: relative;
}

.service_card_packers {
    background: #fff;
    border-radius: 1rem;
    padding: 20px 15px;
    text-align: left;
    height: 100%;
    border: 1px solid #BEBEBE;
    border-top: 5px solid var(--redcolor);
    position: relative;
    transition: transform .2s ease, box-shadow .2s ease;
}

.service_card_packers h6 {
    font-size: 22px;
    font-weight: 900;
    color: var(--redcolor);
    margin-bottom: 15px !important;
}

.service_card_packers h5 {
    font-size: 16px;
    font-weight: 700;
}

.coreValueSection h2 {
    color: #222 !important;
    font-size: 22px;
}

.journeyPara {
    width: 60%;
    margin-left: 20%;
    color: #222;
}




.services-section {
    padding: 80px 0;
    background-color: #f2f3f5;
    position: relative;
}

.services-section .spaceSection {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.02;
    z-index: 1;
    overflow: hidden;
}

.services-section .container {
    position: relative;
    z-index: 999;
}

.services-heading {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 900;
}


/* Card */
.services-section .service-card {
    background: #fff;
    border-radius: 10px;
    overflow: visible;
    box-shadow: 0 6px 24px rgba(12, 42, 62, 0.06);
    padding: 0px;
    border: 0px;
    display: block;
}

.card-visual {
    position: relative;
    border-radius: 10px 10px 0 0;
    height: 230px;
}

.card-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-arc {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 42px;
    display: block;
}

.card-icon {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--redcolor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: var(--redcolor);
    z-index: 2;
}

.services-section .card-body ul {
    margin-top: 8px;
}

.services-section .card-body li {
    display: flex;
    margin-top: 5px;
}

.services-section .card-body li i {
    color: var(--redcolor);
    margin-right: 8px;
}

.services-section .card-body {
    padding: 25px 15px;
    text-align: left;
}

.card-title {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 10px !important;
}

.card-text {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 18px;
}

.read-more {
    color: var(--redcolor);
    font-weight: 700;
    font-size: 13px !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 20px;
    display: block;
}

.read-more:hover {
    color: red;
}


.hero-check-list .check-item {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: .75rem;
    font-weight: 600;
}

.hero-check-list .check-icon {
    background: var(--redcolor);
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .7rem;
    flex-shrink: 0;
}

.otheraboutsection {
    padding: 80px 20px;
}

.hero_photo_other img {
    width: 100%;
    border-radius: 12px;
}



/* ============ SECTION 1: Feature strip (image1) ============ */
.feature-strip .img-card {
    border-radius: 1rem;
    overflow: hidden;
    min-height: 420px;
    height: 420px;
    background-size: cover;
    background-position: center;
    background-image: url('../images/braud.jpg');
}

.imageCardIner {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #1a1a1ab8;
}

.feature-strip .badge-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fff;
    backdrop-filter: blur(4px);
    color: #222222;
    padding: 20px 20px 16px;
    border-radius: .6rem;
    width: 200px;
    text-align: center;
}

.feature-strip .badge-overlay .num {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1;
}

.feature-strip .badge-overlay small {
    font-weight: 500;
}

.feature-strip .info-card {
    background: #f4f6f9;
    border-radius: 1rem;
    padding: 30px 20px;
    height: 100%;
}

.feature-strip .info-card h3 {
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 900;
}

.feature-strip .stat-num {
    font-size: 34px;
    font-weight: 800;
    color: #111;
    margin-bottom: 5px;
}

.feature-strip .cta-card {
    background: linear-gradient(160deg, var(--redcolor) 0%, #470606 100%);
    border-radius: 1rem;
    padding: 30px 20px;
    height: 100%;
    color: #fff;
}

.feature-strip .cta-card .check-item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
    font-weight: 600;
}

.feature-strip .cta-card .check-icon {
    background: #fff;
    color: var(--red);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: .85rem;
}

.stars {
    color: #f5a623;
    letter-spacing: 2px;
}


.feature-strip {
    padding-bottom: 80px;
}

.cta-title {
    color: #111;
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.cta-text {
    color: #6b7280;
    font-size: 16px;
    margin-bottom: 24px !important;
}

.accordion-button {
    background: #111 !important;
    color: #fff !important;
    box-shadow: none !important;
    border-radius: 6px !important;
    font-weight: 600;
    font-size: 13px !important;
    box-shadow: none;
    padding: 0px !important;
}

.accordion-button span:first-child {
    padding: 20px;
}

.accordion-button .icon-box {
    background: red;
    color: #fff;
    width: 58px;
    height: 58px;
    min-width: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 400;
    margin-left: auto;
    transition: transform 0.3s ease;
    margin-bottom: 0px !important;
}

.accordion-button::after {
    display: none;
}

.accordion-item {
    margin-bottom: 15px;
    border-radius: 10px;
}

.ownerMessage h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px !important;
    margin-top: 15px;
}

.ownerMessage h6 {
    font-size: 14px;
    font-weight: 500;
}

.ownerMessage img {
    width: 100%;
    height: 180px;
    margin-bottom: 15px;
    object-fit: cover;
}

.ownerMessage .eyebrow {
    margin-bottom: 0px !important;
}

.faq-section {
    padding: 80px 20px;
}


.sectionHeader {
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sectionHeader p {
    width: 45%;
    font-weight: 400;
    color: #525252;
}

.sectionHeader h5 {
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
}


.shortBlogMain img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.contentBlogShort {
    padding: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #aaaaaa73;
    border-top: none;
}

.contentBlogShort h4 {
    display: inline;
    background-image: linear-gradient(#000000, #000000);
    background-repeat: no-repeat;
    background-position: left 100%;
    background-size: 0% 1px;
    transition: background-size .8s ease;
    font-size: 18px;
    font-weight: 800;
    line-height: 26px !important;
    text-transform: uppercase;
}

.contentBlogShort p {
    margin-top: 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.contentBlogShort a {
    display: block !important;
    width: fit-content;
    background-color: #F0F0F0;
    color: #222;
    padding: 16px 23px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 24px;
    transition: all 0.6s;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

.contentBlogShort ul {
    margin-bottom: 20px !important;
}

.contentBlogShort li {
    font-size: 13px;
    font-weight: 500;
}

.mainContainerSectionBlog {
    padding: 0px 20px 80px;
}


.whyChooseUsSection {
    background-image: url('../images/construction-background.webp');
    background-size: cover;
    background-position: center;
}

.innerWhyUs {
    background-color: #000000db;
    padding: 80px 20px;
}

.innerWhyUs .service_card_packers {
    padding: 40px 30px !important;
    margin-bottom: 25px !important;
    height: auto !important;
}

.service_card_packers .service-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--grey-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 2rem;
    color: var(--redcolor);
}


.heroInSection {
    background: #000000d1;
    overflow: visible;
    padding: 100px 20px;
}

.stats-bar {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
    margin-top: -60px;
    position: relative;
    z-index: 5;
    padding: 1.6rem 1rem;
}

.stat-item .stat-num {
    font-weight: 800;
    font-size: 1.15rem;
    color: #101828;
    margin-bottom: 0;
}

.stat-item .stat-lbl {
    font-size: .78rem;
    color: #6b7280;
    margin-bottom: 0;
}

.stat-item {
    text-align: center;
    border-right: 1px solid #eee;
}

.stat-item:last-child {
    border-right: none;
}

.buttonTwoSection button {
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
}

.feature-icon-box {
    text-align: center;
    width: 88px;
}

.feature-icon-box span {
    color: #e7eaf0;
    font-size: 12px;
    line-height: 17px;
    display: block;
    font-weight: 500;
}

.feature-icon-box .icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px auto;
    font-size: 25px;
    color: var(--redcolor);
}

.hero-desc {
    color: #c7cedb;
    font-size: 15px;
    margin-top: 7px;
}

.hero-heading {
    font-weight: 900;
    font-size: 29px;
    line-height: 38px;
    color: #fff;
    text-transform: uppercase;
}

.brandColorName {
    background-color: red;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 25px;
    border-radius: 50px;
    margin-bottom: 20px !important;
    display: block;
    width: fit-content;
}

.hero-heading .accent {
    color: var(--redcolor);
}

.btn-red {
    background: var(--redcolor) !important;
    border-color: var(--redcolor) !important;
    color: #fff !important;
}

.btn-outline-white {
    background: #fff !important;
    color: #111 !important;
}

.hero-section {
    background-image: url('../images/Fire-safety-installation-in-progress.webp');
    background-size: cover;
    background-position: center;
}

.heroFormSection {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 12px;
}


.innerSideBarDiv {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.blogSideBarSection h4 {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 2px !important;
    color: var(--maincolor);
    margin-bottom: 20px !important;
}

.blogSideBarSection ul li {
    margin-bottom: 12px;
    display: flex;
    line-height: 24px;
}

.blogSideBarSection ul li a {
    color: #222;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.blogSideBarSection ul li a span {
    margin-right: 10px;
}

.socialImageSection {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 25px;
}

.socialImageSection a {
    color: #222;
}

.socialImageSection img {
    width: 30px;
}

.socialImageSection h5 {
    font-size: 12px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 0px !important;
}

.tagSection span {
    border: 1px solid #ddd;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
    margin: 5px;
}

.mainContainerBlog {
    padding: 50px 20px;
}

.blogUpText h6 {
    font-size: 14px;
    font-weight: 600;
    color: var(--redcolor);
    text-transform: uppercase;
    line-height: 24px;
}

.blogUpText h1,
.blogFullText h1,
.blogUpText h3 {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--maincolor);
    margin-top: 2px;
    margin-bottom: 5px !important;
}

.blogUpText p {
    width: 70%;
}

.coreValueQuality {
    padding-top: 80px;
}


.loginMainContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f7f7f757;
}

.innerLoginContainer {
    width: 360px;
}

.innerLoginContainer img {
    width: 270px;
    margin-bottom: 25px;
}

.innerLoginContainer h1 {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 20px !important;
    text-transform: uppercase;
}

.innerLoginContainer label {
    font-size: 11px;
}

.formSection input {
    width: 100%;
    height: 47px;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
}

.mainLoginButton {
    width: 100%;
    height: 45px;
    border-radius: 0px;
    border: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: var(--redcolor);
}

.rememberSection {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.rememberSection input {
    width: 15px;
    height: 15px;
    margin-bottom: 0px !important;
}

.passwordSection {
    position: relative;
}

.passwordSection button {
    position: absolute;
    right: 10px;
    top: 8px;
    border: 0px;
    background: transparent;
    font-size: 20px;
    color: #ced4da;
}

.rememberSection label {
    margin-bottom: 0px;
    margin-left: 6px;
}


.blogFullText img {
    width: 100%;
    border-radius: 8px;
    margin: 20px 0px;
}

.blogFullText h3 {
    font-size: 16px;
    font-weight: 800;
    color: var(--maincolor);
}

.blogUserFullDetail li i {
    margin-right: 10px;
}

.blogFullText li {
    margin-top: 10px;
}

.blogUserFullDetail {
    font-size: 14px;
    font-weight: 500;
}


.blogFullText {
    padding-right: 25px;
}

.fullDescText ul {
    margin-left: 15px;
    ;
}

.blogListMain {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.blogMainShort img {
    width: 100%;
    border-radius: 8px;
}

.blogTextShort {
    text-align: center;
    padding: 15px;
}

.blogListMain h2 {
    font-size: 14px;
    font-weight: 800;
    color: var(--maincolor);
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 23px;
}

.blogListMain ul {
    font-size: 13px;
    font-weight: 500;
    margin: 10px 0;
}

.blogTextShort p {
    line-height: 24px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #222;
    margin: 20px 0px !important;
}

.viewMoreBlogButton {
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    color: var(--redcolor) !important;
}

.blogPagination {
    margin-top: 50px !important;
}


.innerProductDetail img {
    width: 100%;
    height: 160px;
    border-radius: 8px;
    margin-bottom: 10px;
    object-fit: cover;
}

.innerProductDetail h2 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
    margin-top: 5px;
}

.innerProductDetail p {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.innerProductDetail {
    background: #f7f7f7;
    border-radius: 12px;
    padding: 8px;
    margin-bottom: 20px;
}

.otherImageProductSection{
    margin-top: 40px !important;
}