.slider-container {
  height: 180px; /* Adjust height based on text size */
  overflow: hidden;
  position: relative;
}

.slider-wrapper {
  transition: transform 0.5s ease-in-out;
}

.slider-item {
     height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #4c72ff;
    font-weight: 800;
    line-height:81px;
}


span.margin1 {
    margin: 22px 0%;
    display: block;
}
.one .hero-btns {
    margin-top: 20px;
}
	.badge span {
    background: #00c951;
    display: inline-block;
    margin-right: 5px;
}section.hero.one .badge {
  color: #4c72ff;
    background: #4c72ff45;
}
.card.bor:hover {
    border: 1px solid #ffb86a;
}
.card.bor {
    border: 1px solid #fff;
}
header {
    position: absolute;
    width: 100%;
    padding: 2% 0%;
}section.hero.one {
    padding-top: 9%;
}
.text-sm.text-gray-600.font-medium .block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-left: 15px;
}

.text-sm.text-gray-600.font-medium .block svg {
    margin-right: 9px;
}
	/*=========================
Google Font
=========================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:'Poppins',sans-serif;

    background:linear-gradient(90deg,#fff8ef 0%,#ffe8cf 100%);

    color:#17233b;

    overflow-x:hidden;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
}

img{
    max-width:100%;
    display:block;
}

/*=========================
Container
=========================*/

.container{

    width:90%;

    max-width:1320px;

    margin:auto;
}

/*=========================
Navbar
=========================*/

header{

    padding:28px 0;
}

.navbar{

    display:flex;

    justify-content:space-between;

    align-items:center;
}

.logo{

    display:flex;

    align-items:center;

    gap:12px;
}
.logo h2{

    font-size:28px;

    font-weight:700;

    color:#132238;
}

nav ul{

    display:flex;

    gap:36px;
}

nav a{
    color: #263547;
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
}

nav a:hover,
nav .active{

    color:#4c72ff;
}

.call-btn{
    background: #4c72ff;
    color: #fff;
    padding: 15px 32px;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
    font-size: 13px;
}

.call-btn:hover{

    background:#e54f08;
}

/*=========================
Hero
=========================*/

.hero{

    padding:70px 0 100px;
}

.hero-grid{

    display:grid;

    grid-template-columns:1.1fr 1fr;

    gap:70px;

    align-items:center;
}

/*=========================
Badge
=========================*/

.badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    background:#fff4e5;

    padding:12px 24px;

    border-radius:40px;

    border:1px solid #4c72ff;

    color:#c76617;

    margin-bottom:35px;

    font-weight:500;
}

.badge span{

    width:10px;

    height:10px;

    background:#31c24d;

    border-radius:50%;
}

/*=========================
Heading
=========================*/

.hero-left h1{

    font-size:60px;

    line-height:1.05;

    font-weight:800;

    color:#14213d;
}

.hero-left h1 span{

    color:#ff7332;
}

.hero-left p{
    font-size: 18px;
    line-height: 1.8;
    margin-top: 1px;
    color: #4d5a69;
}

.hero-left b{

    color:#1f3553;
}

/*=========================
Cards
=========================*/

.hero-right{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:28px;
}

.card{

    background:#fff;

    padding:20px;

    border-radius:22px;

    box-shadow:0 15px 30px rgba(0,0,0,.08);

    transition:.35s;
}

.card:hover{

    transform:translateY(-8px);

    box-shadow:0 30px 50px rgba(0,0,0,.12);
}

.card i{

    font-size:25px;

    color:#4c72ff;

    margin-bottom:25px;
}

.card:nth-child(2) i{

    color:#20c15d;
}

.card:nth-child(3) i{

    color:#a04cff;
}

.card:nth-child(4) i{

    color:#ff6b00;
}

.card h3{

    font-size:15px;

    margin-bottom:5px;

    color:#1b2943;
}

.card p{

    color:#687584;
font-size:15px;
    margin-bottom:4px;

    line-height:1.7;
}

.card a{
font-size:15px;
    color:#4c72ff;

    font-weight:600;
}

/*=========================
WhatsApp
=========================*/

.whatsapp{

    position:fixed;

    right:35px;

    bottom:35px;

    width:70px;

    height:70px;

    border-radius:50%;

    background:#25d366;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    box-shadow:0 10px 25px rgba(0,0,0,.2);

    transition:.3s;
}

.whatsapp:hover{

    transform:scale(1.1);
}

/*=========================
Responsive
=========================*/

@media(max-width:1200px){

.hero-left h1{

font-size:64px;

}

.hero-left p{

font-size:20px;

}

}

@media(max-width:992px){

nav{

display:none;

}

.hero-grid{

grid-template-columns:1fr;

}

.hero-right{

margin-top:40px;

}

.hero-left{

text-align:center;

}

}

@media(max-width:768px){

.hero-left h1{

font-size:48px;

}

.hero-right{

grid-template-columns:1fr;

}

.call-btn{

display:none;

}

.logo h2{

font-size:22px;

}

}

@media(max-width:576px){

.container{

width:94%;

}

.hero{

padding-top:40px;

}

.hero-left h1{

font-size:40px;

}

.hero-left p{

font-size:17px;

}

.badge{

font-size:14px;

padding:10px 18px;

}

.card{

padding:28px;

}

}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{

    font-family:'Poppins',sans-serif;

    background:#FFF4E7;

}

/* Buttons */

.hero-btns{

    display:flex;

    align-items:center;

    gap:18px;

    flex-wrap:wrap;
}

/* Orange Button */

.btn-primary{

    background:#4c72ff;

    color:#fff;

    padding:22px 38px;

    border-radius:60px;

    font-size:14px;

    font-weight:600;

    display:inline-flex;

    align-items:center;

    gap:14px;

    text-decoration:none;

    box-shadow:0 15px 35px rgb(76 114 255 / 53%);

    transition:.3s;
}

.btn-primary:hover{

    transform:translateY(-4px);

    background:#4c72ff;
}

/* White Button */

.btn-secondary{

    background:#fff;

    color:#0f2342;

    padding:22px 38px;

    border-radius:60px;

    border:2px solid #E3E8F1;

    font-size:14px;

    font-weight:600;

    display:inline-flex;

    align-items:center;

    gap:14px;

    text-decoration:none;

    transition:.3s;
}

.btn-secondary:hover{

    background:#fafafa;

    transform:translateY(-4px);
}

.btn-secondary i{

    font-size:18px;
}

/* Avatars */

.avatars{

    display:flex;

    margin-top:30px;
}

.avatar{

    width:42px;

    height:42px;

    border-radius:50%;

    background:#4c72ff;

    color:#fff;

    font-size:13px;

    font-weight:700;

    display:flex;

    align-items:center;

    justify-content:center;

    border:3px solid #fff;

    margin-left:-10px;
}

.avatar:first-child{

    margin-left:0;
}

/* Responsive */

@media(max-width:768px){

.hero-btns{

flex-direction:column;

align-items:flex-start;

}

.btn-primary,
.btn-secondary{

width:100%;

justify-content:center;

}

}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{

    font-family:'Poppins',sans-serif;

    background:#f8f8f8;
}

/*======================
Top Bar
======================*/

.top-bar{

    background:#07101c;

    color:#fff;

    padding:15px 0;
}

.top-content{

    width:1200px;

    max-width:95%;

    margin:auto;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:20px;
}

.top-content span{

    color:#cfd8e3;

    font-size:18px;

    font-weight:500;
}

.divider{

    width:1px;

    height:25px;

    background:#38404d;
}

.brand{

    display:flex;

    align-items:center;

    gap:10px;

    font-size:18px;
}

