/* Start custom CSS for html, class: .elementor-element-e27247a *//*=========================================
SERVICE HERO SECTION
=========================================*/

.service-hero{

padding:110px 8%;
background:#ffffff;
overflow:hidden;

}

.service-hero .container{

max-width:1300px;
margin:auto;

display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:70px;

}

/* Left Content */

.hero-badge{

display:inline-block;
padding:10px 24px;
background:#EAF2FF;
color:#2563EB;
font-size:15px;
font-weight:700;
border-radius:50px;
margin-bottom:25px;

}

.hero-content h1{

font-size:58px;
font-weight:800;
line-height:1.2;
color:#0F172A;
margin-bottom:25px;

}

.hero-content h1 span{

display:block;
color:#2563EB;

}

.hero-content p{

font-size:18px;
line-height:1.9;
color:#64748B;
margin-bottom:40px;

}

/* Highlights */

.hero-highlights{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;

}

.highlight{

background:#F8FBFF;
padding:18px 22px;
border-radius:15px;
font-weight:600;
color:#0F172A;
border:1px solid #E2E8F0;
transition:.3s;

}

.highlight:hover{

background:#2563EB;
color:#ffffff;
transform:translateY(-6px);

}

/* Image */

.hero-image{

position:relative;

}

.hero-image img{

width:100%;
display:block;
border-radius:30px;
box-shadow:0 30px 70px rgba(0,0,0,.12);

}

/* Responsive */

