@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
/* @import url("https://fonts.googleapis.com/css?family=Marvel:400,700"); */

/* New CSS Starts Here */

/* Section-1 CSS Starts Here */

.usa_section {
  position: relative;
  padding: 30px 0 !important;
}

.dela_banner-ba-usa {
  background-image: url("../imgs/usa-company-formation/header-img-16.webp");
  background-size: cover;
  background-position: center;
  height: 800px;
  position: relative;
  color: white;
  clip-path: ellipse(100% 60% at 50% 34%);
}

.dela_banner_overlay {
  background: linear-gradient(112.1deg, rgb(32 38 57 / 28%) 11.4%, rgb(0 0 0 / 44%) 70.2%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dela_banner-ba-usa .container-fluid .row {
  width: 90%;
  margin: 0 auto;
}

.dela_banner_content {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1.5s ease forwards;
  animation-delay: 0.3s;
  /* Adjust delay as needed */
}

.dela_banner_content span {
  background-image: linear-gradient(314deg, #dcd7ee 0%, #8134d4 29%, #ff1361 67%, #fff800 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear;
  animation-delay: 1s;
  display: inline-block;
  font-size: 60px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.dela_banner-ba-usa .dela_banner_content h1 {
  font-size: 60px;
  color: #fff;
  line-height: 80px;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1.5s ease forwards;
  animation-delay: 0.6s;
}

.dela_banner_content button {
  background-image: linear-gradient(to right,
      #232526 0%,
      #414345 51%,
      #232526 100%);
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1.5s ease forwards;
  animation-delay: 0.9s;
}

/* Keyframes for smooth reveal */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dela_banner_content button:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

/* Section-1 CSS Ends Here */

/* Section-2 CSS Starts Here */

.dela_section_2 {
  text-align: center;
}

.dela_section_2_row {
  padding-bottom: 40px;
}

.dela_section_2_row h2 {
  font-size: 36px;
  line-height: 50px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

.dela_section_03_row h2 {
  font-size: 36px;
  line-height: 50px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

.dela_section_2_row p {
  line-height: 32px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: black;
  font-family: "Poppins";
}

.dela_section_03_row p {
  line-height: 32px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  font-family: "Poppins";
  color: black;
}

.dela_section_02_row {
  background-color: #fff;
  margin: 30px 0;
}

.dela_section_02_row .card {
  display: inline-block;
  width: 100%;
  padding: 4rem 1rem 7rem 1rem;
  background-color: #011731;
  position: relative;
  border: none;
}

.dela_section_02_row .card::after {
  /* content: ""; */
  display: block;
  width: 0px;
  height: 0px;
  background-color: skyblue;
  top: 0px;
  right: 0px;
  border-bottom: 20px solid #082c57;
  /* Adjusted with a color code */
  border-left: 20px solid #082c57;
  /* Adjusted with a color code */
  border-right: 20px solid #fff;
  border-top: 20px solid #fff;
  position: absolute;
  filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.5));
}

.dela_section_02_row .card::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-top: 40px solid #011731;
  /* Adjusted with a color code */
  border-right: 40px solid #011731;
  /* Adjusted with a color code */
  border-left: 40px solid #fff;
  border-bottom: 40px solid #fff;
  bottom: 0px;
  left: 0px;
  position: absolute;
  filter: drop-shadow(7px -7px 5px rgba(0, 0, 0, 0.5));
  margin-right: 10%;
}

.dela_section_02_row .card h5 {
  color: snow;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 22px;
  font-family: "Marvel", sans-serif;
}

.dela_section_02_row .card p {
  color: snow;
  /* font-size: 1.1rem; */
  font-size: 15px;
  line-height: 25px;
  /* line-height: 150%; */
  font-family: "Marvel", sans-serif;
}

.dela_section_04_row p {
  line-height: 32px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  font-family: "Poppins";
  color: black;
}

/* Section-2 CSS Ends Here */

/* Section-3 CSS Starts Here */
.section_dela_03 {
  /* background-color: #092a49; */
  /* background-color: #1f1346; */
  background-color: #011731;
  border-radius: 30px;
  width: 95%;
  margin: 0 auto;
  /* height: 500px; */
}

.dela_section_3 {
  padding: 50px 0;
}

.dela_section_3_02 {
  /* border: 2px solid red; */
  margin-top: 30px;
}

.dela_section_3_02 .col_01 {
  /* border: 4px solid green; */
  position: relative;
}

.dela_section_3_02 .col_01 img {
  position: absolute;
  width: 80%;
  left: -13%;
}

.dela_section_3_02 .col_02 {
  /* border: 4px solid blue; */
}

.dela_section_3_02 .col_02 .section_03_content h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 32px;
  line-height: 45px;
}

.dela_section_3_02 .col_02 .section_03_content ul li {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
  /* Optional: adds space between items */
}

.dela_section_3_02 .col_02 .section_03_content ul li i {
  color: #00b090;
  margin-right: 10px;
}

.dela_section_3_03 {
  /* border: 2px solid red; */
  margin-top: 50px;
}

.dela_section_3_03 .col_01 .section_03_content h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 32px;
  line-height: 45px;
}

.dela_section_3_03 .col_01 .section_03_content ul li {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
  /* Optional: adds space between items */
}

.dela_section_3_03 .col_01 .section_03_content ul li i {
  color: #00b090;
  margin-right: 10px;
}

.dela_section_3_03 .col_01 {
  display: flex;
  align-items: center;
}

/* Section-3 CSS Ends Here */

/* Section-4 CSS Starts Here */

.section_dela_04 {
  padding: 50px 0;
}

.section_dela_04_row .col-md-4 img {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 3px;
  box-shadow: -10px 10px 5px -6px rgba(0, 0, 0, 0.35);
  transition: filter 0.7s ease, transform 0.7s ease;
  /* Smooth transition for both grayscale and bounce */
}

.section_dela_04_row .col-md-4 img:hover {
  filter: grayscale(100%);
  /* Black and white effect */
}

.section_04_content .section_04_content_box {
  height: 230px;
  background-color: #011731;
  padding: 20px 30px 30px;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  transition: all 0.5s;
  color: #fff;
}

.section_04_content .section_04_content_box:hover {
  box-shadow: -5px -5px 5px 0px rgba(0, 0, 0, 0.75);
}

.section_04_content_box h4 {
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  /* color: #fff; */
  font-size: 50px;
  color: gray;
  margin-bottom: 20px;
  color: #fff;
}

.section_04_content_box p {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  color: gray;
}

.section_04_content .box_03,
.section_04_content .box_04 {
  /* background-color: red; */
  margin-top: 20px;
}

.section_04_content_02 {
  display: flex;
  justify-content: flex-end;
}

.section_dela_04_row .col-md-7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Section-4 CSS Ends Here */

/* Section-5 Starts Here */

.dela_section_05_row .add_services_card {
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  transition: all 1s;
  background-color: #011731;
  padding: 20px 30px 30px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-top: 30px;
}

.dela_section_05_row .add_services_card .service_icon i {
  font-size: 50px;
  color: gray;
}

.dela_section_05_row .add_services_card h5 {
  color: #fff;
  font-weight: 300;
}

.dela_section_05_row .add_services_card p {
  color: gray;
}

.dela_section_05_row .service_card_04,
.dela_section_05_row .service_card_05 {
  margin-top: 30px;
}

.dela_section_05_row .service_card_03,
.dela_section_05_row .service_card_04 {
  background-color: #0f2c4f;
}

/* Section-5 Ends Here */

/* Section-6 Starts Here */
.dela_section_06 {
  background-color: #d3ecff;
  width: 95%;
  margin: 0 auto;
  border-radius: 30px;
  padding: 40px 0;
}

.dela_section_06 p {
  color: black;
  line-height: 32px;
  font-family: "Poppins";
  font-weight: 500;
}

.dela_section_06 p span {
  font-weight: bold;
  text-transform: capitalize;
}

.dela_section_06 h2 {
  margin: 30px 0;
}

.dela_section_06 h3 {
  font-size: 28px;
}

#virtual-usa-image img {
  width: 95%;
}

/* Section-6 Ends Here */

/* Media Query Starts Here */

/* <1200-PX */

@media (max-width: 1200px) {
  .section_dela_04_row .col-md-4 {
    display: flex;
    align-items: center;
  }

  .section_04_content .row .col-md-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .section_04_content .section_04_content_box {
    height: 250px;
  }

  .dela_section_05_row .add_services_card {
    height: 390px;
  }
}

/* <992-PX */
@media (max-width: 992px) {
  .dela_banner-ba-usa .dela_banner_content h1 {
    font-size: 50px;
  }

  .dela_section_2_row h2,
  .dela_section_03_row h2,
  .dela_section_3 h2 {
    font-size: 30px;
  }

  .section_dela_04_row .col-md-7 h2 {
    font-size: 30px;
  }

  .dela_section_02_card_03,
  .dela_section_02_card_04 {
    margin-top: 40px;
  }

  .dela_section_02_row .card {
    height: 420px;
  }

  .dela_section_3_02 .col_02 .section_03_content h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .dela_section_3_02 .col_01 {
    display: flex;
    align-items: center;
  }

  .dela_section_3_02 .col_01 img {
    width: 100%;
  }

  .dela_section_3_02 .col_02 .section_03_content ul li,
  .dela_section_3_03 .col_01 .section_03_content ul li {
    font-size: 17px;
  }

  .dela_section_3_03 .col_01 .section_03_content h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .dela_section_05_row .add_services_card h5 {
    font-size: 20px;
  }

  .dela_section_05_row .add_services_card .service_icon i {
    font-size: 40px;
  }

  .service_card_04,
  .service_card_05 {
    height: 495px !important;
  }

  .section_dela_04_row .col-md-4,
  .section_dela_04_row .col-md-1 {
    display: none;
  }

  .section_dela_04_row .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section_dela_04_row .col-md-7 h2 {
    text-align: center;
    margin-bottom: 35px;
  }
}

/* <768-PX */
@media (max-width: 768px) {
  .dela_banner-ba-usa .dela_banner_content h1 {
    font-size: 40px;
  }

  .dela_section_2_row h2,
  .dela_section_03_row h2 {
    font-size: 24px;
  }

  .dela_section_2_row p,
  .dela_section_03_row p,
  .dela_section_04_row p {
    font-size: 15px;
  }

  .dela_section_02_card_03,
  .dela_section_02_card_04 {
    margin-top: 0px;
  }

  .dela_section_02_row .card {
    margin-bottom: 25px;
    height: 340px;
  }

  .dela_section_02_row .card h5 {
    font-size: 25px;
  }

  .dela_section_02_row .card p {
    font-size: 15px;
  }

  .dela_section_3_02 .col_01 img {
    display: none;
  }

  .section_dela_04_row .col-md-7 h2 {
    text-align: center;
    font-size: 24px;
  }

  .dela_section_05_row .service_card_04,
  .dela_section_05_row .service_card_05 {
    margin-top: 0px;
  }

  .dela_section_05_row .add_services_card {
    margin-bottom: 20px;
    justify-content: center;
    height: 390px !important;
  }

  .dela_usa_faq {
    line-height: 40px !important;
  }

  .dela_section_06 {
    padding: 24px;
  }
}

/* <576-PX */
@media (max-width: 576px) {
  .dela_banner-ba-usa .dela_banner_content h1 {
    line-height: 50px;
    font-size: 40px;
    text-align: left;
    font-size: 30px;
  }

  .dela_banner-ba-usa {
    clip-path: ellipse(100% 66% at 50% 34%);
    /* background-position: 60%; */
  }

  .dela_banner_content span {
    font-size: 45px;
  }

  .dela_section_02_row .card {
    height: 380px;
    /* background-color: red; */
  }

  .dela_section_02_row .card p {
    font-size: 16px;
    line-height: 30px;
  }

  .dela_section_3_02 .col_02 .section_03_content h3,
  .dela_section_3_03 .col_01 .section_03_content h3 {
    font-size: 22px;
  }

  .section_04_content .section_04_content_box {
    height: 270px;
  }

  .dela_section_05_row .add_services_card h5 {
    font-size: 23px;
  }

  .dela_section_05_row .add_services_card {
    height: 400px;
    background-color: #011731;
  }

  .br_h1 {
    display: none;
  }

  .dela_section_06 h2 {
    font-size: 30px;
  }

  .dela_section_06 h3 {
    font-size: 24px;
  }
}

/* <450-PX */
@media (max-width: 450px) {
  .dela_section_02_row .card {
    height: 415px;
  }

  .dela_section_3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_04_content .section_04_content_box {
    height: 280px;
    padding: 20px 15px;
  }

  .dela_section_2_row h2,
  .dela_section_03_row h2,
  .section_dela_04_row .col-md-7 h2 {
    font-size: 30px;
  }
  .dela_section_06 h2
  {
    font-size: 26px;
  }
  .dela_section_02_row .card p
  {
    font-size: 15px;
  }
}

/* <400-PX */
@media (max-width: 400px) {
  .section_04_content .section_04_content_box {
    height: 280px;
  }

  .section_04_content_box p {
    font-size: 14px;
  }
  .dela_section_05_row .add_services_card
  {
    height: 440px !important;
  }
  .dela_section_02_card_04 .card
  {
    height: 450px;
  }
}

/* Media Query Ends Here */

/* New CSS Starts Here */

/* 24 Apr CSS CTA Button */
.banner_heading .usa_header_btn
{
  margin: 20px 0;
  padding: 15px 45px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  border-radius: 10px;
  display: block;
  background-image: linear-gradient(to right, #11477a 0%, #092a49  51%, #092a49  100%);
  background-position: right center; /* change the direction of the change here */

}
.banner_heading .usa_header_btn:hover
{
  background-position: left center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
  transform: translateY(-5px);
}

.dela_section_06 button
{
            background-image: linear-gradient(to right, #092a49 0%, #036dbc  51%, #005C97  100%);
            padding: 15px 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;
            margin: 20px auto;
            text-transform: capitalize;
            background-position: right center;
}

.dela_section_06 button:hover
{
  background-position: left center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
  transform: translateY(-5px);
}

@media screen and (max-width: 768px) {
  .banner_heading .usa_header_btn
{
  margin: 25px  auto;
}
}
/* 24 Apr CSS CTA Button */
