*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  font-family:'Rubik', sans-serif;
  color:#ffffff;
}

.container { 
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

/* TOP BAR */
.topbar{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  background:#020c1b;
  padding:10px 0;
  font-size:13px;
  color:oklch(100% 0.00011 271.152);
}

.topbar-flex{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.top-left, .top-right{
  display:flex;
  align-items:center;
  gap:15px;
}

.item{
  display:flex;
  align-items:center;
  gap:8px;
}

.topbar i{
  color:#ffffff;
}

.divider{
  width:1px;
  height:15px;
  background:#1e293b;
}

.socials{
  display:flex;
  align-items:center;
  gap:18px;
}

.socials a{
  color:#ffffff;
  text-decoration:none;
  font-size:18px;
  transition:0.3s;
  display:flex;
  align-items:center;
  justify-content:center;
}

.socials a:hover{
  color:#2f6bff;
}

.phone{
  display:flex;
  align-items:center;
  gap:10px;
  color:#ffffff;
}
.phone i{
  font-size:14px;
  width:32px;
  height:32px;
  background:rgba(255,255,255,0.08);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ffffff;
}

/* LOGO */
.logo img{
  height:90px;
  object-fit:contain;
}

/* NAVBAR */
.navbar {
  overflow: visible;
  position: fixed;
  width: 100%;
  top: 46px;
  left: 0;
  z-index: 999;
  background: rgba(10, 20, 40, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 0;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.logo img {
  height: 60px;
  object-fit: contain;
}

.logo i{
  color:#2f6bff;
}

.logo b{
  color:#2f6bff;
}

/* MENU */
.menu {
  display: flex;
  flex-direction: row;
  list-style: none;
  gap: 35px;
}

.menu li{
  font-size:16px;
  font-weight:500;
  cursor:pointer;
}

.menu li i{
  font-size:10px;
  margin-left:5px;
}

.menu li a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 16.5px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.menu li a i {
  font-size: 10px;
}

.menu li a:hover {
  color: #2f6bff;
}

.btn {
  display: inline-block;
  text-decoration: none;
}

/* RIGHT */
.right{
  display:flex;
  align-items:center;
  gap:20px;
}

.quote{
  background:#2f6bff;
  border:none;
  padding:12px 22px;
  color:#fff;
  font-weight:600;
  border-radius:6px;
  cursor:pointer;
  text-decoration: none;
}

.menu-icon{
  font-size:20px;
  cursor:pointer;
}

/* HERO */
.hero {
  height: 100vh;
  display: flex;
  align-items: flex-start;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
  position: relative;
  overflow: hidden;
}

/* OVERLAY */
.overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:2;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.589) 15%,
    rgba(0,0,0,0.60) 45%,
    rgba(0,0,0,0.35) 100%
  );
}

.hero-content{
  position: relative;
  z-index: 5;
  top:55%;
  transform:translateY(-50%);
  max-width:800px;
  margin-left:0;     
  padding-left:80px;  
}

.hero h1{
  text-shadow: 0 4px 25px rgba(0,0,0,0.8);
  font-size: 80px; 
  font-weight: 800;
  line-height: 1.0;
  margin-top: 10px;
  letter-spacing:-1px;
}

.desc{
  text-shadow: 0 2px 10px rgba(0,0,0,0.8);
  max-width: 500px;
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.6;
  color: #e2e8f0;
}

.hero video{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
}

.hero h1 span{
  display:block;
  color:#2f6bff;
  font-weight:700;
}

/* BUTTONS */
.buttons{
  margin-top:30px;
  margin-bottom: 10px;
  display:flex;
  gap:10px;
}

.btn{
  padding:14px 26px;
  border-radius:6px;
  font-weight:600;
  cursor:pointer;
}

.primary{
  background:#2f6bff;
  border:none;
  color:#fff;
}

.secondary{
  background:transparent;
  border:1px solid rgba(255,255,255,0.4);
  color:#fff;
}

.menu.active {
  display: flex;
  flex-direction: column;
}

/* HERO STATS */
.hero-stats {
  margin-top: 60px;
  display: flex;
  gap: 100px;
  align-items: flex-start;
}

.stat {
  position: relative;
}

.stat h2 {
  font-size: 52px;
  font-weight: 700;
  color: #2f6bff;
  line-height: 1;
}

.stat p {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 10px;
}

.stat .line {
  display: block;
  width: 25px;
  height: 3px;
  background: #2f6bff;
  margin: 15px 0;
}

.stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -50px;
  top: 15%;
  width: 1px;
  height: 70%;
  background: rgba(255, 255, 255, 0.2);
}

/* MAIN SECTION */
.feature-section {
  margin-top: 0;
  position: relative;
  z-index: 5;
}

.feature-top {
  background: url('images/bg.jpeg') center/cover no-repeat;
  position: relative;
  padding: 80px 0;
}

.feature-top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  top: 0;
  left: 0;
}

.stats-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

/* BOTTOM WHITE CARDS */
.feature-bottom {
  background: #f7f7f7;
}

.feature-row {
  display: flex;
  align-items: stretch;
}

.feature-box {
  flex: 1;
  background: #ffffff;
  padding: 60px 40px;
  text-align: left;
  position: relative;
  border-right: 1px solid #edf1f7;
  transition: all 0.35s ease;
  overflow: hidden;
}

.feature-box:last-child {
  border-right: none;
}

.feature-box .icon {
  width: 82px;
  height: 82px;
  background: #f3e7db;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 30px;
  transition: all 0.35s ease;
  color: #0c1b33;
}

.feature-box .number {
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 78px;
  font-weight: 800;
  color: #edf2f9;
  line-height: 1;
  user-select: none;
}

