@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);
.banner2 {
  font-family: "Montserrat", sans-serif;
	color: #8d97ad;
  font-weight: 300;
}


.banner2 a {
	text-decoration: none;
}

.banner2 .btn-md {
    padding: 15px 40px;
    font-size: 16px;
}

.banner2 .text-danger {
    color: #ff4d7e !important;
}

.banner2 .img-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}


.btn-grad {background-image: linear-gradient(to right, #314755 0%, #26a0da  51%, #314755  100%)}
.btn-grad {
   margin: 10px;
   padding: 11px 45px;
   text-align: center;
   text-transform: uppercase;
   transition: 0.5s;
   background-size: 200% auto;
   color: white;            
   box-shadow: 0 0 20px #eee;
   border-radius: 10px;
   display: block;
 }

 .btn-grad:hover {
   background-position: right center; /* change the direction of the change here */
   color: #fff;
   text-decoration: none;
 }


.container-inner {
    max-width: 1200px !important;
    width: 100%;
    margin: 0 auto; /* Centers the container */
    padding-left: 18px; /* Adds space on the left */
    padding-right: 18px; /* Adds space on the right */
}

/* Responsive Design for Tablet (768px - 1024px) */
@media (max-width: 1024px) {
    .container-inner {
        padding: 20px;
    }
}

/*heading css*/
.heading-color {
    color: #191935;
    font-family: "Poppins", Sans-serif;
    font-size: 36px;
    font-weight: 500!important;
}
.banner-heading-color {
    color: #191935;
    font-weight: 700;
    font-family: "Poppins", Sans-serif;
    
}
.process-box h3 {
    color: #191935;
    font-weight: 500;
    font-family: "Poppins", Sans-serif;
}

/*header*/
.hero-section-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

.contact-no {
    border: solid 1px #191935;
    padding: 5px;
    color:#191935;
    transition: all 0.3s ease-in-out;
}

.contact-no:hover {
    border: 1px solid #ff7f00; /* Orange border on hover */
    box-shadow: 0 6px 12px rgba(255, 127, 0, 0.3); /* Slight glow effect */
}

.header-contact {
    text-decoration: none;
}

.brand-name {
    font-size: 24px; /* Adjust size */
    font-weight: bold; /* Make it bold */
    color: #1B184E;
    text-decoration: none; /* Remove underline */
}

.brand-name:hover {
    color: #ff7f00; /* Change color on hover */
}

 /* Background Image with Overlay */
 .banner2-2 {
    position: relative;
    /*background: url('banner.png') no-repeat center center/cover;*/
    background: rgba(0, 64, 128, 0.99);
    padding: 80px 0;
    margin-top: 60px;
    color: #fff;
    min-height: 500px;
   
}
/* Adding a subtle pattern */
.banner2-2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/funky-lines.webp'); /* Use a transparent pattern */
    opacity: 0.1; /* Adjust visibility */
    z-index: 2;
}


.fourth {
    position: relative;
    background: rgba(0, 64, 128, 0.99); /* Keeps the overlay color */
    padding: 80px 0;
    min-height: 500px;
    color: #fff;
    overflow: hidden; /* Prevents unwanted overflow */
}

/* Adding Background Image */
.fourth::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('img/funky-lines.webp') ;
    opacity: 0.1; /* Adjust for visibility */
    z-index: 1; /* Keeps it behind content */
}

.fourth-content {
    position: relative;
    z-index: 3;
}

/* Ensures content is above the overlay */
.content-box {
    position: relative;
    z-index: 3;
}

.text-box {
    padding: 20px;
    background: #F9FAFBED; /* Light transparent background */
}

.btn-danger-gradiant {
    background: linear-gradient(to right, #ff416c, #ff4b2b);
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
}
.btn-danger-gradiant:hover {
    background: linear-gradient(to right, #ff4b2b, #ff416c);
}
.custom-heading {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
.custom-paragraph {
    font-size: 19px;
    color: #ddd;
    font-family: "Roboto", Sans-serif;
}
.text-box.form-control {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.text-box.form-control::placeholder {
    color: #eee;
}


/*list icon*/
.hero-list {
    list-style-type: none;
    padding-left: 0;
  }

  .hero-list li {
    font-size: 18px;
    line-height: 1.5;
  }

  .hero-list {
    list-style-type: none;
    padding-left: 0;
  }

  .hero-list li {
    background: url(img/icon2.png) no-repeat 0 50%;
    background-size: 20px;
    color: #2B2B2B; /* Use your primary text color */
    font-size: 15px;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 30px;
    transition: transform 0.6s ease-in-out; 
    cursor: pointer;
  }

.hero-list li:hover {
    transform: translateX(3px); /* Moves slightly on hover */
}

  /* Ensure the color is readable against the background */

/* Style for white background cards */
.process-box {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 100%;
    border: 2px solid transparent; 
    transition: all 0.3s ease-in-out;
}


.process-box:hover {
    border: 2px solid #ff7f00; /* Orange border on hover */
    box-shadow: 0 6px 12px rgba(255, 127, 0, 0.3); /* Slight glow effect */
}

.process-box h2 {
color: #ff7f00;
font-size: 45px;
font-weight: 700;
}
.process-box p {
    text-align: start;
    font-size: 14px;
    font-family: "Roboto", Sans-serif;
    }

/* Ensure equal height boxes on large screens */
@media (min-width: 992px) {
    .process-box {
        flex-direction: column;
        justify-content: center;
    }
}



.process-box-5 {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
   
}
.process-box-5 p {
    text-align: start;
    font-size: 14px;
    font-family: "Roboto", Sans-serif;
    }

.process-box-5 h2 {
    color:#ff7f00;
    font-size: 25px;
    font-weight: 500;
}

/*animation*/
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes zoomIn {
    from { opacity: 0; transform: scale(0.8); }
    to { opacity: 1; transform: scale(1); }
}

/* Apply the animation */
.animated {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.fadeInUp {
    animation: fadeInUp 1s ease-out forwards;
}

.fadeInLeft {
    animation: fadeInLeft 1s ease-out forwards;
}

.fadeInRight {
    animation: fadeInRight 1s ease-out forwards;
}
.zoomIn { animation: zoomIn 1s ease-out forwards; }

/* Responsive adjustments */
  @media (max-width: 768px) {
      .brand-name {
    font-size: 15px; /* Adjust size */
    font-weight: bold; /* Make it bold */
    color: #1B184E;
    text-decoration: none; /* Remove underline */
    }
    }
