body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
.mainDiv {
  display: flex;
  justify-content: space-between;
}
.mainLogo {
  display: flex;
  gap: 4px;
}

.mainContact {
  display: flex;
  justify-items: flex-end;
  gap: 8px;
}
.mainLogo2 {
  display: block;
  gap: 4px;
}
.mainDiv2{
  display: flex;
  justify-content: space-between;
}
.mainContact2{ 
  display: flex;
  justify-items: flex-end;
  gap: 8px;
  margin-top: 24px;
}
.header {
  background-color: #1e37b4;
  padding: 10px;
}

.mediumScreen{
  display: flex;
  justify-content:space-between;
}
.mediumScreenlogo{
  display: block;
}
.menu-button {
    margin-top: 5px;
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
}

.menu {
    display: none;
    margin-top: 10px;
    /* background-color: #1e37b4; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}

.menu a {
    display: block;
    padding: 10px;
    color: white;
    text-decoration: none;
}
@media (min-width: 767px) and (max-width: 2560px) {
 .mediumScreen{
  display: none !important;
}
.mediumScreenlogo{
  display: none !important;
}
.menu a{
  display: none;
}
}


@media (min-width: 375px) and (max-width: 425px) {
  .mainDiv {
    display: none !important;
  }
  .mainLogo {
    display: none !important;
  }
  .mainContact {
    display: none !important;
  }
  .mainLogo2 {
  display: none !important;
}
.mainDiv2{
  display: none !important;
}
.mainContact2{ 
  display: none !important;
}
}

.slideshow-container {
  position: relative;
  max-width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
}

.slide {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background color */
  display: flex;
  align-items: center;
  justify-content: center;
}

.text {
  color: white;
  font-size: 25px;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}
.text2 {
  color: white;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}