.trustpilot i{

    color:#00B67A;

    font-size:24px;
}

.crunchbase i{

    color:#2563eb;

    font-size:22px;
}

/*======================
Technology
======================*/

.technology{

    background:#ffffff;

    padding:45px 0 60px;

    text-align:center;
}

.technology h5{

    color:#8d96a7;

    letter-spacing:3px;

    font-size:17px;

    font-weight:500;

    margin-bottom:45px;
}

.tech-grid{

    width:1200px;

    max-width:95%;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(5,1fr);

    gap:40px;

    align-items:center;
}

.tech-item{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    color:#757575;

    transition:.3s;
}

.tech-item:hover{

    transform:translateY(-5px);

    color:#111;
}

.tech-item i{

    font-size:55px;
}

.tech-item span{

    font-size:28px;

    font-weight:600;
}

.aws-text{

    font-size:20px !important;

    font-weight:500 !important;

    color:#888;
}

.tech-item strong{

    font-size:56px;

    color:#777;

    font-weight:700;
}

/*======================
Responsive
======================*/

@media(max-width:992px){

.tech-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:600px){

.top-content{

flex-direction:column;

gap:12px;

}

.divider{

display:none;

}

.tech-grid{

grid-template-columns:1fr;

}

.tech-item span{

font-size:24px;

}

.tech-item i{

font-size:45px;

}

}

/*==============================
RESET
==============================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    background:#ffffff;
    color:#1a2338;
}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
}

.container{
    width:90%;
    max-width:1280px;
    margin:auto;
}

/*==============================
ABOUT SECTION
==============================*/

.about{
    padding:90px 0;
}

.about .container{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:80px;
    align-items:center;
}

/*==============================
TAG
==============================*/

.tag{
    display:inline-block;
    padding:12px 22px;
    border:1px solid #ffc58b;
    background:#fff3e4;
    color:#d35400;
    border-radius:40px;
    font-size:14px;
    font-weight:600;
    margin-bottom:30px;
}

/*==============================
HEADING
==============================*/
p {
    font-size: 17px!important;
}
.about-content h1{

    font-family:'DM Serif Display',serif;

    font-size:50px;

    line-height:1.15;

    font-weight:400;

    color:#17233b;

    margin-bottom:35px;
}

.about-content h1 span{
    color:#4c72ff;
}

/*==============================
PARAGRAPH
==============================*/

.about-content p{

    font-size:20px;

    line-height:1.9;

    color:#3d4b63;

    margin-bottom:28px;
}

.about-content strong{
    color:#17233b;
    font-weight:700;
}

/*==============================
BUTTONS
==============================*/

.buttons{
    display:flex;
    align-items:center;
    gap:20px;
    margin-top:40px;
}

/* Dark Button */

.btn-dark{

    background:#0f1b35;

    color:#fff;

    padding:18px 34px;

    border-radius:50px;

    font-size:14px;

    font-weight:600;

    display:inline-flex;

    align-items:center;

    gap:12px;

    transition:.35s;
}

.btn-dark:hover{
    background:#17294d;
    transform:translateY(-4px);
}

/* Light Button */

.btn-light{

    background:#fff;

    color:#17233b;

    border:2px solid #e6e8ef;

    padding:18px 34px;

    border-radius:50px;

    font-size:14px;

    font-weight:600;

    transition:.35s;
}

.btn-light:hover{
    background:#f8f8f8;
    transform:translateY(-4px);
}

/*==============================
IMAGE
==============================*/

.about-image{
    display:flex;
    justify-content:center;
    align-items:center;
}

.about-image img{

    width:100%;

    max-width:620px;
}

/*==============================
RESPONSIVE
==============================*/

@media(max-width:1200px){

.about-content h1{
    font-size:58px;
}

.about-content p{
    font-size:18px;
}

}

@media(max-width:992px){

.about .container{
    grid-template-columns:1fr;
    gap:60px;
}

.about-content{
    text-align:center;
}

.buttons{
    justify-content:center;
}

.about-image{
    order:-1;
}

}

@media(max-width:768px){

.about{
    padding:60px 0;
}

.about-content h1{
    font-size:46px;
}

.buttons{
    flex-direction:column;
}

.btn-dark,
.btn-light{
    width:100%;
    justify-content:center;
}

}

@media(max-width:480px){

.about-content h1{
    font-size:36px;
}

.about-content p{
    font-size:16px;
    line-height:1.8;
}

.tag{
    font-size:12px;
    padding:10px 18px;
}

}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Inter',sans-serif;
    background:#fff;
    color:#13233d;
}

.container{
    width:90%;
    max-width:1400px;
    margin:auto;
}

.problem-section{
    padding:70px 0;
}

.badge{

    display:inline-block;
    padding:10px 22px;
    border-radius:30px;
    background:#fff4f4;
    color:#ff4d4d;
    border:1px solid #4c72ff;
    font-size:18px;
    font-weight:600;
    margin-bottom:30px;

}

.problem-section h2{

    font-family:'Cormorant Garamond',serif;
    font-size:50px;
    font-weight:600;
    line-height:1.05;
    color:#10203b;
    max-width:850px;
}

.problem-section h2 span{
    display:block;
    color:#4c72ff;
}

.subtitle{

    margin-top:25px;
    max-width:850px;
    font-size:22px;
    line-height:1.6;
    color:#55657d;
}

.problem-grid{

    margin-top:60px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;

}
.card.card2 {
      background: #4c72ff24;
    border: 1px solid #4c72ff;
    display: flex;
    padding: 31px 7px;
}

.card.card2 .text {
      font-size: 14px;
    float: right;
    display: flex;
}

.card.card2 .icon {    background: transparent;
    float: left;
    margin-top: 5px;
    margin-right: 15px;    margin-bottom: 0px;
}

span.tag.tag2 {
     background: #4c72ff2b;
    color: #000000;
    border: 1px solid #8da5ff;
    font-size: 14px;
    margin-bottom: 5px;
}

section.services {
    text-align: center;
}
.card:hover{

    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.icon{

    width:46px;
    height:46px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    flex-shrink:0;
    background:#fff;

}

.orange{
    color:#ff7a00;
}

.green{
    color:#00c853;
}

.red{
    color:#ff4d4d;
}

.blue{
    color:#3579ff;
}

.gray{
    color:#6b7280;
}

.text{

    font-size:21px;
    line-height:1.6;
    color:#25344e;

}

.cross{    color: #ff4d4d;
    font-weight: 700;
    margin-right: 18px;
    font-size: 18px;

}

/* Tablet */

@media(max-width:992px){

.problem-grid{

grid-template-columns:repeat(2,1fr);

}

.problem-section h2{

font-size:54px;

}

.subtitle{

font-size:24px;

}

}

/* Mobile */

@media(max-width:768px){

.problem-grid{

grid-template-columns:1fr;

}

.problem-section{

padding:50px 0;

}

.problem-section h2{

font-size:42px;

}

.subtitle{

font-size:18px;

}

.card{

padding:22px;

}

.text{

font-size:17px;

}

.badge{

font-size:15px;

}

}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{

    font-family:'Inter',sans-serif;
    background:#ffffff;
    color:#13233d;

}

.container{

    width:90%;
    max-width:1500px;
    margin:auto;

}

.services{

    padding:70px 0;

}

.tag{

    display:table;
    margin:auto;

    padding:12px 28px;

    background:#edf9ef;
    border:1px solid #cfead5;

    color:#0d8a44;

    border-radius:50px;

    font-weight:600;
    font-size:20px;

}

.services h2{

    margin-top:30px;

    text-align:center;

    font-family:'Cormorant Garamond',serif;

    font-size:60px;
    font-weight:600;
    line-height:1.05;

    color:#0d1d39;

}section.services.service1 {
    width: 85%;
    margin: auto;
}
.service-card.card3 {
        background: #4c72ff17;
    border: 1px solid #4c72ff;
    width: 23%;
    text-align: left;
    float: left;
    margin: 0% 1%;
    box-sizing: border-box;
}
.services h2 span{

    display:block;
    color:#4c72ff;

}
.clear{clear: both;}
.services> .container>p{

    max-width:900px;
    margin:28px auto 60px;

    text-align:center;

    color:#50627d;

    font-size:22px;
    line-height:1.6;

}

.service-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;

}

