@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
html,body{
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
}
body{
    font-family: "Inter", serif;
}
.box.active:hover{
    background: #0047B0c7;
}
.card-box:hover{
    background: #fff;
}
.banner {
    background: url(../img/banner.png?v=atg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-text h1 ,section.about.my-abt h1{
    color: #FFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.12px;
}
.about-text p{
    color: #111!important;
}
.banner-text p ,.form-text p,.banner-form label,.about-text p{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.banner-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
a.ctm-btn-w {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
    display: flex
;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    color: #111;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.banner-img {
    margin-bottom: 20px;
}
.banner-form {
    backdrop-filter: blur(32px);
    padding: 24px;
    border-radius: 20px;
    background: #0047B0;
    box-shadow: 14px 14px 54px 0px rgba(255, 255, 255, 0.20) inset;
}
.form-text h4 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.64px;
}
input.form-controls::placeholder{
    color: #fff;
    opacity: 0.8;
}
input.form-controls {
    border-radius: 10px;
    background: rgba(245, 245, 245, 0.20);
    display: flex
;
width: 100%;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #FFF !important;
    border: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.18px;
}
.form-group,.banner-form label {
    margin: 10px 0px;
}
section.about {
    padding: 50px 0px;
}
.check-wrap{
    background: url('../img/ctm-check.png')!important;
    background-position: center center;
    background-size: cover!important;
    background-repeat: no-repeat;
}
h2.heading {
    color: #111;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.12px;
    margin-bottom: 30px;
}
span.ctm-color {
    color: #0047B0;
}
.ctm-btn-g {
    border-radius: 10px;
    background: #0047B0;
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
    display: flex
;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: fit-content;
    text-decoration: none;
}
.about-text a.ctm-btn-g {
    margin-top: 30px;
}
.services{
    background: url(../img/service.png?v=atg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px;
}
.card-box {
    display: flex
;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    background: #F5F5F5;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
}
.ser-title h2 {
    color: #fff;
    margin: 0px;
}
.ser-title {
    text-align: center;
    padding-bottom: 50px;
    color: #fff;
    max-width: 900px;
    margin: 0 auto;
    display: block;
}
.box.active {
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    background: #0047B0;
    display: flex
;
    padding: 24px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
    margin: 0px 0px 30px;
    color: #fff;
}
.box {
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    background: #F5F5F5;
    display: flex
;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
    align-self: stretch;
}
section.benefit {
    padding: 100px 0px;
}
footer{
    background: url(../img/footer.png?v=atg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 70px 0px 10px;
    color: #FFF;
}
.f-link{
    list-style: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.links .title {
    margin-bottom: 20px;
}
ul.f-link li a {
    color: #fff;
}
.f-logo {
    margin-bottom: 30px;
}
span.divider {
    background: #ffffff96;
    width: 100%;
    height: 0.1px;
    display: block;
    margin: 50px 0px;
}
.copyright {
    text-align: center;
}
.top-bar a {
    color: #fff;
}

.top-bar {
    background: #0047B0;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    width: 100%;
    display: flex
;
}
a.nav-link {
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
ul.navbar-nav.ms-auto {
    gap: 15px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-white {
    padding: 20px 0px;
}
section.banner-wrap {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.30) 100%), #0047B0;
    display: flex
;
    padding: 100px 0px;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: #fff;
}
.inline-btn {
    display: flex
;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
span.sub-head {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.64px;
    text-transform: uppercase;
}
.ban-t h1 {
    color: #FFF;
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.12px;
}
.banner-wrap .banner-inner {
    display: flex
;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

section.pricing {
    padding: 50px 0px;
    text-align: center;
}
section.term {
    padding: 100px 0px;
}
.term h2{
    color: #111;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: normal;
padding: 30px 0px 0px;
}

.quantity-input {
    width: 50px;
    text-align: center;
    border: none;
    background: transparent;
}
.quantity-btn {
    border: none;
    background: transparent;
    padding: 0 10px;
}
.cart-item {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
}
.cart-total {
    background-color: #0047B0;
    color: white;
    border-radius: 8px;
    padding: 20px;
}
.delete-btn {
    color: red;
    background: transparent;
    border: none;
}
.product-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.form-section {
    padding: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #F5F5F5;
}

.form-heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #333;
}

.form-control {
    height: 45px;
    border: 1px solid #e0e0e0;
    padding: 8px 12px;
    font-size: 14px;
    color: #333;
    border-radius: 10px;
border: 1px solid #EBEBEB;
background: #FFF;
}

.form-control::placeholder {
    color: #999;
}

textarea.form-control {
    height: 120px;
    resize: none;
}

.form-label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

.order-summary {
    background: #0047B0;
    color: white;
    border-radius: 8px;
    padding: 25px;
}

.order-heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.order-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 14px;
}

.order-total {
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 15px;
    padding-top: 15px;
}

.privacy-notice {
    font-size: 12px;
    margin: 20px 0;
    opacity: 0.9;
    line-height: 1.5;
}

.payment-button {
    background: #fff;
    border: none;
    border-radius: 4px;
    padding: 12px;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
}

.payment-button img {
    height: 20px;
}

.payment-button.credit-card {
    display: flex;
    gap: 8px;
    align-items: center;
}
.checkout{
    padding: 100px 0px;
}


.filter-section {
    padding: 20px;
    background: #fff;
}

.price-slider {
    margin: 20px 0;
}

.filter-button {
    background: #0047B0;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    margin: 10px 0;
}

.top-rated {
    margin-top: 30px;
}

.top-rated-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 4px;
}

.top-rated-item img {
    width: 60px;
    margin-right: 15px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
}

.product-card {
    overflow: hidden;
    transition: transform 0.2s;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    background: #F5F5F5;
}
.product-info div:nth-child(2) {
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.product-card:hover {
    transform: translateY(-5px);
}

.shop .product-image {
    width: 100%;
    height: 200px;
    object-fit: fill;
}

.product-info {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.view-button {
    padding: 5px;
    background: #f8f9fa;
    border: none;
    cursor: pointer;
}

.view-button.active {
    background: #e9ecef;
}

.sort-select {
    padding: 5px 10px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.items-per-page {
    display: flex;
    align-items: center;
    gap: 10px;
}

.items-per-page span {
    color: #6c757d;
}

section.shop {
    padding: 70px 0px;
}
.top-rated {
    display: flex
;
    flex-direction: column;
    gap: 20px;
}
.price-range {
    margin-bottom: 30px;
}
select.sort-select.ms-3 {
    border-radius: 10px;
    background: #F5F5F5;
    display: flex
;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.p-box {
    display: flex
;
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    background: #F5F5F5;
    text-align: left;
}
.ben ul {
    padding: 0px;
    display: flex
;
    flex-direction: column;
    gap: 10px;
    margin: 30px 0px;
}

.price-btn button, .price-btn {
    width: 100%;
    display: flex
;
}
.price-start {
    padding: 50px 0px;
}
.p-title {
    max-width: 900px;
    margin: 0 auto;
}





@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    
    .filter-section {
        margin-bottom: 20px;
    }
    .p-box{
        margin: 10px 0px !important;
        height: auto;
    }
    .inline-btn {
        flex-direction: column;
    }
    h2.heading{
        font-size: 25px;
    }
    .ban-t h1,.banner-text h1{
        font-size: 30px;
    }
    span.sub-head{
        font-size: 22px;
    }
    ul.navbar-nav.ms-auto {
        gap: 15px;
        background: #0e9f0a24;
        padding: 20px;
        border-radius: 12px;
        margin: 20px 0px;
    }
    .links {
        padding: 20px 0px 0px;
    }
    .banner{
        height: auto!important;
        padding: 50px 0px;
    }
    .banner-form {
        margin: 30px 0px 0px;
    }
    .about-img img {
        width: 100%;
        margin-right: -20px;
        margin-left: 20px;
        margin-top: 40px;
    }
    .card-box{
        margin: 10px 0px;
        height: auto;
    }
    .box{
        margin-bottom: 30px;
    }
    .benefit-inner .row {
        flex-direction: column-reverse;
    }
    section.benefit {
        padding: 50px 0px !important;
    }
    button.btn.btn-success.w-100 {
        margin-top: 20px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
        color: #000;
        width: fit-content !important;
        display: flex
    ;
        padding: 12px 20px;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .filter-section{
        padding: 0px;
    }
    .product-grid {
        padding: 0px;
    }
    button.view-button {
        display: none;
    }
    .view-controls{
        margin-bottom: 0px;
    }
    select.sort-select.ms-3{
        width: 100%;
    }
    .col-2.text-end {
        display: none;
    }
    .d-flex.wrap-f.align-items-center {
        flex-direction: column;
    }
    .d-flex.wrap-f.align-items-center {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        gap: 20px;
    }
    .text-end {
        display: none;
    }
    .about-img.d-hide {
        display: block;
    }
    .about{
        background-position: left!important;
    }
    .form-section {
        padding: 20px 10px;
    }    
    
}

.order-summary{
    background: #0047B0!important;
}
.my-abt .about-text {
    display: flex
;
    flex-direction: column;
    gap: 10px;
}
.list ul {
    display: flex
;
    flex-direction: column;
    gap: 10px;
}
.my-abt .about-text ,.my-abt .about-text  p{
    color: #fff!important;
}
.my-abt {
    background: url(../img/abt.png?v=atg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
a.ctm-btn-w:hover {
    border: 1px solid #0047B0;
    background: #e4e4e4;
    color: #000000;
}
.about-img.d-hide {
    display: none;
}

.list ul {
    padding: 0px;
}
.abt .box {
    justify-content: center;
    align-items: center;
    text-align: center;
}
.box:hover {
    border: 1px solid #0047B0;
    background: #eee;
}
.ben-inner .col-md-4,.ben-inner .col-md-6 {
    margin-bottom: 20px;
}
.box{
    height: 100%;
}

.mb-5.hide-small {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.cart-total .form-label{
    color: #fff;
}
.cb {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}
.d-flex.wrap-f.align-items-center {
    justify-content: space-between;
    align-items: center;
}
.ctm-wrap {
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
button.btn.btn-success.w-100 {
    margin-top: 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
    color: #000;
    width: fit-content !important;
    display: flex
;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}