/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.6
Tested up to: 7.0
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

:root {
    --garamond: "Cormorant Garamond", serif;
    /* Typography Sizes - Mobile First (Base) */
    --button-font: 12px;
    --fs-card-heading: 50px;
    --fs-hero-title: 25px;
    --fs-section-title: 27px;
    --fs-product-title: 20px;
    --fs-subheading: 18px;
    --fs-body: 15px;
    --fs-label: 14px;
    --fs-button: 15px;

}

/* Tablet (768px and up) */
@media (min-width: 768px) {
    :root {
        --button-font: 16px;
        --fs-card-heading: 60px;
        --fs-hero-title: 48px;
        --fs-section-title: 40px;
        --fs-product-title: 24px;
        --fs-subheading: 20px;
        --fs-body: 17px;

        --section-pad-top: 70px;
        --section-pad-bottom: 70px;
    }
}

/* Desktop (1024px and up) */
@media (min-width: 1024px) {
    :root {
        --button-font: 16px;
        --fs-card-heading: 80px;
        --fs-hero-title: 50px;
        --fs-section-title: 48px;
        --fs-product-title: 28px;
        --fs-subheading: 22px;
        --fs-body: 18px;

        --section-pad-top: 100px;
        --section-pad-bottom: 100px;

    }

    p {
        font-size: var(--fs-body);
        line-height: 1.8;
        margin-bottom: 1rem;
    }

    h1 {
        font-size: 3.5rem;
    }

    h2 {
        font-size: 50px;
    }

    h3 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.5rem;
    }

    h5 {
        font-size: 1.25rem;
    }

    h6 {
        font-size: 1rem;
    }
}

h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    font-size: var(--fs-body);
    line-height: 1.8;
    margin-bottom: 1rem;
}


body {
    font-family: "Inter", sans-serif;
}