.service-card{

    background:#fffdf9;

    border:1px solid #f5dfc5;

    border-radius:25px;

    padding:35px 30px;

    transition:.35s;

}

.service-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 35px rgba(0,0,0,.08);

}

.icon{

    font-size:34px;

    margin-bottom:30px;

}

.blue{
    color:#357dff;
}

.green{
    color:#0bc34a;
}

.purple{
    color:#9d3eff;
}

.orange{
    color:#ff6900;
}

.service-card h3{

    font-size:22px;
    color:#071a35;
    margin-bottom:18px;

}

.service-card p{

    color:#4b5d79;
    line-height:1.7;
    font-size:19px;
    margin-bottom:35px;

}

.service-card a{

    color:#4c72ff;
    text-decoration:none;

    font-size:22px;
    font-weight:600;

}

.service-card a i{

    margin-left:8px;

    transition:.3s;

}

.service-card:hover a i{

    margin-left:15px;

}

/* Tablet */

@media(max-width:1200px){

.service-grid{

grid-template-columns:repeat(2,1fr);

}

.services h2{

font-size:56px;

}

}

/* Mobile */

@media(max-width:768px){

.services{

padding:50px 0;

}

.service-grid{

grid-template-columns:1fr;

}

.services h2{

font-size:40px;

}

.services>.container>p{

font-size:18px;

}

.service-card{

padding:25px;

}

}
/* ===========================
   GOOGLE FONT
=========================== */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Inter',sans-serif;
    background:#ffffff;
    color:#111827;
}

.container{
    width:92%;
    max-width:1600px;
    margin:auto;
}

/* ===========================
   SECTION
=========================== */

.services-section{
    padding:70px 0;
}

.service-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:34px;
}

/* ===========================
   CARD
=========================== */

.service-card{
    border-radius:30px;
    border:1px solid transparent;
    transition:.35s ease;
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

/* ===========================
   BACKGROUNDS
=========================== */

.purple{
    background:#f7f4ff;
    border-color:#e7ddff;
}

.blue{
    background:#eef6ff;
    border-color:#d7e8ff;
}

.orange{
    background:#fff8ed;
    border-color:#ffe0b8;
}

.green{
    background:#eefcf2;
    border-color:#d7f5de;
}

/* ===========================
   HEADER
=========================== */
section.why-us h2 {
    color: #fff;
}
section.why-us .icon {
    background: transparent;
}
section.why-us {
    margin-top: 3%;
}
.card-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
}
.border_n {
    border: 0px !important;
}
/* ===========================
   ICONS
=========================== */

.service-icon{
    font-size:27px;
}
section.why-us .tag {
    font-size: 13px;
}
.purple-icon{
    color:#7b2ff7;
}

.blue-icon{
    color:#2563eb;
}

.orange-icon{
    color:#f97316;
}

.green-icon{
    color:#16a34a;
}

/* ===========================
   BADGES
=========================== */

.badge{

    font-size:13px;
    font-weight:700;

    padding:11px 20px;

    border-radius:40px;

}

.purple-badge{
    background:#efe8ff;
    color:#6d28d9;
}

.blue-badge{
    background:#dceaff;
    color:#1d4ed8;
}

.orange-badge{
    background:#ffedd5;
    color:#ea580c;
}

.green-badge{
    background:#dcfce7;
    color:#15803d;
}

/* ===========================
   TITLE
=========================== */

.service-card h3{      font-size: 16px;
    line-height: 1.35;
    margin-bottom: 9px;

}

/* ===========================
   LIST
=========================== */

.service-card ul{

    list-style:none;
    margin-bottom:34px;

}
.icon.green {
    background: transparent;
}

.icon.blue {
    background: transparent;
}

.icon.purple {
    background: transparent;
}
.service-card ul li{

    position:relative;

    padding-left:30px;

    margin-bottom:22px;

    color:#374151;

    line-height:1.8;

    font-size:14px;

}

.service-card ul li::before{

    content:"✓";

    position:absolute;

    left:0;
    top:0;

    color:#22c55e;

    font-weight:bold;

    font-size:20px;

}

/* ===========================
   BUTTON
=========================== */

.service-card a{    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.container.services3 h2 {
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.05;
    color: rgb(13, 29, 57);
}

.container.services3 h2 span {
    display: block;
    color: #4c72ff;
}

.container.services3 {
    text-align: center;
}


.container.services3 p {
    max-width: 900px;
    text-align: center;
    color: rgb(80, 98, 125);
    font-size: 22px;
    line-height: 1.6;
    margin: 28px auto 60px;
}

.purple a{
    color:#6d28d9;
}

.blue a{
    color:#2563eb;
}

.orange a{
    color:#ea580c;
}

.green a{
    color:#15803d;
}

.service-card a i{
    transition:.3s;
}

.service-card:hover a i{
    transform:translateX(8px);
}

/* ===========================
   RESPONSIVE
=========================== */

@media(max-width:1200px){

.service-grid{
    grid-template-columns:1fr;
}

}

@media(max-width:768px){

.services-section{
    padding:50px 0;
}

.service-card{
    padding:28px;
}

.card-header{
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
    margin-bottom:25px;
}

.service-card h3{
    font-size:22px;
}

.service-card ul li{
    font-size:17px;
}

.service-card a{
    font-size:19px;
}

.service-icon{
    font-size:38px;
}

}

@media(max-width:480px){

.container{
    width:94%;
}

.service-card{
    border-radius:22px;
    padding:22px;
}

.badge{
    font-size:13px;
    padding:9px 16px;
}

.service-card h3{
    font-size:20px;
}

.service-card ul li{
    font-size:16px;
    line-height:1.7;
}

.service-card a{
    font-size:18px;
}

}

/*==============================
  RESET
================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Inter',sans-serif;
    background:#1f1a19;
}

/*==============================
  SECTION
================================*/

.why-us{

    background:linear-gradient(180deg,#201b1b 0%,#3d2a25 100%);
    padding:110px 0;
    overflow:hidden;

}

.container{

    width:90%;
    max-width:1600px;
    margin:auto;

}

/*==============================
  TITLE
================================*/

.section-title{

    text-align:center;
    margin-bottom:70px;

}

.tag{

    display:inline-block;

    padding:12px 28px;

    border-radius:40px;

    background:rgb(76 114 255 / 25%);

    color:#4c72ff;

    border:1px solid rgb(76 114 255);

    font-weight:600;

    margin-bottom:30px;

}

.section-title h2{

    font-family:'Cormorant Garamond',serif;

    color:#fff;

    font-size:68px;

    font-weight:600;

    line-height:1.08;

}

.section-title h2 span{

    display:block;

    color:#4c72ff;

}

/*==============================
  GRID
================================*/

.why-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:40px;

}

/*==============================
  CARD
================================*/

.why-card{

    position:relative;

    background:rgba(255,255,255,.05);

    backdrop-filter:blur(10px);

    border:1px solid rgba(255,255,255,.08);

    border-radius:32px;

    padding:40px;

    transition:.35s;

    overflow:hidden;

}

.why-card:hover{

    transform:translateY(-10px);

    border-color:rgb(76 114 255);

    box-shadow:0 30px 60px rgba(0,0,0,.35);

}

/*==============================
  BIG NUMBER
================================*/
.why-card .icon {
    font-size: 26px;
}
.number{

    position:absolute;

    top:20px;

    right:28px;

    font-size:60px;

    font-weight:800;

    color:rgba(255,255,255,.05);

    line-height:1;

}

/*==============================
  ICON
================================*/

.icon{

    color:#4c72ff;

    font-size:42px;

    margin-bottom:30px;

}

/*==============================
  HEADING
================================*/

.why-card h3{    color: #fff;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.4;
    font-weight: 600;

}

/*==============================
  TEXT
================================*/

.why-card p{
    color: #aeb3c2;
    font-size: 13px !important;
    line-height: 1.9;
    margin-bottom: 35px;

}

/*==============================
  LINE
================================*/

.why-card hr{

    border:none;

    height:1px;

    background:rgba(255,255,255,.08);

    margin-bottom:30px;

}

/*==============================
  STATS
================================*/

.stats{

    display:flex;

    justify-content:space-between;

    gap:30px;

}

.stats h4{

    color:#4c72ff;

    font-size:16px;

    margin-bottom:8px;

    font-weight:800;

}

.stats span{

    color:#7e8495;

    font-size:12px;

    line-height:1.6;

}

/*==============================
  HOVER EFFECT
================================*/

.why-card::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(135deg,
    rgba(255,136,0,.08),
    transparent 45%);

    opacity:0;

    transition:.4s;

}

