.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-292e238 *//*===============================
Hero Image Gallery
===============================*/

.hero-right{

    flex:1;

    display:flex;

    justify-content:center;

    align-items:center;

}

.hero-gallery{

    position:relative;

    width:560px;

    height:620px;

}

.main-image{

    width:400px;

    height:520px;

    border-radius:30px;

    overflow:hidden;

    box-shadow:0 25px 70px rgba(37,99,235,.15);

}

.main-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

.small-image{

    position:absolute;

    width:220px;

    height:160px;

    border-radius:22px;

    overflow:hidden;

    border:8px solid #fff;

    box-shadow:0 20px 50px rgba(0,0,0,.12);

    animation:float 4s ease-in-out infinite;

}

.small-image img{

    width:100%;

    height:100%;

    object-fit:cover;

}

.top-image{

    right:0;

    top:20px;

}

.bottom-image{

    right:30px;

    bottom:20px;

}

.experience-card{

    position:absolute;

    left:-40px;

    bottom:60px;

    background:#2563EB;

    color:#fff;

    padding:20px 25px;

    border-radius:20px;

    text-align:center;

    box-shadow:0 20px 50px rgba(37,99,235,.35);

}

.experience-card h2{

    font-size:38px;

    margin-bottom:5px;

}

.experience-card span{

    font-size:14px;

}

.project-card{

    position:absolute;

    top:220px;

    right:-35px;

    background:#ffffff;

    padding:18px 24px;

    border-radius:18px;

    text-align:center;

    box-shadow:0 20px 45px rgba(0,0,0,.10);

}

.project-card h3{

    font-size:30px;

    color:#2563EB;

    margin-bottom:4px;

}

.project-card span{

    color:#64748B;

    font-size:14px;

}

@keyframes float{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-12px);

}

100%{

transform:translateY(0px);

}

}

