/* =========================================================
   TOGETHER INDIA
   CONTACT PAGE
========================================================= */

.ti-contact-page {
    overflow: hidden;
    background: #fff;
}


/* =========================================================
   HERO
========================================================= */

.ti-contact-hero {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background: #193322;
}

.ti-contact-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -3;
    background:
        url("../images/contact.jpg")
        center center / cover no-repeat;
    animation: tiHeroZoom 14s ease-in-out infinite alternate;
}

.ti-contact-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(
            90deg,
            rgba(14,37,22,.97) 0%,
            rgba(20,52,30,.82) 48%,
            rgba(20,52,30,.25) 100%
        );
}

@keyframes tiHeroZoom {

    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.09);
    }

}

.ti-contact-hero-content {
    max-width: 850px;
    padding: 150px 0 110px;
}

.ti-contact-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    color: #d5aa55;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.5px;
}

.ti-contact-eyebrow span {
    width: 45px;
    height: 1px;
    background: #d5aa55;
}

.ti-contact-hero h1 {
    margin: 0;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(52px, 7vw, 92px);
    font-weight: 600;
    line-height: .98;
    letter-spacing: -3px;
}

.ti-contact-hero h1 em {
    display: block;
    color: #d7aa54;
    font-style: italic;
}

.ti-contact-hero p {
    max-width: 630px;
    margin: 30px 0;
    color: rgba(255,255,255,.76);
    font-size: 16px;
    line-height: 1.9;
}

.ti-contact-hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 35px;
}

.ti-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 25px;
    border-radius: 4px;
    background: #d5aa55;
    color: #1b2e21;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .8px;
    transition: .35s ease;
}

.ti-contact-btn:hover {
    transform: translateY(-5px);
    background: #fff;
    color: #1b2e21;
    box-shadow: 0 18px 40px rgba(0,0,0,.22);
}

.ti-contact-phone {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
}

.ti-contact-phone > span {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;
    transition: .3s ease;
}

.ti-contact-phone:hover > span {
    background: #fff;
    color: #27442f;
    transform: rotate(10deg);
}

.ti-contact-phone small {
    display: block;
    margin-bottom: 3px;
    color: rgba(255,255,255,.5);
    font-size: 9px;
    letter-spacing: 1.5px;
}

.ti-contact-phone strong {
    font-size: 13px;
}


/* =========================================================
   INTRO
========================================================= */

.ti-contact-intro {
    padding: 110px 0;
    background: #fff;
}

.ti-contact-intro-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 80px;
    align-items: end;
}

.ti-section-label {
    display: inline-block;
    color: #52745a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
}

.ti-contact-intro h2 {
    max-width: 700px;
    margin: 18px 0 0;
    color: #1d3024;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.02;
}

.ti-contact-intro h2 em {
    color: #52745a;
    font-style: italic;
}

.ti-contact-intro-text p {
    margin: 0 0 18px;
    color: #7d8780;
    font-size: 14px;
    line-height: 1.9;
}


/* =========================================================
   MAIN CONTACT
========================================================= */

.ti-contact-main {
    padding: 110px 0;
    background: #f1f5f1;
}

.ti-contact-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 70px;
    align-items: start;
}

.ti-contact-info h2 {
    margin: 18px 0 35px;
    color: #1d3024;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(40px, 4vw, 58px);
    line-height: 1;
}

.ti-contact-info h2 em {
    display: block;
    color: #52745a;
    font-style: italic;
}

.ti-contact-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ti-contact-detail {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px;
    border: 1px solid #dfe6df;
    border-radius: 7px;
    background: rgba(255,255,255,.75);
    color: inherit;
    text-decoration: none;
    transition: .35s ease;
}

.ti-contact-detail:hover {
    transform: translateX(8px);
    background: #fff;
    box-shadow: 0 18px 40px rgba(30,55,38,.1);
}

.ti-contact-icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #42664b;
    color: #fff;
    transition: .35s ease;
}

.ti-contact-detail:hover .ti-contact-icon {
    transform: rotate(-8deg);
    background: #d5aa55;
    color: #1d3024;
}

.ti-contact-detail small {
    display: block;
    margin-bottom: 4px;
    color: #8c968f;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.ti-contact-detail strong {
    display: block;
    color: #26392c;
    font-size: 13px;
}

.ti-contact-detail span {
    display: block;
    margin-top: 4px;
    color: #929a94;
    font-size: 10px;
}

.ti-detail-arrow {
    margin-left: auto;
    color: #a1aaa3;
    transition: .3s ease;
}

.ti-contact-detail:hover .ti-detail-arrow {
    color: #42664b;
    transform: translateX(5px);
}


/* SOCIAL */

.ti-contact-social {
    margin-top: 30px;
}

