.elementor-16335 .elementor-element.elementor-element-73b6937{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-41px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-16335 .elementor-element.elementor-element-31df4d5{--e-image-carousel-slides-to-show:1;}.elementor-16335 .elementor-element.elementor-element-93da7a3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-16335 .elementor-element.elementor-element-61a0272 .title{font-size:38px;}.elementor-16335 .elementor-element.elementor-element-8453ae5{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 30px;--row-gap:0px;--column-gap:30px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-16335 .elementor-element.elementor-element-8453ae5.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-16335 .elementor-element.elementor-element-c588116{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-16335 .elementor-element.elementor-element-c588116.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-16335 .elementor-element.elementor-element-aa7b24f img{border-radius:20px 20px 20px 20px;}.elementor-16335 .elementor-element.elementor-element-dc4c46c{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-evenly;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-16335 .elementor-element.elementor-element-df2c75d .title-after_title, .elementor-16335 .elementor-element.elementor-element-df2c75d .title-subtitle, .elementor-16335 .elementor-element.elementor-element-df2c75d .woodmart-title-container{max-width:100%;}.elementor-16335 .elementor-element.elementor-element-df2c75d .title{font-size:38px;}.elementor-16335 .elementor-element.elementor-element-97bf08f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-16335 .elementor-element.elementor-element-2194f0f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-16335 .elementor-element.elementor-element-8541e72 > .elementor-widget-container{margin:-39px 0px 0px 0px;}.elementor-16335 .elementor-element.elementor-element-8541e72 .title{font-size:38px;}@media(max-width:768px){.elementor-16335 .elementor-element.elementor-element-8541e72 > .elementor-widget-container{padding:10px 10px 10px 10px;}}@media(min-width:769px){.elementor-16335 .elementor-element.elementor-element-8453ae5{--content-width:1040px;}.elementor-16335 .elementor-element.elementor-element-c588116{--width:37.49%;}.elementor-16335 .elementor-element.elementor-element-dc4c46c{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-0ea5eaa *//* =====================================================
   ARGHAM DECOR - PREMIUM MISSION & VISION CARDS
   ===================================================== */

.argham-about-cards {
    width: 100%;
    padding: 70px 20px;
    background: #f5f2ed;
    box-sizing: border-box;
}

.argham-about-wrapper {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}


/* =====================================================
   CARD
   ===================================================== */

.argham-about-card {
    position: relative;

    padding: 45px 45px 40px;

    background: #fffdf9;

    border: 1px solid #c7a77c;
    border-radius: 18px;

    box-sizing: border-box;

    overflow: hidden;

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}


/* Top decorative line */

.argham-about-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 0;
    height: 4px;

    background: #8a623f;

    transition: width 0.5s ease;
}


/* Hover Effect */

.argham-about-card:hover {
    transform: translateY(-10px);

    border-color: #8a623f;

    box-shadow:
        0 18px 45px rgba(88, 62, 39, 0.14);
}

.argham-about-card:hover::before {
    width: 100%;
}


/* =====================================================
   NUMBER
   ===================================================== */

.argham-card-number {
    position: absolute;

    top: 28px;
    right: 30px;

    font-family: Georgia, serif;

    font-size: 42px;
    font-weight: 400;

    color: rgba(138, 98, 63, 0.12);

    line-height: 1;
}


/* =====================================================
   LABEL
   ===================================================== */

.argham-card-label {
    display: inline-block;

    margin-bottom: 25px;

    font-size: 14px;
    font-weight: 600;

    letter-spacing: 2.5px;

    color: #8a623f;
}


/* =====================================================
   HEADING
   ===================================================== */

.argham-about-card h2 {
    margin: 0 0 22px;

    font-size: 31px;
    line-height: 1.25;

    font-weight: 600;

    color: #765333;

    letter-spacing: -0.4px;
}


/* =====================================================
   PARAGRAPH
   ===================================================== */

.argham-about-card p {
    margin: 0;

    font-size: 17px;
    line-height: 1.75;

    font-weight: 400;

    color: #765f49;
}


/* =====================================================
   MISSION LIST
   ===================================================== */

.argham-about-card ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.argham-about-card li {
    position: relative;

    display: flex;
    align-items: flex-start;

    gap: 12px;

    margin-bottom: 21px;

    font-size: 16px;
    line-height: 1.6;

    color: #765f49;
}

.argham-about-card li:last-child {
    margin-bottom: 0;
}


/* Decorative bullet */

.argham-about-card li span {
    flex: 0 0 auto;

    margin-top: 3px;

    font-size: 13px;

    color: #a47b50;

    transition: transform 0.3s ease;
}

.argham-about-card li:hover span {
    transform: rotate(45deg) scale(1.2);
}


/* =====================================================
   BOTTOM DECORATIVE LINE
   ===================================================== */

.argham-card-line {
    width: 55px;
    height: 2px;

    margin-top: 32px;

    background: #b18a61;

    transition: width 0.4s ease;
}

.argham-about-card:hover .argham-card-line {
    width: 100px;
}


/* =====================================================
   SUBTLE INNER EFFECT
   ===================================================== */

.argham-about-card::after {
    content: "";

    position: absolute;

    width: 150px;
    height: 150px;

    right: -75px;
    bottom: -75px;

    border-radius: 50%;

    border: 1px solid rgba(138, 98, 63, 0.08);

    pointer-events: none;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1024px) {

    .argham-about-cards {
        padding: 55px 20px;
    }

    .argham-about-wrapper {
        gap: 25px;
    }

    .argham-about-card {
        padding: 35px 30px;
    }

    .argham-about-card h2 {
        font-size: 26px;
    }

    .argham-about-card p {
        font-size: 16px;
    }

    .argham-about-card li {
        font-size: 15px;
    }

    .argham-card-number {
        font-size: 35px;
        right: 22px;
        top: 22px;
    }
}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 767px) {

    .argham-about-cards {
        padding: 40px 15px;
    }

    .argham-about-wrapper {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .argham-about-card {
        padding: 32px 24px 30px;

        border-radius: 15px;
    }

    .argham-card-label {
        margin-bottom: 18px;

        font-size: 12px;
        letter-spacing: 2px;
    }

    .argham-about-card h2 {
        margin-bottom: 16px;

        font-size: 24px;
        line-height: 1.3;

        padding-right: 35px;
    }

    .argham-about-card p {
        font-size: 15px;
        line-height: 1.7;
    }

    .argham-about-card li {
        gap: 9px;

        margin-bottom: 17px;

        font-size: 14px;
        line-height: 1.6;
    }

    .argham-card-number {
        top: 20px;
        right: 20px;

        font-size: 32px;
    }

    .argham-card-line {
        margin-top: 25px;
    }
}


/* =====================================================
   SMALL MOBILE
   ===================================================== */

@media (max-width: 480px) {

    .argham-about-cards {
        padding: 30px 12px;
    }

    .argham-about-wrapper {
        gap: 18px;
    }

    .argham-about-card {
        padding: 27px 20px 25px;
    }

    .argham-about-card h2 {
        font-size: 21px;
    }

    .argham-about-card p {
        font-size: 14px;
    }

    .argham-about-card li {
        font-size: 13.5px;
    }

    .argham-card-number {
        font-size: 28px;
    }
}


/* =====================================================
   REDUCE MOTION FOR ACCESSIBILITY
   ===================================================== */

@media (prefers-reduced-motion: reduce) {

    .argham-about-card,
    .argham-about-card::before,
    .argham-card-line,
    .argham-about-card li span {
        transition: none;
    }

    .argham-about-card:hover {
        transform: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-324b467 *//* =========================================================
   ARGHAM DECOR - OUR VALUES
   Premium Responsive Card Section
   ========================================================= */

.argham-values-section {
    width: 100%;
    padding: 75px 20px;
    background: #f7f4ef;
    box-sizing: border-box;
    overflow: hidden;
}

.argham-values-container {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
}


/* =========================================================
   SECTION HEADING
   ========================================================= */

.argham-values-heading {
    text-align: center;
    margin-bottom: 55px;
}

.argham-values-heading span {
    display: block;
    margin-bottom: 10px;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;

    color: #9a7652;
}

.argham-values-heading h2 {
    margin: 0;

    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;

    color: #806040;
}

.argham-values-heading-line {
    width: 55px;
    height: 2px;

    margin: 18px auto 0;

    background: #a9855d;

    transition: width 0.4s ease;
}

.argham-values-heading:hover .argham-values-heading-line {
    width: 100px;
}


/* =========================================================
   GRID
   ========================================================= */

.argham-values-grid {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 28px;
}


/* =========================================================
   VALUE CARD
   ========================================================= */

.argham-value-card {
    position: relative;

    min-width: 0;

    padding: 38px 30px 35px;

    text-align: center;

    background: #fffdf9;

    border: 1px solid #d2b58d;
    border-radius: 16px;

    box-sizing: border-box;

    overflow: hidden;

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}


/* Animated top border */

.argham-value-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 0;
    height: 4px;

    background: #806040;

    transition: width 0.45s ease;
}


/* Soft decorative circle */

.argham-value-card::after {
    content: "";

    position: absolute;

    width: 120px;
    height: 120px;

    right: -60px;
    bottom: -60px;

    border: 1px solid rgba(128, 96, 64, 0.10);

    border-radius: 50%;

    pointer-events: none;
}


/* Hover */

.argham-value-card:hover {
    transform: translateY(-8px);

    border-color: #a9855d;

    box-shadow:
        0 15px 40px rgba(89, 64, 42, 0.13);
}

.argham-value-card:hover::before {
    width: 100%;
}


/* =========================================================
   ICON
   ========================================================= */

.argham-value-icon {
    width: 68px;
    height: 68px;

    margin: 0 auto 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #c5a77f;
    border-radius: 50%;

    font-family: Georgia, serif;

    font-size: 35px;
    line-height: 1;

    color: #806040;

    background: #faf7f1;

    box-sizing: border-box;

    transition:
        transform 0.45s ease,
        background 0.45s ease,
        color 0.45s ease;
}

.argham-value-card:hover .argham-value-icon {
    transform: translateY(-4px) rotate(5deg);

    background: #806040;
    color: #ffffff;
}


/* =========================================================
   CARD TITLE
   ========================================================= */

.argham-value-card h3 {
    margin: 0 0 15px;

    font-size: 22px;
    line-height: 1.35;

    font-weight: 600;

    color: #806040;
}


/* =========================================================
   CARD DESCRIPTION
   ========================================================= */

.argham-value-card p {
    max-width: 400px;

    margin: 0 auto;

    font-size: 15px;
    line-height: 1.7;

    font-weight: 400;

    color: #765f49;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .argham-values-section {
        padding: 60px 20px;
    }

    .argham-values-heading {
        margin-bottom: 40px;
    }

    .argham-values-heading h2 {
        font-size: 36px;
    }

    .argham-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .argham-value-card {
        padding: 32px 25px;
    }

    .argham-value-card h3 {
        font-size: 20px;
    }

    .argham-value-card p {
        font-size: 14px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .argham-values-section {
        padding: 45px 15px;
    }

    .argham-values-heading {
        margin-bottom: 32px;
    }

    .argham-values-heading span {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .argham-values-heading h2 {
        font-size: 30px;
    }

    .argham-values-heading-line {
        margin-top: 14px;
    }

    .argham-values-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .argham-value-card {
        padding: 30px 22px;

        border-radius: 14px;
    }

    .argham-value-icon {
        width: 60px;
        height: 60px;

        margin-bottom: 18px;

        font-size: 30px;
    }

    .argham-value-card h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .argham-value-card p {
        font-size: 14px;
        line-height: 1.65;
    }

    /* Disable large movement on mobile */
    .argham-value-card:hover {
        transform: translateY(-3px);
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .argham-values-section {
        padding: 38px 12px;
    }

    .argham-values-heading h2 {
        font-size: 27px;
    }

    .argham-value-card {
        padding: 27px 18px;
    }

    .argham-value-icon {
        width: 55px;
        height: 55px;

        font-size: 27px;
    }

    .argham-value-card h3 {
        font-size: 18px;
    }

    .argham-value-card p {
        font-size: 13.5px;
    }
}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .argham-value-card,
    .argham-value-card::before,
    .argham-value-icon,
    .argham-values-heading-line {
        transition: none;
    }

    .argham-value-card:hover {
        transform: none;
    }
}/* End custom CSS */