.feature-box h3 {
  color: #0c1b33;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 700;
}

.feature-box p {
  color: #6b7c93;
  line-height: 1.7;
  font-size: 16px;
  max-width: 320px;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  z-index: 2;
}

.feature-box:hover .icon {
  background: #2f6bff;
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(47,107,255,0.35);
}

/* SCROLL EFFECT */
.navbar.scrolled {
  top: 0;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.navbar.scrolled .menu li a {
  color: #0f203d;
}

.menu li a.active {
  color: #2f6bff !important;
}

.navbar.scrolled .menu li a.active {
  color: #2f6bff !important;
}

.navbar.scrolled .quote {
  background: #2f6bff;
  color: #fff;
}

.navbar.scrolled .logo img {
  height: 50px;
}

.menu-icon {
  width: 28px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.menu-icon span {
  display: block;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 2px;
  transition: 0.3s;
}

.navbar.scrolled .menu-icon span {
  background: #0c1b33;
}

/* SERVICES SECTION */
.services {
  background: #f5f7fb;
  padding: 80px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title span {
  color: #2f5bea;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 14px;
}

.section-title h2 {
  font-size: 42px;
  margin: 15px 0;
  color: #0f172a;
}

.section-title p {
  color: #64748b;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s;
}

.service-card:hover {
  transform: translateY(-10px);
}

.service-img {
  position: relative;
  overflow: visible;
}

.service-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.service-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(47, 91, 234, 0.6);
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s;
}

.service-card:hover .service-img::after {
  opacity: 1;
}

.icon-box {
  position: absolute;
  bottom: -32px; 
  right: 20px;
  width: 60px;
  height: 60px;
  background: #2f5bea;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  z-index: 10;
}

.icon-box i {
  color: #ffffff; 
  font-size: 22px;
  transition: 0.3s;
}

.service-content {
  padding: 40px 25px 25px; 
}

.service-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #0f172a;
}

.service-content p {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
}

.service-content a {
  display: inline-block;
  margin-top: 15px;
  color: #2f5bea;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

/* SIDEBAR CONTAINER */
.sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  width: 380px;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  padding: 40px;
  box-shadow: -10px 0 30px rgba(0,0,0,0.1);
  color: #333;
  overflow-y: auto;
}

.sidebar.active {
  right: 0; 
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.logo-sidebar img {
  height: 50px;
}

.close-sidebar {
  background: none;
  border: none;
  font-size: 35px;
  cursor: pointer;
  color: #0c1b33;
}

.sidebar-body h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #0c1b33;
  border-bottom: 2px solid #2f6bff;
  display: inline-block;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.sidebar-links {
  list-style: none;
  margin-bottom: 40px;
  padding: 0;
}

.sidebar-links li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.sidebar-links li a {
  text-decoration: none;
  color: #666;
  font-weight: 500;
  transition: 0.3s;
}

.sidebar-links li a:hover {
  color: #2f6bff;
  padding-left: 8px;
}

.contact-item {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.contact-item i {
  color: #2f6bff;
  font-size: 18px;
  margin-top: 5px;
}

.contact-item strong {
  display: block;
  font-size: 12px;
  color: #999;
  letter-spacing: 1px;
}

.contact-item p {
  color: #333;
  font-size: 14px;
  margin: 0;
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  display: none; 
  opacity: 0;
  transition: opacity 0.4s ease;
}

.sidebar-overlay.active {
  display: block;
  opacity: 1;
}

body.sidebar-open .menu {
  visibility: hidden; 
}

body.sidebar-open .right {
  visibility: hidden; 
}

body.sidebar-open .navbar {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* WHY CHOOSE US */
.why-choose {
  position: relative;
  background: url('images/now.jpeg') center/cover no-repeat;
  padding: 120px 0;
  overflow:hidden;
}

.why-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.72);
}

.why-content {
  position: relative;
  max-width: 700px;
  z-index: 2;
}

.tag{
  display:inline-block;
  color:#2f6bff;
  font-size:14px;
  font-weight:700;
  letter-spacing:2px;
  margin-bottom:18px;
  text-transform:uppercase;
}

.why-content h2{
  font-size:58px;
  line-height:1.15;
  color:#ffffff;
  font-weight:800;
  margin-bottom:25px;
}

.why-desc{
  font-size:17px;
  line-height:1.8;
  color:#dbe4f0;
  margin-bottom:35px;
  max-width:620px;
}

.why-list{
  list-style:none;
  padding:0;
  margin:0 0 40px;
}

.why-list li{
  display:flex;
  align-items:center;
  gap:14px;
  color:#ffffff;
  font-size:16px;
  margin-bottom:18px;
  font-weight:500;
}

.why-list i{
  color:#2f6bff;
  font-size:20px;
}

.why-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 32px;
  background:#2f6bff;
  color:#ffffff;
  text-decoration:none;
  border-radius:8px;
  font-weight:700;
  letter-spacing:0.5px;
  transition:0.3s ease;
}
.why-btn:hover{
  background:#1d4ed8;
  transform:translateY(-3px);
  box-shadow:0 12px 30px rgba(47,107,255,0.35);
}
@media(max-width:991px){

  .why-choose{
    padding:90px 0;
  }

  .why-content h2{
    font-size:42px;
  }

}

@media(max-width:600px){

  .why-content h2{
    font-size:34px;
  }

  .why-desc{
    font-size:15px;
  }

  .why-list li{
    align-items:flex-start;
    line-height:1.6;
  }

}

/* PROCESS SECTION */
.process {
  background: #f8fafc;
  padding: 100px 0;
  text-align: center;
}

.process-title h2 {
  font-size: 42px;
  color: #0f172a;
  margin-bottom: 10px;
}

.process-title p {
  color: #64748b;
  margin-bottom: 70px;
}

.process-row::before{
    content:"";
    position:absolute;
    top:60px;
    left:12%;
    width:76%;
    height:2px;
    background:#dbe4f0;
    z-index:0;
}

.process-row{
    display:flex;
    justify-content:space-between;
    position:relative;
}

.process-row::before{
    content:"";
    position:absolute;
    top:38px;
    left:12%;
    width:76%;
    height:2px;
    background:#dbe4f0;
    z-index:0;
}


.process-step {
  width: 22%;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.circle {
  width: 100px;
  height: 100px;
  border: 3px solid #2f6bff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 30px;
  color: #2f6bff;
  position: relative;
  background: #fff;
  transition: all 0.3s ease;
}

.step-number {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #2f6bff;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.process-step h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #0f172a;
}

.process-step p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}

.circle i {
  color: #2f6bff;
  transition: all 0.3s ease;
}

.process-step:hover .circle {
  background: #2f6bff;
  border-color: #2f6bff;
  transform: scale(1.15);
  box-shadow: 0 10px 30px rgba(47, 107, 255, 0.3);
}

.process-step:hover .circle i {
  color: #ffffff;
}

.process-step:hover h3 {
  color: #2f6bff;
}

/* TESTIMONIALS */
.testimonials {
  padding: 100px 0 40px;
  background: #ffffff;
  text-align: center;
}

.testimonial-title {
  margin-bottom: 60px;
}

.title-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 10px;
}