.text3 {
  color: rgb(8, 26, 107);
  font-size: 14px;
  font-weight: bold;
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* Navigation buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.financeServices {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.heading {
  font-weight: 700;
  font-size: 40px;
  color: rgb(58, 56, 56);
  text-align: center;
  text-transform: capitalize;
}

.heading1 {
  font-weight: 900;
  font-size: 25px;
  padding: 5px;
  color: rgb(85, 84, 84);
  text-align: start;
  text-transform: capitalize;
}
.card1 {
  box-shadow: 0 5px 25px #777777ba;
  padding: 15px 15px;
  border-radius: 5px;
  border: 1px solid rgb(197, 197, 197);
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .financeServices {
    display: grid;
    grid-template-columns: auto;
  }
  .heading {
    font-weight: 700;
    font-size: 30px;
    color: rgb(58, 56, 56);
    text-align: center;
    text-transform: capitalize;
  }
  .text {
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
  }
  .text2 {
    color: white;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
  }
  .text3 {
    color: rgb(8, 26, 107);
    font-size: 12px;
    font-weight: bold;
  }
}

@media (max-width: 768px) {
  .carousel-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .card {
    width: 300px !important;
    margin: 0 !important;
  }
}

.carousel-container {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.carousel-row {
  display: none;
  flex: 0 0 calc(100% / 3);
  padding: 10px;
  box-sizing: border-box;
}

.carousel-row.show {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
}

.card {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px;
  width: 360px; /* Adjusted card width */
  box-sizing: border-box;
  box-shadow: 0 5px 25px #777777ba;
  border-radius: 5px;
}

#prevBtn,
#nextBtn {
  cursor: pointer;
  font-size: 80px;
}

.text4 {
  color: rgb(43, 42, 42);
  font-size: 18px;
  text-align: start;
  padding: 10px;
  font-weight: bold;
}

.text5 {
  color: rgb(44, 44, 44);
  font-size: 12px;
  text-align: start;
  padding: 10px;
  font-weight: normal;
}

.text10 {
  color: rgb(114, 113, 113);
  font-size: 14px;
  text-align: start;
  padding: 10px;
  font-weight: 300;
}
.text11 {
  color: rgb(114, 113, 113);
  font-size: 13px;
  text-align: start;
  padding: 2px;
  font-weight: 300;
}

.card img {
  width: 100%;
  height: 200px; /* Fixed height for images */
  object-fit: cover; /* Maintain aspect ratio and cover the area */
}

/* Base styles for the carousel */
.carouselcontainer {
  overflow: hidden;
  position: relative;
  width: 100%;
  /* max-width: 600px; */
  margin: 0 auto;
  display: none; /* Hidden by default */
}

.carousel {
  display: flex;
  transition: transform 0.5s ease;
}

.slide1 {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px;
  min-width: 100%;
  box-sizing: border-box;
  box-shadow: 0 5px 25px #777777ba;
  border-radius: 5px;
}
.slide1 img {
  width: 100%;
  height: 300px; /* Fixed height for images */
  object-fit: cover; /* Maintain aspect ratio and cover the area */
}
/* Medium screens */
@media (min-width: 320px) and (max-width: 768px) {
  .carouselcontainer {
    display: block;
  }
  .slide1 {
    min-width: 350px;
  }
}

/* Large and extra-large screens */
@media (min-width: 1024) {
  .carouselcontainer {
    display: none;
  }
}
.requestcallMain {
  background-color: RGB(62, 62, 62);
  width: 100%;
}
.requestCall {
  padding-top: 80px;
  display: grid;
  grid-template-columns: auto auto auto;
  padding-bottom: 80px;
}

.card4 {
  padding: 5px;
  margin: 3px;
  width: 240px; /* Adjusted card width */
  box-sizing: border-box;
}


.text6 {
  color: white;
  font-size: 28px;
  text-align: start;
  padding: 10px;
  font-weight: bold;
}

.text7 {
  color: white;
  font-size: 14px;
  text-align: start;
  padding: 3px;
  font-weight: normal;
}
.text12 {
  color: white;
  font-size: 14px;
  text-align: start;
  padding: 2px;
  font-weight: normal;
}

input[name="name"] {
  border-radius: 3px;
  padding-left: 10px; /* Add space to the left side */
}

input[name="name"]::placeholder {
  font-size: 12px; /* Adjust the font size of the placeholder text */
}

input[name="email"] {
  border-radius: 3px;
  padding-left: 10px; /* Add space to the left side */
}

input[name="email"]::placeholder {
  font-size: 12px; /* Adjust the font size of the placeholder text */
}

input[name="mobileno"] {
  border-radius: 3px;
  padding-left: 10px; /* Add space to the left side */
}

input[name="mobileno"]::placeholder {
  font-size: 12px; /* Adjust the font size of the placeholder text */
}

textarea[name="message"] {
  border-radius: 3px;
  padding-left: 10px; /* Add space to the left side */
  width: 100%; /* Optional: Make the textarea full width */
  height: 100px; /* Optional: Set a specific height */
  box-sizing: border-box; /* Optional: Include padding and border in the element's total width and height */
}

textarea[name="message"]::placeholder {
  font-size: 12px; /* Adjust the font size of the placeholder text */
  color: #888; /* Optional: Change the placeholder text color */
}

.button {
  background-color: #ffbf00;
  color: white;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}
.MessageIcon{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 7px;
    border-radius: 8px;
    width: 50px;
    background: #25d366;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}
@media (max-width: 768px) {
  .card5 {
    width: 200px;
    padding: 3px;
    margin: 3px;
  }

  .card4 {
    padding: 5px;
    margin: 3px;
    width: 240px; /* Adjusted card width */
    box-sizing: border-box;
  }
}

@media (max-width: 375px) {
  .requestCall {
    display: grid;
    grid-template-columns: auto auto;
  }
  .card5 {
    width: 200px;
    padding: 3px;
    margin: 3px;
  }

  .card4 {
    padding: 5px;
    margin: 3px;
    width: 150px; /* Adjusted card width */
    box-sizing: border-box;
  }
  input[name="name"] {
    border-radius: 3px;
    padding-left: 10px; /* Add space to the left side */
  
  }

  input[name="name"]::placeholder {
    font-size: 12px; /* Adjust the font size of the placeholder text */
  }

  input[name="email"] {
    border-radius: 3px;
    padding-left: 10px; /* Add space to the left side */
   
  }

  input[name="email"]::placeholder {
    font-size: 12px; /* Adjust the font size of the placeholder text */
  }

  input[name="mobileno"] {
    border-radius: 3px;
    padding-left: 10px; /* Add space to the left side */
   
  }

  input[name="mobileno"]::placeholder {
    font-size: 12px; /* Adjust the font size of the placeholder text */
  }

  textarea[name="message"] {
    width: 220px !important;
  }

  .button {
    width: 220px !important;
  }
}

@media (max-width: 425px) {
  .requestCall {
    display: grid;
    grid-template-columns: auto;
  }


  .card4 {
    padding: 5px;
    margin: 3px;
    width: 200px; /* Adjusted card width */
    box-sizing: border-box;
  }
  input[name="name"] {
    border-radius: 3px;
    padding-left: 10px; /* Add space to the left side */
    width: 200px;
  }

  input[name="name"]::placeholder {
    font-size: 12px; /* Adjust the font size of the placeholder text */
  }

  input[name="email"] {
    border-radius: 3px;
    padding-left: 10px; /* Add space to the left side */
    width: 200px;
  }

  input[name="email"]::placeholder {
    font-size: 12px; /* Adjust the font size of the placeholder text */
  }

  input[name="mobileno"] {
    border-radius: 3px;
    padding-left: 10px; /* Add space to the left side */
    width: 200px;
  }

  input[name="mobileno"]::placeholder {
    font-size: 12px; /* Adjust the font size of the placeholder text */
  }

  textarea[name="message"] {
    width: 220px !important;
  }

  .button {
    width: 220px !important;
  }
}

.information {
  background: rgb(2, 0, 36);
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(9, 17, 121, 1) 62%,
    rgba(79, 4, 242, 1) 100%
  );
}

.allinformation {
  padding-top: 80px;
  display: grid;
  grid-template-columns: auto auto auto;
  padding-bottom: 80px;
  gap: 30px;
}

.text8 {
  color: white;
  font-size: 14px;
  text-align: start;
  padding: 5px;
  font-weight: normal;
}

.text9 {
  color: white;
  font-size: 28px;
  text-align: start;
  padding: 5px;
  font-weight: bold;
}

input[name="subscribeEmail"] {
  border-radius: 3px;
  padding: 8px; /* Add space to the left side */
  background-color: transparent;
  border: 1px solid #ccc;
  color: #fff;
}

input[name="subscribeEmail"]::placeholder {
  font-size: 12px; /* Adjust the font size of the placeholder text */
}

.subscribeButton {
  background-color: #ffbf00;
  color: white;
  font-size: 12px;
  font-weight: 400;
  padding: 10px;
  border-radius: 5px;
}





.footer {
  background-image: linear-gradient(
    to right,
    #1f2959,
    #21436d,
    #315d7c,
    #4b768a,
    #6c8e97
  );
}
.logo {
  font-size: 28px;
  font-weight: 700;
  color: #1f2959;
}

.card-container {
  display: flex;
  gap: 20px;
}

.cardbottom {
  position: relative;
  width: 320px;
  height: 220px;
  margin: 10px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.card-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  opacity: 0.8;
  transition: opacity 0.3s, background-color 0.3s;
}

.cardbottom:hover .card-name {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.9);
}

.aboutbackground {
  background-image: url("./image/aboutpage.jpg");
}
.aboutpage {
  position: relative;
  max-width: 100%;
  height: 300px;
  overflow: hidden;
}

.aboutpageSecond {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
}




.serviceCard{
  display: grid;
  grid-template-columns: auto auto auto;
  gap:10px;
}

.serviceCard1{
  position: relative;
  padding: 10px;
  width: 320px;
  height: 220px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* border-radius: 8px; */
  overflow: hidden;
  cursor: pointer;
}