.hero-section {
    position: relative;
    background: linear-gradient(rgb(0 34 60 / 89%), rgb(0 34 60 / 81%)), url(../../../wp-content/uploads/2026/06/banner-img-1.jpeg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

section {
    padding: 80px 0;
    overflow: hidden;
}

/* Navbar */

.navbar {
    padding: 20px 0;
    position: absolute;
    z-index: 2;
    width: 85%;
}

.navbar-brand img {
    max-width: 180px;
    border-radius: 10px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.navbar-nav .mega-menu-link li {
    margin: 0 15px;
}

#menu-primary-menu li a {
    text-decoration: none !important;
    color: #eeefef !important;
    padding: 0px 15px !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background-color: #004369;
    color: white;
    font-size: 14px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    border-left: 6px solid #7A2232;
    background-color: white;
    color: #004369;
}

.offcanvas {
    background: #0b1d2d !important;
}

.offcanvas-header .btn-close {
    filter: brightness(0) invert(1);
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    background-color: transparent !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
    color: white;
    background-color: transparent;
}

.contact-btn {
    background: #fff;
    color: #9d2847;
    text-decoration: none;
    padding: 15px 50px;
    border-radius: 50px;
    font-weight: 600;
    transition: .4s;
}

.contact-btn:hover {
    background: #9d2847;
    color: #fff;
}

/* Hero */

.hero-content {
    position: relative;
    z-index: 1;
    margin-top: 100px;
    padding: 100px 0px;
}

.coutout-img {
    position: absolute;
    right: 0;
}

.hero-content h1 {
    color: #fff;
    font-size: 50px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    /* line-height: 1.05; */
    /* margin-bottom: 30px; */
}

.hero-content h1 span {
    display: block;
}

.hero-content p {
    color: #fff;
    max-width: 950px;
    margin: auto;
    /* line-height: 1.6; */
}

.hero-btn {
    display: inline-block;
    margin-top: 40px;
    background: #a02d49;
    color: #fff;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: color .4s ease;
    z-index: 1;
}

.hero-btn::before {
    content: "";
    position: absolute;
    transform: translate(100%, 100%);
    z-index: -1;
    inset: 0px;
    background: #000000;
    transition: 0.4s;
    border-radius: 35px;
    z-index: -1;
}

.hero-btn:hover {
    color: #fff;
}

.hero-btn:hover::before {
    transform: translate(0, 0);
}

/* Doctors */

.hero-doctors {
    position: absolute;
    right: 0;
    bottom: -13px;
    z-index: 1;
}

.hero-doctors img {
    width: 100%;
}

/* Bottom Review */

.hero-bottom {
    position: absolute;
    left: 60px;
    bottom: 50px;
    display: flex;
    align-items: center;
    z-index: 3;
}

.review-images {
    display: flex;
}

.review-images img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    margin-left: -12px;
}

.review-images img:first-child {
    margin-left: 0;
}

.review-text {
    color: #fff;
    font-size: 18px;
    margin-left: 20px;
    /* line-height: 1.4; */
    font-weight: 400;
}

/* Responsive */

@media(max-width:991px) {

    .hero-section {
        min-height: auto;
        padding-bottom: 50px;
    }

    .hero-content {
        padding-top: 60px;
    }

    .hero-content h1 {
        font-size: 52px;
    }

    .hero-content p {
        font-size: 20px;
    }

    .hero-doctors {
        position: relative;
        width: 100%;
        margin-top: 50px;
    }

    .hero-bottom {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 40px;
        justify-content: center;
    }
}


/* about section */
.section-top-head {
    text-transform: uppercase;
    font-size: 18px;
    color: #2A5C91;
}

.first-img {
    max-width: 100%;
    min-height: 396px;
    object-fit: cover;
    border-radius: 15px;
}

.section-sub-head {
    text-transform: capitalize;
    font-family: var(--garamond);
    color: #7A2232;
    font-size: var(--fs-hero-title);
}

.little-content {
    color: #333333;
    font-size;
    18px;
}

.img-style {
    border-radius: 15px;
    height: 100%;
    object-fit: cover;
}

.about-card-head {
    color: #7A2232;
    font-family: var(--garamond);
}
.step-card{
	min-height: 305px;
}
.about-card,
.step-card {
    background-color: #F0F4F8;
    padding: 20px 20px;
    border-radius: 15px;
}

.about-card span {
    font-size: var(--fs-card-heading);
    font-family: var(--garamond);
    color: #7A2232;
}

/* product section */
/* -------------------------------------------------- */

.product-item {
    text-align: center;
    padding: 10px;
}

.product-img-wrapper {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 1.5rem auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 4px solid #fff;
}

/* -------------------------------------------------- */
.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.img-fill {
    overflow: hidden;
    width: 250px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 1.5rem auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 4px solid #f6fbff;
	
}

.img-fill img {
    height: 100%;
    position: relative;
    display: inline-block;
    max-width: none
}

/* Slider Theme Style */
.product-nav-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #2A5C91;
    color: white;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: background-color 0.3s ease;
    font-size: 1.2rem;
}

.SlickCarousel {
    margin: 0 -7.5px;
    margin-top: 10px;
}

.ProductBlock {
    padding: 0 7.5px;
}

.ProductBlock .img-fill {
    height: 250px;
}

