/*==============================================
   Contact One 
===============================================*/
.contact-one {
    position: relative;
    display: block;
    padding: 0 0 120px;
    z-index: 1;
}

.contact-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc((100% - -30px) / 2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    z-index: -1;
}

.contact-one__right {
    position: relative;
    display: block;
    margin-left: 14px;
    background-color: var(--mgtheme-black);
    padding: 120px 120px 112px;
    padding-right: 0;
    z-index: 1;
}

.contact-one__right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: -10000px;
    bottom: 0;
    background-color: var(--mgtheme-black);
    z-index: -1;
}

.contact-one__right .section-title {
    margin-bottom: 41px;
}

.contact-one__right .section-title__tagline-shape {
    background-color: var(--mgtheme-white);
}

.contact-one__right .section-title__tagline {
    color: var(--mgtheme-white);
}

.contact-one__right .section-title__title {
    color: var(--mgtheme-white);
    margin-right: -150px;
}

.contact-one__form {
    position: relative;
    display: block;
}

.contact-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 23px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-one__input-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--mgtheme-white);
    margin-bottom: 5px;
}

.contact-one__input-title span {
    color: var(--mgtheme-base);
}

.contact-one__input-box input[type="text"],
.contact-one__input-box input[type="email"] {
    height: 42px;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #2A2A2A;
    outline: none;
    font-size: 14px;
    color: var(--mgtheme-gray);
    display: block;
    font-weight: 400;
    line-height: 42px;
    position: relative;
    display: block;
    z-index: 1;
}

.contact-one__input-box textarea {
    position: relative;
    height: 150px;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #2A2A2A;
    padding-top: 10px;
    outline: none;
    font-size: 14px;
    color: var(--mgtheme-gray);
    display: block;
    font-weight: 400;
    border-radius: unset;
    margin-bottom: 0;
}

.contact-one__input-box.text-message-box {
    height: 150px;
    margin-bottom: 40px;
}

.contact-one__btn-box {
    position: relative;
    display: block;
}

.contact-one__btn-box .thm-btn {
    border: none;
}

.contact-one__text {
    font: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--mgtheme-white);
    text-transform: capitalize;
    margin: 24px 0 6px;
}

.contact-one__email {
    font: 16px;
    font-weight: 600;
    line-height: 26px;
}

.contact-one__email a {
    color: var(--mgtheme-white);
}

.contact-one__email a:hover {
    color: var(--mgtheme-base);
}

/*==============================================
   Contact Page 
===============================================*/
.contact-page {
    position: relative;
    display: block;
    padding: 80px 0 100px;
    z-index: 1;
    background-color: #F9FAFB;
}

.contact-page__top {
    position: relative;
    display: block;
}

.contact-page__top-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--mgtheme-black);
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 50px;
    font-family: "Nunito Sans", sans-serif;
}

.contact-page__contact-list {
    position: relative;
    display: block;
}

.contact-page__contact-single {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 30px 35px;
    border: none;
    background-color: var(--mgtheme-white);
    border-radius: 12px;
    margin-bottom: 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    border-left: 4px solid transparent;
}

.contact-page__contact-single:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-left-color: #2563eb;
}

.contact-page__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    min-width: 70px;
    border: none;
    background-color: rgba(37, 99, 235, 0.1);
    border-radius: 12px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-page__contact-single:hover .contact-page__icon {
    background-color: #2563eb;
    transform: scale(1.05);
}

.contact-page__icon span {
    position: relative;
    display: inline-block;
    font-size: 36px;
    color: var(--mgtheme-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-page__contact-single:hover .contact-page__icon span {
    color: var(--mgtheme-white);
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.contact-page__contact-content {
    position: relative;
    display: block;
    flex: 1;
}

.contact-page__contact-content h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--mgtheme-black);
    text-transform: capitalize;
    margin-bottom: 8px;
    font-family: "Nunito Sans", sans-serif;
}

.contact-page__contact-content p {
    font-weight: 400;
    line-height: 1.6;
    color: var(--mgtheme-gray);
}

.contact-page__contact-content p a {
    color: var(--mgtheme-gray);
}

.contact-page__contact-content p a:hover {
    color: #2563eb;
}

.contact-page__bottom {
    position: relative;
    display: block;
    padding-top: 50px;
}

.contact-page__bottom-left {
    position: relative;
    display: block;
    margin-right: 30px;
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 688px;
    width: 100%;
}

.contact-page__bottom-right {
    position: relative;
    display: block;
    border: none;
    background-color: var(--mgtheme-white);
    padding: 50px 60px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.contact-page__form-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--mgtheme-black);
    margin-bottom: 12px;
    font-family: "Nunito Sans", sans-serif;
}

