@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track { 
  border-radius: 10px;
  background: #D9D9D9;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(#064CF7, #240DD4); 
  border-radius: 10px;
}
a {
  text-decoration: none !important;
} 
ul{
  list-style-type: none;
}
.pad-tb-100{
  padding-top: 100px;
  padding-bottom: 100px;
}
.pad-tb-80{
  padding-top: 80px;
  padding-bottom: 80px;
}
.pad-tb-50{
  padding-top: 50px;
  padding-bottom: 50px;
}
.container-fluid.v2{
 width: 80%;
}

/* header css */
section.header {
    padding: 20px 10px;
    position: relative;
    z-index: 1;
}
.header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-nav .logo {
    width: 20%;
}

.header-nav .navbar-list {
    width: 60%;
}
ul.navbar-nav .nav-item a {
    font-size: 16px;
    font-family: 'Inter';
    color: #000000;
}
li.nav-item {
    display: flex;
    align-items: center;
}
.navbar-list .navbar-nav {
    width: 100%;
    justify-content: center;
    gap: 30px;
}
.header-nav .header-btn {
    width: 20%;
    text-align: end;
}
.header-btn a {
    font-size: 16px;
    font-family: 'Inter';
    color: #ffffff;
    background: linear-gradient(#064CF7 0%, #240DD4 100%);
    padding: 15px 35px;
    border-radius: 50px;
}

.header-btn a i {
    transform: rotate(333deg);
    padding-left: 4px;
}


/* banner css */
section.banner { 
  position: relative;
  height: 97vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; 
  margin-top: -120px; 
}
.hero-video {
  position: absolute;
  top: 0;
  left: 20%;
  width: 100%;
  height: 100%;
  object-fit: contain; /* ensures video fills the section */
  z-index: -1; /* sends video behind text */
}
.banner-item h1 {
    font-size: 90px;
    font-family: 'Inter';
    font-weight: 300;
    margin-top: 100px;
}

.banner-item h1 span {
    font-weight: 700;
}

.banner-item {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

section.banner .container-fluid {
    justify-content: center;
    display: flex;
}

.banner-item p {
    font-size: 16px;
    font-family: 'Inter';
    width: 70%;
}

.banner-item .banner-btn {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.banner-btn .ban-btn-primary a {
    font-size: 16px;
    font-family: 'Inter';
    color: #ffffff;
    background: linear-gradient(#064CF7 0%, #240DD4 100%);
    padding: 15px 35px;
    border-radius: 50px;
}

.banner-btn .ban-btn-primary a i {
    transform: rotate(333deg);
    padding-left: 4px;
}

.banner-btn .ban-btn-secondary a {
    font-size: 16px;
    font-family: 'Inter';
    color: #000000;
    background: transparent;
    padding: 14px 35px;
    border: 2px solid #240DD4;
    border-radius: 50px;
}
.banner-btn .ban-btn-secondary a i {
    transform: rotate(333deg);
    padding-left: 4px;
}


/* why us css */
.whychoose-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.why-head h3 {
    font-family: 'Inter';
    font-size: 40px;
    font-weight: 400;
}

.why-head h3 span {
    font-weight: 800;
}

.why-rating p {
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    margin: 0;
}

.why-rating p span {
    font-weight: 400;
    font-style: normal;
}
.whychoose-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
}

.box-1 {
    padding: 20px 30px;
    background: #EFEFEF;
    border-radius: 15px;
    width: 25%;
    text-align: end;
}
.box-1 h4 {
    text-align: left;
    margin-top: 85px;
    font-size: 26px;
    font-family: 'Inter';
}

.box-1 p {
    font-size: 16px;
    font-family: 'Inter';
    text-align: left;
    margin-top: 20px;
}

.box-2 {
    padding: 20px 30px;
    background: linear-gradient(#064CF7, #240DD4);
    border-radius: 15px;
    width: 25%;
    text-align: end;
    margin-top: 80px;
}
.box-2 h4 {
    text-align: left;
    margin-top: 85px;
    font-size: 26px;
    font-family: 'Inter';
    color: #ffffff;
}

.box-2 p {
    font-size: 16px;
    font-family: 'Inter';
    text-align: left;
    color: #ffffff;
    margin-top: 20px;
}


.box-3 {
    width: 25%;
    padding: 20px 30px;
    background: #EFEFEF;
    border-radius: 15px;
    text-align: end;
    /* width: 25%; */
}
.box-3 h4 {
    text-align: left;
    margin-top: 85px;
    font-size: 26px;
    font-family: 'Inter';
}

.box-3 p {
    font-size: 16px;
    font-family: 'Inter';
    text-align: left;
    margin-top: 20px;
}

.box-4 { 
    text-align: end;
    padding: 20px 30px;
    background: #EFEFEF;
    border-radius: 15px;
    width: 25%;
    margin-top: 80px;
}

.box-4 h4 {
    text-align: left;
    margin-top: 85px;
    font-size: 26px;
    font-family: 'Inter';
}

.box-4 p {
    font-size: 16px;
    font-family: 'Inter';
    text-align: left;
    margin-top: 20px;
}

/* about us css */ 
section.about.pad-tb-100 {
    background: #EFEFEF;
}

.about-us {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.about-content {
    width: 50%;
    position: relative;
    height: 100vh;
}
.abt-detail {
    position: sticky;
    top: 100px;
}

.about-content-v2 {
    width: 50%;
    position: relative;
    height: 100vh;
}

.about-content h2 {
    font-size: 60px;
    font-family: 'Inter';
    font-weight: 400;
    margin-bottom: 30px;
}

.about-content h2 span {
    font-weight: 700;
} 

.about-content p {
    font-size: 16px;
    font-family: 'Inter';
}

.about-btn .about-btn-primary a {
    font-size: 16px;
    font-family: 'Inter';
    color: #ffffff;
    background: linear-gradient(#064CF7 0%, #240DD4 100%);
    padding: 15px 35px;
    border-radius: 50px;
}

.about-btn .about-btn-primary a i {
    transform: rotate(333deg);
    padding-left: 4px;
}
.about-btn {
    margin-top: 40px;
}
.about-mission {
    position: sticky;
    top: 100px;
    text-align: center;
    padding: 50px;
    border: 1px solid #ffffff;
    border-radius: 15px;
    background: #ffffff;
    margin-bottom: 20px;
}

.about-mission h3 {
    font-size: 28px;
    font-family: 'Inter';
    margin-bottom: 20px;
}

.about-mission p {
    font-family: 'Inter';
    font-size: 17px;
}

.about-vision {
    position: sticky;
    top: 100px;
    text-align: center;
    padding: 50px;
    border: 1px solid #ffffff;
    border-radius: 15px;
    background: #ffffff;
    margin-bottom: 20px;
}

.about-vision h3 {
    font-size: 28px;
    font-family: 'Inter';
    margin-bottom: 20px;
}

.about-vision p {
    font-family: 'Inter';
    font-size: 17px;
}
.about-value {
    position: sticky;
    top: 100px;
    text-align: center;
    padding: 50px;
    border: 1px solid #ffffff;
    border-radius: 15px;
    background: #ffffff;
}

.about-value h3 {
    font-size: 28px;
    font-family: 'Inter';
    margin-bottom: 20px;
}

.about-value p {
    font-family: 'Inter';
    font-size: 17px;
}

/* services css */
.services-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.service-heading h2 {
    font-size: 60px;
    font-family: 'Inter';
    font-weight: 400;
    margin-bottom: 30px;
}

.service-heading h2 span {
    font-weight: 700;
}

.ser-btn-primary a {
    font-size: 16px;
    font-family: 'Inter';
    color: #ffffff;
    background: linear-gradient(#064CF7 0%, #240DD4 100%);
    padding: 15px 35px;
    border-radius: 50px;
}

.ser-btn-primary a i {
    transform: rotate(333deg);
    padding-left: 4px;
}
.tab-container {
  display: flex;
  gap: 20px;    
  width: 100%;
}

.tab-buttons {
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex: 1;
  height: 600px;
  overflow-y: scroll;
  padding-left: 20px;
  direction: rtl;
}

.tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background: #f2f2f2;
  padding: 15px 20px;
  font-family: 'Inter';
  border-radius: 10px;
  font-size: 28px;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}
 
.tab.active span {
    background: #ffffff;
    color: #000000;
    padding: 7px 17px;
    border-radius: 100px;
    font-size: 26px;
}
.tab span {
    background: #ffffff;
    color: #000000;
    padding: 7px 17px;
    border-radius: 100px;
    font-size: 26px;
}
.tab.active {
  background: #003cff;
  color: #fff;
  direction: ltr;
}
.tab { 
  direction: ltr;
}

.tab-content {
  flex: 2; 
}

.tab-pane {
  display: none;
  animation: fadeIn 0.3s ease; 
}

.tab-pane.active {
  display: block; 
  border-radius: 12px; 
}
.tab-panel { 
  background: #fafafa;
  border-radius: 12px;
  padding: 30px; 
margin-bottom: 20px;
} 
.tab-panel p {
    font-size: 16px;
    font-family: 'Inter';
}

.tab-panel h3 {
    font-family: 'Inter';
    font-size: 28px;
    margin-bottom: 20px;
}
.tab-img img {
    width: 100%;
    height: 330px;
    border-radius: 20px;
}

.cta {
    background: transparent;
    border: 1px solid #003cff;
    color: #000000;
    padding: 15px 35px;
    border-radius: 50px;
    font-family: 'Inter';
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

.cta:hover {
  background: #003cff;
  color: #fff;
}

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}

/* portfolio css */ 
.portfolio-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; 
}

.portfolio-content h2 {
    font-size: 60px;
    font-family: 'Inter';
    font-weight: 400; 
}

.portfolio-content h2 span {
    font-weight: 700;
}
.port-item {
    display: flex;
    /* align-items: center; */
    gap: 20px;
}

.showcase-image {
    width: 60%;
}

.showcase-description {
    width: 40%;
}

.showcase-image img {
    width: 100%;
    height: 480px;
}

.showcase-description img {
    width: 100%;
    margin-bottom: 10px;
}

.showcase-description p {
    background: #efefef;
    padding: 30px 20px;
    border-radius: 20px;
    font-size: 16px;
    font-family: 'Inter';
    color: #000000;
}
.showcase-header h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 500;
}

.showcase-header span {
  color: #0a37ff;
  font-weight: 600;
}

.showcase-tabs {
  display: flex;
  flex-wrap: wrap; 
  gap: 15px;
  margin-bottom: 40px;
}

.showcase-btn {
  border: 1px solid #0a37ff;
  background: #ffffff;
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Inter';
}

.showcase-btn:hover {
  background: #0a37ff;
  color: #fff;
}

.showcase-btn.active {
  background: #0a37ff;
  color: #fff;
}

.showcase-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.showcase-item {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center; 
  width: 100%; 
  overflow: hidden;
  animation: fadeIn 0.4s ease;
}

.showcase-item.active {
  display: flex;
}
 
.showcase-description h4 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #111;
}

.showcase-description p {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}

@media (max-width: 768px) {
  .showcase-header h2 {
    font-size: 26px;
  }
  .showcase-description p {
    font-size: 15px;
  }
}

/* Testimonials css */
section.testimonials.pad-tb-100 {
    background: #efefef;
}

.feedback-container {
  width: 55%;
  padding-right: 40px;
}
.testi-head h2 {
    font-size: 60px;
    font-family: 'Inter';
    font-weight: 400;
}

.testi-head h2 span {
    font-weight: 700;
}

.testi-head p {
    font-size: 16px;
    font-family: 'Inter';
}

.testi-head {
    text-align: center;
    margin-bottom: 50px;
}
.review-content {
    display: flex;
    align-items: center;
    gap: 20px;
}
.feedback-content {
  flex: 1 1 45%;
  max-width: 600px;
}

.feedback-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

.feedback-logo {
  font-size: 22px;
}

.rating-score {
  font-weight: 600;
  font-size: 18px;
}
 

.feedback-text {
  font-size: 17px;
  line-height: 1.7;
  color: #111;
  font-weight: 500;
  margin-bottom: 35px;
  font-family: 'Inter';
}

.feedback-stat h2 {
  font-size: 54px;
  font-weight: 700;
  color: #111;
  margin: 0;
  font-family: 'Inter';
  font-style: italic;
}

.feedback-stat p {
  font-size: 15px;
  color: #555;
  margin-top: 4px;
}

.feedback-divider {
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 30px 0;
}

.feedback-author h4 {
  font-weight: 700;
  color: #111;
  margin-bottom: 5px;
  font-family: 'Inter';
  font-size: 22px;
}

.feedback-author p {
  font-size: 14px;
  color: #777;
  margin: 0;
}
.feedback-rating img {
    width: 18%; 
}
/* --- Video Section --- */
.feedback-video {
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
  width: 45%;
}

.video-box {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  max-width: 420px;
}

.video-box img {
  width: 100%;
  height: auto;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #2b47ff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.play-button:hover {
  background: #1a34e6;
}

@media (max-width: 900px) {
  .feedback-container {
    flex-direction: column;
  }

  .feedback-content,
  .feedback-video {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .feedback-stat h2 {
    font-size: 42px;
  }
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide { 
    font-size: 18px; 
    display: flex; 
    align-items: center;
}
.swiper-wrapper{
    padding-bottom: 45px;
}
 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px;
    left: 0px;
    text-align: left;
}

/* FAQs section */
.faq-modern-section { 
  font-family: "Inter", sans-serif; 
}

.faq-modern-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}

/* Left Column */
.faq-modern-left {
  flex: 1 1 35%;
}

.faq-dot {
  width: 6px;
  height: 6px;
  background: #2463ff;
  border-radius: 50%;
  margin-bottom: 15px;
}

.faq-modern-left h2 {
  font-size: 60px;
  line-height: 1.1;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: 'Inter';
}

.faq-modern-left h2 span {
  font-weight: 700; 
}

.faq-modern-left p {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
  max-width: 380px;
}

/* Right Column */
.faq-modern-right {
  flex: 1 1 55%;
}

.faq-modern-item {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.faq-modern-item.active {
  background: #f8faff;
  border: 1px solid #c9d8ff;
}

.faq-modern-question {
  width: 100%;
  text-align: left;
  padding: 20px 25px;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  outline: none;
}

.faq-modern-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  padding: 0 25px;
}

.faq-modern-item.active .faq-modern-answer {
  max-height: 200px;
  padding-bottom: 20px;
}

.faq-modern-answer p {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
}

.faq-modern-icon {
  font-size: 16px;
  color: #666;
  transition: transform 0.3s ease;
}

.faq-modern-item.active .faq-modern-icon {
  transform: rotate(180deg);
  color: #2463ff;
}

@media (max-width: 900px) {
  .faq-modern-container {
    flex-direction: column;
  }

  .faq-modern-left h2 {
    font-size: 42px;
  }
}

/* counter css */
.stats-section {
  display: flex;
  justify-content: space-between;
  align-items: center;  
}

.content h2 {
  font-size: 60px;
  font-family: 'Inter';
  font-weight: 400;
}

.content h2 span {
  font-weight: 700; 
}

/*counter css  */
.stats-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#counter{ 
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 59px;
    margin-top: 50px;
}
#counter .item{   
  text-align: center; 
  width: 25%;
} 
#counter .item .count{
    color: #000000;
    margin-bottom: 5px;
    font-size: 60px;
    font-family: 'Inter'; 
    text-align: left;
}
#counter .item h3{
  color: #060606;
  text-transform: capitalize;
  font-size: 20px;
  font-family: 'Inter';
  font-weight: 400;
  text-align: left;
}