.why-card:hover::before{

    opacity:1;

}

/*==============================
  TABLET
================================*/

@media(max-width:1200px){

.section-title h2{

font-size:56px;

}

.why-grid{

grid-template-columns:1fr;

}

}

/*==============================
  MOBILE
================================*/

@media(max-width:768px){

.why-us{

padding:70px 0;

}

.section-title{

margin-bottom:45px;

}

.section-title h2{

font-size:42px;

}

.why-card{

padding:28px;

}

.number{

font-size:70px;

}

.stats{

flex-direction:column;

gap:20px;

}

.stats h4{

font-size:30px;

}

.why-card p{

font-size:16px;

}

.why-card h3{

font-size:20px;

}

}

/*==========================
 GOOGLE FONT RESET
===========================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{

    font-family:'Inter',sans-serif;
    background:#ffffff;
    color:#13233d;

}

.container{

    width:90%;
    max-width:1600px;
    margin:auto;

}

/*==========================
 SECTION
===========================*/

.case-study{

    padding:100px 0;

}

.section-header{

    text-align:center;
    margin-bottom:70px;

}

.section-tag{font-size: 13px;

    display:inline-block;

    padding:12px 26px;

    border-radius:50px;

    background:#f5f5f5;

    border:1px solid #e2e2e2;

    color:#3d4d63;

    font-weight:600;

    margin-bottom:25px;

}

.section-header h2{

    font-family:'Cormorant Garamond',serif;

    font-size:60px;

    line-height:1.05;

    color:#0b1b38;

    font-weight:600;

}

.section-header h2 span{

    display:block;

    color:#4c72ff;

}

.section-header p{

    max-width:900px;

    margin:30px auto 0;

    color:#55657d;

    font-size:22px;

    line-height:1.6;

}

/*==========================
 CASE CARD
===========================*/

