/* ======================== whole website ======================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}
.dp0{margin: 0!important; padding: 0!important;}
.mybgcolor1{background-color: rgb(45, 45, 168);}
.mybgcolor2{ background-color: rgb(235, 111, 10);}
.mycolor1{color: rgb(45, 45, 168);}
/*========================= Pre Header =======================*/
#preheader {
  background-color: rgb(45, 45, 168);
  font-size: 14px;
}
#preheader span{
  text-decoration: none;
}
/*========================= Main Navbar ======================*/
.navbar {
  font-weight: 500;
}

.navbar-nav li a:hover {
  color: rgb(45, 45, 168);
}

.dropdown-menu li a:hover {
  background-color: rgb(227, 245, 252);
}

.navbar-nav button {
  background-color: rgb(235, 111, 10);
  color: white;
  font-weight: 600;
  box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#btn {
  border: none;
  background-color: rgb(235, 111, 10);
  color: White;
  font-weight: 600;
  border-radius: 10px
}

.dpbtn {
  position: absolute;
  right: 20px;
}

/*====================== Header ================================= */
#header{
 background: linear-gradient(135deg, #0f3d91, #1e64c8); /* Adjust colors as needed */
}

.dphead1>h1 {
  font-size: 60px;
  font-weight: 700;
  color: white;
}

.mycolor {
  color: rgb(79, 179, 212);
}

.dphead1>.euro {
  color: rgb(235, 111, 10);
  font-size: 75px;
  font-weight: 700;
}

.dphead1>p {
  font-size: 20px;
}

.item li {
  list-style: none;
  float: left;
  text-decoration: none;
  color: white;
  text-align: center;
  margin: 5px;
}

.item li i {
  color: rgb(69, 233, 69);
}

.section-heading-1 {
  font-weight: 700;
  color: white;
}

.glass-effect {
  background: rgba(255, 255, 255, 0.1);
  /* transparent or semi-transparent background */
  backdrop-filter: blur(10px);
  /* applies blur to background */
  -webkit-backdrop-filter: blur(10px);
  /* Safari support */
  border-radius: 10px;
  /* smooth corners */
  border: 1px solid rgba(255, 255, 255, 0.2);
  /* optional border to add depth */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  /* subtle shadow */
  height: fit-content;
}

#btn-1 {
  border: none;
  background: rgba(255, 255, 255, 0.1);
  /* transparent or semi-transparent background */
  backdrop-filter: blur(10px);
  /* applies blur to background */
  -webkit-backdrop-filter: blur(10px);
  /* Safari support */
  border-radius: 10px;
  /* smooth corners */
  border: 1px solid rgba(255, 255, 255, 0.2);
  /* optional border to add depth */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  /* subtle shadow */
  width: 100%;
  color: White;
}

/* @media (max-width:1200px) {
  #box1 {
    margin-left: 25px;
    width: 80%;
  }
} */

#row-1 h6 {
  color: white;
}

.p {
  color: white;
  font-size: 12px;
}

#btn-1:hover {
  background: rgba(255, 255, 255, 0.2);
  /* transparent or semi-transparent background */
}

/* @media (max-width:768px) {
  #h1 {
    font-size: 45px;
  }

  #h2 {
    font-size: 45px;
  }
} */

/*Header*/
/*Section-1*/
.card-1 {
  border-radius: 1rem;
  padding: 20px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 20px rgba(156, 155, 155, 0.2);
  background-color: #ffffff;
}

/* Glass effect on second card */
.card-1:nth-child(2) {
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.card-text {
  color: grey;
  font-size: 2rem;
}

.small {
  background-color: rgb(188, 250, 207);
  width: auto;
  margin-left: 70px;
}

.icon-wrapper {
  width: 60px;
  height: 60px;
  background-color: #e7f1ff;
  border-radius:20%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
}

.icon {
  font-size: 1.8rem;
  color: #0d6efd;
}

.card-title {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

.card .small {
  font-size: 0.85rem;
  color: #28a745;
  /* You can change this per card if needed */
}

.card-text {
  font-size: 0.9rem;
}

#h-1 {
  font-weight: 700;
  font-size: 50x;
}

#h-1 span {
  color: blue;
}

@media (max-width:768px) {
  #h-1 {
    font-size: 25px;
  }

}

.icon1 {
  background-color: orangered;
  color: white;
  border-radius: 20px;
  font-size: 22px;
}

.speed-box {
  background: linear-gradient(90deg, rgba(118, 67, 220, 1) 0%, rgba(158, 105, 241, 1) 50%, rgba(108, 38, 226, 1) 100%);
  color: #ffffff;
  border-radius: 1rem;
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 40px;
  transition:1s;
}

.speed-box h3 {
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.speed-box p {
  font-size: 1rem;
  margin-bottom: 20px;
}

.speed-box .info-icons {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.speed-box .info-icons i {
  margin-right: 8px;
  color: #ffffff;
}
.info-icons div:hover{
  transform:scale(1.07);
  transition: 1s;
   background-color: rgba(255, 255, 255, 0.1);
}
.speed-box:hover{
      transform: scale(1.05);
      
    }

/*Section-1*/
/*Section-2*/
#row-2 {
  width: 100%;
  margin-left: 150px;
}

@media (max-width:768px) {
  #row-2 {
    margin-left: 0px;
  }

  .step-card {
    width: 100%;
  }
}

