/* ========== Base Styling ========== */
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: sans-serif;
  overflow-x: hidden;
}

    body, html {
      margin: 0;
      padding: 0;
    }
/* Section Headings */
.section-title {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  color: #2E2C64;
}
.section-subtitle {
  font-size: 1rem;
  color: #555;
  max-width: 600px;
  margin: auto;
}

/* Contact Section Fix */
section#contact {
  padding: 35px 15px;
  width: 100%;
  margin: 0 auto;
}

/* ========== Services Section ========== */
section.digital-services-section {
  padding: 40px 20px;
  background-color: #fff;
}

.digital-services-section .content h2 {
    font-size: 33px;
    font-weight: bold;
    color: #2d2766;
}

.digital-services-section .content p {
  font-size: 16px;
  color: black;
  margin-bottom: 20px;
  font-weight: 500;
}

.digital-services-section ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
   font-weight: 500;
}

.digital-services-section ul li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #222;
}

.digital-services-section ul li i {
  color: orangered;
  margin-right: 8px;
}

/* ========== Our Services Section ========== */
.service-item {
  background: white;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin-bottom: 12px;
}
.service-item h1 {
  font-size: 18px;
  color: #2E2C64;
  font-weight: 600;
  margin: 0;
}
.service-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}
h2#form {
    color: white;
    margin-top: -22px;
}

/* Star Rating */
.star-rating i {
  margin: 0 2px;
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff5722;
  opacity: 0.6;
  margin: 0 4px;
}

.carousel-indicators .active {
  opacity: 1;
}
.card-title {
  font-size: 18px;
  font-weight: bold;
}
.card-text {
  font-size: 14px;
}
.card .btn {
  font-size: 14px;
  padding: 6px 16px;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
    padding: 0px !important;
}
/* ========== Buttons ========== */
.buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}


a.btn-connect {
  text-decoration: none !important;
  padding: 13px;
  background: #2E2C64 !important;
  color: white;
  font-weight: 500;
}
button#contactToggleBtnMain:hover {
  color: white;
  background: rgb(46, 44, 100);
}

/* ========== Portfolio Section ========== */
.portfolio-section {
  background-color: #f9f9f9;
}
.portfolio-card,
.project-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.portfolio-card:hover,
.project-card:hover {
  transform: translateY(-5px);
}
.portfolio-info,
.project-info {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.portfolio-info h5 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2E2C64;
}

.portfolio-info p {
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: 600;
}
.btn-orange {
  background-color: #f4511e;
  color: white;
  padding: 10px 18px;
  border-radius: 4px;
  font-weight: 500;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}
.btn-orange:hover {
  background-color: #d74313;
}

a.btn:hover {
  background: #2E2C64;
}


.contact-form {
  flex-wrap: nowrap;
  flex-direction: row;
}

.contact-section {
  background-color: #2e276b; /* Dark blue background */
}

.form-wrapper {
  white-space: nowrap;
  overflow-x: auto;
  padding: 0 15px;
}

.contact-form {
  white-space: nowrap;
  gap: 10px;
}

.contact-input {
  width: 200px;
  height: 45px;
  border: 1px solid white;
  background-color: transparent;
  color: white;
  padding: 0 12px;
  font-size: 14px;
  border-radius: inherit !important;
  white-space: nowrap;
}

.contact-input::placeholder {
  color: white;
  opacity: 0.9;
}

.contact-btn {
  height: 45px;
  background-color: #ff3c00;
  color: white;
  border: none;
  padding: 0 20px;
  font-weight: 600;
  white-space: nowrap;
}

.contact-btn:hover {
  background-color: #e03200;
}



i#action {
  border: 1px solid;
  padding: 13px;
  color: white;
  background-color: #f9461d;
  margin-top: 30px;
  margin-left: 10px;
  
  
}
small#small {
    color: red;
    margin-left: 43px;
    position: relative;
    top: -19px !important;
    font-size: 16px;
    left: 21px;
    font-weight: 500;
}
span#span {
    position: relative;
    top: -8px !important;
    font-size: 16px;
     font-weight: 500;
}
a.btn-call {
  text-decoration: none;
  font-size: 20px;
}
button.btn.btn-orange,
button.btn.btn {
  background-color: #f9461d;
  color: white;
  padding: 10px 20px;
  font-weight: bold;
  border: none;
  border-radius: 0;
  transition: 0.3s;
}
button#button {
    position: relative;
    top: 0px;
    left: 4px;
    width: 160px;
}
.btn-orange:hover {
  background-color: #d93e19;
}