.case-card{

    background:linear-gradient(135deg, #4c72ff0f, #4c72ff24);

    border:1px solid #ffd8df;

    border-radius:34px;

    padding:45px;

    display:grid;

    grid-template-columns:1.3fr 1fr 340px;

    gap:40px;

    align-items:center;

}

/*==========================
 IMAGE
===========================*/

.case-image img{

    width:100%;

    display:block;

    border-radius:22px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

/*==========================
 CONTENT
===========================*/

.service-badge{

    display:inline-block;

    background:#ffe8ed;

    color:#b3003f;

    font-size:15px;

    font-weight:700;

    padding:10px 18px;

    border-radius:40px;

    margin-bottom:18px;

}

.case-content small{

    display:block;

    color:#707b92;

    font-size:14px;

    margin-bottom:18px;

}
.case-content.case1 h3 {
    font-size: 24px;
}
.case-content h3{

    font-size:54px;

    color:#091d39;

    font-weight:800;

    margin-bottom:25px;

}

.content-block{

    margin-bottom:25px;

}

.content-block h5{

    color:#4c72ff;

    font-size:16px;

    font-weight:700;

    margin-bottom:10px;

}

.content-block h5.green{

    color:#00a944;

}

.content-block p{

    color:#475873;

    line-height:1.8;

    font-size:14px!important

}

.case-content a{

    display:inline-flex;

    align-items:center;

    gap:10px;

    margin-top:20px;

    text-decoration:none;

    color:#4c72ff;

    font-size:16px;

    font-weight:700;

    transition:.3s;

}

.case-content a:hover{

    gap:16px;

}

/*==========================
 RESULT BOXES
===========================*/

.results h6{

    color:#8996ab;

    font-size:18px;

    margin-bottom:20px;

    font-weight:700;

}

.result-box{

    background:#ffffff;

    border-radius:22px;

    padding:28px;

    margin-bottom:18px;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

    transition:.35s;

}

.result-box:hover{

    transform:translateY(-6px);

    box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.result-box h3{

    font-size:22px;

    color:#091d39;

    margin-bottom:10px;

    font-weight:800;

}
.case-content.case1 .service-badge {
    font-size: 13px;
}
.result-box p{

    color:#61728d;

    line-height:1.6;

    font-size:14px!important;

}

/*==========================
 RESPONSIVE
===========================*/

@media(max-width:1200px){

.case-card{

grid-template-columns:1fr;

}

.results{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:20px;

}

.result-box{

margin-bottom:0;

}

}

@media(max-width:768px){

.case-study{

padding:60px 0;

}

.section-header h2{

font-size:44px;

}

.section-header p{

font-size:18px;

}

.case-card{

padding:25px;

}

.case-content h3{

font-size:36px;

}

.content-block p{

font-size:17px;

}

.results{

grid-template-columns:1fr;

}

.result-box h3{

font-size:36px;

}

}
/* ===========================
   PREMIUM CARD EFFECT
=========================== */

.case-card{
    position:relative;
    overflow:hidden;
}

.case-card::before{

    content:"";

    position:absolute;
    top:-180px;
    right:-180px;

    width:380px;
    height:380px;

    background:radial-gradient(circle,
    rgba(255,90,22,.08),
    transparent 70%);

    border-radius:50%;

    pointer-events:none;

}

/* ===========================
 IMAGE HOVER
=========================== */

.case-image{
    overflow:hidden;
    border-radius:22px;
}

.case-image img{

    transition:.6s ease;

}

.case-card:hover .case-image img{

    transform:scale(1.04);

}

/* ===========================
 CONTENT ANIMATION
=========================== */

.case-content{

    display:flex;
    flex-direction:column;
    justify-content:center;

}

.case-content h3{

    transition:.3s;

}


/* ===========================
 RESULT BOX BORDER
=========================== */

.result-box{

    border:1px solid #ececec;

}

.result-box:hover{

    border-color:#ffd4c1;

}

/* ===========================
 BUTTON
=========================== */

.case-content a{

    width:max-content;
    position:relative;

}

.case-content a::after{

    content:"";

    position:absolute;

    left:0;
    bottom:-4px;

    width:0;
    height:2px;

    background:#4c72ff;

    transition:.35s;

}

.case-content a:hover::after{

    width:100%;

}

/* ===========================
 BADGE
=========================== */

.service-badge{

    letter-spacing:.5px;

    text-transform:uppercase;

}

/* ===========================
 RESULT TITLE
=========================== */

.results{

    display:flex;
    flex-direction:column;
    justify-content:center;

}

.results h6{

    text-transform:uppercase;
    letter-spacing:1px;

}

/* ===========================
 SOFT ANIMATION
=========================== */

.result-box{

    transition:.35s;

}

.result-box:nth-child(2){

    transition-delay:.05s;

}

.result-box:nth-child(3){

    transition-delay:.1s;

}

.result-box:nth-child(4){

    transition-delay:.15s;

}

/* ===========================
 MOBILE IMPROVEMENTS
=========================== */

@media(max-width:992px){

.case-card{

    gap:30px;

}

.case-image{

    order:1;

}

.case-content{

    order:2;

}

.results{

    order:3;

}

}

@media(max-width:576px){

.case-card{

    border-radius:24px;
    padding:20px;

}

.section-tag{

    font-size:14px;
    padding:10px 18px;

}

.service-badge{

    font-size:13px;

}

.case-content h3{

    font-size:30px;

}

.content-block h5{

    font-size:16px;

}

.content-block p{

    font-size:16px;
    line-height:1.7;

}

.result-box{

    padding:20px;

}

.result-box h3{

    font-size:30px;

}

.result-box p{

    font-size:15px;

}

}

/* ==========================
   RESET
========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Inter',sans-serif;
    background:#f7f8fb;
    color:#13233d;
}

.container{
    width:92%;
    max-width:1600px;
    margin:auto;
}

/* ==========================
   SECTION
========================== */


/* ==========================
   MAIN BOX
========================== */

.case-wrapper{

    background:#fff;

    border:1px solid #e7e7e7;

    border-radius:34px;

    padding:50px;

    display:grid;

    grid-template-columns:1.2fr 1fr 320px;

    gap:40px;

    align-items:center;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    transition:.35s;

}

.case-wrapper:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

/* ==========================
   IMAGE
========================== */

.case-image{
    overflow:hidden;
    border-radius:24px;
}

.case-image img{

    width:100%;
    display:block;

    border-radius:24px;

    transition:.5s;

}

.case-wrapper:hover .case-image img{

    transform:scale(1.04);

}

/* ==========================
   CONTENT
========================== */

.case-content{

    display:flex;

    flex-direction:column;

    justify-content:center;

}

.case-top{

    display:flex;

    align-items:center;

    gap:18px;

    margin-bottom:25px;

}

.service-tag{

    background:#fff1df;

    color:#d26b00;

    padding:10px 20px;

    border-radius:40px;

    font-size:15px;

    font-weight:700;

}

.industry{

    color:#6f7b92;

    font-size:18px;

}

.case-content h2{

    font-size:56px;

    font-weight:800;

    color:#081b37;

    margin-bottom:28px;

}

.content-box{

    margin-bottom:24px;

}

.problem{

    color:#ff3d3d;

    font-size:20px;

    margin-bottom:10px;

}

.solution{

    color:#0ba64b;

    font-size:20px;

    margin-bottom:10px;

}

.content-box p{

    font-size:20px;

    line-height:1.8;

    color:#42546f;

}

/* ==========================
   BUTTON
========================== */

.project-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    margin-top:18px;

    text-decoration:none;

    color:#4c72ff;

    font-size:22px;

    font-weight:700;

    transition:.3s;

}

.project-btn:hover{

    gap:18px;

}

/* ==========================
   RESULTS
========================== */

.results h6{

    color:#8d9ab2;

    font-size:14px;

    margin-bottom:18px;

    font-weight:700;

}

.result-card{

    background:#fff;

    border-radius:22px;

    border:1px solid #ececec;

    padding:28px;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.35s;

}

.result-card:hover{

    transform:translateY(-5px);

}

.result-card p{

    color:#1d2b46;

    font-size:18px;

    line-height:1.8;

    font-weight:600;

}

/* ==========================
   DECORATIVE BACKGROUND
========================== */

.case-wrapper{

    position:relative;

    overflow:hidden;

}

.case-wrapper::before{

    content:"";

    position:absolute;

    right:-120px;

    top:-120px;

    width:260px;

    height:260px;

    background:radial-gradient(circle,
    rgba(255,155,50,.08),
    transparent 70%);

    border-radius:50%;

}

/* ==========================
   RESPONSIVE
========================== */

@media(max-width:1200px){

.case-wrapper{

    grid-template-columns:1fr;

}

.results{

    width:100%;

}

.result-card{

    max-width:450px;

}

}

@media(max-width:768px){

.portfolio-case{

    padding:60px 0;

}

.case-wrapper{

    padding:25px;

    border-radius:22px;

}

.case-top{

    flex-direction:column;

    align-items:flex-start;

    gap:12px;

}

.case-content h2{

    font-size:38px;

}

.industry{

    font-size:16px;

}

.content-box p{

    font-size:17px;

}

.project-btn{

    font-size:18px;

}

.result-card{

    padding:22px;

}

.result-card p{

    font-size:16px;

}

}

@media(max-width:480px){

.container{

    width:94%;

}

.case-content h2{

    font-size:32px;

}

.service-tag{

    font-size:13px;

    padding:8px 16px;

}

.problem,
.solution{

    font-size:16px;

}

}

/*==========================================
  CONSTRUCTION CASE STUDY
==========================================*/

.construction-case{
    padding:80px 0;
    background:#f8f9fc;
}

.construction-card{

    background:#fff;

    border:1px solid #e8e8e8;

    border-radius:32px;

    padding:50px;

    display:grid;

    grid-template-columns:1.2fr 1fr 320px;

    gap:40px;

    align-items:center;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.35s ease;

    position:relative;

    overflow:hidden;

}

/* Background Glow */

.construction-card::before{

    content:"";

    position:absolute;

    top:-120px;

    right:-120px;

    width:260px;

    height:260px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(255,140,0,.08),
    transparent 70%);

}

/* Hover */

.construction-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

/*==========================================
 IMAGE
==========================================*/

.construction-image{

    overflow:hidden;

    border-radius:22px;

}

.construction-image img{

    width:100%;

    display:block;

    border-radius:22px;

    transition:.6s;

}

.construction-card:hover img{

    transform:scale(1.05);

}

/*==========================================
 CONTENT
==========================================*/

.construction-content{

    display:flex;

    flex-direction:column;

    justify-content:center;

}

.top-info{

    display:flex;

    align-items:center;

    gap:16px;

    margin-bottom:22px;

}

.service-tag{

    padding:10px 22px;

    border-radius:40px;

    background:#fff2df;

    color:#c96200;

    font-size:13px;

    font-weight:700;

}

.industry{

    color:#6d7891;

    font-size:17px;

}

.construction-content h2{

    font-size:24px;

    color:#081d39;

    font-weight:800;

    margin-bottom:28px;

}

.content-box{

    margin-bottom:24px;

}

.problem{

    color:#4c72ff;

    font-size:16px;

    margin-bottom:10px;

    font-weight:700;

}

.solution{

    color:#0ca44b;

    font-size:16px;

    margin-bottom:10px;

    font-weight:700;

}

.content-box p{

    color:#43536c;

    font-size:13px!important;

    line-height:1.8;

}

/*==========================================
 BUTTON
==========================================*/

.view-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    text-decoration:none;

    color:#4c72ff;

    font-size:16px;

    font-weight:700;

    transition:.3s;

}