.divider {
  height: 40px;
  width: 1px;
  background: #ddd;
  margin: 0 20px;
}

.circle-container {
      position: relative;
      width: 180px;
      height: 180px;
    }

    .center-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: linear-gradient(135deg, #0050ff, #00aaff);
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      font-size: 24px;
      cursor: pointer;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .circular-text {
      position: absolute;
      width: 100%;
      height: 100%;
      animation: rotateText 10s linear infinite;
      transform-origin: center center;
    }

    .circular-text span {
      position: absolute;
      left: 50%;
      transform-origin: 0 90px; /* radius distance */
      font-size: 14px;
      letter-spacing: 2px;
      font-weight: 500;
      text-transform: uppercase;
      color: #000;
    }

    @keyframes rotateText {
      from {
        transform: rotate(0deg);
      }
      to {
        transform: rotate(360deg);
      }
    }

@media (max-width: 768px) {
  .stats-section {
    flex-direction: column;
    align-items: flex-start;
  }

  
}

.count-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.count-item p {
    font-size: 45px;
    font-family: 'Inter';
    color:  #1a34e6;
}
.item-slash {
    font-size: 48px;
    font-family: 'Inter';
    font-weight: 200;
}

/* contact css */
.contact-container {
  background: #0d0d0d;
  padding: 40px;
  border-radius: 20px;
  width: 50%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.response-time {
  font-size: 14px;
  color: #c2c2c2;
  margin-bottom: 10px;
}
.contact-section {
    width: 50%;
}

.response-time span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #1a34e6;
  border-radius: 50%;
  margin-right: 6px;
}
 
.input-group {
  margin-bottom: 20px;
}

.input-group input,
.input-group textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #333;
  padding: 10px 0;
  color: #fff;
  font-size: 15px;
  outline: none;
  transition: border-color 0.3s ease;
}