@media(max-width:992px){

.service-hero .container{

grid-template-columns:1fr;
text-align:center;

}

.hero-content h1{

font-size:42px;

}

.hero-highlights{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.service-hero{

padding:80px 5%;

}

.hero-content h1{

font-size:34px;

}

.hero-content p{

font-size:16px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d5578ad *//*====================================
OUR SERVICES
====================================*/

.services-section{

padding:120px 8%;
background:#F8FBFF;

}

.services-section .container{

max-width:1300px;
margin:auto;

}

.section-heading{

text-align:center;
max-width:760px;
margin:auto auto 70px;

}

.section-badge{

display:inline-block;
padding:10px 22px;
background:#EAF2FF;
color:#2563EB;
font-weight:700;
border-radius:50px;
margin-bottom:20px;

}

.section-heading h2{

font-size:52px;
font-weight:800;
line-height:1.2;
color:#0F172A;
margin-bottom:20px;

}

.section-heading h2 span{

display:block;
color:#2563EB;

}

.section-heading p{

font-size:18px;
line-height:1.8;
color:#64748B;

}

/* Grid */

.services-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;

}

.service-card{

background:#ffffff;
padding:40px 35px;
border-radius:25px;
box-shadow:0 20px 50px rgba(0,0,0,.08);
transition:.35s;
border:1px solid #E2E8F0;

}

.service-card:hover{

transform:translateY(-10px);
box-shadow:0 30px 60px rgba(37,99,235,.18);

}

.service-icon{

width:75px;
height:75px;
background:#2563EB;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:32px;
border-radius:18px;
margin-bottom:25px;

}

.service-card h3{

font-size:24px;
margin-bottom:18px;
color:#0F172A;

}

.service-card p{

font-size:16px;
line-height:1.8;
color:#64748B;

}

/* Responsive */

@media(max-width:992px){

.services-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.services-section{

padding:80px 5%;

}

.section-heading h2{

font-size:36px;

}

.services-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c56cbb *//*=========================================
OUR PROCESS
=========================================*/

.work-process{

padding:120px 8%;
background:#ffffff;

}

.work-process .container{

max-width:1300px;
margin:auto;

}

.section-title{

text-align:center;
max-width:760px;
margin:0 auto 70px;

}

.section-title span{

display:inline-block;
padding:10px 24px;
background:#EAF2FF;
color:#2563EB;
font-weight:700;
border-radius:50px;
margin-bottom:20px;

}

.section-title h2{

font-size:52px;
font-weight:800;
color:#0F172A;
line-height:1.2;
margin-bottom:20px;

}

.section-title h2 span{

display:block;
color:#2563EB;

}

.section-title p{

font-size:18px;
line-height:1.8;
color:#64748B;

}

/* Grid */

.process-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;

}

.process-card{

background:#F8FBFF;
padding:40px 30px;
border-radius:25px;
border:1px solid #E5E7EB;
transition:.35s;
position:relative;

}

.process-card:hover{

transform:translateY(-10px);
box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.step-number{

width:70px;
height:70px;
background:#2563EB;
color:#fff;
font-size:24px;
font-weight:700;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:25px;

}

.process-card h3{

font-size:24px;
color:#0F172A;
margin-bottom:15px;

}

.process-card p{

font-size:16px;
line-height:1.8;
color:#64748B;

}

/* Responsive */

@media(max-width:992px){

.process-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.work-process{

padding:80px 5%;

}

.section-title h2{

font-size:36px;

}

.process-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f20dbbf *//*====================================
WHY CHOOSE FITYATRA
====================================*/

.why-fityatra{

padding:120px 8%;
background:#F8FBFF;

}

.why-fityatra .container{

max-width:1300px;
margin:auto;

}

.section-heading{

text-align:center;
max-width:760px;
margin:0 auto 70px;

}

.badge{

display:inline-block;
padding:10px 22px;
background:#EAF2FF;
color:#2563EB;
font-weight:700;
border-radius:50px;
margin-bottom:20px;

}

.section-heading h2{

font-size:52px;
font-weight:800;
line-height:1.2;
color:#0F172A;
margin-bottom:20px;

}

.section-heading h2 span{

color:#2563EB;

}

.section-heading p{

font-size:18px;
line-height:1.8;
color:#64748B;

}

.choose-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;

}

.choose-card{

background:#fff;
padding:40px 30px;
border-radius:24px;
text-align:center;
border:1px solid #E2E8F0;
box-shadow:0 15px 40px rgba(0,0,0,.06);
transition:.35s;

}

.choose-card:hover{

transform:translateY(-10px);
box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.choose-icon{

width:80px;
height:80px;
margin:auto;
margin-bottom:25px;

display:flex;
align-items:center;
justify-content:center;

background:#2563EB;
color:#fff;

font-size:34px;

border-radius:20px;

}

.choose-card h3{

font-size:24px;
margin-bottom:15px;
color:#0F172A;

}

.choose-card p{

font-size:16px;
line-height:1.8;
color:#64748B;

}

/* Responsive */

@media(max-width:992px){

.choose-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.why-fityatra{

padding:80px 5%;

}

.section-heading h2{

font-size:36px;

}

.choose-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc69580 *//*====================================
INDUSTRIES WE SERVE
====================================*/

.industries{

padding:120px 8%;
background:#ffffff;

}

.industries .container{

max-width:1300px;
margin:auto;

}

.section-title{

text-align:center;
max-width:760px;
margin:auto auto 70px;

}

.section-badge{

display:inline-block;
padding:10px 24px;
background:#EAF2FF;
color:#2563EB;
font-weight:700;
border-radius:50px;
margin-bottom:20px;

}

.section-title h2{

font-size:52px;
font-weight:800;
color:#0F172A;
margin-bottom:20px;

}

.section-title h2 span{

display:block;
color:#2563EB;

}

.section-title p{

font-size:18px;
line-height:1.8;
color:#64748B;

}

/* Grid */

.industry-grid{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;

}

.industry-card{

background:#F8FBFF;
padding:35px;
border-radius:20px;
text-align:center;
border:1px solid #E5E7EB;
transition:.35s;

}

.industry-card:hover{

transform:translateY(-10px);
box-shadow:0 20px 50px rgba(37,99,235,.15);

}

.industry-icon{

font-size:42px;
margin-bottom:20px;

}

.industry-card h3{

font-size:22px;
margin-bottom:15px;
color:#0F172A;

}

.industry-card p{

font-size:16px;
line-height:1.7;
color:#64748B;

}

/* Button */

.industry-btn{

text-align:center;
margin-top:60px;

}

.industry-btn a{

display:inline-block;
padding:18px 42px;
background:#2563EB;
color:#ffffff;
text-decoration:none;
font-weight:700;
border-radius:50px;
transition:.3s;

}

.industry-btn a:hover{

background:#1D4ED8;
transform:translateY(-5px);
box-shadow:0 15px 35px rgba(37,99,235,.25);

}

/* Responsive */

@media(max-width:992px){

.industry-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.industries{

padding:80px 5%;

}

.section-title h2{

font-size:36px;

}

.industry-grid{

grid-template-columns:1fr;

}

.industry-btn a{

width:100%;

}

}/* End custom CSS */