.title-line .tag {
  color: #2f6bff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
}

.testimonial-title h2 {
  font-size: 50px;
  color: #0c1b33;
  font-weight: 800;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.testimonial-card{
  background: #fff;
  padding: 50px 30px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05);
  position: relative;
  transition: 0.3s;
  text-align: center;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.quote-icon {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #2f6bff;
  font-size: 24px;
}

.user-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  border: 4px solid #f1f5f9;
}

.testimonial-card h3 {
  color: #0c1b33;
  margin-bottom: 5px;
  font-size: 20px;
}

.testimonial-card .designation {
  color: #64748b;
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
}

.testimonial-card p {
  color: #64748b;
  line-height: 1.7;
  font-size: 15px;
  font-style: italic;
}

/* DROPDOWN */
.dropdown {
  position: relative;
}

.submenu {
  position: absolute;
  top: calc(100% + 32px);
  left: 50%;
  background: #ffffff;
  min-width: 260px;
  list-style: none;
  padding: 15px 0;
  border-radius: 8px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: 0.3s;
  z-index: 9999;
}

.submenu li {
  padding: 10px 20px;
}

.submenu li a {
  color: #0c1b33;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.submenu li a:hover {
  color: #2f6bff;
  padding-left: 5px;
}

.dropdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%);
}