.input-group input:focus,
.input-group textarea:focus {
  border-color: #1a34e6;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 25px;
  color: #c2c2c2;
}

.bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.profile img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.profile h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  font-family: 'Inter';
}

.profile p {
  margin: 0;
  font-size: 12px;
  color: #888;
}

.submit-btn {
  font-size: 16px;
    font-family: 'Inter';
    color: #ffffff;
    background: linear-gradient(#064CF7 0%, #240DD4 100%);
    padding: 15px 35px;
    border-radius: 50px;
}

.submit-btn .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1a34e6;
  color: #000;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 16px;
}

.submit-btn:hover {
  background: #1a34e6;
  color: #ffffff;
}

.submit-btn:hover .icon {
  background: #000;
  color: #1a34e6;
}
.contact-container h2 {
    font-size: 32px;
    font-family: 'Inter';
    color: #ffffff;
    text-transform: capitalize;
}
.contact-section { 
  position: relative;
}

.small-text {
  font-size: 14px;
  color: #b5b5b5;
  letter-spacing: 1px;
}

.contact-header h2 {
  font-family: 'Inter';
    font-size: 40px;
    font-weight: 400;
    text-transform: capitalize;
}
.contact-header h2 span{ 
    font-weight: 700; 
}

.social-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 20px;
  margin: 50px 0;
}
a.btn-2 {
    padding: 10px 30px;
    background: linear-gradient(180deg, #0d6efd47, #ffffff);
    border-radius: 50px;
    display: flex;
    border: 1px solid #0d6efd;
    align-items: center;
}

a.btn-2 span {
    font-size: 16px;
    font-family: 'Inter';
    color: #000000;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 26px;
  background: linear-gradient(180deg, #1a1a1a, #000);
  color: #fff;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  min-width: 200px;
  transition: all 0.3s ease;
}

.btn .icon {
  background-color: #d6f73d;
  color: #000;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
}

.btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(214, 247, 61, 0.4);
}

.contact-info {
  display: flex; 
  justify-content: left;
  gap: 50px;
  padding-top: 40px;
  border-top: 1px solid #222;
}

.info-box {
  text-align: left;
  max-width: 260px;
}

.info-icon {
  background-color: #1a1a1a;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 15px;
}

.info-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.info-box p {
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    font-family: 'Inter';
} 

a.btn-2 .icon {
    background: #ffffff;
    padding: 4px 8px;
    border-radius: 50px;
    margin-left: 10px;
}
@media (max-width: 768px) {
  .contact-header h1 {
    font-size: 32px;
  }

  .btn {
    min-width: 160px;
  }

  .contact-info {
    flex-direction: column;
    align-items: center;
  }
}
.contact-us {
    display: flex;
    align-items: center;
    gap: 50px;
}

/* footer css */
.footer {
  padding-top: 60px;  
  background: #000;
  color: #fff; 
  font-family: "Inter", sans-serif;
  line-height: 1.8;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 40px;
}
.footer-about img {
    width: 80%;
    margin-bottom: 20px;
}
.footer-about p {
  font-size: 15px;
  color: #ccc;
  margin-bottom: 20px;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-contact a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-contact a:hover {
  color: #00aaff;
}

.footer-hire {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.status-dot {
  width: 14px;
  height: 14px;
  background: #0047ff;
  border-radius: 50%;
  display: inline-block;
}

.footer-links h3,
.footer-services h3,
.footer-about-links h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.footer-links ul,
.footer-services ul,
.footer-about-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li,
.footer-services ul li,
.footer-about-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a,
.footer-services ul li a,
.footer-about-links ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s;
}

.footer-links ul li a:hover,
.footer-services ul li a:hover,
.footer-about-links ul li a:hover {
  color: #00aaff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  font-size: 14px;
  flex-wrap: wrap;
  color: #aaa;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-legal a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-legal a:hover {
  color: #00aaff;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}