/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
    position: relative;
    display: block;
    padding: 140px 0 140px;
    background-color: #0b192c;
    z-index: 1;
}

.contact-one__bg-shape {
    position: absolute;
    height: 825px;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    z-index: -1;
}

.contact-one__left {
    position: relative;
    display: block;
    background: #38445A;
    box-shadow: 0px 11px 38px rgba(143, 136, 255, 0.06);
    border-radius: 20px;
    padding: 40px 30px 30px;
    overflow: hidden;
    z-index: 1;
}

.contact-one__left:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 20px;
    border: 3px solid transparent;
    background: linear-gradient(90deg, rgba(92, 176, 233, 0.04), rgba(143, 136, 255, 0.05)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    visibility: visible;
    opacity: 1;
    z-index: -1;
}

.contact-one__from-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: var(--techguru-white);
    margin-bottom: 46px;
}

.contact-one__form {
    position: relative;
    display: block;
}

.contact-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 31px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-one__input-box:hover:before {
    background: linear-gradient(90deg, #6065D4, #FA5674) border-box;
}

.contact-one__input-box:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 16px;
    border: 1px solid transparent;
    background: linear-gradient(90deg, rgba(92, 176, 233, 0.20), rgba(143, 136, 255, 0.30)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    visibility: visible;
    opacity: 1;
}

.contact-one__input-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 7px;
    color: #C5C8CD;
}

.contact-one__input-box input[type="text"],
.contact-one__input-box input[type="email"] {
    height: 52px;
    width: 100%;
    background-color: transparent;
    border: none;
    padding-left: 15px;
    padding-right: 45px;
    outline: none;
    font-size: 16px;
    color: #B3B4B7;
    display: block;
    font-weight: 400;
    border-radius: 16px;
    line-height: 52px;
    position: relative;
    display: block;
    z-index: 1;
}

.contact-one__input-box .select-box {
    width: 100%;
    z-index: 99;
}

.contact-one__input-box .nice-select .list {
    z-index: 999999;
}

.contact-one__input-box .nice-select {
    height: 52px;
    width: 100%;
    background-color: transparent;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    font-size: 16px;
    color: #B3B4B7;
    font-weight: 400;
    border-radius: 16px;
    line-height: 52px;
    display: block;
    float: none;
    z-index: 3;
}

.contact-one__input-box .nice-select:after {
    position: absolute;
    top: 22px;
    right: 30px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #B3B4B7;
    border-right: 2px solid #B3B4B7;
    margin-top: 0px;
    z-index: 10;
}

.contact-one__input-box .nice-select .option {
    color: var(--techguru-black);
}

.contact-one__input-box .nice-select .option.selected {
    font-weight: 500;
}

.contact-one__input-box .nice-select .option:hover,
.contact-one__input-box .nice-select .option.focus,
.contact-one__input-box .nice-select .option.selected.focus {
    color: var(--techguru-white);
}

.contact-one__input-box textarea {
    position: relative;
    height: 200px;
    width: 100%;
    background-color: transparent;
    border: none;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 45px;
    outline: none;
    font-size: 16px;
    color: var(--techguru-gray);
    display: block;
    font-weight: 400;
    border-radius: 16px;
    margin-bottom: 0;
}

.contact-one__input-box.text-message-box {
    height: 200px;
    margin-bottom: 30px;
}

.contact-one__btn-box {
    position: relative;
    display: block;
}

.contact-one__btn-box .thm-btn {
    border: none;
}

.contact-one__input-icon {
    position: absolute;
    top: 14px;
    right: 16px;
}

.contact-one__input-icon span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #B3B4B7;
}