.sidebar-about {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.sidebar-about h3 {
  margin-top: 20px;
  font-size: 18px;
  color: #0c1b33;
}

.about-text {
  font-size: 14px;
  color: #6b7c93;
  line-height: 1.6;
  margin-top: 10px;
}

.sidebar-social {
  margin-top: 25px;
  display: flex;
  gap: 15px;
}

.sidebar-social a {
  width: 48px;
  height: 48px;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #0c1b33;
  font-size: 18px;
  text-decoration: none; 
  transition: all 0.3s ease;
}

.sidebar-social a:nth-child(1) { color: #1877f2; } 
.sidebar-social a:nth-child(2) { color: #1da1f2; } 
.sidebar-social a:nth-child(3) { color: #e4405f; } 
.sidebar-social a:nth-child(4) { color: #0077b5; } 

.sidebar-social a:hover {
  background: #2f6bff;
  color: #fff;
  transform: translateY(-4px);
}

/* =========================================
   FAQ SECTION
========================================= */

.faq-section{
    background:#f5f7fb;
    padding:120px 0;
}

.faq-container{
    display:flex;
    justify-content:space-between;
    gap:100px;
    align-items:flex-start;
}

.faq-left{
    width:36%;
    position:sticky;
    top:120px;
}
.faq-right{
    width:64%;
}


.faq-subtitle{
    display:block;
    color:#2f6bff;
    font-size:15px;
    font-weight:700;
    letter-spacing:4px;
    margin-bottom:28px;
}

.faq-left h2{
    color:#08142b;
    font-size:65px;
    line-height:0.95;
    font-weight:800;
    letter-spacing:-3px;
}

.faq-right{
    width:62%;
}

.faq-item{
    border-bottom:1px solid #dde3eb;
    padding:32px 0;
}

.faq-question{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    cursor:pointer;
}

.faq-question h3{
    color:#08142b;
    font-size:19px;
    line-height:1.4;
    font-weight:700;
}

.faq-question i{
    color:#2f6bff;
    font-size:20px;
    transition:0.3s;
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height 0.4s ease;
}

.faq-answer p{
    padding-top:22px;
    color:#718096;
    font-size:16px;
    line-height:1.9;
    max-width:95%;
    text-align:left;
}

.faq-item.active .faq-answer{
    max-height:300px;
}

.faq-item.active .faq-question i{
    transform:rotate(180deg);
}

/* MOBILE */

@media(max-width:991px){

    .faq-container{
        flex-direction:column;
        gap:60px;
    }

    .faq-left,
    .faq-right{
        width:100%;
    }

    .faq-left h2{
        font-size:56px;
        line-height:1.05;
    }

    .faq-question h3{
        font-size:20px;
    }

}

@media(max-width:600px){

    .faq-section{
        padding:80px 0;
    }

    .faq-left h2{
        font-size:42px;
    }

    .faq-question h3{
        font-size:18px;
    }

    .faq-answer p{
        font-size:16px;
    }

}

/* BLOG SECTION */
.blog{
    background:url('images/black.png') center/cover no-repeat;
    position:relative;
    padding:120px 0;
    overflow:hidden;
}

.blog::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(5,15,40,0.88);
}

.blog-container{
    position:relative;
    z-index:2;
    width:100%;
    max-width:1400px;
    margin:auto;
    padding:0 40px;
}

.blog-title{
    text-align:center;
    margin-bottom:70px;
}

.blog-title .tag{
    color:#2f6bff;
    font-size:15px;
    font-weight:700;
    letter-spacing:4px;
    display:block;
    margin-bottom:20px;
}

.blog-title h2{
    color:#fff;
    font-size:50px;
    font-weight:700;
    margin-bottom:20px;
    line-height:1.1;
}

.blog-title p{
    color:#d4d9e3;
    font-size:17px;
}

.blog-grid{
    display:grid;
    grid-template-columns:repeat(3,340px);
    justify-content:center;
    gap:25px;
}

.blog-card{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    transition:0.4s;
}

.blog-card:hover{
    transform:translateY(-10px);
}

.blog-img{
    position:relative;
    height:180px;
    overflow:hidden;
}

.blog-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s;
}

.blog-card:hover .blog-img img{
    transform:scale(1.08);
}

.date{
    position:absolute;
    top:20px;
    left:20px;
    background:#2f6bff;
    color:#fff;
    padding:10px 18px;
    border-radius:8px;
    font-size:14px;
    font-weight:700;
}

.blog-content{
    padding:28px 24px;
}

.blog-content h3{
    color:#08142b;
    font-size: 100%;
    line-height:1.7;
    margin-bottom:14px;
    font-weight:700;
}

.blog-content p{
    color:#718096;
    line-height:1.8;
    margin-bottom:25px;
    font-size:15px;
}

.blog-content a{
    color:#2f6bff;
    font-weight:700;
    text-decoration:none;
    transition:0.3s;
}

.blog-content a:hover{
    letter-spacing:1px;
}

/* TABLET */

@media(max-width:991px){

    .blog-grid{
        grid-template-columns:1fr;
    }

    .blog-title h2{
        font-size:48px;
    }

}

/* MOBILE */

@media(max-width:600px){

    .blog{
        padding:80px 0;
    }

    .blog-container{
        padding:0 20px;
    }

    .blog-title h2{
        font-size:38px;
    }

    .blog-title p{
        font-size:16px;
    }

    .blog-content h3{
        font-size:24px;
    }

}
.blog{
    background:url('images/black.png') center/cover no-repeat;
    position:relative;
    padding:120px 0;
    overflow:hidden;
}
html,body{
    overflow-x:hidden;
}

/* FOOTER */
.footer {
  background: linear-gradient(to right, #020c1b, #081a3a);
  padding: 80px 0 30px;
  color: #cbd5e1;
}
.footer .container{
  max-width: 100%;
  width: 100%;
  padding: 0 60px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-col h3 {
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.7;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #cbd5e1;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #2f6bff;
  padding-left: 5px;
}

.footer-social i {
  margin-right: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.footer-social i:hover {
  color: #2f6bff;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 50px;
  padding-top: 20px;
  text-align: center;
  font-size: 13px;
}


/* SCROLL TOP BUTTON */
#scrollTopBtn{
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #2f6bff;
  background: rgba(5,15,35,0.95);
  color: #2f6bff;
  font-size: 20px;
  cursor: pointer;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

#scrollTopBtn.show{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#scrollTopBtn:hover{
  background: #2f6bff;
  color: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(47,107,255,0.4);
}

#scrollTopBtn::before{
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(47,107,255,0.3);
  animation: rotateBorder 4s linear infinite;
}

@keyframes rotateBorder{
  0%{ transform: rotate(0deg); }
  100%{ transform: rotate(360deg); }
}

/* CONTACT PAGE */
.page-header-contact {
  text-align: center;
  padding: 60px 0 40px; 
}

.page-header-contact h1 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 15px;
}

.page-header-contact p {
  font-size: 15px;
}

.contact-section {
  background: #f4f7f6; 
  padding: 40px 0 100px;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 30px;
  align-items: stretch;
}

.contact-info.blue-theme {
  background: #2f6bff; 
  padding: 40px 30px;
  border-radius: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.contact-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  align-self: flex-start;
  margin-bottom: 25px;
}

.contact-info.blue-theme h2 {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 700;
}

.contact-text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
}

.info-box {
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(255, 255, 255, 0.15);
  padding: 15px 20px;
  border-radius: 12px;
  margin-bottom: 15px;
}

.info-box .icon {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-box .icon i {
  color: #2f6bff;
  font-size: 18px;
}

.info-box h4 {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: 1px;
  opacity: 0.9;
}

.info-box p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.contact-stats {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.stat-box h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

.stat-box span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  opacity: 0.9;
}

.contact-socials-bottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  font-size: 14px;
}

.contact-socials-bottom a {
  width: 35px;
  height: 35px;
  background: rgba(255,255,255,0.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  transition: 0.3s;
}

.contact-socials-bottom a:hover {
  background: #fff;
  color: #2f6bff;
}

.contact-form-box {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.03);
}

.form-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.form-icon {
  width: 50px;
  height: 50px;
  background: #e6f5fd;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-icon i {
  color: #2f6bff;
  font-size: 20px;
}

.form-head h3 {
  font-size: 24px;
  color: #0c1b33;
  margin-bottom: 5px;
  font-weight: 700;
}

.form-head p {
  font-size: 14px;
  color: #64748b;
}

.form-divider {
  border: none;
  border-top: 1px solid #f1f5f9;
  margin-bottom: 30px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.input-box {
  margin-bottom: 20px;
}

.input-box label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #0c1b33;
}

.input-box.with-icon {
  position: relative;
}

.input-box.with-icon input, 
.input-box.with-icon textarea {
  width: 100%;
  border: 1px solid transparent;
  background: #f8fafc; 
  padding: 16px 16px 16px 45px; 
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  outline: none;
  transition: 0.3s;
}

.input-box.with-icon > i {
  position: absolute;
  left: 18px;
  top: 45px;
  color: #94a3b8;
  font-size: 14px;
}

.input-box.textarea-icon > i {
  top: 45px; 
}

.input-box textarea {
  height: 140px;
  resize: none;
}

.input-box input:focus, 
.input-box textarea:focus {
  border-color: #2f6bff;
  background: #fff;
}

.contact-btn {
  width: 100%;
  background: #2f6bff;
  color: #fff;
  border: none;
  padding: 16px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.contact-btn:hover {
  background: #2f6bff;
}

.secure-notice {
  text-align: center;
  margin-top: 15px;
  font-size: 12px;
  color: #94a3b8;
}

.secure-notice i {
  color: #2f6bff;
  margin-right: 5px;
}

@media(max-width: 991px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
  }
}
/* OUR FLEET SECTION */
.fleet-section {
  padding: 100px 0;
  background: #fdfdfd; 
}

.fleet-header {
  text-align: center;
  margin-bottom: 60px;
}

.fleet-header h2 {
  font-size: 52px;
  color: #0c1b33;
  font-weight: 800;
  margin-bottom: 10px;
}

.fleet-header h2 span {
  color: #2f6bff; /* The orange/red shade from the design */
}

.fleet-header .title-line {
  width: 70px;
  height: 3px;
  background: linear-gradient(to right, #2f6bff, #d86847);
  margin: 0 auto 20px;
  border-radius: 2px;
}

.fleet-header p {
  color: #64748b;
  font-size: 18px;
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.fleet-card {
  background: #fff;
  border-radius: 20px;
  padding: 18px; /* Creates the white border effect around the image */
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.fleet-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.1);
}

.fleet-img-box {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 25px;
}

.fleet-img-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.fleet-info {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 20px;
  border-radius: 8px;
}

.fleet-info h3 {
  color: #2b6db1; /* Matching the specific blue from the image */
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
}

.fleet-info p {
  color: #333;
  font-size: 13px;
  font-weight: 700;
}

.fleet-specs {
  list-style: none;
  padding: 0 10px 10px;
}

.fleet-specs li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

.fleet-specs li i {
  color: #555;
  margin-right: 10px;
  font-size: 13px;
}

.status-green {
  color: #27ae60; /* Emerald green matching your design */
  font-weight: 700;
}

/* Responsiveness */
@media (max-width: 991px) {
  .fleet-grid { grid-template-columns: repeat(2, 1fr); }
  .fleet-header h2 { font-size: 42px; }
}

@media (max-width: 768px) {
  .fleet-grid { grid-template-columns: 1fr; }
  .fleet-header h2 { font-size: 36px; }
  .fleet-img-box img { height: 220px; }
}
/* ABOUT HERO */

.about-hero{
  position:relative;
  width:100%;
  height:391px;
  background:url("images/about-banner.jpg") center center/cover no-repeat;
  display:flex;
  align-items:center;
}

.about-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.45);
}

.about-hero-content{
  position:relative;
  z-index:2;
}

.about-hero-content h1{
  font-size:90px;
  font-weight:700;
  color:#ffffff;
  line-height:1.1;
  margin-bottom:20px;
}

.about-hero-content h1 span{
  color:#2457ff;
}

.about-hero-content p{
  color:#ffffff;
  font-size:22px;
  font-weight:500;
}

/* MOBILE */

@media(max-width:991px){

  .feature-row{
    flex-direction: column;
  }

  .feature-box{
    border-right: none;
    border-bottom: 1px solid #edf1f7;
  }

  .feature-box:last-child{
    border-bottom: none;
  }

}
/* =========================================
   OUR TEAM SECTION (From Screenshot)
   ========================================= */
.our-team-section {
  padding: 80px 0 100px;
  background: #ffffff;
}
.team-title {
  text-align: center;
}
.team-title h2 {
  font-size: 36px;
  color: #2457ff; /* Orange color matching screenshot */
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.team-title .title-line {
  width: 65px;
  height: 3px;
  background-color: #2457ff;
  margin: 15px auto 60px; /* Centers the underline and gives spacing below */
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.team-card {
  text-align: left;
}
.team-img-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.team-card img {
  width: 260px;
  height: 260px;
  border-radius: 50%; /* Makes the image a perfect circle */
  object-fit: cover;
  display: block;
}
.team-card h3 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 5px;
  font-weight: 500;
}
.team-card .role {
  display: block;
  font-size: 12px;
  color: #b5b5b5; /* Light gray text for the subtitle */
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.team-card p {
  color: #64748b;
  line-height: 1.8;
  font-size: 15px;
}

/* Responsive adjustments */
@media(max-width: 991px) {
  .team-grid {
    grid-template-columns: 1fr; /* Stack into 1 column on tablets/mobile */
    gap: 60px;
  }
  .team-card {
    text-align: center; /* Optional: centers text on mobile devices */
  }
}
/* MODERN MINIMAL SCROLL TOP */
.scroll-top{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 9999;
    background: #071225;
    transition: 0.3s ease;
}

.scroll-top:hover{
    transform: translateY(-3px);
}

.scroll-top span{
    position: absolute;
    color: #2f6bff;
    font-size: 18px;
    z-index: 2;
}

.progress-ring{
    position: absolute;
    width: 48px;
    height: 48px;
    transform: rotate(-90deg);
}

.progress-ring circle{
    cx: 24;
    cy: 24;
    r: 21;
}
.progress-bg{
    fill: transparent;
    stroke: rgba(255,255,255,0.06);
    stroke-width: 4;
}

.progress-circle{
    fill: none;
    stroke: #2f6bff;
    stroke-width: 4;
    stroke-linecap: round;

    transform: rotate(-90deg);
    transform-origin: center;

    transition: stroke-dashoffset 1.5s linear;
}
html{
    scroll-behavior:smooth;
}

body{
    overflow-x:hidden;
}

.blog,
.faq-section,

body{
    overflow-x:hidden;
}

html{
    overflow-x:hidden;
}
.footer-social{
    display:flex;
    gap:12px;
    margin-top:20px;
}

.footer-social a{
    width:46px;
    height:46px;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.08);
    border-radius:10px;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#ffffff;
    font-size:18px;
    text-decoration:none;

    transition:all 0.3s ease;
}

.footer-social a:hover{
    background:#2f6bff;
    border-color:#2f6bff;
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(47,107,255,0.35);
}
@media(max-width:768px){

.hero h1{
  font-size:42px;
}

.hero-content{
  padding-left:20px;
  padding-right:20px;
}

.hero-stats{
  flex-direction:column;
  gap:30px;
}

.menu{
  display:none;
}

.quote{
  display:none;
}

}
/* =========================================
   COMPLETE MOBILE RESPONSIVE DESIGN
========================================= */

@media (max-width: 991px){

  .container{
    padding:0 20px;
  }

  /* TOPBAR */
  .topbar{
    display:none;
  }

  /* NAVBAR */
  .navbar{
    top:0;
    padding:12px 0;
    background:#08142b;
  }

  .menu{
    display:none;
  }

  .quote{
    display:none;
  }

  .logo img{
    height:48px !important;
  }

  .menu-icon{
    display:flex;
  }

  /* HERO */
  .hero{
    height:auto;
    min-height:100vh;
    padding:120px 0 80px;
    align-items:center;
  }

  .hero-content{
    top:0;
    transform:none;
    padding-left:0;
    max-width:100%;
  }

  .hero h1{
    font-size:52px;
    line-height:1.1;
  }

  .desc{
    font-size:16px;
    max-width:100%;
  }

  .buttons{
    flex-wrap:wrap;
  }

  .btn{
    width:100%;
    text-align:center;
  }

  .hero-stats{
    gap:30px;
    flex-wrap:wrap;
  }

  .stat{
    width:45%;
  }

  .stat:not(:last-child)::after{
    display:none;
  }

  /* FEATURES */
  .feature-row{
    flex-direction:column;
  }

  .feature-box{
    border-right:none;
    border-bottom:1px solid #edf1f7;
  }

  /* SERVICES */
  .services{
    padding:70px 0;
  }

  .section-title h2{
    font-size:34px;
  }

  .services-grid{
    grid-template-columns:1fr 1fr;
    gap:20px;
  }

  .service-img img{
    height:220px;
  }

  /* WHY CHOOSE */
  .why-choose{
    padding:70px 0;
  }

  .why-content h2{
    font-size:42px;
  }

  /* PROCESS */
  .process{
    padding:80px 0;
  }

  .process-title h2{
    font-size:34px;
  }

  .process-row{
    flex-wrap:wrap;
    gap:40px;
  }

  .process-row::before{
    display:none;
  }

  .process-step{
    width:45%;
  }

  /* TESTIMONIALS */
  .testimonials{
    padding:80px 0;
  }

  .testimonial-title h2{
    font-size:38px;
  }

  .testimonial-grid{
    grid-template-columns:1fr;
  }

  /* FAQ */
  .faq-container{
    flex-direction:column;
    gap:50px;
  }

  .faq-left,
  .faq-right{
    width:100%;
  }

  .faq-left{
    position:relative;
    top:0;
  }

  .faq-left h2{
    font-size:46px;
  }

  /* BLOG */
  .blog{
    padding:80px 0;
  }

  .blog-grid{
    grid-template-columns:1fr;
  }

  .blog-title h2{
    font-size:38px;
  }

  /* FOOTER */
  .footer{
    padding:70px 0 20px;
  }

  .footer-grid{
    grid-template-columns:1fr 1fr;
    gap:40px;
  }

  .footer .container{
    padding:0 25px;
  }

  /* CONTACT */
  .contact-wrapper{
    grid-template-columns:1fr;
  }

  .contact-form-box{
    padding:35px 25px;
  }

  .form-row{
    grid-template-columns:1fr;
  }

  /* SIDEBAR */
  .sidebar{
    width:320px;
    padding:30px;
  }

}

/* =========================================
   MOBILE PHONES
========================================= */

@media (max-width: 600px){

  .container{
    padding:0 16px;
  }

  /* HERO */
  .hero{
    padding:110px 0 70px;
  }

  .hero h1{
    font-size:38px;
  }

  .desc{
    font-size:15px;
    line-height:1.7;
  }

  .buttons{
    flex-direction:column;
  }

  .btn{
    width:100%;
    padding:15px;
    font-size:14px;
  }

  .hero-stats{
    flex-direction:column;
    gap:25px;
    margin-top:40px;
  }

  .stat{
    width:100%;
  }

  .stat h2{
    font-size:42px;
  }

  /* SECTION TITLES */
  .section-title h2,
  .process-title h2,
  .testimonial-title h2,
  .blog-title h2{
    font-size:30px;
    line-height:1.2;
  }

  /* FEATURES */
  .feature-box{
    padding:45px 25px;
  }

  .feature-box h3{
    font-size:24px;
  }

  /* SERVICES */
  .services-grid{
    grid-template-columns:1fr;
  }

  .service-content h3{
    font-size:18px;
  }

  /* WHY CHOOSE */
  .why-content h2{
    font-size:34px;
  }

  .why-desc{
    font-size:15px;
  }

  /* PROCESS */
  .process-step{
    width:100%;
  }

  .circle{
    width:90px;
    height:90px;
  }

  /* TESTIMONIAL */
  .testimonial-card{
    padding:40px 20px;
  }

  /* FAQ */
  .faq-left h2{
    font-size:36px;
    letter-spacing:-1px;
  }

  .faq-question h3{
    font-size:17px;
  }

  .faq-answer p{
    font-size:15px;
  }

  /* BLOG */
  .blog-container{
    padding:0 15px;
  }

  .blog-content{
    padding:24px 20px;
  }

  /* FOOTER */
  .footer-grid{
    grid-template-columns:1fr;
  }

  .footer{
    text-align:left;
  }

  /* CONTACT */
  .page-header-contact h1{
    font-size:34px;
  }

  .contact-info.blue-theme h2{
    font-size:28px;
  }

  .contact-form-box{
    padding:25px 18px;
  }

  /* SIDEBAR */
  .sidebar{
    width:100%;
    right:-100%;
  }

}

/* FIX OVERFLOW */
html,
body{
  overflow-x:hidden;
}

/* RESPONSIVE IMAGES */
img{
  max-width:100%;
  height:auto;
}

/* TOUCH IMPROVEMENT */
button,
a{
  -webkit-tap-highlight-color:transparent;
}
/* =========================================
   MODERN SECTION HEADING
========================================= */
.section-heading{
  max-width:700px;
  margin-bottom:60px;
}

.section-heading.center{
  margin:0 auto 60px;
  text-align:center;
}

.section-heading span{
  color:#2f6bff;
  font-size:13px;
  letter-spacing:2px;
  font-weight:700;
}

.section-heading h2{
  font-size:52px;
  line-height:1.2;
  margin:18px 0;
  color:#0c1b33;
}

.section-heading p{
  color:#64748b;
  line-height:1.8;
  font-size:16px;
}


.about-modern-section{
    padding:120px 0;
    background:#ffffff;
}

.about-modern-grid{
    display:grid;
    grid-template-columns:480px 1fr;
    gap:80px;
    align-items:center;
}

.about-modern-image{
    position:relative;
}

.about-modern-image img{
    width:100%;
    border-radius:28px;
    display:block;
    box-shadow:0 20px 60px rgba(0,0,0,0.12);
}

.ceo-card{
    position:absolute;
    bottom:140px;
    left:-30px;
    padding:22px 30px;
    border-radius:24px;

    background:rgba(255,255,255,0.18);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,0.25);
    border-left:5px solid #2457ff;

    box-shadow:0 10px 35px rgba(0,0,0,0.10);
}

.ceo-card h3{
  font-size: 22px;
  color: #0b2c8f;
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: -0.3px;
  text-shadow: 0 2px 4px rgba(255,255,255,0.6);
}

.ceo-card span{
    color:#475569;
    font-size:15px;
    font-weight:500;
}

.section-tag{
    display:inline-block;
    color:#2457ff;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:18px;
}

.about-modern-content h2{
    font-size:54px;
    line-height:1.15;
    color:#0c1b33;
    margin-bottom:28px;
    font-weight:800;
}

.about-text{
    color:#64748b;
    line-height:1.9;
    margin-bottom:22px;
    font-size:17px;
}

.about-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:35px;
}

