body{
  padding: 0;
  margin: 0;
  box-sizing: border-box; 
  font-family: SWISS-light;
   letter-spacing: 0.5px;
   word-wrap: break-word;
   font-weight: 500;
}



 
.container{
max-width: 1440px;
padding: 0 2.5rem;
}

*,p,h1,h2,h3,h4,h5,h6{
padding: 0;
margin: 0;	 
}
a{
text-decoration: none;
color: #262626;
}
a:hover{
  text-decoration: none;
  color: #004282;
  }
.zoom-in {
cursor: zoom-in;
} 
.about{
  padding-top: 100px;
  padding-bottom: 100px;
}
.about .right {
  display: flex;
  align-items: flex-end;
}
.contact-info{
  padding-bottom: 100px;
}
.contact-card {
  border: 1px solid #00418273;
  height: 100%;
  padding: 25px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  border-radius: 15px;
  padding-right: 150px;
}
.contact-card i{
  color: #004282;
}
.contact-card h3{
  font-size: 30px;
  font-weight: 700;
}


.contact-info h2{
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 40px;
  padding-top: 20px;
  
  text-transform: uppercase;
  color: #004282;
}
.text-lable{
  background-color: #004282;
  width: fit-content;
  font-weight: 600;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
}
.about h2{
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 40px;
  padding-top: 20px;
  text-transform: uppercase;
  color: #004282;
}

.report-wrapper{
  padding-top: 100px;
  padding-bottom: 100px;
}

.accordion .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 24px;
  background: #004282;
  color: #fff;
}
.accordion .card-header.collapsed{
  background-color: transparent;
  color: #000;
}

.main-inner-head {
  text-align: center;
  margin: auto;
  background-color: #004282;
  margin-bottom: 50px;
}
.main-inner-head h1{
  font-size: 55px;
  font-weight: 700;
  padding-top: 100px;
  padding-bottom: 100px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
 
.step-main-head{
  display: flex;
  color: #004282;
  gap: 10px;
  max-width: 300px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.step-main-head h2{
  font: 50px;
  font-weight: 600;
}
.step-main-head p{
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  text-transform: uppercase;
}
.step01 .left{
  display: flex;
}
.step01 .right{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.step01 .right .step-card{
  border: 1px solid #00418273;
  border-radius: 15px;
  padding: 20px;
  width: 31%;
}
.step01 .right .step-card h3{
  font-size: 20px;
  margin-bottom: 15px;
}
.step01 .right .step-card h3 span{
  font-size: 16px;
  font-weight: 500;
}
.step01 .right .step-card h3{
  font-size:18px;
  font-size: 20px;
  font-weight: 700;
}
.step02{
  padding-top: 100px;
  padding-bottom: 100px;
}
.step02 .row{
  padding:0 50px ;
}
.step02 .left > div{
  border: 1px solid #00418273;
  border-radius: 15px;
  padding: 30px; 
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.step02 .right{
  display: flex;
justify-content: center;
align-items: center;
}
.step02 .left h3{
  font-size: 20px;
  font-weight: 700;
}
.step02 .left h3 span{
  font-size: 16px;
  font-weight: 500;
}
.step-medium-head{
 
}
.step-small-head {
 
}
.step03{
  padding-top: 0;
  padding-bottom: 0;
}
.step03 .left h4{
  font-size:20px ;
  font-weight: 700;
  padding-bottom: 15px;
}
.report-head{
  text-align: center;
}
.report-head h2     {
  font-size:35px;
font-weight: 700;
padding-bottom: 40px;
padding-top: 20px;
text-transform: uppercase;
color: #004282;
}

.blog-item h4{
  font-size: 18px;
  font-weight: 600;
}
.blog-item i{
  font-size: 20px;
  padding-right: 10px;
}
.about .left img{
  display: none;
  max-width: 400px;
  width: 80%;
  margin-bottom: 25px;
}
.swiper h1 {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0; 
  bottom: 0;
  margin: auto;
  z-index: 10; 
  max-width: 900px;
  font-size: 50px;
  color: #fff;
  font-weight: 800;
  font-family: SWISS-regular;
  display: flex;
  align-items: center;
  justify-content: center; 
  padding-bottom: 50px;
  flex-direction:column;
}
.swiper h1 span{
     font-size: 25px;
      font-weight:600;
}
.swiper-wrapper::after{
  position: absolute;
  content: "1";
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
  height: 100%;
  width: 100%;

}
.report-wrapper .accordion{
  max-width: 1150px;
  margin: auto;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.report-wrapper .accordion .card{
border: none;
}
.blog-item{
  padding: 15px;
}
        /* Custom styles for the plus-minus icons */
        .accordion .card-header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          cursor: pointer;
          border: none;
          box-shadow: 0 2px 7px rgba(0, 0, 0, .08);
          border-radius: 0;
          padding: 1.5rem 1.25rem;
      }
      #mainAccordion   .accordion .card-header{
        padding: 1rem 1.25rem;
      }
      .accordion .card-header .toggle-icon {
        font-size: 15px;
        transition: transform 0.3s ease;
        opacity: 0.7;
        font-weight: 500;
}
      .accordion .card-header.collapsed .toggle-icon {
          transform: rotate(90deg); /* Rotate to show the plus icon on collapse */
      }
      .accordion .card-header:not(.collapsed) .toggle-icon {
          transform: rotate(0deg); /* Reset rotation for minus icon */
      }