.ProductBlock h3 {
    margin-top: 19px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

/* *,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
} */
/* choose section */
.choose-section {
    background-color: #F0F4F8;
}

.choose-card {
    background-color: #0B426F;
    padding: 24px;
    color: white;
    border-radius: 8px;
}

.choose-card h3 {
    font-size: 28px;
    font-family: var(--garamond);
}

.choose-icon-imgs {
    max-width: 60px;
    max-height: 60px;
    margin: 16px 0px;
}

.choose-p-style {
    padding-bottom: 16px;
    border-bottom: 2px solid #ffffff85;
}

.image-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.image-track {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
    gap: 100px;
}

.image-track img {
    width: 180px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 15px;
}

.image-track:hover {
    animation-play-state: paused;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* service section */
.explore-btn {
    color: white;
    background-color: #0B426F;
    border: none;
    padding: 10px 20px;
    border-radius: 35px;
    position: relative;
    overflow: hidden;
    transition: color .4s ease;
    z-index: 1;
    font-size: var(--button-font);
}
.explore-btn a{
	color: white;
	text-decoration:none;
}

.service-img-card,
.service-content-card {
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.service-content-card ul {
    list-style: none;
    padding-left: 0px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.service-content-card ul li i {
    color: #0B426F;
    margin-right: 10px;
}

.service-img-card img {
    width: 100%;
    object-fit: cover;
    max-height: 360px;
}

.service-content-card h3 {
    font-size: 34px;
    color: #7c1d35;
    font-family: var(--garamond);
}

.service-content-card {
    background: #F0F4F8;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.learnmore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 12px 28px;
    background: #0B426F;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: all .3s ease;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: color .4s ease;
}

.learnmore-btn:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #7A2232;
    transform: translate(-100%, 100%);
    transition: .4s ease;
    border-radius: 35px;
    z-index: -1;
}

.learnmore-btn:hover {
    color: #fff;
}

.learnmore-btn:hover::before {
    transform: translate(0, 0);
}

/* step section */
.step-card {
    padding: 40px 20px 20px;
    position: relative;
    overflow: hidden;
}

.step-card span {
    font-family: var(--garamond);
    font-size: 50px;
    color: #2A5C91;
}

.step-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0B426F;
    transform: translateY(100%);
    transition: .4s ease;
    opacity: 1;
    z-index: 0;
}

.step-card:hover::before {
    transform: translateY(0);
}

.step-card:hover span {
    transform: rotate(45deg);
}

.step-card:hover span,
.step-card:hover h4,
.step-card:hover p {
    position: relative;
    color: white;
    z-index: 1;
}

/* blog section */
.blog-section {
    background-color: #F0F4F8;
}

.blog-card {
    background: #014b73;
    color: white;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    transition: .3s;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-img {
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: .4s;
}

.blog-card:hover .blog-img img {
    transform: scale(1.05);
}

.blog-content {
    padding: 30px;
}

.blog-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.blog-meta .dot {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 20%;
}

.blog-content h3 {
    color: #fff;
    font-size: 28px;
    /* line-height:1.3; */
    margin-bottom: 20px;
    font-family: var(--garamond);
    font-weight: 500;
}

.explore-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #7A2232;
    /* transform: translateX(-100%); */
    transform: translate(100%, 100%);
    transition: .4s ease;
    border-radius: 35px;
    z-index: -1;
}

.explore-btn:hover {
    color: #fff;
}

.explore-btn:hover::before {
    /* transform: translateX(0); */
    transform: translate(0, 0);
}

@media(max-width:991px) {

    .blog-img img {
        height: 280px;
    }

    .blog-content h3 {
        font-size: 26px;
    }

}

/* faq section */

.custom-faq .accordion-item {
    border: none;
    margin-bottom: 12px;
    background: transparent;
}

.custom-faq .accordion-button {
    background: #e9eef1;
    color: #1f2937;
    border-radius: 8px !important;
    padding: 18px 25px;
    font-size: 18px;
    font-weight: 500;
    box-shadow: none;
}

.custom-faq .accordion-button:not(.collapsed) {
    background: #e9eef1;
    color: #1f2937;
    box-shadow: none;
}

.custom-faq .accordion-button::after {
    filter: hue-rotate(310deg);
}

.custom-faq .accordion-body {
    background: #fff;
    border-radius: 0 0 8px 8px;
    padding: 20px 25px;
    line-height: 1.8;
}

/* CTA section */
.cta-banner {
    position: relative;
    background: url('../../../wp-content/uploads/2026/06/get-start-before-footer.jpeg') center center/cover no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: white;
}

.cta-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to right, #042e4ed5, #042e4e00);
}

.cta-banner .container {
    position: relative;
    z-index: 2;
}

.cta-sub-head {
    color: white;
}

.banner-content {
    max-width: 650px;
}

.sub-title {
    color: #fff;
    font-weight: 400;
}

.banner-content h1 {
    font-family: var(--garamond);
    font-size: 78px;
    line-height: 1.12;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}

/* form */
.contact-form-wrapper {
    background: #dbe5ef;
    padding: 30px;
    border-radius: 15px;
}

.custom-contact-form .form-control {
    height: 58px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 18px;
    box-shadow: none;
}

.custom-contact-form textarea.form-control {
    height: 150px;
    resize: none;
    padding-top: 15px;
}

.submit-btn {
    width: 100%;
    background: #0B426F;
    transition: .3s ease;
    padding: 10px;
    border-radius: 40px;
    border: none;
    color: white;
}

.submit-btn:hover {
    background: #7A2232;
    color: #fff;
}

@media(max-width:1200px) {

    .banner-content h1 {
        font-size: 64px;
    }

}

@media(max-width:991px) {

    .cta-banner {
        min-height: 650px;
    }

    .banner-content h1 {
        font-size: 48px;
    }

    .banner-content p {
        font-size: 18px;
    }

}

@media(max-width:767px) {

    .cta-banner {
        min-height: 550px;
    }

    .banner-content h1 {
        font-size: 38px;
    }

    .sub-title {
        font-size: 16px;
    }

}

/* footer section */
.footer-section {
    /* 	background: #11436F; */
    background: #0b1d2d;
    padding: 70px 0 30px;
    color: #fff;
}

.envelope {
    overflow-wrap: anywhere;
}

.premium-agency-attribution-anchor {
    color: white;
    text-decoration: none;
}

.premium-agency-attribution-anchor:hover {
    text-decoration: underline;
}

.footer-logo {
    max-width: 220px;
    margin-bottom: 30px;
}

.footer-about p {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    max-width: 360px;
}

.footer-title {
    font-family: var(--garamond);
    font-size: 34px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 18px;
}

.footer-links a,
.footer-contact a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: .3s;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #d9d9d9;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 18px;
    color: #fff;
}