.contact-page__form {
    position: relative;
    display: block;
}

.contact-page__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-page__input-box input[type="text"],
.contact-page__input-box input[type="email"],
.contact-page__input-box input[type="number"] {
    height: 56px;
    width: 100%;
    background-color: #F9FAFB;
    border: 2px solid #E5E7EB;
    border-radius: 8px;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    color: var(--mgtheme-black);
    display: block;
    transition: all 0.3s ease;
}

.contact-page__input-box input[type="text"]:focus,
.contact-page__input-box input[type="email"]:focus,
.contact-page__input-box input[type="number"]:focus {
    background-color: var(--mgtheme-white);
    border-color: #2563eb;
}

.contact-page__input-box textarea {
    font-size: 15px;
    font-weight: 400;
    height: 150px;
    width: 100%;
    color: var(--mgtheme-black);
    background-color: #F9FAFB;
    border: 2px solid #E5E7EB;
    border-radius: 8px;
    padding: 15px 20px;
    outline: none;
    position: relative;
    display: block;
    transition: all 0.3s ease;
    resize: vertical;
}

.contact-page__input-box textarea:focus {
    background-color: var(--mgtheme-white);
    border-color: #2563eb;
}

.contact-page__input-box.text-message-box {
    height: 150px;
}

.contact-page__btn-box {
    position: relative;
    display: block;
}

.contact-page__btn-box .thm-btn {
    color: var(--mgtheme-white);
    background-color: #2563eb;
    border: none;
    font-weight: 600;
    padding: 18px 40px;
    border-radius: 8px;
}

.contact-page__btn-box .thm-btn::before {
    background-color: #1d4ed8;
}

.contact-page__btn-box .thm-btn::after {
    background-color: rgba(37, 99, 235, 0.2);
}

.contact-page__btn-box .thm-btn:hover {
    background-color: #1d4ed8;
}

/*==============================================
   Contact Quote Section 
===============================================*/
.contact-quote-section {
    position: relative;
    display: block;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 50px 0;
    overflow: hidden;
}

.contact-quote-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    z-index: 1;
}

.contact-quote-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    z-index: 1;
}

.contact-quote-section__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2;
}

.contact-quote-section__icon {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: rgba(191, 247, 71, 0.15);
    border-radius: 50%;
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
}

.contact-quote-section__icon span {
    font-size: 40px;
    color: #BFF747;
    line-height: 80px;
}

.contact-quote-section__text {
    font-family: "Nunito Sans", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--mgtheme-white);
    max-width: 1000px;
    margin: 0 auto;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 991px) {
    .contact-quote-section {
        padding: 40px 0;
    }

    .contact-quote-section__text {
        font-size: 32px;
    }

    .contact-quote-section__icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .contact-quote-section__icon span {
        font-size: 35px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-quote-section {
        padding: 35px 20px;
    }

    .contact-quote-section__text {
        font-size: 26px;
        line-height: 1.5;
    }

    .contact-quote-section__text br {
        display: none;
    }

    .contact-quote-section__icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin-bottom: 25px;
    }

    .contact-quote-section__icon span {
        font-size: 30px;
        line-height: 60px;
    }
}

/*==============================================
   Contact Form Section (Emids Style)
===============================================*/
.contact-form-section {
    position: relative;
    display: block;
    padding: 100px 0 80px;
    background: #fff;
}

.contact-form-section__header {
    max-width: 700px;
    margin-bottom: 50px;
}