.about-features div{
    font-size:16px;
    color:#0c1b33;
    font-weight:600;
    display:flex;
    align-items:center;
    gap:10px;
}

.about-features i{
    color:#2457ff;
    font-size:18px;
}

@media(max-width:991px){

    .about-modern-grid{
        grid-template-columns:1fr;
        gap:50px;
    }

    .about-modern-content h2{
        font-size:38px;
    }

    .about-features{
        grid-template-columns:1fr;
    }

    .ceo-card{
  background: rgba(255,255,255,0.9);
}
}

/* =========================================
   MODERN TEAM SECTION
========================================= */
.team-modern-section{
  padding:110px 0;
  background:#0c1b33;
}

.team-modern-section .section-heading h2,
.team-modern-section .section-heading p{
  color:#fff;
}

.team-modern-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.team-modern-card{
  background:#132544;
  border-radius:24px;
  overflow:hidden;
  transition:0.4s;
}

.team-modern-card:hover{
  transform:translateY(-10px);
}

.team-modern-img{
  overflow:hidden;
}

.team-modern-img img{
  width:100%;
  display:block;
  transition:0.5s;
}

.team-modern-card:hover img{
  transform:scale(1.08);
}

.team-modern-content{
  padding:30px;
  text-align:center;
}

.team-modern-content h3{
  color:#fff;
  font-size:24px;
  margin-bottom:8px;
}

