.elementor-3835 .elementor-element.elementor-element-5950ec89{--display:flex;--margin-top:-58px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3835 .elementor-element.elementor-element-78d5c25:not(.elementor-motion-effects-element-type-background), .elementor-3835 .elementor-element.elementor-element-78d5c25 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://ansarievents.com/wp-content/uploads/2024/02/contact-page-bg.png");}.elementor-3835 .elementor-element.elementor-element-78d5c25{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-20px;margin-bottom:0px;padding:120px 120px 120px 120px;}.elementor-3835 .elementor-element.elementor-element-78d5c25 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3835 .elementor-element.elementor-element-8e82bce{margin-top:120px;margin-bottom:120px;}.elementor-3835 .elementor-element.elementor-element-e194ede > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-3835 .elementor-element.elementor-element-e194ede:not(.elementor-motion-effects-element-type-background), .elementor-3835 .elementor-element.elementor-element-e194ede > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F7F4;}.elementor-3835 .elementor-element.elementor-element-e194ede{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-3835 .elementor-element.elementor-element-e194ede > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3835 .elementor-element.elementor-element-cbfe876 > .elementor-element-populated{padding:90px 90px 90px 90px;}.elementor-3835 .elementor-element.elementor-element-37d8003 .section-title-wrapper{justify-content:flex-start;}.elementor-3835 .elementor-element.elementor-element-37d8003 .title-area{text-align:left;margin:0px 0px 29px 0px;padding:0px 0px 0px 0px;}.elementor-3835 .elementor-element.elementor-element-be3872a iframe{height:625px;filter:brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );}@media(min-width:768px){.elementor-3835 .elementor-element.elementor-element-cbfe876{width:54%;}.elementor-3835 .elementor-element.elementor-element-3dea8d1{width:46%;}}@media(max-width:1024px) and (min-width:768px){.elementor-3835 .elementor-element.elementor-element-cbfe876{width:100%;}.elementor-3835 .elementor-element.elementor-element-3dea8d1{width:100%;}}@media(max-width:1024px){.elementor-3835 .elementor-element.elementor-element-78d5c25{padding:120px 0px 120px 0px;}.elementor-3835 .elementor-element.elementor-element-cbfe876 > .elementor-element-populated{padding:80px 80px 80px 80px;}}@media(max-width:767px){.elementor-3835 .elementor-element.elementor-element-cbfe876 > .elementor-element-populated{padding:80px 15px 80px 15px;}}/* Start custom CSS for html, class: .elementor-element-36391c6a *//* =========================================================
   ANSARI EVENTS — CONTACT TEAM SECTION
   Unique namespace: aep-contact
   ========================================================= */

.aep-contact-section,
.contact-team-section {
    --aep-contact-bg: #f4eee7;
    --aep-contact-card: #eee6dd;
    --aep-contact-dark: #29221f;
    --aep-contact-muted: #756a63;
    --aep-contact-accent: #9b6c62;
    --aep-contact-line: rgba(53,42,36,.14);

    width: 100%;
    padding: 120px 24px;
    background: var(--aep-contact-bg);
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.contact-team-section *,
.contact-team-section *::before,
.contact-team-section *::after {
    box-sizing: border-box;
}


/* Background editorial circle */

.contact-team-section::before {
    content: "";
    position: absolute;

    width: 520px;
    height: 520px;

    right: -260px;
    top: 60px;

    border: 1px solid rgba(155,108,98,.12);
    border-radius: 50%;

    box-shadow:
        0 0 0 45px rgba(155,108,98,.025),
        0 0 0 90px rgba(155,108,98,.018);

    pointer-events: none;
}


/* Container */

.contact-team-section .container {
    width: min(1180px, 100%);
    margin: 0 auto;
    position: relative;
    z-index: 2;
}


/* =========================================================
   HEADER
   ========================================================= */

.contact-team-section .section-header {
    max-width: 720px;
    margin: 0 auto 75px;
    text-align: center;
}

.contact-team-section .section-label {
    display: block;

    margin-bottom: 18px;

    font-family: "Manrope", Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;

    letter-spacing: .24em;
    text-transform: uppercase;

    color: var(--aep-contact-accent);
}

.contact-team-section .section-title {
    margin: 0;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(52px, 7vw, 88px);
    font-weight: 500;
    line-height: .86;
    letter-spacing: -.035em;

    color: var(--aep-contact-dark);
}

.contact-team-section .section-desc {
    max-width: 560px;

    margin: 25px auto 0;

    color: var(--aep-contact-muted);

    font-family: "Manrope", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.85;
}


/* =========================================================
   CONTACT GRID
   ========================================================= */

.contact-team-section .contact-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 2px;

    background: var(--aep-contact-line);

    border: 1px solid var(--aep-contact-line);
}


/* =========================================================
   CONTACT CARD
   ========================================================= */

.contact-team-section .contact-card {
    position: relative;

    min-height: 310px;

    padding: 34px;

    background: var(--aep-contact-card);

    overflow: hidden;

    transition:
        transform .45s cubic-bezier(.2,.7,.2,1),
        background .4s ease;
}


/* Card decorative circle */

.contact-team-section .contact-card::before {
    content: "";

    position: absolute;

    width: 170px;
    height: 170px;

    right: -65px;
    bottom: -65px;

    border: 1px solid rgba(155,108,98,.20);

    border-radius: 50%;

    transition:
        transform .7s cubic-bezier(.2,.7,.2,1),
        opacity .5s ease;
}


/* Second decorative ring */

.contact-team-section .contact-card::after {
    content: "";

    position: absolute;

    width: 85px;
    height: 85px;

    right: 25px;
    bottom: 25px;

    border: 1px solid rgba(155,108,98,.12);

    border-radius: 50%;

    pointer-events: none;
}


/* =========================================================
   CARD ICON
   ========================================================= */

.contact-team-section .card-icon {
    width: 48px;
    height: 48px;

    margin-bottom: 55px;

    border: 1px solid rgba(155,108,98,.25);

    border-radius: 50%;

    position: relative;

    background: rgba(255,255,255,.18);
}


/* Elegant plus/cross inside icon */

.contact-team-section .card-icon::before,
.contact-team-section .card-icon::after {
    content: "";

    position: absolute;

    background: var(--aep-contact-accent);

    opacity: .65;
}

.contact-team-section .card-icon::before {
    width: 15px;
    height: 1px;

    left: 16px;
    top: 23px;
}

.contact-team-section .card-icon::after {
    width: 1px;
    height: 15px;

    left: 23px;
    top: 16px;
}


/* =========================================================
   CARD TYPOGRAPHY
   ========================================================= */

.contact-team-section .contact-card h3 {
    position: relative;
    z-index: 2;

    margin: 0 0 7px;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: 35px;
    font-weight: 500;
    line-height: .95;

    color: var(--aep-contact-dark);
}

.contact-team-section .contact-card .role {
    position: relative;
    z-index: 2;

    margin: 0 0 28px;

    font-family: "Manrope", Arial, sans-serif;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: .16em;
    text-transform: uppercase;

    color: var(--aep-contact-accent);
}


/* =========================================================
   CONTACT INFORMATION
   ========================================================= */

.contact-team-section .contact-info {
    position: relative;
    z-index: 4;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    gap: 9px;
}

.contact-team-section .contact-info a,
.contact-team-section .contact-info p {
    margin: 0;

    font-family: "Manrope", Arial, sans-serif;

    font-size: 12px;
    line-height: 1.7;

    color: var(--aep-contact-dark);
}

.contact-team-section .contact-info a {
    border-bottom: 1px solid transparent;

    transition:
        color .3s ease,
        border-color .3s ease;
}

.contact-team-section .contact-info a:hover {
    color: var(--aep-contact-accent);

    border-color: rgba(155,108,98,.45);
}


/* =========================================================
   HIGHLIGHT CARDS
   ========================================================= */

.contact-team-section .contact-card.highlight {
    background: #e6dbd1;
}

.contact-team-section .contact-card.highlight::before {
    width: 210px;
    height: 210px;

    right: -90px;
    top: -90px;

    bottom: auto;
}


/* =========================================================
   HOVER
   ========================================================= */

.contact-team-section .contact-card:hover {
    transform: translateY(-5px);

    background: #f1e9e1;
}

.contact-team-section .contact-card:hover::before {
    transform: scale(1.08);
}


/* =========================================================
   OPTIONAL NUMBER DETAIL
   ========================================================= */

.contact-team-section .contact-card:nth-child(1)::after {
    box-shadow:
        0 0 0 7px rgba(155,108,98,.025);
}

.contact-team-section .contact-card:nth-child(2)::after {
    border-radius: 50% 50% 50% 0;
    transform: rotate(45deg);
}

.contact-team-section .contact-card:nth-child(3)::after {
    border-radius: 0;
    transform: rotate(45deg);
}

.contact-team-section .contact-card:nth-child(4)::after {
    border-radius: 50% 50% 0 50%;
}

.contact-team-section .contact-card:nth-child(5)::after {
    box-shadow:
        inset 0 0 0 7px rgba(155,108,98,.035);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 950px) {

    .contact-team-section {
        padding: 95px 22px;
    }

    .contact-team-section .contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .contact-team-section {
        padding: 75px 18px;
    }

    .contact-team-section .section-header {
        margin-bottom: 50px;
    }

    .contact-team-section .section-title {
        font-size: 54px;
    }

    .contact-team-section .section-desc {
        font-size: 12px;
    }

    .contact-team-section .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-team-section .contact-card {
        min-height: 275px;
        padding: 28px;
    }

    .contact-team-section .card-icon {
        margin-bottom: 42px;
    }

    .contact-team-section .contact-card h3 {
        font-size: 32px;
    }

}/* End custom CSS */