.view-btn:hover{

    gap:18px;

}

/*==========================================
 RESULT
==========================================*/

.construction-result h6{

    color:#8f9cb3;

    font-size:18px;

    margin-bottom:18px;

    font-weight:700;

}

.result-card{

    background:#fff;

    border:1px solid #ececec;

    border-radius:22px;

    padding:30px;

    box-shadow:0 12px 25px rgba(0,0,0,.08);

    transition:.35s;

}

.result-card:hover{

    transform:translateY(-6px);

    box-shadow:0 20px 35px rgba(0,0,0,.12);

}

.result-card p{
    color: #23314d;
    font-size: 13px !important;
    line-height: 1.8;
    font-weight: 600;

}

/*==========================================
 RESPONSIVE
==========================================*/

@media(max-width:1200px){

.construction-card{

grid-template-columns:1fr;

}

.construction-result{

width:100%;

}

.result-card{

max-width:420px;

}

}

@media(max-width:768px){

.construction-case{

padding:60px 0;

}

.construction-card{

padding:25px;

border-radius:24px;

gap:30px;

}

.top-info{

flex-direction:column;

align-items:flex-start;

gap:12px;

}

.construction-content h2{

font-size:38px;

}

.industry{

font-size:16px;

}

.content-box p{

font-size:17px;

}

.view-btn{

font-size:18px;

}

.result-card{

padding:22px;

}

.result-card p{

font-size:16px;

}

}

@media(max-width:480px){

.construction-content h2{

font-size:32px;

}

.service-tag{

padding:8px 16px;

font-size:13px;

}

.problem,
.solution{

font-size:16px;

}

.content-box p{

font-size:15px;

line-height:1.7;

}

.result-card{

padding:20px;

}

}
.testimonial-section .section-title {
    text-align: left;
    margin-bottom: 70px;
}
/*==================================
   AUTOMATION SECTION
==================================*/

.automation-section{
    padding:60px 0;
    background:#ffffff;
}

.container{
    width:90%;
    max-width:1600px;
    margin:auto;
}

/*==================================
   HEADING
==================================*/

.automation-heading{
    max-width:760px;
    margin-bottom:60px;
}

.automation-heading h2{

    font-family:'Cormorant Garamond',serif;
    font-size:60px;
    font-weight:600;
    color:#081d39;
    margin-bottom:25px;

}

.automation-heading p{

    font-size:22px;
    line-height:1.7;
    color:#4f6078;

}

/*==================================
   GRID
==================================*/

.automation-grid{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
    margin-bottom:80px;

}

/*==================================
   CARD
==================================*/

.automation-card{

    background:#fff;
    border:2px solid #1f1f1f;
    border-radius:24px;
    padding:35px;
    transition:.35s;
    position:relative;
    overflow:hidden;

}

.automation-card:hover{

    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.automation-card::before{

    content:"";
    position:absolute;
    top:-120px;
    right:-120px;
    width:220px;
    height:220px;
    border-radius:50%;
    background:rgb(76 114 255 / 7%);

}

/*==================================
   CARD HEADER
==================================*/

.card-title{

    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:25px;

}

.icon-box{

    width:52px;
    height:52px;
    border-radius:16px;
    background:#4c72ff;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    font-size:22px;

}

.card-title h3{

    font-size:20px;
    color:#081d39;
    font-weight:700;

}

/*==================================
   TEXT
==================================*/

.card-text{

    font-size:17px;
    line-height:1.8;
    color:#495b75;
    margin-bottom:25px;

}

.automation-card ul{

    padding-left:22px;

}
.automation-cta {
    width: 90%;
    margin: auto;
}

.automation-cta h3 {
    font-size: 28px;
}
.automation-card li{

    margin-bottom:14px;
    color:#22324d;
    font-size:14px;
    line-height:18px;

}

/*==================================
   CTA
==================================*/

.automation-cta{

    background:#000;

    border-radius:24px;

    padding:45px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;

}

/*==================================
   CTA TEXT
==================================*/

.cta-content h3{

    color:#fff;
    font-size:44px;
    font-weight:700;
    margin-bottom:12px;

}

.cta-content p{

    color:#fff;
    font-size:21px;
    opacity:.95;

}

/*==================================
   BUTTONS
==================================*/

.cta-buttons{

    display:flex;
    gap:18px;
    flex-wrap:wrap;

}





/*==================================
   RESPONSIVE
==================================*/

@media(max-width:1200px){

.automation-grid{

grid-template-columns:1fr;

}

.automation-cta{

flex-direction:column;
align-items:flex-start;

}

}

@media(max-width:768px){

.automation-section{

padding:60px 0;

}

.automation-heading h2{

font-size:46px;

}

.automation-heading p{

font-size:18px;

}

.automation-card{

padding:25px;

}

.card-title h3{

font-size:26px;

}

.card-text{

font-size:17px;

}

.automation-card li{

font-size:16px;

}

.cta-content h3{

font-size:32px;

}

.cta-content p{

font-size:17px;

}

.btn-primary,
.btn-secondary{

width:100%;
justify-content:center;

}

}

@media(max-width:480px){

.icon-box{

width:46px;
height:46px;
font-size:18px;

}

.card-title{

flex-direction:column;
align-items:flex-start;

}

.card-title h3{

font-size:22px;

}

}
/*====================================
    PREMIUM HOVER EFFECTS
====================================*/

.automation-card{
    cursor:pointer;
    transition:all .35s ease;
}

.automation-card:hover{
    border-color:#4c72ff;
}

.automation-card:hover .icon-box{
    transform:rotate(-8deg) scale(1.08);
    background:#4c72ff;
}

.icon-box{
    transition:.35s ease;
}

.card-title h3{
    transition:.3s;
}

.automation-card:hover h3{
    color:#4c72ff;
}

/*====================================
    BULLET STYLING
====================================*/

.automation-card ul{
    list-style:none;
    padding-left:0;
}

.automation-card ul li{
    position:relative;
    padding-left:28px;
}

.automation-card ul li::before{

    content:"✓";

    position:absolute;

    left:0;

    top:2px;

    color:#4c72ff;

    font-weight:700;

}

/*====================================
    CTA ANIMATION
====================================*/

.automation-cta{
    position:relative;
    overflow:hidden;
}

.automation-cta::before{

    content:"";

    position:absolute;

    top:-120px;

    right:-120px;

    width:280px;

    height:280px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

}

.automation-cta::after{

    content:"";

    position:absolute;

    bottom:-150px;

    left:-150px;

    width:300px;

    height:300px;

    border-radius:50%;

    background:rgba(255,255,255,.06);

}

/*====================================
    BUTTON EFFECT
====================================*/

.btn-primary,
.btn-secondary{
    position:relative;
    overflow:hidden;
}

.btn-primary::before,
.btn-secondary::before{

    content:"";

    position:absolute;

    left:-120%;

    top:0;

    width:100%;

    height:100%;

    background:rgba(255,255,255,.25);

    transform:skewX(-25deg);

    transition:.55s;

}

.btn-primary:hover::before,
.btn-secondary:hover::before{

    left:130%;

}

/*====================================
    CARD FADE ANIMATION
====================================*/

.automation-card{
    animation:fadeUp .8s ease both;
}

.automation-card:nth-child(2){
    animation-delay:.2s;
}

@keyframes fadeUp{

    from{

        opacity:0;
        transform:translateY(40px);

    }

    to{

        opacity:1;
        transform:translateY(0);

    }

}

/*====================================
    CTA FADE
====================================*/

.automation-cta{
    animation:fadeUp 1s ease both;
    animation-delay:.4s;
}

/*====================================
    RESPONSIVE IMPROVEMENTS
====================================*/

@media (max-width:992px){

    .automation-heading{
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }

    .automation-card{
        padding:30px;
    }

    .automation-cta{
        text-align:center;
    }

    .cta-content{
        width:100%;
    }

    .cta-buttons{
        width:100%;
        justify-content:center;
    }

}

@media (max-width:576px){

    .automation-heading h2{
        font-size:38px;
    }

    .automation-heading p{
        font-size:17px;
    }

    .automation-card{
        border-radius:18px;
    }

    .automation-card li{
        font-size:15px;
        line-height:1.6;
    }

    .automation-cta{
        padding:30px 20px;
        border-radius:20px;
    }

    .cta-content h3{
        font-size:28px;
    }

    .cta-content p{
        font-size:16px;
    }

    .btn-primary,
    .btn-secondary{
        width:100%;
        justify-content:center;
        padding:16px 20px;
    }

}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    background:#f7f7f7;
    color:#222;
}

