@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');






/* Get In Touch Section Styles */
.get-in-touch {
    padding: 80px 0;
    background: #f8f9fa;
}

.section-title {
    margin-bottom: 15px;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.title-separator {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #ff3e3e 0%, #833ab4 100%);
    margin: 0 auto 20px;
}

.section-title p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.contact-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    background: #040d28; /* Solid pink/rose color */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
    box-shadow: 0px 8px 16px rgba(233, 30, 99, 0.2);
}

.icon-wrapper::after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    background: rgba(233, 30, 99, 0.1);
    z-index: -1;
}

.icon-wrapper i {
    font-size: 32px;
    color: white;
}

.contact-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0px 9px 30px rgba(255, 149, 5, 0.1);
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.contact-link {
    color: #E91E63;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #cc2026;
}

.address {
    color: #716C80;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}


.device-mockup-wrapper {
    max-width: 355px;
    height: 100%;
}

.device-mockup-wrapper img{
    width: 100%;
    height: 100%;
}

.dashboard-components {
    height: 375px;
    overflow: auto;
}

.rounded-circle {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}






.contact-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.info-item p, .info-item a {
    color: #666;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.6;
    max-width: 350px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.info-text {
    padding-left: 18px;
}

.info-text p{
    margin-bottom: 0;
}

/* Contact Info Styles */
.info-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.info-item {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 15px;
    transition: all 0.3sease;
    border: 1px solid #eee;
    display: flex
;
    align-items: center;
}

.info-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: 02s all;
}

.icon {
    width: 50px;
    height: 50px;
    background: #007bff;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 15px; */
}

.icon i {
    color: white;
    font-size: 20px;
}

.info-item h3 {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}




.icon-wrapper {
    width: 70px;
    height: 70px;
    background: rgba(0,123,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.icon-wrapper i {
    font-size: 1.5rem;
    color: #007bff;
}


.card-icon {
    margin-bottom: 25px;
}

.icon-box {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.1) 0%, rgba(255, 142, 83, 0.1) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #ff6b6b;
    transition: all 0.3s ease;
}

.why-choose-card:hover .icon-box {
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
    color: white;
    transform: rotateY(180deg);
}

.card-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #2d3436;
    margin-bottom: 15px;
}

.card-content p {
    color: #636e72;
    line-height: 1.6;
    margin: 0;
}


.icon-box {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.1) 0%, rgba(0, 198, 255, 0.1) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #007bff;
    transition: all 0.3s ease;
}