.row .btn{
    outline: none;
    border: none;
    border-radius: 5rem;
    background: white;
    border-style: groove;
    border-color: #002e5f;
    font-size: 1.5rem;
    cursor: pointer;
    height: 3.5rem;
    width: 15rem;
    box-shadow: 0 .2rem .5rem rgba(0,0,0,.3);
}

.communicate .btn{
    outline: none;
    border: none;
    border-radius: 5rem;
    background: white;
    border-style: groove;
    border-color: #002e5f;
    font-size: 1.5rem;
    cursor: pointer;
    height: 3.5rem;
    width: 15rem;
    box-shadow: 0 .2rem .5rem rgba(0,0,0,.3);
}

.row .btn:hover{
    letter-spacing: .1rem;
    opacity: .9;
    color: white;
    background: #002e5f;
}

.communicate .btn:hover{
    letter-spacing: .1rem;
    opacity: .9;
    color: white;
    background: #00bfff;
}

.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 2rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    position: fixed;
}

.header .logo img{
    width: 130%;
    height: 3rem;
    top: 0;
    left: 0;
}

.header .navbar ul{
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header .navbar ul li{
    margin: 0 1.5rem;
}

.header .navbar ul li a{
    font-size: 2rem !important;
    color: #fff !important;
    font-weight: 500 !important;
    letter-spacing: 1.5px; 
    white-space: nowrap;
}

.header .navbar ul li a:hover{
    color: #00bfff;
    text-decoration: underline;
}

.header .logo i{
    padding: 0.5rem;
}

.header .fa-bars{
    color: #fff;
    cursor: pointer;
    font-size: 3rem;
    display: none;
}

.home{
    min-height: 100vh;
    width: 100%;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    padding: 11rem 1.6rem 12rem;
    position: relative;
    overflow: hidden;
}

.home::before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15,23,42,0.44), rgba(15,23,42,0.58));
    z-index: 0;
}