.contact-form-section__title {
    font-size: 48px;
    font-weight: 600;
    color: #1e1b4b;
    margin-bottom: 20px;
    line-height: 1.2;
}

.contact-form-section__subtitle {
    font-size: 18px;
    color: #64748b;
    line-height: 1.7;
}

.contact-form-section__form-wrapper {
    max-width: 900px;
}

.contact-form-section__input-box {
    margin-bottom: 25px;
}

.contact-form-section__input-box label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #1e1b4b;
    margin-bottom: 8px;
}

.contact-form-section__input-box label span {
    color: #dc2626;
}

.contact-form-section__input-box input,
.contact-form-section__input-box select,
.contact-form-section__input-box textarea {
    width: 100%;
    height: 50px;
    padding: 12px 16px;
    font-size: 15px;
    color: #1e1b4b;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    outline: none;
    transition: all 0.3s ease;
}

.contact-form-section__input-box textarea {
    height: auto;
    min-height: 140px;
    resize: vertical;
}

.contact-form-section__input-box select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
}

.contact-form-section__input-box input:focus,
.contact-form-section__input-box select:focus,
.contact-form-section__input-box textarea:focus {
    border-color: #5c28ff;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(92, 40, 255, 0.1);
}

.contact-form-section__input-box input::placeholder,
.contact-form-section__input-box textarea::placeholder {
    color: #94a3b8;
}

.contact-form-section__btn-box {
    margin-top: 30px;
}

.contact-form-section__btn-box .thm-btn {
    padding: 18px 50px;
    font-size: 16px;
    font-weight: 600;
}

/*==============================================
   Locations Section
===============================================*/
.locations-section {
    position: relative;
    display: block;
    padding: 80px 0 100px;
    background: #f8fafc;
}

.locations-section__header {
    margin-bottom: 50px;
}

.locations-section__title {
    font-size: 42px;
    font-weight: 600;
    color: #1e1b4b;
    margin-bottom: 0;
}

.locations-section__grid {
    position: relative;
}

.locations-section__card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    height: calc(100% - 30px);
}

.locations-section__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(92, 40, 255, 0.1);
}

.locations-section__card-header {
    margin-bottom: 15px;
}

.locations-section__region {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #5c28ff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.locations-section__city {
    font-size: 24px;
    font-weight: 600;
    color: #1e1b4b;
    margin-bottom: 5px;
}

.locations-section__label {
    font-size: 14px;
    font-weight: 500;
    color: #64748b;
    margin-bottom: 15px;
}

.locations-section__address {
    font-size: 15px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 15px;
}

.locations-section__contact {
    padding-top: 15px;
    border-top: 1px solid #e2e8f0;
}

.locations-section__contact p {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 5px;
}

.locations-section__contact p:last-child {
    margin-bottom: 0;
}

.locations-section__contact a {
    color: #5c28ff;
    transition: color 0.3s ease;
}

.locations-section__contact a:hover {
    color: #4318c9;
}

/*==============================================
   Contact Hero Section 
===============================================*/
.contact-hero-section {
    position: relative;
    padding: 100px 0 120px;
    background: linear-gradient(135deg, #f8f7ff 0%, #f1f5f9 100%);
    overflow: hidden;
}

.contact-hero-section__bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(92, 40, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(92, 40, 255, 0.05) 0%, transparent 50%);
    z-index: 0;
}

.contact-hero-section__shape-1 {
    position: absolute;
    top: 10%;
    left: -5%;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgba(92, 40, 255, 0.1) 0%, rgba(92, 40, 255, 0.02) 100%);
    border-radius: 50%;
    z-index: 0;
}

.contact-hero-section__shape-2 {
    position: absolute;
    bottom: 10%;
    right: -5%;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(92, 40, 255, 0.08) 0%, rgba(92, 40, 255, 0.01) 100%);
    border-radius: 50%;
    z-index: 0;
}

.contact-hero-section .container {
    position: relative;
    z-index: 1;
}

.contact-hero-section__left {
    position: relative;
    padding-right: 40px;
}