.ti-contact-social > span {
    color: #8a948d;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.ti-contact-social > div {
    display: flex;
    gap: 9px;
    margin-top: 12px;
}

.ti-contact-social a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d5ded6;
    border-radius: 50%;
    background: #fff;
    color: #4d7057;
    text-decoration: none;
    transition: .3s ease;
}

.ti-contact-social a:hover {
    transform: translateY(-6px);
    background: #42664b;
    color: #fff;
    box-shadow: 0 12px 25px rgba(40,75,50,.2);
}


/* =========================================================
   FORM
========================================================= */

.ti-contact-form-card {
    position: relative;
    padding: 50px;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 30px 70px rgba(30,55,38,.12);
    overflow: hidden;
}

.ti-contact-form-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(
        90deg,
        #42664b,
        #d5aa55,
        #42664b
    );
}

.ti-form-heading h2 {
    margin: 15px 0 10px;
    color: #1d3024;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 50px;
    line-height: 1;
}

.ti-form-heading h2 em {
    color: #52745a;
    font-style: italic;
}

.ti-form-heading p {
    margin-bottom: 30px;
    color: #858e88;
    font-size: 13px;
}

.ti-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.ti-form-group {
    margin-bottom: 20px;
}

.ti-form-group label {
    display: block;
    margin-bottom: 8px;
    color: #34443a;
    font-size: 10px;
    font-weight: 800;
}

.ti-input {
    position: relative;
}

.ti-input > i {
    position: absolute;
    left: 16px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    color: #929d95;
    pointer-events: none;
}

.ti-input input,
.ti-input select,
.ti-input textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dce4dd;
    border-radius: 5px;
    outline: none;
    background: #fafcf9;
    color: #26372c;
    font-family: inherit;
    font-size: 13px;
    transition: .3s ease;
}

.ti-input input,
.ti-input select {
    height: 52px;
    padding: 0 15px 0 45px;
}

.ti-input textarea {
    min-height: 145px;
    padding: 15px 15px 15px 45px;
    resize: vertical;
}

.ti-input input:focus,
.ti-input select:focus,
.ti-input textarea:focus {
    border-color: #52745a;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(82,116,90,.08);
}

.ti-textarea > i {
    top: 20px;
    transform: none;
}

.ti-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 5px 0 20px;
    color: #89928c;
    font-size: 10px;
    line-height: 1.6;
}

.ti-checkbox input {
    margin-top: 3px;
    accent-color: #42664b;
}

.ti-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 190px;
    padding: 15px 25px;
    border: 0;
    border-radius: 4px;
    background: #42664b;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase;
    transition: .35s ease;
}

.ti-submit-btn:hover {
    transform: translateY(-4px);
    background: #d5aa55;
    color: #1d3024;
    box-shadow: 0 15px 30px rgba(50,80,58,.2);
}

.ti-form-note {
    margin-top: 18px;
    color: #9aa29c;
    font-size: 10px;
}

.ti-form-note i {
    margin-right: 5px;
}


/* =========================================================
   HELP
========================================================= */

.ti-help-section {
    padding: 110px 0;
    background: #fff;
}

.ti-help-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
}

.ti-help-heading h2 {
    max-width: 700px;
    margin: 18px 0 0;
    color: #1d3024;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1;
}

.ti-help-heading h2 em {
    color: #52745a;
    font-style: italic;
}

.ti-help-heading > p {
    max-width: 330px;
    color: #858e88;
    font-size: 13px;
    line-height: 1.8;
}

.ti-help-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px;
    margin-top: 50px;
}

.ti-help-card {
    position: relative;
    min-height: 310px;
    padding: 35px;
    border: 1px solid #e1e7e1;
    border-radius: 8px;
    background: #fafcf9;
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    transition: .4s ease;
}

.ti-help-card:hover {
    transform: translateY(-10px);
    background: #fff;
    box-shadow: 0 25px 55px rgba(30,55,38,.1);
}

.ti-help-number {
    position: absolute;
    top: 18px;
    right: 25px;
    color: #dce2dd;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 40px;
}

.ti-help-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 50%;
    background: #42664b;
    color: #fff;
    transition: .35s ease;
}

.ti-help-card:hover .ti-help-icon {
    transform: rotate(-8deg) scale(1.08);
    border-radius: 17px;
    background: #d5aa55;
    color: #1d3024;
}

.ti-help-card h3 {
    margin: 0 0 12px;
    color: #203127;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 25px;
}

.ti-help-card p {
    color: #858e88;
    font-size: 13px;
    line-height: 1.75;
}