.team-modern-content span{
  color:#60a5fa;
  font-size:15px;
}

.team-socials{
  margin-top:25px;
  display:flex;
  justify-content:center;
  gap:12px;
}

.team-socials a{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#1e355d;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:0.3s;
}

.team-socials a:hover{
  background:#2f6bff;
}

/* =========================================
   RESPONSIVE
========================================= */
@media(max-width:991px){

  .about-modern-grid{
    grid-template-columns:1fr;
  }

  .team-modern-grid{
    grid-template-columns:1fr;
  }

  .section-heading h2{
    font-size:38px;
  }

  .about-features{
    grid-template-columns:1fr;
  }

  .experience-box{
    left:20px;
    bottom:20px;
  }

}
a {
    text-decoration: none;
}
@media(max-width:768px){

  h1{
    font-size:42px !important;
    line-height:1.2 !important;
  }

  h2{
    font-size:32px !important;
  }

  .container{
    padding:0 20px;
  }

}
html{
  scroll-behavior:smooth;
}

img{
  max-width:100%;
  display:block;
}

body{
  overflow-x:hidden;
}

section{
  overflow:hidden;
}

a,
button{
  transition:0.3s ease;
}

::selection{
  background:#2f6bff;
  color:#fff;
}
.user-img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.user-img img{
  display: block;
  margin: 0 auto 20px;
}
/* =========================================
   MODERN CONTACT SECTION
   ========================================= */

