.hero {
  min-height: 100vh;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.25;
  font-size: 3rem;
  font-family: Montserrat, sans-serif;
  background: linear-gradient(135deg, #2fb4ff, #2fb4ff, #fcbe034d);
}

.logo-wrap {
  height: 60px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.logo-wrap img {
  height: 140px;
}

.navbar {
  position: absolute;
  width: 100%;
}

.nav-link {
  color: #fff;
  font-weight: 700;
}

.nav-link:hover {
  color: #fff;
}

.underline {
  width: auto;
  position: relative;
}

.underline::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  background-color: #fa8e12;
  transition: 0.3s;
  transition-timing-function: ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
}

.underline:hover::after {
  transform: scaleX(1);
}

@media (max-width: 991.98px) {

  .navbar-collapse {
    margin-top: 1rem;
  }

  .mobile-menu {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 12px;
  }

  .mobile-menu .nav-link {
    color: #000 !important;
    font-weight: 600;
  }

  .mobile-menu .btn {
    width: 100%;
    margin-top: 10px;
  }
}


.hero-title {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.hero-subtitle {
  font-size: 1.45rem;
  font-weight: 500;
}

.btnstart {
  border-radius: 15px;
  font-family: Montserrat, sans-serif;
}

.scroll-indicator {
  position: absolute;
  bottom: 30px;
  width: 95%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.top {
  color: rgba(59 130 246);
  font-size: 3.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  margin-bottom: 2rem;
  text-align: center;
}

.top2 {
  color: rgb(118, 124, 133);
  font-size: 1.25rem;
  max-width: 52rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #f8f9fa;
}

.service-card {
  background: #ffffff;
  border-top: 4px solid #1e88e5;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  padding: 30px;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
}

.icon-box {
  width: 55px;
  height: 55px;
  background: #1e88e5;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.service-card:hover {
  border-color: #f5b400;
}

.service-card:hover .icon-box {
  background-color: #f5b400;
}

.service-card:hover .icon-box {
  transform: translateY(-4px);
}

.service-card ul {
  padding-left: 18px;
}

.service-card ul li {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 6px;
}

.service-card ul li::marker {
  color: #f5b400;
}

.page2semiheading {
  color: rgb(30 58 138);
  font-weight: bold;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #f8f9fa;
}
.about-section {
  background: #ffffff;
}

.image-box {
  position: relative;

}

.image-box img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.stats-card {
  position: absolute;
  bottom: -25px;
  right: 0px;
  height: 93px;
  background: #ffffff;
  padding: 18px 24px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border-left: 6px solid #f5b400;
}

.stats-card h3 {
  color: #1e88e5;
  font-weight: 800;
  margin: 0;
}

.stats-card p {
  font-size: 14px;
  margin: 0;
  color: #555;
}

.section-title {
  font-size: 42px;
  font-weight: 800;
  color: #1e88e5;
  line-height: 1.2;
}

.section-text {
  color: #555;
  font-size: 16px;
  line-height: 1.7;
}

.feature-item {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #333;
  cursor: pointer;
}

.feature-text {
  font-weight: 600;
  color: #333;
  transition: color 0.3s ease;
}

.feature-item .icon {
  width: 40px;
  height: 40px;
  background: #f5b400;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 16px;
  transition: transform 0.3s ease;
}

.feature-item:hover .feature-text {
  color: #2fb4ff;
}

.feature-item:hover .icon {
  transform: translateY(-4px);
}

.fa-clock {
  color: rgb(30 58 138);
}

.fa-users {
  color: rgb(30 58 138);
}

.fa-award {
  color: rgb(30 58 138);
}

.fa-globe {
  color: rgb(30 58 138);
}

.topglobal {
  color: rgba(59 130 246);
  font-size: 3.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  margin-bottom: 1rem;
  word-spacing: 3px;
  letter-spacing: 2.5px;
  text-align: center;
}

.global-reach-section {
  font-family: 'Montserrat', sans-serif;
}

.map-area {
  width: 100%;
  max-width: 1000px;   
  overflow: hidden;    
}


.curve-svg {
  width: 100%;
  height: auto;
  display: block;
}

.map-point {
  position: absolute;
}

.dot {
  width: 12px;
  height: 12px;
  background: #f5b400;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.tooltip-box {
  position: absolute;
  top: -70px;
  left: -40px;
  background: #ffffff;
  padding: 10px 14px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: 0.3s ease;
}
.tooltip-box {
  max-width: 160px;
  word-wrap: break-word;
}
.tooltip-box {
  white-space: normal;
  max-width: 160px;
}


@media (max-width: 576px) {
  .global-reach-section {
    overflow-x: hidden;
  }
}

.map-point:hover .dot {
  transform: translateY(-4px);
}

.map-point:hover .tooltip-box {
  opacity: 1;
  transform: translateY(0);
}

.p1 {
  top: 245px;
  left: 80px;
}

.p2 {
  top: 150px;
  left: 320px;
}

.p3 {
  top: 185px;
  left: 600px;
}

.p4 {
  top: 135px;
  left: 820px;
}
@media (max-width: 768px) {
  .map-area {
    overflow-x: hidden;
  }

  .map-point {
    transform: scale(0.8);
  }
}

.stat h2 {
  color: #2fb4ff;
  font-weight: 700;
}

.stat p {
  color: #6b7280;
  font-size: 15px;
}

.svgbox {
  border: 1px solid #2fb4ff;
  border-radius: 20px;
}

body {
  font-family: "Inter", "Segoe UI", sans-serif;
  background: #f7f9fc;
}

.testimonials-section {
  background: #f7f9fc;
}

.testimonial-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  height: 100%;
  position: relative;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
  cursor: pointer;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.fa-star {
  color: #f5b400;
  font-size: 15px;
  margin-right: 2px;
}

.fa-quote-right {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 28px;
  color: #739bea;
}

.testimonial-text {
  margin-top: 20px;
  font-size: 15px;
  color: #4b5563;
  line-height: 1.6;
}

.client img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.client h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.client small {
  color: #6b7280;
  font-size: 13px;
}


body {
  font-family: 'Montserrat', sans-serif;
  background: #f7f9fc;
}

.contact-section {
  background: #f7f9fc;
}

.cta-box {
  background: linear-gradient(135deg, #1f6fe5, #2f80ed);
  color: #ffffff;
  padding: 90px 20px;
}

.cta-box h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.15;
}
@media (max-width: 576px) {
  .cta-box h1 {
    font-size: 36px;
  }
}

.cta-box h1 span {
  color: #f5b400;
}

.cta-box p {
  margin-top: 20px;
  font-size: 20px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.95;
}

.info-container {
  padding: 70px 0;
}

.info-card {
  background: #ffffff;
  padding: 38px 30px;
  border-radius: 18px;
  text-align: center;
  height: 100%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.info-card {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.info-card .icon {
  width: 64px;
  height: 64px;
  background: #2f80ed;
  color: #ffffff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 26px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.info-card:hover .icon {
  background: #f5b400;
  transform: translateY(-4px);
}

.info-card .icon {
  width: 64px;
  height: 64px;
  background: #2f80ed;
  color: #ffffff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 26px;
}
.info-card h6 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.info-card p {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 0;
}

.info-card .highlight {
  color: #2f80ed;
  font-weight: 600;
}


body {
  font-family: Montserrat ,sans-serif;
  background: #f6f9fc;
}

.box-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  width: 100%;
  
}

.why-list {
  list-style: none;
  padding: 0;
  width: 100%;
}

.why-list li {
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  color: #374151;
  font-weight: 500;
}

.why-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #f5b400;
  font-size: 20px;
}

.process-item {
  display: flex;
  gap: 15px;
  margin-bottom: 18px;
}

.step {
  width: 34px;
  height: 34px;
  background: #2f80ed;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-item h6 {
  margin: 0;
  font-weight: 600;
}

.process-item p {
  margin: 0;
  font-size: 13.5px;
  color: #6b7280;
}

.form-control,
.form-select {
  border-radius: 8px;
  font-size: 14px;
}

.btn-primary {
  background: #2f80ed;
  border: none;
}

.footer-section {
  background: linear-gradient(180deg, #0f3c8a, #0b2f6a);
  color: #ffffff;
}

.brand-name {
  font-weight: 700;
  color: #4da3ff;
}

.footer-text {
  font-size: 14px;
  color: #dbe7ff;
  line-height: 1.6;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.fa-envelope{
  color: #fa8e12;
}

.fa-phone{
  color: #fa8e12;
}

.fa-location-dot{
  color: #fa8e12;
}

.footer-contact li {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-contact i {
  color: #f5b400;
  margin-right: 10px;
}

.footer-title {
  color: #8bbcff;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  font-size: 14px;
  margin-bottom: 10px;
  color: #dbe7ff;
}


.social-icons a {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #ffffff;
  margin-right: 10px;
  text-decoration: none;
}
/* SOCIAL */
.social-icons a {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #1e5eff;               
  margin-right: 10px;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}

.social-icons a:hover {
  color: #f5b400;                
  transform: translateY(-3px);   
}

.subscribe-box {
  display: flex;
  gap: 10px;
}

.subscribe-box input {
  flex: 1;
  padding: 10px 12px;
  border-radius: 8px;
  border: none;
  outline: none;
}

.subscribe-box button {
  background: #f5b400;
  border: none;
  color: #000;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
}

.footer-bottom p {
  font-size: 13px;
  color: #dbe7ff;
  margin: 0;
}
.bottom-links a {
  font-size: 13px;
  color: #dbe7ff;
  margin-left: 15px;
  text-decoration: none;
}
html, body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}


/* ===============================
PROJECTS SECTION
=============================== */

.projects-section{
background:#ebf1ff;
color:white;
}

.project-card{
background:#111827;
border-radius:18px;
overflow:hidden;
transition:all .4s ease;
border:1px solid rgba(255,255,255,0.05);
}

.project-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,0.4);
}

/* IMAGE */

.project-image{
position:relative;
overflow:hidden;
}

.project-image img{
width:100%;
height:220px;
object-fit:cover;
transition:transform .6s ease;
}

.project-card:hover img{
transform:scale(1.05);
}

/* OVERLAY */

.project-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.65);
display:flex;
align-items:center;
justify-content:center;
opacity:0;
transition:.4s;
}

.project-card:hover .project-overlay{
opacity:1;
}

/* VISIT BUTTON */

.visit-btn{
background:#f5b400;
color:black;
padding:10px 20px;
border-radius:30px;
font-weight:600;
text-decoration:none;
}

.visit-btn:hover{
background:#ffcc00;
color:black;
}

/* CONTENT */

.project-content{
padding:22px;
}

.project-content h5{
font-weight:700;
margin:10px 0;
}

.project-content p{
font-size:14px;
opacity:0.85;
}

/* CATEGORY */

.project-category{
font-size:13px;
color:#2fb4ff;
font-weight:600;
}

.project-category i{
margin-right:6px;
}