.contact-hero-section__tagline {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.contact-hero-section__tagline-line {
    width: 40px;
    height: 3px;
    background: #5c28ff;
    border-radius: 2px;
}

.contact-hero-section__tagline-text {
    font-size: 14px;
    font-weight: 600;
    color: #5c28ff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contact-hero-section__title {
    font-size: 42px;
    font-weight: 700;
    color: #1e1b4b;
    line-height: 1.2;
    margin-bottom: 20px;
}

.contact-hero-section__text {
    font-size: 17px;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 35px;
}

.contact-hero-section__features {
    margin-bottom: 40px;
}

.contact-hero-section__feature {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-hero-section__feature:last-child {
    margin-bottom: 0;
}

.contact-hero-section__feature-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #5c28ff 0%, #7c3aed 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-hero-section__feature-icon span {
    font-size: 18px;
    color: #fff;
}

.contact-hero-section__feature-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1e1b4b;
    margin-bottom: 4px;
}

.contact-hero-section__feature-content p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.contact-hero-section__direct-contact {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.contact-hero-section__direct-contact h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1e1b4b;
    margin-bottom: 15px;
}

.contact-hero-section__direct-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.contact-hero-section__direct-item:last-child {
    margin-bottom: 0;
}

.contact-hero-section__direct-item span {
    font-size: 18px;
    color: #5c28ff;
}

.contact-hero-section__direct-item a {
    font-size: 15px;
    font-weight: 500;
    color: #1e1b4b;
    transition: color 0.3s ease;
}

.contact-hero-section__direct-item a:hover {
    color: #5c28ff;
}

/* Form Card */
.contact-hero-section__form-card {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(92, 40, 255, 0.08);
    position: relative;
    overflow: hidden;
}

.contact-hero-section__form-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #5c28ff 0%, #7c3aed 100%);
}

.contact-hero-section__form-header {
    margin-bottom: 30px;
    text-align: center;
}

.contact-hero-section__form-header h3 {
    font-size: 26px;
    font-weight: 700;
    color: #1e1b4b;
    margin-bottom: 10px;
}

.contact-hero-section__form-header p {
    font-size: 15px;
    color: #64748b;
    margin: 0;
}

.contact-hero-section__input-box {
    margin-bottom: 20px;
}

.contact-hero-section__input-box label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #1e1b4b;
    margin-bottom: 8px;
}

.contact-hero-section__input-box label span {
    color: #ef4444;
}

.contact-hero-section__input-box input,
.contact-hero-section__input-box select,
.contact-hero-section__input-box textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    color: #1e1b4b;
    background: #f8f7ff;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: all 0.3s ease;
    outline: none;
}

.contact-hero-section__input-box input:focus,
.contact-hero-section__input-box select:focus,
.contact-hero-section__input-box textarea:focus {
    border-color: #5c28ff;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(92, 40, 255, 0.1);
}

.contact-hero-section__input-box textarea {
    resize: vertical;
    min-height: 100px;
}

.contact-hero-section__input-box select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.contact-hero-section__btn-box {
    margin-top: 10px;
}

.contact-hero-section__btn-box .thm-btn {
    width: 100%;
    justify-content: center;
    padding: 16px 30px;
    font-size: 16px;
}

/* Responsive */
@media (max-width: 991px) {
    .contact-hero-section {
        padding: 80px 0 100px;
    }
    
    .contact-hero-section__title {
        font-size: 34px;
    }
    
    .contact-hero-section__left {
        padding-right: 0;
        margin-bottom: 50px;
    }
    
    .contact-hero-section__form-card {
        padding: 30px;
    }
    
    .locations-section__title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .contact-hero-section {
        padding: 60px 0 80px;
    }
    
    .contact-hero-section__title {
        font-size: 28px;
    }
    
    .contact-hero-section__text {
        font-size: 15px;
    }
    
    .contact-hero-section__form-card {
        padding: 25px 20px;
    }
    
    .contact-hero-section__form-header h3 {
        font-size: 22px;
    }
    
    .locations-section {
        padding: 60px 0 80px;
    }
    
    .locations-section__title {
        font-size: 28px;
    }
    
    .locations-section__city {
        font-size: 20px;
    }
}

/*==============================================
   End  
===============================================*/