.contact-one__left-shape-1 {
    position: absolute;
    width: 138px;
    height: 138px;
    right: -10px;
    bottom: -57px;
    border-radius: 50%;
    background: linear-gradient(270deg, #5CB0E9 0%, #3D72FC 100%);
    opacity: 0.1;
    z-index: -1;
}

.contact-one__left-shape-2 {
    position: absolute;
    width: 138px;
    height: 138px;
    right: -54px;
    bottom: -28px;
    background: linear-gradient(270deg, #5CB0E9 0%, #3D72FC 100%);
    opacity: 0.1;
    border-radius: 50%;
    z-index: -1;
}

.contact-one__right {
    position: relative;
    display: block;
    margin-left: 40px;
    margin-top: 10px;
}

.contact-one__right .section-title {
    margin-bottom: 24px;
}

.contact-one__list {
    position: relative;
    display: block;
    max-width: 406px;
    width: 100%;
    margin-top: 43px;
}

.contact-one__list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    border-bottom: 1px solid rgba(var(--techguru-white-rgb), .24);
    padding-bottom: 31px;
}

.contact-one__list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.contact-one__list li+li {
    margin-top: 27px;
}

.contact-one__list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: linear-gradient(270deg, #5CB0E9 0%, #3D72FC 100%);
    border-radius: 12px;
    top: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.contact-one__list li .icon:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 12px;
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    background: linear-gradient(270deg, #FA5674 0%, #6065D4 100%);
    z-index: -1;
}

.contact-one__list li:hover .icon:before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.contact-one__list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: var(--techguru-white);
}

.contact-one__list li .content {
    position: relative;
    display: block;
    flex: 1;
}

.contact-one__list li .content h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: var(--techguru-white);
    margin-bottom: 4px;
}

.contact-one__list li .content p a {
    color: var(--techguru-gray);
}

.contact-one__list li .content p a:hover {
    color: var(--techguru-base);
}


/*--------------------------------------------------------------
# Contact Two
--------------------------------------------------------------*/
.contact-two {
    position: relative;
    display: block;
    background-color: #101D30;
    padding: 140px 0 140px;
    overflow: hidden;
    z-index: 1;
}

.contact-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc((100% - 340px) / 4);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    z-index: 1;
}

.contact-two__shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    mix-blend-mode: lighten;
    z-index: -1;
}

.contact-two__shape-1 img {
    width: auto;
}

.contact-two__shape-2 {
    position: absolute;
    left: 8.02%;
    right: 41.88%;
    top: -5.75%;
    bottom: -5.73%;
    filter: blur(120px);
    opacity: .30;
    background: radial-gradient(50% 50% at 50% 50%, rgba(96, 101, 213, 0.75) 0%, rgba(7, 12, 20, 0) 100%);
    z-index: -1;
}


.contact-two__left {
    position: relative;
    display: block;
    margin-left: 150px;
}

.contact-two__left .section-title {
    margin-bottom: 22px;
}

.contact-two__contact-list {
    position: relative;
    display: block;
    max-width: 410px;
    width: 100%;
    margin-top: 30px;
}

.contact-two__contact-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    gap: 20px;
    padding: 19px 15px 13px;
}

.contact-two__contact-list li+li {
    margin-top: 12px;
}

.contact-two__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    z-index: 1;
}

.contact-two__contact-list li .icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, #5CB0E9 0%, #3D72FC 100%);
    border-radius: 16px;
    z-index: -1;
}

.contact-two__contact-list li .icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: linear-gradient(270deg, #FA5674 0%, #6065D4 100%);
    border-radius: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.contact-two__contact-list li:hover .icon::after {
    opacity: 1;
}

.contact-two__contact-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--techguru-white);
}

.contact-two__contact-list li .content {
    position: relative;
    display: block;
    flex: 1;
}