.contact-modern{
  padding:120px 0;
  background:
  linear-gradient(rgba(5,15,35,0.92), rgba(5,15,35,0.92)),
  url('images/bg.jpeg') center/cover no-repeat;
  position:relative;
  overflow:hidden;
}

.contact-header{
  text-align:center;
  max-width:800px;
  margin:auto;
  margin-bottom:70px;
}

.contact-header span{
  color:#60a5fa;
  letter-spacing:2px;
  font-size:13px;
  font-weight:600;
}

.contact-header h2{
  font-size:56px;
  color:#ffffff;
  margin:20px 0;
  line-height:1.1;
}

.contact-header p{
  color:#cbd5e1;
  line-height:1.8;
  font-size:17px;
}

.contact-wrapper{
  display:grid;
  grid-template-columns:420px 1fr;
  gap:40px;
  align-items:stretch;
}

/* LEFT SIDE */

.contact-info-box{
  display:flex;
  flex-direction:column;
  gap:25px;
}

.contact-card{
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.08);
  backdrop-filter:blur(12px);
  border-radius:22px;
  padding:30px;
  display:flex;
  align-items:center;
  gap:20px;
  transition:0.4s;
}

.contact-card:hover{
  transform:translateY(-8px);
  border-color:#2f6bff;
}