.testimonial-section{    width: 84%;
    margin: 70px auto;
}

.section-title h2{
    font-family:'Cormorant Garamond',serif;
    font-size:60px;
    font-weight:600;
    color:#2b1a14;
    margin-bottom:12px;
}

.section-title p{
    font-size:22px;
    color:#444;
    margin-bottom:55px;
}

.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:28px;
}

.testimonial-card{

    background:#fff;

    border:1px solid #4c72ff;

    border-radius:22px;

    padding:30px;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

    transition:.3s;
}

.testimonial-card:hover{
    transform:translateY(-6px);
}

.testimonial-header{

    display:flex;

    align-items:flex-start;

    gap:16px;

    margin-bottom:25px;
}



.stars{
    color:#f4b000;
    margin-bottom:6px;
}

.stars i{
    margin-right:2px;
}

.info h3{
       font-size: 16px;
    color: #202020;
    margin-bottom: 4px;
}

.designation{

    display:block;

    color:#f26d00;

    font-size:16px;

    margin-bottom:6px;
}

.industry{    color: #888;
    font-size: 12px !important;
}

.review{
    font-size: 15px !important;
    line-height: 1.8;
    color: #222;
}

/* Tablet */

@media(max-width:992px){

.section-title h2{
    font-size:48px;
}

.section-title p{
    font-size:18px;
}

.review{
    font-size:18px;
}

}

/* Mobile */

@media(max-width:768px){

.testimonial-grid{
    grid-template-columns:1fr;
}

.section-title h2{
    font-size:40px;
}

.section-title p{
    font-size:16px;
}

.info h3{
    font-size:22px;
}

.review{
    font-size:17px;
    line-height:1.7;
}

.testimonial-card{
    padding:25px;
}

}
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&family=Poppins:wght@300;400;500;600;700&display=swap');

body{
    margin:0;
    font-family:'Poppins',sans-serif;
    background:#fafafa;
}

.container{
    width:95%;
    max-width:1600px;
    margin:auto;
}

/* Section */

.reliability{
    padding:25px 0 40px;
}

/* Heading */

.heading{
    max-width:780px;
    margin-bottom:45px;
}

.heading h2{
/*    font-family:'Cormorant Garamond',serif;*/
    font-size:33px!important;
    font-weight:600;
    color:#2f1b17;
    margin-bottom:18px;
    line-height:1;
}

.heading p{
    font-size:22px;
    line-height:1.7;
    color:#3e536d;
    font-weight:400;
}

/* Stats */

.stats{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
}

.stat-box{
    background:#fff;
    border-radius:18px;
    padding:42px 30px;
    text-align:center;
    box-shadow:0 6px 18px rgba(0,0,0,.12);
    transition:.3s;
}

.stat-box:hover{
    transform:translateY(-5px);
}

.stat-box h3{
    margin:0 0 15px;
    font-size:35px;
    font-weight:700;
    color:#4c72ff;
    line-height:1;
}

.stat-box p{
    margin:0;
    font-size:22px;
    color:#2d2435;
    font-weight:500;
    line-height:1.5;
}

/* Tablet */

@media(max-width:992px){

.stats{
    grid-template-columns:repeat(2,1fr);
}

.heading h2{
    font-size:52px;
}

.heading p{
    font-size:19px;
}

.stat-box h3{
    font-size:48px;
}

.stat-box p{
    font-size:19px;
}

}

/* Mobile */

@media(max-width:768px){

.stats{
    grid-template-columns:1fr;
}

.heading{
    max-width:100%;
}

.heading h2{
    font-size:42px;
}

.heading p{
    font-size:17px;
}

.stat-box{
    padding:35px 20px;
}

.stat-box h3{
    font-size:42px;
}

.stat-box p{
    font-size:18px;
}

}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    background:#f7f8fa;
    color:#1b3156;
}

.quick-navigation{
    padding:90px 0;
}

.container{
    width:82%;
    margin:auto;
}

.heading{
    margin-bottom:60px;
}

.heading h2{
    font-size:52px;
    font-weight:800;
    color:#0d2348;
    margin-bottom:12px;
}
.statss {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}
.heading p{
    font-size:20px;
    color:#51647d;
    font-weight:400;
}

.nav-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:70px;
}
.hero-content h1 span {
    color: #ffdf20;
    display: block;
}
.hero-content .buttons {
    text-align: center;
    margin: 3%auto;
    display: inline-block;
}

.hero-content .buttons a {
    margin-right: 15px;
}
.hero-content h1 {
    font-size: 55px;
    line-height: 80px;
    font-weight: 800;
}
section.hero.hero4 .subtitle {
    font-size: 24px;
}section.hero.hero4 .hero-content .buttons a {
    font-size: 14px;
}
.hero-content .subtitle {
    color: #fff;
    text-align: center;
    margin: 2% auto;
    font-size: 25px;
}
.nav-column h4{
       font-size: 14px;
    color: #4c72ff;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.scrolled {
     box-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    background: #fff;
    padding: 7px;
    border-radius: 50px;
    position: fixed;
    left: 9%;
    transition: all .3s ease;
    z-index: 9999;
}
.nav-column ul{
    list-style:none;
}
.footer-links a {
    font-size: 16px!important;
    font-weight: 600;
}
.nav-column li{
    margin-bottom:22px;
}

.nav-column a{
        text-decoration: none;
    color: #31496b;
    font-size: 14px;
    display: flex;
    align-items: center;
    transition: .3s;
}
section.hero.hero4 {
    background:linear-gradient(135deg, rgb(76 114 255) 0%, rgb(22 57 187) 100%);
    text-align: center;
    color: #fff;
    padding: 8% 2%;
}
.nav-column a::before{
    content:"➜";
    color:#c9ced6;
    margin-right:14px;
    font-size:20px;
    transition:.3s;
}

.nav-column a:hover{
    color:#4c72ff;
    padding-left:8px;
}

.nav-column a:hover::before{
    color:#4c72ff;
}

/* Tablet */

@media(max-width:1100px){

    .nav-grid{
        grid-template-columns:repeat(2,1fr);
        gap:50px;
    }

    .heading h2{
        font-size:42px;
    }

    .heading p{
        font-size:22px;
    }

    .nav-column a{
        font-size:22px;
    }

}

/* Mobile */

@media(max-width:768px){

    .quick-navigation{
        padding:60px 0;
    }

    .nav-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .heading{
        margin-bottom:40px;
    }

    .heading h2{
        font-size:36px;
    }

    .heading p{
        font-size:18px;
    }

    .nav-column h4{
        font-size:14px;
    }

    .nav-column a{
        font-size:14px;
    }

}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}