.contact-two__contact-list li .content span {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    background: linear-gradient(270deg, #5CB0E9 0%, #3D72FC 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-two__contact-list li .content p {
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    color: var(--techguru-white);
    margin-top: 1px;
}

.contact-two__contact-list li .content p a {
    color: var(--techguru-white);
}

.contact-two__contact-list li .content p a:hover {
    color: var(--techguru-base);
}

.contact-two__right {
    position: relative;
    display: block;
    background-color: rgba(var(--techguru-white-rgb), 0.05);
    padding: 35px 35px 35px;
    border-radius: 20px;
}

.contact-two__sliding-text-list {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    width: fit-content;
}

.contact-two__sliding-text-list li {
    position: relative;
    display: flex;
    float: left;
    margin-left: 60px;
}

.contact-two__sliding-text-title {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 200px;
    line-height: 251px;
    font-weight: 400;
    font-family: var(--techguru-font-two);
    font-style: normal;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 67.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}













/*--------------------------------------------------------------
# Contact Page Custom Styles
--------------------------------------------------------------*/

/* Contact Header */
.contact-header {
    position: relative;
    display: block;
    padding: 140px 0 80px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
    z-index: 1;
    margin-top: 80px;
}

.contact-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.contact-breadcrumb {
    margin-bottom: 20px;
}

.contact-header h1 {
    color: var(--techguru-white);
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-weight: 400;
}

/* Contact Info Section */
.contact-info-section {
    position: relative;
    display: block;
    padding: 100px 0;
    background: var(--techguru-black);
    z-index: 1;
}

.contact-info-card {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    height: 100%;
}

.contact-info-card:hover {
    border-color: rgba(92, 176, 233, 0.5);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}

.contact-info-card__icon {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    background: linear-gradient(270deg, #5CB0E9 0%, #3D72FC 100%);
    border-radius: 50%;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.contact-info-card__icon i {
    color: var(--techguru-white);
    font-size: 30px;
}

.contact-info-card__content h3 {
    color: var(--techguru-white);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-info-card__content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.contact-info-card__content a {
    color: #5CB0E9;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-card__content a:hover {
    color: #3D72FC;
}

/* Contact Form & Map Section */
.contact-form-map-section {
    position: relative;
    display: block;
    padding: 100px 0;
    background: #0A0F1A;
    z-index: 1;
}

.contact-form-wrapper {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 50px 40px;
    height: 100%;
}

.contact-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.contact-form .form-group input,
.contact-form .form-group select,
.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 15px 20px;
    color: var(--techguru-white);
    font-size: 16px;
    transition: all 0.3s ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    outline: none;
    border-color: #5CB0E9;
    background: rgba(255, 255, 255, 0.08);
}

.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.contact-form .form-group select {
    cursor: pointer;
}

.contact-form .form-group select option {
    background: #0A0F1A;
    color: var(--techguru-white);
}

.contact-map-wrapper {
    position: relative;
    display: block;
    height: 100%;
}

.contact-map {
    position: relative;
    display: block;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    min-height: 500px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Contact Person Section */
.contact-person-section {
    position: relative;
    display: block;
    padding: 100px 0;
    background: var(--techguru-black);
    z-index: 1;
}

.contact-person-card {
    position: relative;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    transition: all 0.3s ease;
}

.contact-person-card:hover {
    border-color: rgba(92, 176, 233, 0.5);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}

.contact-person-image {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 200px;
    height: 200px;
    margin-right: 40px;
}

.contact-person-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    border: 3px solid rgba(92, 176, 233, 0.3);
}

.contact-person-content {
    position: relative;
    display: block;
    flex: 1;
}

.contact-person-content h3 {
    color: var(--techguru-white);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-person-content h4 {
    color: #5CB0E9;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.contact-person-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.contact-person-details {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-detail-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-detail-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(92, 176, 233, 0.2);
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-detail-icon i {
    color: #5CB0E9;
    font-size: 18px;
}

.contact-detail-content {
    position: relative;
    display: block;
}

.contact-detail-content span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.contact-detail-content a {
    color: var(--techguru-white);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-detail-content a:hover {
    color: #5CB0E9;
}

.contact-person-actions {
    position: relative;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.contact-person-actions .thm-btn {
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.whatsapp-btn {
    background: #25D366;
    color: var(--techguru-white);
}

.whatsapp-btn:hover {
    background: #128C7E;
    transform: translateY(-2px);
}

.email-btn {
    background: linear-gradient(270deg, #5CB0E9 0%, #3D72FC 100%);
    color: var(--techguru-white);
}

.email-btn:hover {
    transform: translateY(-2px);
}

/* Business Hours Section */
.business-hours-section {
    position: relative;
    display: block;
    padding: 100px 0;
    background: #0A0F1A;
    z-index: 1;
}

.business-hours-content,
.social-media-content {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 40px;
    height: 100%;
}

.business-hours-list {
    position: relative;
    display: block;
}

.business-hour-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.business-hour-item:last-child {
    border-bottom: none;
}

.business-hour-item.special {
    background: rgba(92, 176, 233, 0.1);
    border-radius: 8px;
    padding: 15px 20px;
    margin-top: 10px;
}

.business-hour-item .day {
    color: var(--techguru-white);
    font-size: 16px;
    font-weight: 500;
}

.business-hour-item .time {
    color: #5CB0E9;
    font-size: 16px;
    font-weight: 600;
}

.social-media-links {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.social-link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    border-color: rgba(92, 176, 233, 0.5);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.social-link i {
    font-size: 20px;
    margin-right: 12px;
    width: 20px;
    text-align: center;
}

.social-link span {
    color: var(--techguru-white);
    font-size: 14px;
    font-weight: 500;
}

.social-link.facebook i { color: #1877F2; }
.social-link.linkedin i { color: #0077B5; }
.social-link.instagram i { color: #E4405F; }
.social-link.twitter i { color: #1DA1F2; }

/* Responsive Design */
@media (max-width: 1200px) {
    .contact-person-card {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-person-image {
        margin-right: 0;
        margin-bottom: 30px;
        align-self: center;
    }
}

@media (max-width: 768px) {
    .contact-header h1 {
        font-size: 36px;
    }
    
    .contact-form-wrapper,
    .business-hours-content,
    .social-media-content {
        padding: 30px 20px;
    }
    
    .contact-person-card {
        padding: 30px 20px;
    }
    
    .contact-person-image {
        width: 150px;
        height: 150px;
    }
    
    .contact-person-actions {
        flex-direction: column;
    }
    
    .contact-person-actions .thm-btn {
        width: 100%;
        justify-content: center;
    }
    
    .social-media-links {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .contact-header {
        padding: 100px 0 60px;
        margin-top: 60px;
    }
    
    .contact-info-section,
    .contact-form-map-section,
    .contact-person-section,
    .business-hours-section {
        padding: 60px 0;
    }
    
    .contact-info-card {
        padding: 30px 20px;
    }
    
    .contact-form-wrapper {
        padding: 25px 15px;
    }
    
    .contact-person-card {
        padding: 25px 15px;
    }
    
    .contact-person-image {
        width: 120px;
        height: 120px;
    }
}

/*--------------------------------------------------------------
# Contact Map and Person Styles
--------------------------------------------------------------*/

/* Contact Map Wrapper */
.contact-map-wrapper {
    position: relative;
    display: block;
    margin-top: 20px;
}

.contact-map-wrapper .section-title {
    margin-bottom: 30px;
}

.contact-map-wrapper .section-title h2 {
    color: var(--techguru-white);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-map-wrapper .section-title p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin: 0;
}

.contact-map {
    position: relative;
    display: block;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;

.contact-map iframe {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 15px;
}

/* Contact Person Card */
.contact-person-card {
    position: relative;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 25px;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.contact-person-card:hover {
    border-color: rgba(92, 176, 233, 0.5);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.contact-person-image {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.contact-person-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid rgba(92, 176, 233, 0.3);
}

.contact-person-content {
    position: relative;
    display: block;
    flex: 1;
}

.contact-person-content h3 {
    color: var(--techguru-white);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact-person-content h4 {
    color: #5CB0E9;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.contact-person-details {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-detail-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact-detail-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: rgba(92, 176, 233, 0.2);
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
}

.contact-detail-icon i {
    color: #5CB0E9;
    font-size: 14px;
}

.contact-detail-content {
    position: relative;
    display: block;
}

.contact-detail-content span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    display: block;
    margin-bottom: 2px;
}

.contact-detail-content a {
    color: var(--techguru-white);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-detail-content a:hover {
    color: #5CB0E9;
}

.contact-person-actions {
    position: relative;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.contact-person-actions .thm-btn {
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
}

.whatsapp-btn {
    background: #25D366;
    color: var(--techguru-white);
}

.whatsapp-btn:hover {
    background: #128C7E;
    transform: translateY(-1px);
}

.email-btn {
    background: linear-gradient(270deg, #5CB0E9 0%, #3D72FC 100%);
    color: var(--techguru-white);
}

.email-btn:hover {
    transform: translateY(-1px);
}

/* Responsive Design for Map Section */
@media (max-width: 1200px) {
    .contact-person-card {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-person-image {
        margin-right: 0;
        margin-bottom: 15px;
        align-self: center;
    }
}

@media (max-width: 768px) {
    .contact-map iframe {
        height: 300px;
    }
    
    .contact-person-card {
        padding: 20px;
    }
    
    .contact-person-image {
        width: 60px;
        height: 60px;
    }
    
    .contact-person-actions {
        flex-direction: column;
    }
    
    .contact-person-actions .thm-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .contact-map iframe {
        height: 250px;
    }
    
    .contact-person-card {
        padding: 15px;
    }
    
    .contact-person-image {
        width: 50px;
        height: 50px;
    }
}

/*--------------------------------------------------------------
# WhatsApp Contact Section
--------------------------------------------------------------*/

.whatsapp-contact-section {
    position: relative;
    display: block;
    margin-top: 30px;
}

.whatsapp-card {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(37, 211, 102, 0.1);
    border: 1px solid rgba(37, 211, 102, 0.3);
    border-radius: 15px;
    padding: 25px;
    transition: all 0.3s ease;
}

.whatsapp-card:hover {
    background: rgba(37, 211, 102, 0.15);
    border-color: rgba(37, 211, 102, 0.5);
    transform: translateY(-2px);
}

.whatsapp-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    margin-right: 20px;
    flex-shrink: 0;
}

.whatsapp-icon i {
    color: var(--techguru-white);
    font-size: 30px;
}

.whatsapp-content {
    position: relative;
    display: block;
    flex: 1;
}

.whatsapp-content h3 {
    color: var(--techguru-white);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.whatsapp-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 15px;
}

.whatsapp-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #25D366;
    color: var(--techguru-white);
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.whatsapp-btn:hover {
    background: #128C7E;
    transform: translateY(-2px);
    color: var(--techguru-white);
}

.whatsapp-btn i {
    font-size: 16px;
}

/* Responsive Design for WhatsApp Section */
@media (max-width: 768px) {
    .whatsapp-card {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .whatsapp-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .whatsapp-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .whatsapp-card {
        padding: 15px;
    }
    
    .whatsapp-icon {
        width: 50px;
        height: 50px;
    }
    
    .whatsapp-icon i {
        font-size: 24px;
    }
    
    .whatsapp-content h3 {
        font-size: 18px;
    }
}

/*--------------------------------------------------------------
# WhatsApp Contact List Styling
--------------------------------------------------------------*/

.contact-one__list li .icon i.fab.fa-whatsapp {
    color: #25D366;
    font-size: 20px;
}

.contact-one__list li .content a[href*="wa.me"] {
    color: #25D366;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-one__list li .content a[href*="wa.me"]:hover {
    color: #128C7E;
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/