.contact-icon{
  width:78px;
  height:78px;
  border-radius:50%;
  background:#2f6bff;
  display:flex;
  align-items:center;
  justify-content:center;
}

.contact-icon i{
  color:#ffffff;
  font-size:34px;
}


.contact-card:hover .contact-icon{
  transform:translateY(-5px) scale(1.05);
}

.contact-icon.whatsapp{
  background:#25D366;
  box-shadow:0 15px 30px rgba(37,211,102,0.35);
}

.contact-card h3{
  color:#ffffff;
  font-size:22px;
  margin-bottom:10px;
}

.contact-card p{
  color:#cbd5e1;
  line-height:1.7;
}

.whatsapp-btn{
  display:inline-block;
  margin-top:10px;
  background:#25D366;
  color:#fff;
  text-decoration:none;
  padding:12px 24px;
  border-radius:10px;
  font-weight:600;
  transition:0.3s;
}

.whatsapp-btn:hover{
  transform:translateY(-3px);
}

/* RIGHT SIDE */

.contact-form-box{
  background:#ffffff;
  border-radius:30px;
  padding:50px;
  box-shadow:0 25px 60px rgba(0,0,0,0.2);
}

.form-top span{
  color:#2f6bff;
  font-size:13px;
  letter-spacing:2px;
  font-weight:700;
}

.form-top h3{
  color:#0c1b33;
  font-size:42px;
  margin:18px 0 35px;
}

.form-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}

.input-box{
  position:relative;
}

.input-box i{
  position:absolute;
  left:20px;
  top:22px;
  color:#2f6bff;
  font-size:16px;
}

.input-box input,
.input-box textarea{
  width:100%;
  border:none;
  background:#f1f5f9;
  border-radius:14px;
  padding-left:55px;
  padding-right:20px;
  font-family:'Rubik', sans-serif;
  font-size:15px;
  outline:none;
  transition:0.3s;
}

.input-box input{
  height:65px;
}

.input-box textarea{
  height:170px;
  padding-top:22px;
  resize:none;
}

.input-box input:focus,
.input-box textarea:focus{
  background:#ffffff;
  box-shadow:0 0 0 2px #2f6bff;
}

.textarea-box{
  margin-top:20px;
}

.send-btn{
  margin-top:30px;
  border:none;
  background:#2f6bff;
  color:#fff;
  height:65px;
  padding:0 40px;
  border-radius:14px;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  gap:12px;
  transition:0.3s;
}

.send-btn:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 40px rgba(47,107,255,0.35);
}

/* RESPONSIVE */

@media(max-width:991px){

  .contact-wrapper{
    grid-template-columns:1fr;
  }

  .contact-header h2{
    font-size:40px;
  }

  .form-grid{
    grid-template-columns:1fr;
  }

  .contact-form-box{
    padding:35px;
  }

}

@media(max-width:600px){

  .contact-modern{
    padding:80px 0;
  }

  .contact-header h2{
    font-size:32px;
  }

  .form-top h3{
    font-size:30px;
  }

  .contact-card{
    padding:22px;
  }

}
