img {
    max-width: 100%;
}

.page-title .title {
    font-size: 28px;
    line-height: 42px;
}

.wrapper.page-title .text-box {
    padding: 50px 100px;
}

.brands .title {
    font-size: 28px;
    max-width: 100%;
}

.wraperTitle {
    font-size: 28px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 1.3;
    color: #0a2342;
    position: relative;
    margin: 0 0 30px;
    padding-bottom: 10px;
}

.wraperTitle::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #dbab64;
    border-radius: 2px;
}

.text-center .wraperTitle::after {
    left: 50%;
    transform: translateX(-50%);
}

/* Brands Grid */
.brands .brand-item {
    padding: 30px 20px;
    background: #ffffff;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid rgba(16, 67, 109, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    transition: all 0.4s ease;
    height: 100%;
    gap: 20px;
}

.brands .brand-item:hover {
    box-shadow: 0 12px 25px rgba(10, 35, 66, 0.15);
    border-color: #dbab64;
}

.brands .brand-item .icon {
    background: #fdfdfd;
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    padding: 20px;
    border-radius: 50%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    border: 1px solid #f0f0f0;
}

.brands .brand-item:hover .icon {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-color: #ffffff;
}

.brands .brand-item .icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.4s ease, transform 0.4s ease;
}

.brands .brand-item:hover .icon img {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.brands .brand-item .content {
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.brands .brand-item .content h4 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    color: #10436d;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.brands .brand-item:hover .content h4 {
    color: #dbab64;
}

.brands .brand-item .content p {
    margin: 0;
    font-size: 15px;
    text-align: left;
    line-height: 1.7;
    color: #60697b;
}

/* Price Table */
.table-wraper {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.table-wraper .table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.table-wraper .table thead tr th {
    padding: 15px 20px;
    background: #0a2342;
    border: none;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.table-wraper .table thead tr th:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.table-wraper .table thead tr th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.table-wraper .table tbody tr td {
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    border-right: none;
    font-size: 16px;
    color: #464646 !important;
    vertical-align: middle;
    transition: background 0.3s ease;
}

.table-wraper .table tbody tr:hover td {
    background: #f8fbff;
}

.table-wraper .table tbody tr:last-child td {
    border-bottom: none;
}

.table-wraper .table tbody tr td:first-child {
    font-weight: 600;
    color: #10436d !important;
}

/* Note Box */
.note-box {
    border-left: 5px solid #dbab64;
    padding: 25px;
    background: #fdfbf7;
    margin-top: 30px;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.note-box p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #464646;
    font-style: italic;
}

.note-box p b {
    color: #0a2342;
}

/* Choose Us Cards */
.choose-us {
    padding: 50px 0;
    background: #ffffff;
}

.choose-us .title {
    color: #0a2342;
    font-weight: 700;
    max-width: 100%;
}

.choose-us .subTitle {
    color: #dbab64;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    margin-bottom: 15px;
    display: inline-block;
}

.choose-us .lead {
    color: #60697b;
    font-size: 18px;
}

.choose-us .choose-box {
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
    margin-bottom: 0px;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}


.choose-us .choose-box h4 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.4;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #0a2342;
    margin-bottom: 15px;
    transition: color 0.4s ease;
    height: auto !important;
}

.choose-us .choose-box p {
    font-size: 15px;
    line-height: 1.7;
    color: #60697b;
    margin: 0;
    transition: color 0.4s ease;
    min-height: 90px;
}

.choose-us .choose-box:hover {
    background: #0a2342;
    transform: translateY(0px);
    box-shadow: 0 15px 30px rgba(10, 35, 66, 0.2);
    border-color: #0a2342;
}

.choose-us .choose-box:hover h4 {
    color: #dbab64;
}

.choose-us .choose-box:hover p {
    color: #e0e0e0;
}

/* Accordion FAQs */
.faq-wrapper {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.accordion-wrapper .accordion-item {
    border: none;
    border-bottom: 1px solid #eeeeee;
    border-radius: 0;
    margin-bottom: 10px;
}

.accordion-wrapper .accordion-item:last-child {
    border-bottom: none;
}

.accordion-wrapper .card-header {
    background: transparent;
    padding: 0;
    border: none;
}

.accordion-wrapper .card-header button {
    background: transparent;
    color: #0a2342;
    font-weight: 600;
    font-size: 18px;
    padding: 20px;
    width: 100%;
    text-align: left;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: none !important;
}

.accordion-wrapper .card-body {
    padding: 0px 20px !important
}

.accordion-wrapper .card-header button:focus {
    outline: none;
}

.accordion-wrapper .card-header button:before {
    content: "\f286";
    font-family: bootstrap-icons !important;
    font-size: 20px;
    color: #dbab64;
    transition: transform 0.3s ease;
    left: auto;
    right: 1.3rem !important;
}

.accordion-wrapper .card-header button.collapsed:before {
    content: "\f282";
    color: #60697b;
}

.accordion-wrapper .accordion-collapse .card-body {
    padding: 0 0 20px 0;
    color: #60697b;
    line-height: 1.7;
    font-size: 16px;
}

/* Miscellaneous */
hr {
    margin: 40px 0;
    border-top: 1px solid rgba(10, 35, 66, 0.1);
    opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .wrapper.page-title .text-box {
        padding: 50px 20px !important;
    }
    .wrapper.page-title .image-box{display:none;}
    .wraperTitle {
        font-size: 28px;
    }

    .brands .brand-item {
        padding: 20px 15px;
        flex-direction: column;
        text-align: center;
    }

    .brands .brand-item .icon {
        margin-bottom: 20px;
    }

    .brands .brand-item .content,
    .brands .brand-item .content p {
        text-align: center;
    }

    .choose-us .choose-box {
        padding: 25px 20px;
    }

    .brands .brand-item .content h4 {
        font-size: 18px;
    }
}

/* Hero Swiper Banner */
.hero-banner-section {
    position: relative;
    width: 100%;
}

.myHeroSwiper {
    width: 100%;
    height: auto;
    --swiper-theme-color: #ffffff;
    --swiper-navigation-color: #ffffff;
    --swiper-pagination-color: #ffffff;
}

.myHeroSwiper .swiper-button-next,
.myHeroSwiper .swiper-button-prev {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.myHeroSwiper:hover .swiper-button-next,
.myHeroSwiper:hover .swiper-button-prev {
    opacity: 1;
}

.myHeroSwiper .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}