.about-image video {
    width: 100%;
}a.btn-light.btn-light1:hover {
    color: #4c72ff;
    border-color: #4c72ff;
}

.btn{
    text-decoration:none;
    padding:20px 40px;
    border-radius:50px;
    font-size:22px;
    font-weight:600;
    transition:.3s;
}

.btn-white{
    background:#fff;
    color:#4c72ff;
    box-shadow:0 20px 40px rgba(0,0,0,.18);
}

.btn-white i{
    margin-right:12px;
}

.btn-white:hover{
    transform:translateY(-4px);
}

.btn-outline{
    border:2px solid rgba(255,255,255,.35);
    color:#fff;
    background:rgba(255,255,255,.08);
}

.btn-outline:hover{
    background:#fff;
    color:#4c72ff;
}

.note{
    color:#ffe0d1;
    margin-top:10px;
    font-size:18px;
}

/* Responsive */

@media(max-width:992px){

.hero h1{
    font-size:54px;
}

.subtitle{
    font-size:18px;
}

.btn{
    font-size:18px;
    padding:18px 34px;
}

}

@media(max-width:768px){

.hero h1{
    font-size:42px;
}

.subtitle{
    font-size:17px;
}

.buttons{
    flex-direction:column;
    align-items:center;
}

.btn{
    width:100%;
    max-width:350px;
}

}

@media(max-width:480px){

.hero h1{
    font-size:34px;
}

.subtitle{
    font-size:16px;
    line-height:1.7;
}

.note{
    font-size:15px;
}

}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    background:#fff;
}

/* Footer */
.footer{
     background: linear-gradient(90deg, #294ed30f 0%, #2f54da0f 100%);
    padding: 45px 50px 25px;
}

/* Top Section */
.footer-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    flex-wrap:wrap;
    gap:30px;
}
.logo img {
    width: 192px;
}
/* Logo */
.footer-logo img{
    width:210px;
}

/* Links */
.footer-links{
    display:flex;
    gap:80px;
}

.footer-links a{
    text-decoration:none;
    color:#8a3d16;
    font-size:18px;
    line-height:1.5;
    font-weight:500;
    transition:.3s;
}

.footer-links a:hover{
    color:#4c72ff;
}

/* Social */
.footer-social{
    display:flex;
    gap:28px;
    align-items:center;
}

.footer-social a{
    color:#8a3d16;
    font-size:34px;
    transition:.3s;
}

.footer-social a:hover{
    color:#4c72ff;
    transform:translateY(-3px);
}

/* Divider */
.footer hr{
    margin:40px 0 25px;
    border:none;
    border-top:1px solid rgba(180,120,70,.35);
}
.card.bor p {
    font-size: 15px !important;
}
/* Bottom */
.footer-bottom{
        text-align: center;
    color: #8a5a3c;
    font-size: 16px;
}

/* Responsive */
@media(max-width:900px){

    .footer-top{
        flex-direction:column;
        align-items:center;
        text-align:center;
    }

    .footer-links{
        gap:35px;
        flex-wrap:wrap;
        justify-content:center;
    }

    .footer-social{
        justify-content:center;
    }
}

@media(max-width:600px){

    .footer{
        padding:35px 20px;
    }

    .footer-links{
/*        flex-direction:column;*/
        gap:20px;
    }

    .footer-social{
        gap:18px;
    }

    .footer-social a{
        font-size:28px;
    }

    .footer-bottom{
        font-size:16px;
    }
}
.one {    background: linear-gradient(135deg, rgb(186 244 255 / 18%) 0%, rgb(194 243 250 / 49%) 40%, rgb(76 114 255 / 46%) 75%, rgba(251, 146, 60, 0.133) 100%);}
section.technology {
    border-bottom: 1px solid #cccccc40;
}span.tag.tag1 {
    color: #000;
    font-size: 12px;
}

#ouibounce-modal .exit-modal {
    width: 420px;
    height: 450px;
    background-color: #fff;
    z-index: 1;
    position: fixed;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    -webkit-animation: popin .3s;
    animation: popin .3s;
    border-radius: 30px;z-index: 99999;
}#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s;
}#ouibounce-modal .modal-title {
    font-size: 16px;
    background: #4c72ff !important;
    color: #fff;
    padding: 20px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}button#btn_exit_popup_submit {
    background: #4c72ff !important;
    color: #fff;
    border: 0px;
    font-size: 19px;
    width: 100%;
    border-radius: 5px;
    padding: 5px 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}.text-white {    color: #fff !important;
    font-size: 21px;
}.close:not(:disabled):not(.disabled) {
      cursor: pointer;
    position: absolute;
    right: 28px;
    background: transparent;
    border: 0px;
    font-size: 27px;
}
h4.text-orng {
    text-align: center;
    font-size: 22px;
    margin: 8% 0%;
}

.form-group input {
    width: 90%;
    margin: 2% 5%;
    padding: 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

button#btn_exit_popup_submit {
    width: 90%;
    margin: 15px auto;
    padding: 13px;
    font-size: 15px;
}

p.no_thanks {
    float: right;
    margin-right: 30px;
}

@media(max-width:768px){
.stats.statss {
    grid-template-columns: repeat(1, 1fr);
}
.hero-content .buttons {
    display: flex;
}

.hero-content .buttons a {
    margin-right: 0px;
}.heading h2 {
    font-size: 25px !important;
}
.testimonial-section .section-title {
    margin-bottom: 27px;
}.card-title h3 {
        font-size: 18px;
    }    .automation-section {
        padding: 30px 0;
    }    .construction-content h2 {
        font-size: 21px;
    }
    section.case-study {
    padding-bottom: 0px;
}.section-header {
    margin-bottom: 22px;
}.section-header h2 {
        font-size: 25px;
    }.number {
        font-size: 45px;
    }    .section-title h2 {
        font-size: 25px;
    }section.services-section {
    padding-bottom: 0px;
}.container.services3 h2 {
    text-align: center;
    font-size: 25px;}
    .service-card.card3 {
    width: 100%;
    margin-bottom: 11px;
}.services> .container>p {
    max-width: 900px;
    margin: 18px auto 24px;}
        .services h2 {
        font-size: 25px;
    }section.problem-section {
    padding-bottom: 0px;
}.problem-grid {
    margin-top: 10px;
}    .problem-section h2 {
        font-size: 25px;
    }section.about {        padding-bottom: 0px;
        padding-top: 0px;
}    .about-content h1 {
        font-size: 25px;
    }.about-image video {
    display: none;
}    .tech-item i {
        font-size: 25px;
    }
    .card.bor {
    box-sizing: border-box;
}.avatar {
    float: left;
}.hero-right {
        margin-top: 0px;
    }.scrolled {
    background: transparent;
    position: relative;
}

section.services.service1 {
    padding-bottom: 0px;
}
.slider-item {
     height: 180px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 38px;
     color: #4c72ff;
     font-weight: 800;
     line-height: 50px;
}section.hero.one {
    padding-top: 24%;
}
.text-sm.text-gray-600.font-medium {
    float: left;
    font-size: 15px;
}.avatars {
    display: block;}
.tech-item strong {
    font-size: 28px;}
.automation-section {
    padding-bottom: 0px;}
    .hero h1 {
        font-size: 25px;
        line-height: 33px;}
.technology h5 {
    font-size: 13px;}
}
@media(max-width:768px){
    .privcy {
    padding-top: 20%!important;
}
}