/* ========== Contact Info Section ========== */
.contact-info-section {
  background-color: #fff;
  color: #1e1e1e;
}
.info-box {
  border: 1px solid #eee;
  border-radius: 5px;
  transition: 0.3s;
  padding: 20px;
}
.info-box:hover {

  background-color: #2D2766;
  color: white;
}
.info-icon {
  background-color: #f9461d;
  color: white;
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: auto;
}

/* ========== Testimonials ========== */

.testimonial-video {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

/* ========== Carousel Controls ========== */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  border-radius: 50%;
  padding: 10px;
}

/* ========== Responsive Design ========== */
@media (max-width: 1199px) {
  .project-img,
  .portfolio-card img {
    height: 220px;
  }
}

@media (max-width: 991px) {
  .buttons {
    flex-direction: column;
    gap: 12px;
  }
  .digital-services-section .content h2,
  .portfolio-section .section-title {
    font-size: 24px;
  }
  .project-img,
  .portfolio-card img {
    height: 200px;
  }
  .portfolio-info h5 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .digital-services-section {
    padding: 24px;
  }
  .digital-services-section .content p,
  .digital-services-section ul li {
    font-size: 14px;
  }
  .section-title {
    font-size: 1.5rem;
  }
  .section-subtitle {
    font-size: 0.9rem;
  }
  .project-img,
  .portfolio-card img {
    height: 180px;
  }

  .info-icon {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .project-img,
  .portfolio-card img {
    height: 160px;
  }
  .portfolio-info h5 {
    font-size: 18px;
  }
  .portfolio-info p {
    font-size: 12px;
  }
  .section-title {
    font-size: 1.2rem;
  }
}

/* Extra Hover & Color Fixes */


a#next {
  text-decoration: none !important;
  border: 1px solid;
  padding: 9px;
  color: white;
  background: #F9461D;
  border-radius: 25px;
  font-weight: 500;
}
a#next:hover {
  background-color: #2D2766;
}
h2.section-title.mb-4 {
  color: #141355;
}

/* ========== Floating WhatsApp & Call Icons ========== */
.float-icon.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #25d366;
  color: white;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
  transition: transform 0.3s ease;
  text-decoration: none;
}

.float-icon.call {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  background-color: green;
  color: white;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
  transition: transform 0.3s ease;
  text-decoration: none;
}
.float-icon:hover {
  transform: scale(1.1);
}

/* ========== Floating Icon Responsive Fix ========== */
@media (max-width: 575px) {
  .float-icon.whatsapp,
  .float-icon.call {
    width: 40px;
    height: 40px;
    font-size: 18px;
    bottom: 15px;
  }

  .float-icon.call {
    left: 15px;
  }

  .float-icon.whatsapp {
    right: 15px;
  }
}

@media (max-width: 400px) {
  .float-icon.whatsapp,
  .float-icon.call {
    width: 36px;
    height: 36px;
    font-size: 16px;
    bottom: 12px;
  }

  .float-icon.call {
    left: 10px;
  }

  .float-icon.whatsapp {
    right: 10px;
  }
}
.portfolio-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.portfolio-info h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

a.btn {
    background: #F4511E;
    color: white;
    border: 1px;
    border-radius: inherit !important;
    font-size: 16px !important;
    padding: 8px !important;
}
a.btn-connect:hover {
    background: #F4511E !important;
}
p.section-subtitle.mb-5 {
    font-weight: 600;
}
.testimonial-section {
    background-color: #f8f9fc !important;
    padding: 1px 0px !important;
}
i.fab.fa-whatsapp:hover {
    color: white;
}
i.fa.fa-phone:hover {
    color: white;
}


.portfolio-info .btn:hover {
  transform: scale(1.05);
}

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    filter: invert(1);
  }
  .card-img-top {
  height: 200px;
  object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-text {
  font-size: 15px;
  color: #444;
  font-weight: 500;
}

.btn-danger {
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 20px;
}
.card-img-top {
    height: 180px;
    object-fit: cover;
  }
  .card-body {
    padding: 1.25rem;
  }
  h5.card-title {
    color: #2E2C64;
    font-size: 22px;
}
body {
  overflow-x: hidden;
}

.carousel {
  overflow-x: hidden;
}
.custom-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #000;
}