.ti-help-link {
    display: inline-flex;
    gap: 8px;
    color: #4b6e54;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* =========================================================
   LOCATION
========================================================= */

.ti-location-section {
    padding: 0 0 110px;
    background: #fff;
}

.ti-location-card {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    min-height: 470px;
    overflow: hidden;
    border-radius: 9px;
    background: #1e3726;
}

.ti-location-content {
    padding: 60px;
}

.ti-light-label {
    color: #d5aa55 !important;
}

.ti-location-content h2 {
    margin: 18px 0;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(42px,4.5vw,62px);
    line-height: 1;
}

.ti-location-content h2 em {
    color: #d5aa55;
    font-style: italic;
}

.ti-location-content > p {
    max-width: 450px;
    color: rgba(255,255,255,.67);
    font-size: 13px;
    line-height: 1.85;
}

.ti-address {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 35px;
}

.ti-address > div {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    color: #d5aa55;
}

.ti-address p {
    margin: 0;
}

.ti-address small {
    display: block;
    color: rgba(255,255,255,.4);
    font-size: 9px;
    letter-spacing: 1.5px;
}

.ti-address strong {
    color: #fff;
    font-size: 14px;
}

.ti-location-image {
    position: relative;
    min-height: 470px;
    background:
        url("../images/contact-location.jpg")
        center / cover no-repeat;
}

.ti-location-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(20,45,27,.05),
        rgba(20,40,25,.72)
    );
}

.ti-location-pin {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 95px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%,-50%);
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    color: #d5aa55;
    backdrop-filter: blur(6px);
    animation: tiPinPulse 2.5s ease-in-out infinite;
}

@keyframes tiPinPulse {

    50% {
        transform: translate(-50%,-50%) scale(1.08);
    }

}

.ti-location-caption {
    position: absolute;
    left: 30px;
    bottom: 25px;
}

.ti-location-caption strong {
    display: block;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 24px;
}

.ti-location-caption span {
    color: rgba(255,255,255,.7);
    font-size: 11px;
}


/* =========================================================
   FINAL CTA
========================================================= */

.ti-contact-final {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #193122;
}

.ti-contact-final-bg {
    position: absolute;
    inset: 0;
    background:
        url("../images/contact-cta.jpg")
        center / cover no-repeat;
}

.ti-contact-final-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(15,38,22,.97),
            rgba(20,46,28,.72),
            rgba(20,45,27,.3)
        );
}

.ti-contact-final-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    padding: 90px 0;
}

.ti-contact-final h2 {
    margin: 18px 0;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(44px,5.5vw,72px);
    line-height: 1;
}

.ti-contact-final h2 em {
    display: block;
    color: #d5aa55;
    font-style: italic;
}

.ti-contact-final p {
    max-width: 560px;
    color: rgba(255,255,255,.7);
    line-height: 1.8;
}

.ti-final-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    padding: 15px 25px;
    border-radius: 4px;
    background: #fff;
    color: #1d3424;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    transition: .35s ease;
}

.ti-final-btn:hover {
    transform: translateY(-5px);
    background: #d5aa55;
    box-shadow: 0 18px 35px rgba(0,0,0,.2);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {

    .ti-contact-grid {
        grid-template-columns: 1fr;
    }

    .ti-contact-info {
        max-width: 750px;
    }

    .ti-location-card {
        grid-template-columns: 1fr;
    }

    .ti-location-image {
        min-height: 400px;
    }

}

@media (max-width: 768px) {

    .ti-contact-hero {
        min-height: 620px;
    }

    .ti-contact-hero-content {
        padding: 120px 20px 80px;
    }

    .ti-contact-hero h1 {
        font-size: 50px;
        letter-spacing: -2px;
    }

    .ti-contact-hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .ti-contact-intro {
        padding: 75px 0;
    }

    .ti-contact-intro-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ti-contact-main {
        padding: 75px 0;
    }

    .ti-contact-form-card {
        padding: 35px 22px;
    }

    .ti-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ti-help-section {
        padding: 75px 0;
    }

    .ti-help-heading {
        display: block;
    }

    .ti-help-heading > p {
        margin-top: 20px;
    }

    .ti-help-grid {
        grid-template-columns: 1fr;
    }

    .ti-location-content {
        padding: 45px 25px;
    }

    .ti-contact-final-content {
        padding: 75px 20px;
    }

}

@media (max-width: 480px) {

    .ti-contact-hero h1 {
        font-size: 42px;
    }

    .ti-contact-hero p {
        font-size: 14px;
    }

    .ti-contact-btn {
        width: 100%;
        justify-content: center;
    }

    .ti-contact-phone {
        margin-top: 5px;
    }

    .ti-contact-form-card {
        padding: 30px 16px;
    }

    .ti-form-heading h2 {
        font-size: 40px;
    }

    .ti-location-image {
        min-height: 340px;
    }

    .ti-contact-final h2 {
        font-size: 40px;
    }

}