.step-card {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 16px 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  width: 70%;
}



.step-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.arrow-icon {
  margin-left: 8px;
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.3s ease;
  font-weight: bold;
  color: #007bff;
  font-weight: bold;
}

.subtext {
  margin: 0;
  font-size: 14px;
  color: #333;
}

.hover-detail {
  margin: 0;
  font-size: 13px;
  color: #555;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.timeline {
  position: relative;
  margin-left: 60px;
  padding-left: 35px;
  border-left: 2px solid #eee7e7;
}

.timeline-badge {
  position: absolute;
  left: -70px;
  top: 0;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border:5px solid rgba(255,255,255,.7);
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin-right:20px;
}


.badge-step-1 {
  background-color: #1b468a;
  box-shadow: 0px 4px 8px rgb(45, 45, 168);
}

#card-1 {
  background-color: #cde1f7;
}

#card-2 {
  background-color: #b8f8c7;
}

#card-3 {
  background-color: rgb(250, 209, 250);
}

#card-4 {
  background-color: rgb(255, 204, 185);
}

#card-5 {
  background-color: rgb(199, 247, 247);
}

#card-6 {
  background-color: rgb(211, 177, 250);
}

.step-icon {
  margin: 5px;
  border-radius: 12px;
  padding: 10px;
  background-color: red;
}

.step-icon:hover {
  animation: Icon 3s 1;
}

@keyframes Icon {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#step-1 {
  background-color: #007bff;
}

.info-icons div {
  border: 1px solid gainsboro;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  cursor:pointer;
  transition: .7s;
}
.info-icons div:hover{
  transform:scale(1.10);
  
  background-color: rgba(255, 255, 255, 0.1);
}
.small-1 {
  background-color: #b1d3f7;
  color: darkblue;
  border-radius: 20px;
}

.small-1 i {
  animation: icon infinite 1.2s;
}

@keyframes icon {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* HOVER EFFECTS */

.timeline,span,.hover-detail,.arrow-icon{transition: 1s;}
.timeline:hover{transform: scale(1.05);}
.timeline:hover .arrow-icon {
  opacity: 1;
  transform: translateX(0);
}
.hover-detail{margin-top: 5px;}
.timeline:hover .hover-detail {
  opacity: 1;
  transform: translateY(-3px);
}

/*Section-2*/
/*Section-3*/
.service-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: transform 0.3s;
}

.service-card:hover {
  transform: translateY(-5px);
}

.icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 15px;
}

.badge-popular {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f97316;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  z-index: 2;
}

.price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.feature-list {
  list-style: none;
  padding: 0;
  text-align: left;
}

.b1 {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-top: 15px;
  transition: background-color 0.3s;
}

.b-2 {
  border: none;
  background-color: #0d6efd;
  color: white;
  font-weight: 700;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgb(45, 45, 168);
}

/*Section-3*/
/*Section-4*/
.section-heading h1 {
  font-size: 45px;
}

#img {
  margin-top: 100px;
  margin-left: 150px;
}

@media (max-width:767px) {
  #img {
    margin-left:0px;
  }
}

/*Section-4*/
/*Section-5*/
.star i {
  color: yellow;
}

/*Section-5*/
/*Section-6*/
#btn:hover {
  background-color: #0056b3;
  color: white;
}

#infobutton:hover {
  background-color: #0056b3;
  color: white;
}

#infobutton {
  background-color: darkblue;
  width: 75%;
  color: white;
  margin-top: 20px;
}

.contact-info {
  width:100%;
}

@media (max-width:768px) {
  #infobutton {
    width: 75%;
    margin-top: 20px;
    align-items: center;
  }

  .container {
    overflow-x: wrap;
  }

  .contact-info {
    width: 100%;

  }
}

/*Section-6 End*/

/* model bootstrap */
.modal-body>p{font-size: 15px;}

/* ========================================== Media Query ======================================== */
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

/* pre header */
@media screen and (max-width: 800px) {
  .dpph2 {
    display: none;
  }

  .dpph1 {
    text-align: center !important;
  }

  .dpph1>span {
    display: inline-block;
  }

  .dphead1>h1 {
    text-align: center;
    font-size: 30px !important;
  }

  .dphead1>.euro {
    font-size: 45px !important;
  }

  .dphead1>p {
    text-align: center;
    font-size: 18px !important;
  }

  #btn {
    display: block;
    margin: auto;
  }
  .small-1{
    text-align: center;
  }
  #card-1{
    width:100%;
  }
  #card-2{
    width:100%;
  }
  #card-3{
    width:100%;
  }
  #card-4{
    width:100%;
  }
  #card-5{
    width:100%;
  }
  #card-6{
    width:100%;
  }
  .contact-info{
    width:100%;
    transform: translateX(-20px);
  }
}