.footer-contact i {
    margin-top: 5px;
    font-size: 16px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .35);
    margin-top: 50px;
    padding-top: 30px;
}

.footer-bottom p {
    margin: 0;
    font-size: 18px;
    color: #fff;
}

@media(max-width:992px) {
    .hero-bottom {
        position: absolute;
        left: 26px;
        bottom: 0px;
        display: flex;
        align-items: center;
        z-index: 3;
    }

    section {
        padding: 60px 0;
    }

    .image-track img {
        width: 170px;
    }

    .service-content-card h3 {
        font-size: 30px;
    }

    .section-top-head {
        font-size: 16px;
    }

    /* 	.section-sub-head {
    font-size: 40px;
	} */
    .step-card {
        padding: 20px 20px 20px;
    }

    .about-card-head {
        font-size: 28px;
    }

    .blog-content {
        padding: 16px;
    }

    .blog-content h3 {
        font-size: 26px;
    }

    .choose-icon-imgs {
        max-width: 40px;
        max-height: 40px;
    }

    .choose-card h3 {
        font-size: 20px;
    }

    .footer-title {
        font-size: 30px;
    }

    .footer-about p,
    .footer-links a,
    .footer-contact li {
        font-size: 14px;
    }

    .footer-contact li {
        font-size: 14px;
    }

    .img-fill {
        width: 200px;
    }

    .ProductBlock .img-fill {
        height: 200px;
    }
}

/* about page */
.about-img-style {
    max-width: 100%;
    max-height: 440px;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.certification-bar {
    background: #f5f6f7;
}

.certification-title {
    font-size: 13px;
    letter-spacing: 3px;
    color: #666;
    text-transform: uppercase;
}

.certification-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4e6780;
    font-weight: 600;
}

.vision-mission-section {
    background: url("../../../wp-content/uploads/2026/06/mission-and-vission-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-title {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    color: #0d2b4b;
    margin-bottom: 30px;
}

.info-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    gap: 15px;
    transition: all .3s ease;
}

.card-icon {
    min-width: 45px;
    width: 45px;
    height: 45px;
    background: #0d2b4b;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-icon {
    background: #c92f3a;
}

.card-icon img {
    width: 22px;
}

.info-card h4 {
    font-family: var(--garamond);
    font-size: 28px;
    color: #0d2b4b;
    font-weight: 700;
    margin-bottom: 10px;
}

.info-card p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 0;
}

.main-image img,
.side-image img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
}

.main-image img {
    height: 540px;
}

.side-image img {
    height: 255px;
}

@media(max-width:991px) {

    .section-title {
        font-size: 36px;
    }

    .main-image img,
    .side-image img {
        height: auto;
    }
}