@media(max-width:992px){

.hero-gallery{

width:100%;

height:auto;

display:flex;

flex-direction:column;

align-items:center;

gap:20px;

}

.main-image{

width:100%;

height:450px;

}

.small-image,
.experience-card,
.project-card{

position:relative;

right:auto;

left:auto;

top:auto;

bottom:auto;

width:100%;

max-width:350px;

height:220px;

animation:none;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-60e1f18 *//*==========================
WHY US
==========================*/

.why-us{

    padding:100px 0;

    background:#ffffff;

}

.section-title{

    max-width:700px;

    margin:auto;

    text-align:center;

    margin-bottom:70px;

}

.section-title span{

    color:#2563EB;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

}

.section-title h2{

    font-size:46px;

    margin:20px 0;

    line-height:1.3;

    color:#0F172A;

}

.section-title h2 span{

    color:#2563EB;

}

.section-title p{

    color:#64748B;

    line-height:1.8;

    font-size:17px;

}

.why-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.why-card{

    background:#F8FAFC;

    border-radius:20px;

    padding:40px 30px;

    transition:.4s;

    border:1px solid #E2E8F0;

}

.why-card:hover{

    transform:translateY(-10px);

    background:#2563EB;

    color:#fff;

    box-shadow:0 20px 40px rgba(37,99,235,.25);

}

.why-card:hover p{

    color:#E2E8F0;

}

.icon{

    width:70px;

    height:70px;

    border-radius:18px;

    background:#DBEAFE;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

    margin-bottom:25px;

}

.why-card:hover .icon{

    background:#ffffff;

}

.why-card h3{

    margin-bottom:15px;

    font-size:24px;

}

.why-card p{

    color:#64748B;

    line-height:1.8;

}

@media(max-width:992px){

.why-grid{

grid-template-columns:repeat(2,1fr);

}

.section-title h2{

font-size:36px;

}

}

@media(max-width:768px){

.why-grid{

grid-template-columns:1fr;

}

.section-title h2{

font-size:30px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a985cdc *//*==============================
ABOUT SECTION
==============================*/

.about{

    padding:120px 0;

    background:#F8FAFC;

}

.about-wrapper{

    display:flex;

    align-items:center;

    gap:80px;

}

.about-image{

    flex:1;

    position:relative;

}

.about-image img{

    width:100%;

    border-radius:30px;

    display:block;

    box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.experience-box{

    position:absolute;

    right:-25px;

    bottom:40px;

    background:#2563EB;

    color:#fff;

    padding:25px;

    border-radius:20px;

    text-align:center;

    width:170px;

    box-shadow:0 20px 45px rgba(37,99,235,.35);

}

.experience-box h2{

    font-size:42px;

    margin-bottom:8px;

}

.about-content{

    flex:1;

}

.section-tag{

    display:inline-block;

    color:#2563EB;

    font-weight:600;

    letter-spacing:2px;

    margin-bottom:18px;

}

.about-content h2{

    font-size:48px;

    color:#0F172A;

    margin-bottom:25px;

    line-height:1.3;

}

.about-content p{

    color:#64748B;

    font-size:17px;

    line-height:1.9;

    margin-bottom:35px;

}

.about-features{

    display:flex;

    flex-direction:column;

    gap:25px;

    margin-bottom:40px;

}

.feature{

    display:flex;

    gap:18px;

    align-items:flex-start;

}

.feature .icon{

    width:50px;

    height:50px;

    background:#DBEAFE;

    color:#2563EB;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:700;

    flex-shrink:0;

}

.feature h4{

    font-size:22px;

    margin-bottom:8px;

    color:#0F172A;

}

.feature p{

    margin:0;

    font-size:15px;

}

.about-btn{

    display:inline-block;

    background:#2563EB;

    color:#fff;

    text-decoration:none;

    padding:16px 34px;

    border-radius:12px;

    font-weight:600;

    transition:.3s;

}

.about-btn:hover{

    background:#1D4ED8;

    transform:translateY(-4px);

}

@media(max-width:992px){

.about-wrapper{

flex-direction:column;

}

.about-content{

text-align:center;

}

.feature{

text-align:left;

}

.experience-box{

position:relative;

right:auto;

bottom:auto;

margin:25px auto 0;

}

.about-content h2{

font-size:38px;

}

}

@media(max-width:768px){

.about{

padding:80px 0;

}

.about-content h2{

font-size:30px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-afa3bf3 *//*=========================
SERVICES
=========================*/

.services{

    padding:120px 0;

    background:#ffffff;

}

.section-heading{

    text-align:center;

    max-width:700px;

    margin:0 auto 70px;

}

.section-heading span{

    color:#2563EB;

    font-size:15px;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

}

.section-heading h2{

    font-size:48px;

    margin:20px 0;

    color:#0F172A;

    line-height:1.3;

}

.section-heading h2 span{

    color:#2563EB;

}

.section-heading p{

    color:#64748B;

    font-size:17px;

    line-height:1.8;

}

.services-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.service-card{

    background:#fff;

    padding:40px 35px;

    border-radius:24px;

    border:1px solid #E5E7EB;

    transition:.4s;

    position:relative;

    overflow:hidden;

}

.service-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:4px;

    background:#2563EB;

    transform:scaleX(0);

    transition:.4s;

}

.service-card:hover::before,

.service-card.active::before{

    transform:scaleX(1);

}

.service-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 60px rgba(37,99,235,.12);

}

.service-icon{

    width:75px;

    height:75px;

    border-radius:20px;

    background:linear-gradient(135deg,#2563EB,#3B82F6);

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:34px;

    color:#fff;

    margin-bottom:30px;

}

.service-card h3{

    font-size:24px;

    margin-bottom:18px;

    color:#0F172A;

}

.service-card p{

    color:#64748B;

    line-height:1.8;

    margin-bottom:30px;

}

.service-card a{

    text-decoration:none;

    color:#2563EB;

    font-weight:600;

    transition:.3s;

}

.service-card a:hover{

    letter-spacing:1px;

}

@media(max-width:992px){

.services-grid{

grid-template-columns:repeat(2,1fr);

}

.section-heading h2{

font-size:38px;

}

}

@media(max-width:768px){

.services{

padding:80px 0;

}

.services-grid{

grid-template-columns:1fr;

}

.section-heading h2{

font-size:30px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-56370e4 *//*==========================
OUR PROCESS
==========================*/

.process-section{

    padding:120px 0;

    background:#F8FAFC;

}

.process-wrapper{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:70px;

}

.process-card{

    position:relative;

    background:#fff;

    padding:40px 30px;

    border-radius:24px;

    text-align:center;

    border:1px solid #E2E8F0;

    transition:.4s;

    overflow:hidden;

}

.process-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(37,99,235,.15);

}

.process-number{

    position:absolute;

    top:20px;

    right:20px;

    font-size:55px;

    font-weight:700;

    color:#DBEAFE;

    line-height:1;

}

.process-icon{

    width:90px;

    height:90px;

    margin:0 auto 25px;

    background:linear-gradient(135deg,#2563EB,#60A5FA);

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:36px;

    box-shadow:0 12px 25px rgba(37,99,235,.25);

}

.process-card h3{

    font-size:24px;

    margin-bottom:15px;

    color:#0F172A;

}

.process-card p{

    color:#64748B;

    line-height:1.8;

}

@media(max-width:992px){

.process-wrapper{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.process-section{

padding:80px 0;

}

.process-wrapper{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-46243c0 *//*==========================
PORTFOLIO
==========================*/

.portfolio{

    padding:120px 0;

    background:#ffffff;

}

.portfolio-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

    margin-top:70px;

}

.portfolio-card{

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    border:1px solid #E5E7EB;

    transition:.4s;

}

.portfolio-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 60px rgba(37,99,235,.12);

}

.portfolio-card img{

    width:100%;

    height:260px;

    object-fit:cover;

    display:block;

}

.portfolio-content{

    padding:30px;

}

.portfolio-content span{

    display:inline-block;

    padding:8px 18px;

    background:#DBEAFE;

    color:#2563EB;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

    margin-bottom:18px;

}

.portfolio-content h3{

    font-size:26px;

    margin-bottom:15px;

    color:#0F172A;

}

.portfolio-content p{

    color:#64748B;

    line-height:1.8;

    margin-bottom:25px;

}

.portfolio-content a{

    color:#2563EB;

    text-decoration:none;

    font-weight:600;

}

.portfolio-content a:hover{

    letter-spacing:1px;

}

@media(max-width:992px){

.portfolio-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.portfolio{

padding:80px 0;

}

.portfolio-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2808ceb *//*==================================
FOUNDER SECTION
==================================*/

.founder{

    padding:120px 0;

    background:#F8FAFC;

}

.founder-wrapper{

    display:flex;

    align-items:center;

    gap:80px;

}

.founder-image{

    flex:1;

    position:relative;

}

.founder-image img{

    width:100%;

    border-radius:25px;

    display:block;

    box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.experience{

    position:absolute;

    bottom:30px;

    left:-25px;

    background:#2563EB;

    color:#fff;

    padding:25px;

    border-radius:20px;

    width:170px;

    text-align:center;

    box-shadow:0 15px 40px rgba(37,99,235,.35);

}

.experience h2{

    font-size:42px;

    margin-bottom:5px;

}

.founder-content{

    flex:1;

}

.section-subtitle{

    color:#2563EB;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

}

.founder-content h2{

    font-size:48px;

    margin:20px 0;

    line-height:1.3;

    color:#0F172A;

}

.founder-content h2 span{

    color:#2563EB;

}

.founder-content p{

    color:#64748B;

    line-height:1.9;

    margin-bottom:30px;

}

.founder-points{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;

    margin-bottom:40px;

}

.point{

    display:flex;

    align-items:center;

    gap:12px;

    font-weight:500;

}

.point i{

    width:35px;

    height:35px;

    background:#DBEAFE;

    color:#2563EB;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-style:normal;

}

.founder-info{

    margin-bottom:30px;

}

.founder-info h3{

    font-size:28px;

    color:#0F172A;

}

.founder-info p{

    margin:5px 0 0;

}

.founder-btn{

    display:inline-block;

    padding:16px 34px;

    background:#2563EB;

    color:#fff;

    text-decoration:none;

    border-radius:10px;

    transition:.3s;

}

.founder-btn:hover{

    background:#1D4ED8;

    transform:translateY(-5px);

}

@media(max-width:991px){

.founder-wrapper{

flex-direction:column;

}

.founder-content{

text-align:center;

}

.founder-points{

grid-template-columns:1fr;

text-align:left;

}

.experience{

left:20px;

bottom:20px;

}

}

@media(max-width:768px){

.founder{

padding:80px 0;

}

.founder-content h2{

font-size:34px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-abb6bb1 *//*=====================================
TRUSTED CLIENTS
======================================*/

.trusted-clients{

    padding:120px 0;

    background:#ffffff;

}

.trusted-header{

    max-width:720px;

    margin:0 auto 70px;

    text-align:center;

}

.trusted-header span{

    color:#2563EB;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

}

.trusted-header h2{

    font-size:46px;

    margin:20px 0;

    color:#0F172A;

}

.trusted-header p{

    color:#64748B;

    line-height:1.8;

    font-size:17px;

}

.trusted-wrapper{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:60px;

    align-items:center;

}

.trusted-image img{

    width:100%;

    border-radius:24px;

    display:block;

    box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.trusted-content{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;

}

.trust-box{

    background:#F8FAFC;

    padding:30px;

    border-radius:20px;

    display:flex;

    align-items:center;

    gap:18px;

    border:1px solid #E2E8F0;

    transition:.35s;

}

.trust-box:hover{

    background:#2563EB;

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(37,99,235,.18);

}

.trust-box:hover h3,
.trust-box:hover p{

    color:#fff;

}

.trust-icon{

    width:65px;

    height:65px;

    border-radius:18px;

    background:#DBEAFE;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

    flex-shrink:0;

}

.trust-box h3{

    font-size:30px;

    color:#0F172A;

    margin-bottom:6px;

}

.trust-box p{

    color:#64748B;

    margin:0;

}

@media(max-width:992px){

.trusted-wrapper{

grid-template-columns:1fr;

}

.trusted-content{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.trusted-clients{

padding:80px 0;

}

.trusted-header h2{

font-size:32px;

}

.trusted-content{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-28cc4cd *//*=========================
IMAGE CAROUSEL
=========================*/

.client-showcase{

    padding:120px 0;

    background:#F8FAFC;

}

.slider{

    position:relative;

    max-width:1100px;

    margin:auto;

    overflow:hidden;

    border-radius:25px;

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.slides{

    position:relative;

    width:100%;

    height:600px;

}

.slide{

    position:absolute;

    width:100%;

    height:100%;

    opacity:0;

    transition:opacity .6s ease;

}

.slide.active{

    opacity:1;

}

.slide img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

.prev,
.next{

    position:absolute;

    top:50%;

    transform:translateY(-50%);

    width:55px;

    height:55px;

    border:none;

    border-radius:50%;

    background:rgba(255,255,255,.9);

    cursor:pointer;

    font-size:28px;

    color:#2563EB;

    transition:.3s;

}

.prev:hover,
.next:hover{

    background:#2563EB;

    color:#fff;

}

.prev{

    left:20px;

}

.next{

    right:20px;

}

.dots{

    position:absolute;

    bottom:25px;

    left:50%;

    transform:translateX(-50%);

    display:flex;

    gap:10px;

}

.dot{

    width:12px;

    height:12px;

    background:#fff;

    border-radius:50%;

    cursor:pointer;

    transition:.3s;

}

.dot.active{

    width:35px;

    border-radius:20px;

    background:#2563EB;

}

@media(max-width:768px){

.slides{

height:350px;

}

.prev,
.next{

width:45px;

height:45px;

font-size:22px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-03b8e5f *//*====================================
TESTIMONIAL SECTION
=====================================*/

.testimonials{

    padding:120px 0;

    background:#F8FAFC;

}

.testimonial-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:70px;

}

.testimonial-card{

    background:#fff;

    padding:40px;

    border-radius:24px;

    position:relative;

    border:1px solid #E5E7EB;

    transition:.4s;

}

.testimonial-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.testimonial-card.active{

    background:#2563EB;

    color:#fff;

}

.testimonial-card.active p,
.testimonial-card.active span,
.testimonial-card.active h4{

    color:#fff;

}

.quote{

    font-size:70px;

    color:#2563EB;

    line-height:1;

    margin-bottom:20px;

}

.testimonial-card.active .quote{

    color:#fff;

}

.testimonial-card p{

    color:#64748B;

    line-height:1.9;

    margin-bottom:35px;

}

.client{

    display:flex;

    align-items:center;

    gap:15px;

}

.client img{

    width:65px;

    height:65px;

    border-radius:50%;

    object-fit:cover;

}

.client h4{

    margin-bottom:5px;

    color:#0F172A;

}

.client span{

    color:#64748B;

    font-size:14px;

}

@media(max-width:992px){

.testimonial-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.testimonials{

padding:80px 0;

}

.testimonial-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f95321b *//*====================================
FAQ SECTION
====================================*/

.faq-section{

    padding:120px 0;

    background:#ffffff;

}

.faq-container{

    max-width:900px;

    margin:60px auto 0;

}

.faq-item{

    background:#F8FAFC;

    border:1px solid #E2E8F0;

    border-radius:18px;

    margin-bottom:20px;

    overflow:hidden;

    transition:.3s;

}

.faq-item.active{

    border-color:#2563EB;

}

.faq-question{

    width:100%;

    padding:24px 30px;

    border:none;

    background:none;

    display:flex;

    justify-content:space-between;

    align-items:center;

    font-size:20px;

    font-weight:600;

    color:#0F172A;

    cursor:pointer;

}

.faq-question span{

    width:34px;

    height:34px;

    background:#2563EB;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

}

.faq-answer{

    max-height:0;

    overflow:hidden;

    transition:max-height .35s ease;

}

.faq-answer p{

    padding:0 30px 25px;

    color:#64748B;

    line-height:1.8;

}

.faq-item.active .faq-answer{

    max-height:250px;

}

@media(max-width:768px){

.faq-section{

padding:80px 0;

}

.faq-question{

font-size:17px;

padding:20px;

}

.faq-answer p{

padding:0 20px 20px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b7982a *//*==================================
CALL TO ACTION
==================================*/

.cta-section{

    padding:120px 0;

    background:linear-gradient(135deg,#2563EB,#1D4ED8);

}

.cta-wrapper{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:70px;

}

.cta-content{

    flex:1;

    color:#fff;

}

.cta-content span{

    display:inline-block;

    padding:10px 22px;

    background:rgba(255,255,255,.15);

    border-radius:30px;

    margin-bottom:25px;

    letter-spacing:1px;

    font-weight:600;

}

.cta-content h2{

    font-size:50px;

    line-height:1.3;

    margin-bottom:25px;

}

.cta-content p{

    font-size:18px;

    line-height:1.9;

    opacity:.9;

    margin-bottom:40px;

}

.cta-buttons{

    display:flex;

    gap:20px;

}

.btn-primary{

    padding:16px 36px;

    background:#fff;

    color:#2563EB;

    border-radius:12px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.btn-primary:hover{

    transform:translateY(-5px);

}

.btn-outline{

    padding:16px 36px;

    border:2px solid #fff;

    border-radius:12px;

    color:#fff;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.btn-outline:hover{

    background:#fff;

    color:#2563EB;

}

.cta-stats{

    flex:1;

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;

}

.stat-card{

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(12px);

    padding:35px;

    border-radius:20px;

    text-align:center;

    color:#fff;

    border:1px solid rgba(255,255,255,.2);

}

.stat-card h3{

    font-size:42px;

    margin-bottom:10px;

}

.stat-card p{

    opacity:.9;

}

@media(max-width:992px){

.cta-wrapper{

flex-direction:column;

text-align:center;

}

.cta-buttons{

justify-content:center;

}

}

@media(max-width:768px){

.cta-section{

padding:80px 0;

}

.cta-content h2{

font-size:34px;

}

.cta-buttons{

flex-direction:column;

}

.cta-stats{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-baa2086 *//*==================================
CONTACT SECTION
==================================*/

.contact{

    padding:120px 0;

    background:#F8FAFC;

}

.contact-wrapper{

    display:grid;

    grid-template-columns:420px 1fr;

    gap:60px;

    margin-top:70px;

}

.contact-info{

    background:#2563EB;

    color:#fff;

    padding:45px;

    border-radius:25px;

}

.contact-info h3{

    font-size:32px;

    margin-bottom:20px;

}

.contact-info p{

    line-height:1.8;

    opacity:.95;

}

.info-box{

    display:flex;

    gap:18px;

    margin-top:30px;

}

.info-box .icon{

    width:55px;

    height:55px;

    background:rgba(255,255,255,.15);

    border-radius:15px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    flex-shrink:0;

}

.contact-form{

    background:#fff;

    padding:45px;

    border-radius:25px;

    box-shadow:0 20px 45px rgba(0,0,0,.06);

}

.form-row{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:20px;

}

.contact-form input,
.contact-form textarea{

    width:100%;

    padding:18px;

    margin-bottom:20px;

    border:1px solid #E5E7EB;

    border-radius:12px;

    font-size:16px;

    outline:none;

    transition:.3s;

}

.contact-form input:focus,
.contact-form textarea:focus{

    border-color:#2563EB;

}

.contact-form textarea{

    resize:none;

}

.contact-form button{

    background:#2563EB;

    color:#fff;

    border:none;

    padding:18px 35px;

    border-radius:12px;

    font-size:16px;

    cursor:pointer;

    transition:.3s;

}

.contact-form button:hover{

    background:#1D4ED8;

    transform:translateY(-4px);

}

@media(max-width:992px){

.contact-wrapper{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.contact{

padding:80px 0;

}

.form-row{

grid-template-columns:1fr;

}

.contact-form,
.contact-info{

padding:30px;

}

}/* End custom CSS */