.home .home-content{
    position: relative;
    z-index: 2;
    width: min(100%, 92rem);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home h1{
    color: #fff;
    font-size: clamp(3.2rem, 5.2vw, 5.4rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 1.5rem auto 0;
    max-width: 88rem;
}

.home h2{
    color: #e2e8f0;
    font-size: clamp(1.8rem, 2.25vw, 2.5rem);
    line-height: 1.5;
    font-weight: 400;
    margin: 1.2rem auto 0;
    max-width: 84rem;
}

.home .home-actions{
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.home .discover-services{
    margin-top: 0;
}

.home .hero-btn{
    display: inline-block;
    margin-top: 0;
    padding: .95rem 1.8rem;
    border-radius: .8rem;
    border: 1px solid rgba(226,232,240,0.88);
    background: rgba(30,58,95,0.82);
    color: #fff;
    font-size: 1.55rem;
    font-weight: 600;
    text-transform: none;
    text-decoration: none;
    box-shadow: 0 4px 6px -2px rgb(0 0 0 / 0.2);
    transition: background .3s ease, color .3s ease, transform .3s ease;
}

.home .hero-btn:hover{
    background: rgba(42,79,130,0.94);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

@keyframes slide-right{
    0%{transform: translateX(0);opacity: .9;}
    100%{transform: translateX(3rem);opacity: .75;}
}

@keyframes slide-left{
    0%{transform: translateX(0);opacity: .9;}
    100%{transform: translateX(-3rem);opacity: .75;}
}

@keyframes pulse{
    0%,100%{transform: scale(1);opacity: 1;}
    50%{transform: scale(1.05);opacity: .85;}
}

.home .wave{
    position: absolute;
    bottom: -.5rem;
    left: 0;
    height: 11rem;
    width: 100%;
    background: url(../images/wave.png);
    background-size: 100rem 11rem;
    animation: waves 8s linear infinite;
    background-repeat: repeat-x;
    z-index: 1;
}

.home .wave2{
    animation-direction: reverse;
    animation-duration: 6s;
    opacity: .3;
}

.home .wave3{
    animation-duration: 4s;
    opacity: .5;
}

@keyframes waves{
    0%{
        background-position-x: 0;
    }
    100%{
        background-position-x: 100rem;
    }
}

.about{
    min-height: 55vh;
    width: 100%;
    top: 0;
    text-align: center;
    position: relative;
    overflow: visible;
    line-height: normal;
    padding: 6rem 0 2rem;
}

.about .row{
    line-height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 4rem;
}

.about .row .content{
    text-align: center;
}

.about .row .content h3{
    font-size: 3rem;
    color: black;
}

.about .row .content p{
    font-size: 2rem;
    color: #333;
    padding: 1rem 0;
}
.pt-5 .container .row .section-head p{
    font-size: 2rem;
    color: #333;
    padding: 1rem 0;
}
  .section-head{
    margin-bottom: 60px;
    text-align: center;
    margin-top: -8rem;
  }
  .section-head p{
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .technologies{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .technologies .section-head{
    margin-top: 0;
    margin-bottom: 40px;
  }
  .technologies .section-head h1{
    font-size: 3.4rem;
  }
  .technologies .section-head p{
    max-width: 680px;
    margin: 0 auto;
    color: #33415b;
    font-size: 1.8rem;
  }
  .technologies .row{
    margin: 0 -1rem;
  }
  .technologies .row > [class*='col-']{
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  .tech-card{
    background:#fff;
    text-align:center;
    padding:3rem;
    border-radius:24px;
    box-shadow: 0 24px 48px rgba(0,0,0,0.08);
    transition: transform .3s ease, box-shadow .3s ease;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .tech-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 28px 55px rgba(0,0,0,0.14);
  }
  .tech-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:90px;
    height:90px;
    margin-bottom:1.6rem;
    font-size:3.2rem;
    color:#0d6efd;
    background:rgba(13,110,253,0.08);
    border-radius:50%;
    padding-bottom: 32px;
  }
  .case-studies .section-head{
    margin-top: 0;
    margin-bottom: 40px;
  }
  .case-studies .section-head p{
    max-width: 700px;
    margin: 0 auto;
    color: #394955;
    font-size: 1.8rem;
  }
  .case-card{
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 26px 50px rgba(0,0,0,0.07);
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .case-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 32px 60px rgba(0,0,0,0.12);
  }
  .case-image{
    position: relative;
    width: 100%;
    min-height: 220px;
    overflow: hidden;
  }
  .case-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
  }
  .case-card:hover .case-image img{
    transform: scale(1.03);
  }
  .case-details{
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
  }
  .case-details h6{
    font-size: 2rem;
    margin-bottom: 0.8rem;
    color: #0d3b66;
  }
  .case-details span{
    display: inline-block;
    margin-bottom: 1.2rem;
    color: #006494;
    font-weight: 600;
  }
  .case-details p{
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: #3c4b5b;
  }
  .tech-icon.text-icon{
    font-size:2.4rem;
    font-weight:700;
    letter-spacing:0.08em;
  }
  .tech-card h6{
    font-size:1.8rem;
    margin:0;
    color:#1f324e;
  }
  .item{
    background:#fff;
    text-align: center;
    padding:30px 25px;
    box-shadow: 0 0 25px rgba(0,0,0,0.07);
    border-radius: 20px;
    margin-bottom: 30px;
    margin-top: -2rem;
    border:5px solid rgba(0,0,0,0.07);
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  .item:hover{
    background:#c8d8e4;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  .item:hover .item,
  .item:hover span.icon{
    background:#fff;
    border-radius: 10px;
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  .item h6{
      font-size: 2rem;
  }
  .item:hover h6,
  .item:hover p{
    color:#2b6777;
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  .item .learn-more{
    display: inline-block;
    margin-top: 1.4rem;
    color: #0d6efd;
    font-weight: 600;
    text-decoration: none;
  }
  .item .learn-more:hover{
    text-decoration: underline;
  }
  .service-card{
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .strengths-list{
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .strengths-list li{
    font-size: 1.7rem;
    line-height: 2.8rem;
    margin-bottom: 1rem;
    color: #333;
    display: flex;
    align-items: center;
    padding-left: 5rem;
  }
  .strengths-list li i{
    color: #00bfff;
    margin-right: 1rem;
    min-width: 2.4rem;
    font-size: 1.6rem;
  }
  .strengths .section-head p{
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }
  .strengths .row{
    justify-content: space-between;
  }
  .strengths .col-lg-6{
    flex: 0 0 48%;
    max-width: 48%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .item .icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size:40px;
    margin-bottom: 25px;
    color:yellow;
    width:90px;
    height:90px;
    line-height: 96px;
    border-radius: 50px;
  }
  .item .feature_box_col_one{
    background:rgba(247,198,5,0.2);
    color:#52ab98;
  }
  .item .feature_box_col_two{
    background: rgba(255, 77, 28, 0.15);
    color:#52ab98;
  }
  .item .feature_box_col_three{
    background:rgba(0,147,38,0.15);
    color:#52ab98;
  }
  .item .feature_box_col_four{
    background:rgba(0,108,255,0.15);
    color:#52ab98;
  }
  .item .feature_box_col_five{
    background:rgba(146,39,255,0.15);
    color:#52ab98;
  }
  .item .feature_box_col_six{
    background:rgba(23,39,246,0.15);
    color:#52ab98;
  }
  .item p{
    font-size: 15px;
    line-height: 26px;
  }
  .item h6{
    margin-bottom: 20px;
    color:#2f2f2f;
  }   

.counters {
	background-image: url(../images/banner2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
	color: #fff;
	padding: 40px 20px;
}

.counters .container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	text-align: center;
}

.counters i {
	color: #fff;
	margin-bottom: 5px;
}

.counters .counter {
	font-size: 45px;
	margin: 10px 0;
}

@media (max-width: 700px) {
	.counters .container {
		grid-template-columns: repeat(2, 1fr);
	}

	.counters .container > div:nth-of-type(1),
	.counters .container > div:nth-of-type(2) {
		border-bottom: 1px lightskyblue solid;
		padding-bottom: 20px;
	}
}

.section-head-1{
    margin-bottom: 60px;
    background-size: 200%;
    background-position: left;

  }
  .section-head-1 p{
    color:#333;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .item{
    background:#fff;
    text-align: center;
    padding:30px 25px;
    box-shadow: 0 0 25px rgba(0,0,0,0.07);
    border-radius: 20px;
    margin-bottom: 30px;
    border: 1px solid rgba(0,0,0,0.07);
    -webkit-transition:all 0.7s ease 0s;
    transition:all 0.7 ease 0s;
    
  }
  .item:hover{
    background-image: linear-gradient(to bottom right, #66ffcc 0%, #ffccff 100%);
    background-position: right;
    transition: background-position 3s;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.7s ease 0s;
  }
  .item:hover .item,
  .item:hover span.icon{
    background:#fff;
    border-radius: 10px;
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  .item:hover h6,
  .item:hover p{
    color:#2b6777;
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  .item .icon{
    font-size:40px;
    margin-bottom: 25px;
    color:yellow;
    width:90px;
    height:90px;
    line-height: 96px;
    border-radius: 50px;
  }
  .item .feature_box_col_one{
    background:rgba(247,198,5,0.2);
    color:#52ab98;
  }
  .item .feature_box_col_two{
    background: rgba(255, 77, 28, 0.15);
    color:#52ab98;
    
  }
  .item .feature_box_col_three{
    background:rgba(0,147,38,0.15);
    color:#52ab98;
  }
  .item .feature_box_col_four{
    background:rgba(0,108,255,0.15);
    color:#52ab98;
    
  }
  .item .feature_box_col_five{
    background:rgba(146,39,255,0.15);
    color:#52ab98;
  }
  .item .feature_box_col_six{
    background:rgba(23,39,246,0.15);
    color:#52ab98;
  }
  .item p{
    font-size: 15px;
    font-family: "Varela Round",Arial,"Helvetica Neue",Helvetica,sans-serif;
    line-height: 26px;
  }
  .item h6{
    margin-bottom: 20px;
    font-family: "Varela Round",Arial,"Helvetica Neue",Helvetica,sans-serif;
    color:#2f2f2f;
  }

.communicate{
    text-align: center;
    align-items: center;
    background-image: url(../images/banner3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    min-height: 35vh;
    padding: 40px 20px;
}  

.communicate h3{
    margin-top: 3rem;
    font-size: 3rem;
}

.communicate p{
    font-size: 2rem;
}

.testimonials {
    position: relative;
    padding: 90px 0 60px 0;
    background: #f2f2f2;
}

.testimonials .testimonial-item {
    position: relative;
    margin: 0 15px 30px 15px;
    background: #ffffff;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 10px 24px rgba(2, 6, 23, 0.08);
    overflow: hidden;
}

.testimonials .testimonial-img {
    position: relative;
    background: #f8fafc;
    overflow: hidden;
    width: 100%;
    height: 190px;
    border-radius: 12px;
    margin: 0 0 16px 0;
    border: 1px solid #dbe4f0;
}

.testimonials .testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.testimonials .testimonial-img.image-mode-company-logo img {
    object-fit: contain;
    padding: 18px;
    background: #ffffff;
}

.testimonials .testimonial-text {
    position: relative;
    width: 100%;
    padding: 8px 4px 4px;
    text-align: center;
    background: #ffffff;
}

.testimonials .testimonial-text .quote {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 20px;
    color: #555;
    position: relative;
    padding: 0 20px;
}

.testimonials .testimonial-text .quote:before {
    content: '"';
    font-size: 40px;
    color: #4F84C4;
    position: absolute;
    left: 0;
    top: -10px;
}

.testimonials .testimonial-text .quote:after {
    content: '"';
    font-size: 40px;
    color: #4F84C4;
    position: absolute;
    right: 0;
    bottom: -30px;
}

.testimonials .testimonial-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.testimonials .testimonial-text h4 {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.testimonials .company-logo {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials .company-logo img {
    max-width: 120px;
    max-height: 44px;
    object-fit: contain;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #dddddd;
}

.testimonials .owl-dot.active {
    background-color: #4F84C4;
}

@media (max-width: 575px) {
    .testimonials .testimonial-img {
        height: 160px;
    }

    .testimonials .testimonial-text {
        padding: 10px 6px 4px;
    }
}

.clients {
    position: relative;
    padding: 90px 0;
    text-align: center;
    margin-top: -10rem;
    margin-bottom: -10rem;
}

.clients .section-header p {
    padding-bottom: 10px;
    margin-top: 2.5rem;
    text-align: center;
    font-size: 2rem;
    color: #333;
    padding: 1rem 0;
}

.clients img {
    max-width: 100%;
    opacity: 1;
    transition: 0.3s;
    padding: 15px 0;
}

.clients img:hover {
    opacity: .5;
}

.clients .owl-nav,
.clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

.clients .owl-dot.active {
    background-color: #4F84C4;
}    

.team{
    min-width: 100vw;
    min-height: 95vh;
    text-align: center;
    background-color: #222;
}

.team .heading{
    color: #00bfff;
}

.team .heading::before, .team .heading::after{
    border-color: #00bfff;
}

.team .row{
    display: inline-block;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.team .row .card{
    height: 35rem;
    width: 25rem;
    background-color: #fff;
    text-align: center;
    margin: 5rem 5rem;
    position: relative;
    overflow: hidden;
    -webkit-box-reflect: below 5px linear-gradient(transparent 70%, #0004);
    transition: 0.5s;
}

.team .row .card:hover{
    transform: translateY(-10px);
    cursor: pointer;
}


.team .row .card .image{
    margin: 1rem 0;
    padding-top: 4rem;
}

.team .row .card .image img{
    height: 13rem;
    width: 13rem;
    border-radius: 50%;
    border: .5rem solid #fff;
    box-shadow: 0 0 .5rem rgba(0,0,0,.3);
    object-fit: cover;
}

.team .row .card .info h3{
    font-size: 2rem;
    color: #333;
}

.team .row .card .info span{
    font-size: 1.8rem;
    color: #00bfff;
}

.team .row .card .info .icons a{
    margin-top: 4rem;
    padding-top: 0 1rem;
    font-size: 2rem;
    color: #333;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.team .row .card .info .icons .fa-facebook-f:hover, .footer .icons .fa-facebook-f:hover{
    color: #4267B2;
    text-decoration: none;
}

.team .row .card .info .icons .fa-twitter:hover, .footer .icons .fa-twitter:hover{
    color: #1DA1F2;
    text-decoration: none;
}

.team .row .card .info .icons .fa-instagram:hover, .footer .icons .fa-instagram:hover{
    color: #C13584;
    text-decoration: none;
}

.team .row .card .info .icons .fa-linkedin:hover, .footer .icons .fa-linkedin:hover{
    color: #2867B2;
    text-decoration: none;
}

.team .row .card::before, .team .row .card::after{
    content: '';
    position: absolute;
    border-radius: 50%;
    height: 13.5rem;
    width: 13.5rem;
    z-index: -1;
}

.team .row .card::before{
    background: #00bfff;
    top: -3rem;
    right: -4rem;
}

.team .row .card::after{
    background: #ccc;
    bottom: -3rem;
    left: -4rem;
}

.contact{
    text-align: center;
    align-items: center;
    padding-top: 2rem;
}

.contact .heading{
    margin-top: 0;
    margin-bottom: 5rem;
}

.contact-in
		{
			width: 80%;
			height: auto;
			margin: auto auto 5rem auto;
			display: flex;
			flex-wrap: wrap;
			padding: 10px;
			border-radius: 10px;
			background: #fff;
			box-shadow: 0px 0px 10px 0px #666;
		}

		.contact-map
		{
			width: 100%;
			height: auto;
			flex: 50%;
		}
		.contact-map iframe
		{
			width: 100%;
			height: 100%;
		}
		.contact-form
		{
			width: 100%;
			height: auto;
			flex: 50%;
			text-align: left;
		}
		.contact-form-txt
		{
            margin-left: 2rem;
			width: 95%;
			height: 40px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
		}
        .contact-form-email
		{
            margin-left: 2rem;
			width: 95%;
			height: 40px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
		}
        .contact-form-company
		{
            margin-left: 2rem;
			width: 95%;
			height: 40px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
		}
        .contact-form-txt,
        .contact-form-email,
        .contact-form-company,
        .contact-form-txtarea
        {
            font-size: 1.7rem;
        }
		.contact-form-txt::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}
        .contact-form-email::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}
		.contact-form-txtarea
		{
            margin-left: 2rem;
			width: 95%;
			height: 130px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 10px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
			font-family: 'Poppins', sans-serif;
		}
		.contact-form-txtarea::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}

		.contact-form-btn
		{
            margin-left: 2rem;
            outline: none;
            border: none;
            border-radius: 5rem;
            background: white;
            border-style: groove;
            border-color: #002e5f;
            font-size: 1.5rem;
            cursor: pointer;
            height: 3.5rem;
            width: 15rem;
            box-shadow: 0 .2rem .5rem rgba(0,0,0,.3);
		}
        .contact-form-btn:hover{
            letter-spacing: .1rem;
            opacity: .9;
            color: white;
            background: #002e5f;
        }
		.response-commitment{
			text-align: center;
			font-size: 1.4rem;
			color: #666;
			margin-top: 1rem;
			font-weight: 500;
		}
		.contact-form-phone
		{
            margin-left: 2rem;
			width: 95%;
			height: 40px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
		}
		.contact-form-phone::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}

        .footer {
            position: relative;
            padding: 0 0 30px 0;
            background: #333;
        }
        
        .footer .footer-top {
            background: #002e5f;
            padding: 60px 0 30px 0;
        }
        
        .footer .footer-top .footer-info,
        .footer .footer-top .footer-links,
        .footer .footer-top .footer-contact,
        .footer .footer-top .footer-newsletter {
            margin-bottom: 30px;
        }
        
        .footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #ffffff;
            color: #00bfff;
            line-height: 1;
            padding: 9px 0;
            margin-right: 4px;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }
        
        .footer .footer-top .social-links a:hover {
            background: #00bfff;
            color: #ffffff;
        }
        
        .footer .footer-top h4 {
            font-size: 16px;
            font-weight: 700;
            color: #ffffff;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 12px;
            margin-bottom: 20px;
            letter-spacing: 1px;
        }
        
        .footer .footer-top h4::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            height: 0;
            width: 50px;
            border-bottom: 2px solid #ffffff;
        }
        
        .footer .footer-top .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .footer .footer-top .footer-links ul i {
            padding-right: 8px;
            color: #ffffff;
            font-size: 16px;
        }
        
        .footer .footer-top .footer-links ul li {
            border-bottom: 1px solid #ffffff;
            padding: 7px 0;
        }
        
        .footer .footer-top .footer-links ul li:first-child {
            padding-top: 0;
        }
        
        .footer .footer-top .footer-links ul a {
            font-size: 14px;
            color: #ffffff;
        }
        
        .footer .footer-top .footer-links ul a:hover {
            color: #00bfff;
        }
        
        .footer .footer-top .footer-contact p {
            color: #ffffff;
            line-height: 26px;
        }
        
        .footer .footer-top .footer-newsletter input[type="email"] {
            padding: 6px 8px;
            width: 60%;
            border: 1px solid #ffffff;
            background: transparent;
            color: #ffffff;
        }
        
        .footer .footer-top .footer-newsletter input[type="submit"] {
            border: 0;
            width: 40%;
            padding: 6px 0;
            text-align: center;
            color: black;
            border: 1px solid #ffffff;
            background: #ffffff;
            transition: 0.3s;
            cursor: pointer;
        }
        
        .footer .footer-top .footer-newsletter input[type="submit"]:hover {
            color: #ffffff;
            background: #00bfff;
            border: 1px solid #00bfff;
            letter-spacing: .2rem;
        }
        
        .footer .footer-top .footer-newsletter p {
            color: #ffffff;
            font-size: 14px;
        }
        
        .footer .credit,
        .footer .copyright {
            text-align: center;
            padding-top: 30px;
        }
        
        @media (min-width: 768px) {
            .footer .credit {
                text-align: right;
            }
            
            .footer .copyright {
                text-align: left;
            }
        }

        .back-to-top {
            position: fixed;
            display: none;
            background-color: #00bfff;
            color: #ffffff;
            width: 45px;
            height: 45px;
            text-align: center;
            line-height: 1;
            font-size: 44px;
            right: 15px;
            bottom: 15px;
            transition: background 0.3s;
            z-index: 9;
        }
        
        .back-to-top i {
            color: #ffffff;
        }

        .back-to-top i:hover {
            color: black;
        }

        .faq{
            min-height: 70vh;
            width: 100vw;
            text-align: center;
            padding: 0 2rem;
            background: url(../images/faq.jpg);
            background-repeat: no-repeat;
            background-size: cover;
        }
        
        .faq .row{
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 2rem;
        }
        
        .faq .row .accordion-container{
            width: 50%;
            text-align: left;
        }

        .faq .row .accordion{
            margin-left: 1rem;
            margin-right: 2rem;
        }
        
        .faq .row .accordion-container .accordion .accordion-header{
            background-color: #00bfff;
            margin: 1rem 0;
            box-shadow: .1rem .1rem .3rem rgba(0,0,0,.3);
            cursor: pointer;
            margin-left: 1rem;
            margin-right: 2rem;
        }
        
        .faq .row .accordion-container .accordion .accordion-header span{
            display: inline-block;
            text-align: center;
            height: 4rem;
            width: 5rem;
            line-height: 4rem;
            font-size: 2rem;
            background: #333;
            color: #fff;
            clip-path: polygon(0% 0%,75% 0%,100% 50%,75% 100%,0% 100%); 
        }
        
        .faq .row .accordion-container .accordion .accordion-header h3{
            display: inline;
            color: #333;
            font-weight: 400;
            padding-left: .5rem;
            font-size: 1.5rem;
        }
        
        .faq .row .accordion-container .accordion .accordion-body{
            padding: 1rem;
            color: #444;
            box-shadow: .1rem .1rem .3rem rgba(0,0,0,.3);
            background-color: #fff;
            font-size: 1.3rem;
            display: none;
            margin-left: 1rem;
            margin-right: 2rem;
        }
        
@media (max-width: 1200px){
    .faq{
        min-height: 70vh;
    }
}        

@media (max-width: 1000px){
    html{
        font-size: 50%;
    }

    .home{
        padding: 10rem 1.4rem 11rem;
    }


    .home h1{
        font-size: 4rem;
        max-width: 96%;
    }
    
    .home h2{
        font-size: 1.95rem;
        max-width: 94%;
    }

    .home .home-actions{
        gap: .8rem;
    }

    .about{
        min-height: auto;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        top: 0;
        text-align: center;
        position: relative;
        overflow: visible;
        line-height: normal;
        padding: 5rem 0 2rem;
    }
    
    .about .row{
        line-height: 1.7;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0 4rem;
    }
    
    .about .row .content{
        text-align: center;
    }
    
    .about .row .content h3{
        font-size: 2rem;
        color: var(--color);
    }
    
    .about .row .content p{
        font-size: 1.3rem;
        color: #333;
        padding: 1rem 0;
    } 

    .clients {
        position: relative;
        padding: 90px 0;
        text-align: center;
        margin-top: -15rem;
        margin-bottom: -8rem;
    }

    .clients .section-header p {
        padding-bottom: 10px;
        margin-top: 2.5rem;
        text-align: center;
        font-size: 2rem;
    }

    .team{
        min-height: auto;
    }

    .team .row{
        flex-direction: column;
    }

    .contact{
        text-align: center;
        align-items: center;
        padding-top: 3rem;
    }
    
    .contact .heading{
        margin-bottom: 2.5rem;
        margin-top: 0;
    }

    #technologies,
    .technologies {
        display: none !important;
    }

    .contact-in
		{
			width: 80%;
			height: auto;
			margin: auto auto 5rem auto;
			display: flex;
			flex-wrap: wrap;
			padding: 10px;
			border-radius: 10px;
			background: #fff;
			box-shadow: 0px 0px 10px 0px #666;
		}

		.contact-map
		{
			width: 100%;
			height: auto;
			flex: 50%;
		}
		.contact-map iframe
		{
			width: 100%;
			height: 100%;
		}
		.contact-form
		{
			width: 100%;
			height: auto;
			flex: 50%;
			text-align: left;
		}
		.contact-form-txt
		{
			width: 90%;
			height: 20px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
		}
        .contact-form-email
		{
            margin-left: 2rem;
			width: 90%;
			height: 20px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
		}
        .contact-form-txt,
        .contact-form-email,
        .contact-form-company,
        .contact-form-txtarea
        {
            font-size: 1.6rem;
        }
		.contact-form-txt::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}
        .contact-form-email::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}
		.contact-form-txtarea
		{
            margin-left: 2rem;
			width: 90%;
			height: 110px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 10px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
			font-family: 'Poppins', sans-serif;
		}
		.contact-form-txtarea::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}

		.contact-form-btn
		{
            margin-left: 2rem;
            outline: none;
            border: none;
            border-radius: 5rem;
            background: white;
            border-style: groove;
            border-color: #002e5f;
            font-size: 1.5rem;
            cursor: pointer;
            height: 3.5rem;
            width: 12rem;
            box-shadow: 0 .2rem .5rem rgba(0,0,0,.3);
		}
        .contact-form-btn:hover{
            letter-spacing: .1rem;
            opacity: .9;
            color: white;
            background: #002e5f;
            white-space: nowrap !important; 
            display: flex !important;       
            align-items: center;
            justify-content: center;
            overflow: hidden;   
        }
		.contact-form-phone
		{
            margin-left: 2rem;
			width: 90%;
			height: 20px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
		}
		.contact-form-phone::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}

        
        .back-to-top {
            width: 30px;
            height: 30px;
            font-size: 30px;
        }

        .faq{
            padding: 0;
            min-height: 60vh;
        }
    
        .faq .row{
            padding: 0 1.5rem;
            flex-flow: column;
        }
    
        .faq .row .accordion-container{
            width: 100%;
        }
}

    @media (max-width: 700px){
        .home{
            padding: 9.4rem 1rem 10.4rem;
        }

        .home h1{
            font-size: 3.2rem;
        }

        .home h2{
            font-size: 1.65rem;
            line-height: 1.45;
        }

        .home .hero-btn,
        .home .discover-services .discover-link,
        .home .discover-services .discover-link span,
        .home .discover-services .discover-link .discover-icon{
            font-size: 1.5rem;
        }

        .heading {
            font-size: 2.8rem;
            line-height: 1.25;
            padding: 1.2rem 2.4rem;
        }

        .heading::before,
        .heading::after {
            width: 2rem;
            height: 2rem;
        }
    }

/* Discover Services Section */
.discover-services {
    display: inline-block;
    text-align: center;
    margin-top: 2rem;
}

.discover-services .discover-link,
.discover-services .discover-link span,
.discover-services .discover-link .discover-icon {
    font-size: 1.8rem;
    color: #fff;
    text-decoration: none !important;
}

.discover-services .discover-link {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    transition: all 0.3s ease;
}

.discover-services .discover-link span {
    font-weight: 500;
}

.discover-services .discover-link .discover-icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.discover-services .discover-link:hover {
    opacity: 0.85;
}

.discover-services .discover-link:hover .discover-icon {
    transform: translateX(5px);
}
.heading {
    margin: 2rem 0;
    padding: 1rem 2.5rem;
    display: inline-block;
    font-size: 3.5rem;
    color: #002e5f;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}

/* Tạo góc vuông phía trên bên trái */
.heading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2.5rem;
    width: 2.5rem;
    border-top: 0.4rem solid #002e5f;
    border-left: 0.4rem solid #002e5f;
}

/* Tạo góc vuông phía dưới bên phải */
.heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2.5rem;
    width: 2.5rem;
    border-bottom: 0.4rem solid #002e5f;
    border-right: 0.4rem solid #002e5f;
}
.social-links {
    display: flex !important;
    gap: 10px; /* Khoảng cách giữa các ô */
    margin-top: 15px;
    justify-content: flex-start;
}

.social-links a {
    width: 40px !important;
    height: 40px !important;
    background: #ffffff !important;
    color: #002e5f !important;
    border-radius: 4px; /* Bo góc nhẹ như ảnh mẫu */
    
    /* Dùng Flexbox để ép icon vào chính giữa ô */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    
    font-size: 20px !important;
    transition: 0.3s;
    text-decoration: none !important;
}

/* Hover đổi màu */
.social-links a:hover {
    background: #00bfff !important;
    color: #ffffff !important;
    transform: translateY(-3px); /* Nhấc nhẹ lên khi di chuột */
}

/* Xóa bỏ mọi padding/margin thừa của thẻ i bên trong */
.social-links a i {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}
@media (max-width: 768px) {
    
    /* 1. Ép 2 cột 50-50 về thành 1 cột 100% */
    .strengths .col-lg-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 0 2rem !important; /* Tạo lề 2 bên */
        margin-bottom: 1rem;
    }

    /* 2. Căn giữa tiêu đề chính của phần này */
    .strengths .section-head h1 {
        font-size: 2.6rem !important;
        text-align: center !important;
    }

    /* 3. Chỉnh sửa danh sách các mục (li) */
    .strengths-list {
        display: inline-block;
        text-align: left;
        width: 100%;
    }

    .strengths-list li {
        padding-left: 0 !important; /* Xóa lề trái 5rem cũ của PC */
        font-size: 1.6rem !important; /* Chỉnh chữ to vừa phải */
        line-height: 1.5 !important;
        margin-bottom: 1.8rem !important;
        display: flex !important;
        align-items: flex-start !important; /* Icon căn theo dòng đầu tiên của chữ */
        justify-content: flex-start !important;
    }

    /* 4. Chỉnh icon check màu xanh */
    .strengths-list li i {
        margin-right: 1.2rem !important;
        margin-top: 0.3rem !important;
        font-size: 1.8rem !important;
        min-width: 2.5rem; /* Giữ khoảng cách cố định cho icon */
    }
}