.franchise-section {
    padding: 100px 0;
    background-image: url('../../../wp-content/uploads/2026/06/parallax-bg.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.franchise-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #002c5496;
    z-index: 0;
}

.section-title {
    font-family: var(--garamond);
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-title,
.section-desc,
.feature-card {
    position: relative;
    z-index: 1;
}

.section-desc {
    color: rgba(255, 255, 255, .7);
    /*     font-size:17px;
    line-height:1.8;
    max-width:700px;
    margin:auto; */
}

.feature-card {
    height: 100%;
    background: #04345f;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 10px;
    padding: 35px 30px;
    transition: .3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: #ff3b57;
}

.feature-icon {
    margin-bottom: 20px;
}

.feature-icon img {
    width: 30px;
    height: 30px;
}

.feature-card h4 {
    font-family: var(--garamond);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.feature-card p {
    color: rgba(255, 255, 255, .65);
    line-height: 1.8;
    margin-bottom: 0;
}

@media(max-width:991px) {
    .section-title {
        font-size: 32px;
    }

}

.third-party-section {
    background: #f8f8f8;
}

.tp-title {
    font-family: var(--garamond);
    font-size: 42px;
    font-weight: 700;
    color: #7A2232;
    margin-bottom: 25px;
    line-height: 1.2;
}

.tp-desc {
    color: #666;
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 30px;
}

.service-box {
    background: #eef1f3;
    border-left: 4px solid #7A2232;
    padding: 15px 14px;
    height: 100%;
}

.service-box h5 {
    font-family: var(--garamond);
    font-size: 16px;
    font-weight: 700;
    color: #082b4d;
    margin-bottom: 5px;
}

.service-box p {
    margin: 0;
    color: #555;
    font-size: 13px;
    line-height: 1.5;
}

.tp-btn {
    color: white;
    text-decoration: none;
    transition: .3s;
}

.tp-image-wrapper {
    background: #ececec;
    padding: 12px;
    border-radius: 12px;
}

.tp-image-wrapper img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.why-choose-section {
    background: #f5f7f9;
    padding: 100px 0;
}

.mid-img {
    max-width: 100%;
    min-height: 476px;
    object-fit: cover;
    border-radius: 15px;
}

.section-tag {
    color: #d93636;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about-choose-card {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 40px 25px;
    text-align: center;
    height: 100%;
    transition: all .3s ease;
}

.small-card:hover,
.about-choose-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.about-choose-card .icon-box {
    width: 60px;
    height: 60px;
    margin: 0 auto 25px;
    background: #f1f3f5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.about-choose-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #082b4d;
    margin-bottom: 15px;
}

.about-choose-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 0;
}

@media(max-width:991px) {
    .about-choose-card {
        padding: 30px 20px;
    }
}


/* service- pcd page */
button.non-filled-btn {
    background: transparent;
    border: 1px solid #0B426F;
    padding: 10px 15px;
    border-radius: 30px;
    color: #0B426F;
    font-size: var(--button-font);
}

.partner-section {
    background: #f7f9fb;
}

.partner-card .icon-box {
    background: rgb(252 219 219 / 41%);
    display: inline-block;
    padding: 8px 15px;
    border-radius: 5px;
}

.partner-card,
.small-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 25px;
    transition: all .3s ease;

}

.small-card .icon-box {
    width: 60px;
    height: 60px;
    background: #f1f3f5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.partner-highlight {
    /* 	background: #0B426F; */
    background: #012746;
    color: #fff;
    border-radius: 8px;
    padding: 30px;
}

.icon-box.dark {
    background: rgba(255, 255, 255, .1);
    display: inline-block;
    padding: 8px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.icon-box img {
    width: 20px;
}

.partner-card h4,
.partner-highlight h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.partner-card p,
.partner-highlight p,
.small-card p {
    color: #666;
    line-height: 1.7;
    font-size: 14px;
}

.partner-highlight p {
    color: rgba(255, 255, 255, .8);
}

.partner-img {
    width: 100%;
    border-radius: 8px;
    margin-top: 20px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.feature-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.feature-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #fff;
}

.small-card h5 {
    font-size: 18px;
    color: #0b3558;
    margin-bottom: 12px;
}

.product-portfolio-section {
    background: #053b63;
    padding: 80px 0;
}

.section-title {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.section-desc {
    color: rgba(255, 255, 255, 0.75);
}

.portfolio-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px;
    height: 100%;
    transition: .3s ease;
}

.portfolio-card:hover {
    background: rgba(255, 255, 255, 0.12);
}

.portfolio-card h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.portfolio-card p {
    color: rgba(255, 255, 255, 0.75);
}

.image-box {
    border: 3px solid #2b5d86;
    padding: 8px;
}

.image-box img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

@media(max-width:991px) {
    .section-title {
        font-size: 30px;
    }

    .image-box img {
        height: 350px;
    }
}

@media(max-width:768px) {
    .product-nav-btn {
        display: none;
    }

    .image-track {
        gap: 30px;
    }
}

@media(max-width:576px) {

    .hero-content h1 {
        font-size: 38px;
    }

    .hero-content p {
        font-size: 18px;
    }

    .hero-btn {
        padding: 15px 35px;
        font-size: 18px;
    }

    .review-text {
        font-size: 18px;
    }

    .footer-logo {
        max-width: 140px;
        margin-bottom: 30px;
    }
}

/* pcd-bottom */
.franchise-growth-wrap {
    background-image: url('../../../wp-content/uploads/2026/06/growing-network.jpg');
    background-position: center;
    background-attachment: fixed;
    margin: 80px;
    border-radius: 50px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.franchise-growth-wrap:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #002c54b5;
    z-index: 0;
}

.network-banner {
    position: relative;
    z-index: 1;
    color: white;
}

.franchise-form-box {
    background: white;
    padding: 30px 10px;
    border-radius: 8px;


}

.field-holder {
    padding: 15px 20px;
}

.field-holder label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #0b3558;
    margin-bottom: 5px;
}

.field-holder input {
    width: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    color: #333;
}

.franchise-btn {
    border: none;
    background: #7A2232;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
    padding: 15px 20px;
    border-radius: 35px;
    margin-top: 0px;
}

@media(max-width:991px) {
    .franchise-growth-wrap {
        margin: 0px;
        border-radius: 0px;
    }

    .network-banner {
        padding: 50px 30px 20px;
    }

    .network-content h2 {
        font-size: 32px;
    }

    .franchise-form-box {
        width: calc(100% - 60px);
        left: 30px;
    }
}

@media(max-width:767px) {

    .network-banner {
        padding: 40px 20px 20px;
    }

    .franchise-form-box {
        width: calc(100% - 40px);
        left: 20px;
        bottom: 20px;
    }

    .border-start {
        border-left: none !important;
        border-top: 1px solid #e5e5e5;
    }

    .franchise-btn {
        min-height: 60px;
    }
}

/* third party page */
.third-p-img {
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.manufacturing-benefits {
    background: #f2f5fc;
    padding: 90px 0;
}

.benefit-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 35px 28px;
    height: 100%;
    transition: all .3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.benefit-card h3 {
    color: #7A2232;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 18px;
    line-height: 1.3;
    font-family: var(--garamond);
}

.benefit-card p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .benefit-card h3 {
        font-size: 24px;
    }
}

/* director message */
.message-box {
    padding: 25px 30px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* contact us page */
.zamixo-contact-area {
    background: #f8f8f8;
}

.zamixo-contact-title {
    font-size: 48px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
    line-height: 1.2;
}

.zamixo-contact-desc {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 28px;
}

.zamixo-info-block {
    margin-bottom: 15px;
}

.zamixo-info-block h4 {
    font-size: 28px;
    font-weight: 600;
    color: #0b1e3b;
    margin-bottom: 10px;
    font-family: var(--garamond);
}

.zamixo-info-block p {
    font-size: 20px;
    line-height: 1.8;
    color: #4d4d4d;
    margin-bottom: 0;
}

.zamixo-info-block a {
    color: #4d4d4d;
    text-decoration: none;
}

.zamixo-label {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0a2647;
    margin-bottom: 10px;
}

.zamixo-input {
    height: 64px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 16px;
    box-shadow: none !important;
}

.zamixo-textarea {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    font-size: 16px;
    resize: none;
    box-shadow: none !important;
}

.zamixo-submit-btn {
    width: 100%;
    height: 65px;
    border: none;
    border-radius: 8px;
    background: #03224d;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .3s ease;
}

.zamixo-submit-btn:hover {
    background: #0a376f;
}

@media(max-width:991px) {

    .zamixo-contact-title {
        font-size: 36px;
    }

    .zamixo-contact-desc {
        font-size: 16px;
    }

    .zamixo-info-block h4 {
        font-size: 24px;
    }

    .zamixo-info-block p {
        font-size: 18px;
    }
}

@media(max-width:767px) {

    .zamixo-contact-title {
        font-size: 30px;
    }

    .zamixo-input {
        height: 55px;
    }

    .zamixo-submit-btn {
        height: 55px;
        font-size: 16px;
    }
}

/* mission and vission page */
.zamixo-purpose-section {
    background: #f8f8f8;
}

.zamixo-purpose-card {
    background: #fff;
    border-radius: 30px;
    padding: 40px 40px;
    text-align: center;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
    border-bottom: 8px solid #012746;
    transition: all .3s ease;
}

.purpose-icon {
    font-size: 55px;
    color: #032b57;
    /*     margin-bottom:25px; */
}

.vision-icon {
    color: #c8a04d;
}

.zamixo-values-section {
    background: #f8f8f8;
}

.zamixo-value-card {
    background: #fff;
    border-radius: 30px;
    padding: 60px 40px;
    text-align: center;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
    transition: .3s;
    border-bottom: 8px solid #012746;
}

.zamixo-purpose-card:hover,
.zamixo-value-card:hover {
    transform: translateY(-8px);
}

.purpose-icon,
.zamixo-value-card i {
    font-size: 50px;
    color: #032b57;
    margin-bottom: 10px;
}

.quality-card h4,
.zamixo-purpose-card h3,
.zamixo-value-card h3 {
    color: #7A2232;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 18px;
    line-height: 1.3;
    font-family: var(--garamond);
}

/* .text-style{
	text-align: left;
} */

/* qulatiy policy */

.zamixo-quality-policy-section {
    background: #ffffff;
}

.quality-policy-image {
    overflow: hidden;
    border-radius: 20px;
}

.quality-policy-image img {
    /*     width:100%; */
    border-radius: 20px;
    object-fit: cover;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all .3s ease;
}

.quality-policy-image img:hover {
    transform: translatey(-5px);
}

.quality-policy-tag {
    display: inline-block;
    padding: 8px 18px;
    background: #e8f3ff;
    /*     color:#0b4f8a;
    font-size:14px; */
    font-weight: 600;
    border-radius: 30px;
    /*     margin-bottom:20px; */
}

@media(max-width:991px) {

    .quality-policy-title {
        font-size: 36px;
    }
}

@media(max-width: 576px) {
    .zamixo-purpose-card {
        padding: 20px;
    }

    .zamixo-value-card {
        padding: 20px;
    }

    .purpose-icon,
    .zamixo-value-card i {
        font-size: 30px;
        margin-bottom: 0px;
    }

    .franchise-form-box {
        width: calc(100% - 3px);
        left: 20px;
        bottom: 20px;
    }
}

.zamixo-quality-commitment {
    background: #f8fbff;
}


.quality-card {
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    transition: .3s;
}

.quality-card:hover {
    transform: translateY(-8px);
}

.quality-card i {
    font-size: 45px;
    color: #0B426F;
    margin-bottom: 20px;
}

/* .quality-card h4{
    font-size:24px;
    color:#082c4e;
    margin-bottom:15px;
    font-weight:600;
} */

.quality-card p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 0;
}


.breadcrumb-section {
    padding: 200px 0 80px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}

.breadcrumb-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(#212121c9, #000000c9), url(../../../wp-content/uploads/2026/06/breadcrumb-bg.jpeg);
    background-position: center;
    z-index: -1;
}

.breadcrumb-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.breadcrumb-title {
    font-family: var(--garamond);
    font-size: 60px;
    color: #fff;
    margin-bottom: 15px;
}

.breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: end;
    gap: 10px;
}

.breadcrumb-list li,
.breadcrumb-list a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}