

* {
  font-family: 'Visby Medium';
  border: none;
  outline: none;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body::-webkit-scrollbar,
.box-mobile::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track,
.box-mobile::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #fff;
}

body::-webkit-scrollbar-thumb,
.box-mobile::-webkit-scrollbar-thumb {
  background-color: #D80002;
  ;
  outline: 1px solid #BCBF4F;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
span {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  
}


/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hero-section {
  position: relative;
  background-image: url('../images/bg-banner.png') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  height: 800px !important;
  width: 100%;
  padding-top: 300px;
  overflow: hidden;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; 
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(107deg, #000 10.31%, rgba(0, 0, 0, 0.30) 36.26%, rgba(0, 0, 0, 0.30) 68.25%, #000 86.69%);
  opacity: 0.4;
 
  z-index: 1;
}


.hero-section > * {
  position: relative;
  z-index: 2;
}
.hero-section{
  display: flex;
  justify-content: center;
  align-items: center; 

}
.icon-btn {
  display: inline-flex
;
justify-content: center;
  align-items: center;
  gap: 10px;
  background: linear-gradient(to right, #D80002, #720001);
  color: #fff;
  font-weight: 500;
  width: 324px;
  text-align: center;
  border-radius: 60px;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease;
  height: 64px;
}
.icon-btn:hover {
  background-color: #b30000;
  color: #fff;
  box-shadow: 0 0 20px #d80002, 0 0 40px #ffffff40;
  border: 1px solid #ffffff;
}
.icon-btn img {
  width: 28px;
  height: 28px;
}

a#btn-get-started {
  background: #efeeee;
}

.btn-get-started {
  display: inline-block;
  background: #fff;
  color: #333;
  padding: 16px 94px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  border: none;
}

.btn-get-started:hover {
  background: #e50914;
  color: #fff;
}



/* my css */



.hero-container-services {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  
    
}

.hero-container-services h1 {
  color: #FFF;
text-align: center;
font-family: 'Visby Medium';
font-size: 60px;
font-style: normal;
font-weight: 500;
text-transform: uppercase;
line-height: 70px;
}

.hero-container-services span {
 color: #D80002;
font-family: 'Visby Medium';
font-size: 60px;
font-style: normal;
font-weight: 600;
letter-spacing: -3.04px;
text-transform: uppercase;
line-height: 70px;
}

.hero-container-services p {
  color: #FFF;
text-align: center;
font-family: 'Visby Medium';
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 160% */
width: 100%;
max-width: 780px;
}

.container-about-story {
    display: flex
;
    gap: 60px;
    align-items: center;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.right-div{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.left-div img{
      width: 100% !important;
      height:685px !important;
          z-index: 99;
    position: relative;
     
}



.container-about-story .right-div .overlay-box {
  border-radius: 20px;
  background-color: #F8F8F8;
  width: 760px;
  height: 171px;
  padding: 30px;
}

.container-about-story h2 {
 color: #000;
font-family: 'Visby Medium';
font-size: 60px;
font-style: normal;
font-weight: 500;
line-height: 70px; /* 113.514% */
text-transform: uppercase;

}

.container-about-story span {
 color: #D80002;
font-family: 'Visby Semibold';
font-size: 60px;
font-style: normal;
font-weight: 600;
line-height: 70px;
letter-spacing: -2.96px;
text-transform: uppercase;

}

.container-about-story p {
color: #2C2C2C;
font-family: 'Visby Medium';
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 32px;
width: 100%;
max-width: 774px;
}

.inner-container-grid {
  display: flex;
  gap: 40px;
  color: #D80002;

}

.inner-container-grid ul {
  list-style-type: disc;


}

.inner-container-grid li {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
display: flex;
gap: 10px;
    align-items: center;
}

.process-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  gap: 40px;
  padding-bottom: 80px;
  min-height: 1029px;
 
  width: 100%;
  border-radius: 30px;
background: #F3F3F3;

}

.process-container h2 {
color: #2C2C2C;
text-align: center;
font-family: 'Visby Medium';
font-size: 74px;
font-style: normal;
font-weight: 500;
line-height: 84px; /* 113.514% */
text-transform: uppercase;
}

.process-container span {
color: #D80002;
font-family: 'Visby Semibold';
font-size: 74px;
font-style: normal;
font-weight: 500;
line-height: 84px;
letter-spacing: -2.96px;
text-transform: uppercase;

}

.process-container p {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #2C2C2C;

}

.process-container .inner-container-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  width: 1440px;
}

.process-container .inner-container-grid .item-process {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  min-width: 280px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.item-process .label-process {
  margin-right: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  width: 173px;
  height: 71px;
  color: #fff;
  background-color: #2C2C2C;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.content-process {
  background-color: #F6E5E5;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 30px;
  /* padding: 25px 30px; */
  height: 179px;
  padding: 20px;
  box-sizing: border-box;
  flex-direction: row;
}

.content-process h3 {
  font-size: clamp(20px, 3vw, 38px);
  font-weight: 500;
  font-family: 'Visby Medium';
  color: #D80002;
  width: 231px;
  text-align: left;
}

.overlay-process {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay-process img {
  width: 50px;
  height: 50px;
}

.choose-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.left {
  display: flex;
  flex-direction: column;
  width: 40%;
  gap: 20px;


}

.right {
  width: 40%;
}

.choose-container .left .overlay-box-1 {
  width: 100%;
  height: 171px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;

}

.choose-container .left .overlay-box-1 h3 {
  font-size: 30px;
  font-weight: 500;
}

.Component {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.Component .left {
  width: 20%;
  display: flex;
  justify-content: end;
  background-image: url(../images/banner-overlay.png);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  border-radius: 20px;
  background-color: rgba(216, 0, 2, 1);
  height: 630px;
  padding: 20px;
  gap: 10px;
  padding-bottom: 40px;
}

.Component .middle {
  width: 35%;
  display: flex;
  background-image: url(../images/middle-banner-overlaty.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;

  height: 630px;
}

.Component .right {
  position: relative;
  width: 20%;
  display: flex;
  justify-content: end;
  border-radius: 20px;
  height: 630px;
  padding: 20px;
  gap: 10px;
  padding-bottom: 40px;
  flex-direction: column;
  overflow: hidden;
}


.Component .right::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/banner-overlay-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: color-burn;
  background-color: rgba(221, 221, 221, 1);
  opacity: 0.8;
  z-index: 0;
  border-radius: 20px;
}

.Component .right>* {
  position: relative;
  z-index: 1;
}

.Component .left img {
  align-self: flex-start;
}

.Component .left h3 {
  font-size: 70px;
  font-weight: 500;
  text-transform: uppercase;

}

.Component .left h4 {
  font-size: 28px;
  font-weight: 300;

}

.Component .left p {
  font-size: 20px;
  font-weight: 400;

}

.Component .right img {
  align-self: flex-start;

}

.Component .right h3 {
  font-size: 70px;
  font-weight: 500;
  text-transform: uppercase;

  color: rgba(216, 0, 2, 1);

}

.Component .right h4 {
  font-size: 28px;
  font-weight: 300;

  color: #2C2C2C;

}

.Component .right p {
  font-size: 20px;
  font-weight: 300;

  color: #2C2C2C;

}

.services-cta-section {
  background-image: url(../images/Component-banner.png);
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-cta h2 {
  font-size: 100px;
  font-weight: 500;
  text-transform: uppercase;
  color: #2C2C2C;
  text-align: center;
}

.section-process {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 100px;
}

.Seamless-process-container {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin: auto;

}

.Seamless-process-container .left-div {
  width: 50%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Seamless-process-container .right-div {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}

.Seamless-process-container .right-div .overlay-box p {
  color: #888888;
  font-size: 20px;
}

.Seamless-process-container .right-div .overlay-box {
  border-radius: 20px;
  background-color: #F8F8F8;
  width: 760px;
  height: 171px;
  padding: 30px;
}

.overlay-box-color {
  border-radius: 20px;
  background-color: #FFD4D480;
  width: 760px;
  height: 171px;
  padding: 30px;
}

.Seamless-process-container .right-div .overlay-box-color p {
  color: #888888;
  font-size: 20px;

}

.heading-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.heading-center h2 {
  text-align: center;
  font-size: 74px;
  color: #000000;
  text-transform: uppercase;
}

.heading-center span {
  text-align: center;
  font-size: 74px;
  text-transform: uppercase;

}

.heading-center p {
  font-size: 20px;
  color: #2C2C2C;
  width: 65%;
  text-align: center;
}

.banner-image-Component {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 720px;
  margin: auto;
}

.component-image {
  background-image: url(../images/mask-banner.png);
  background-position: center center;
  width: 100%;
  height: 610px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faqs {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.hero-faqs h2 {
  font-size: 76px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
}

.hero-faqs span {
  font-size: 76px;
  font-weight: 500;
  text-transform: uppercase;
  color: #D80002;
}

.hero-faqs p {
  width: 55%;
  font-size: 20px;
  font-weight: 400;
  color: #2C2C2C;
}

.faqs-section {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}

.faqs-container {
  width: 100%;
  display: flex;
  gap: 40px;
}

.faqs-container .left {
  background-image: url(../images/Group-686.png);
  width: 781px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1320px;
}

details {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
  cursor: pointer;
}

summary {
  font-size: 18px;
  font-weight: 500;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #2c2c2c;
}

summary::marker {
  display: none;
  color: #2C2C2C;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "▾";
  font-size: 26px;
  transition: transform 0.3s ease;
}

details[open] summary::after {
  transform: rotate(180deg);
}

details div {
  margin-top: 10px;
  font-size: 26px;
  color: #555;
  color: #000000;
  line-height: 1.6;
  padding-right: 20px;
}

.Rectangle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 806px;
  background-color: #E4E4E4;
  gap: 20px;
  border-radius: 40px;
}

.rectangle-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.rectangle-container h2 {
  font-size: 76px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}

.rectangle-container span {
  font-size: 76px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #D80002;
}

.rectangle-container p {
  font-size: 20px;
  font-weight: 400;
  width: 80%;
  text-align: center;
  color: #2C2C2C;
}

.rectangle-container .cta-buttons {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

.team-section-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  gap: 60px;
  flex-direction: column;
  background-color: #F3F3F3;
}

.team-section-page .team-component {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 654px;
  border-radius: 50px;
  background-color: #E2E2E2;
  border: 1px solid#939393;
  width: 1374px;

}

.team-component .left img {
  width: 50%;
  max-width: 50%;
}

.team-component .right h2 {
  font-size: 66px;
  font-weight: 500;
  color: #2C2C2C;
}

.team-component .right .red {
  color: #FF000C;
  font-size: 66px;
  font-weight: 600;
}

.heading-h3 {
  color: #FF000C;
  font-size: 34px;
  font-weight: 500;
}

.para-team {
  color: #2C2C2C;
  font-size: 21px;
  font-weight: 500;
}

.hd-about {
  color: #2C2C2C;
  font-size: 30px;
  font-weight: 500;
}

.line {
  width: 100%;
  border: 1px solid #B3B3B3;
}

.ul-about {

  color: #2C2C2C;
}

.ul-about li {
  list-style: disc;
  color: #2C2C2C;
  font-size: 20px;
  font-weight: 500;
}

.ul-about li::marker {
  color: #D80002;
  font-size: 28px;
  line-height: 0;
}

.team-component .right {
  width: 50%;
}

.team-component .left {
  width: 50%;
  display: flex;
  align-content: center;
  align-items: center;
}

.content-top-section {
  display: flex;
  margin: auto;
  width: 1440px;
  justify-content: center;
  align-items: center;
}

.content-top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
}

.content-top h2 {
  font-size: 76px;
  text-transform: uppercase;
  font-weight: 400;
  color: #060000;
}

.content-top h3 {
  font-size: 44px;
  font-weight: 400;
  color: #2C2C2C;
}

.content-top span {
  font-size: 76px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #D80002;
}

.content-top p {
  font-size: 20px;
  font-weight: 400;
  color: #2C2C2C;
}

.content-top ul {

  color: #2C2C2C;
}

.content-top li {
  list-style: disc;
  color: #2C2C2C;
  font-size: 20px;
  font-weight: 500;
}

.content-top li::marker {
  color: #D80002;
  font-size: 28px;
  line-height: 0;
}

.team-container-1 p {
  color: black;
  font-size: 38px;
  text-align: center;
  /* text-transform: capitalize; */
  font-weight: 500;
  width: 60%;
}

.team-container-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-cont {
  background-color: #FFE6E6;
  height: 204px;
  height: 702px;
  display: flex;
  border-radius: 30px;
}

/* End */


/* Testimonial Slider Section */
.testimonial-slider-section {
  padding: 100px 80px;
  background-color: #fff;
  position: relative;
}

.testimonial-slider-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

/* Left Column - Heading and Text */
.testimonial-header {
  flex: 0 0 35%;
  padding-right: 20px;
}

.testimonial-heading {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #333;
}

.text-red {
  color: #e63946;
}

.placeholder-text {
  color: #666;
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 16px;
}

.btn-see-more {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  gap: 10px;
  transition: all 0.3s ease;
}

.btn-see-more:hover {
  transform: translateX(5px);
  color: #000000;
}

.btn-icon {
  width: 40px;
  height: 40px;
  background-color: #e63946;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.btn-see-more:hover .btn-icon {
  color: #000000;
}

/* Right Column - Testimonial Cards */
.testimonial-cards-slider {
  flex: 0 0 60%;
  position: relative;
  padding-bottom: 40px;
}

.testimonial-track {
  position: relative;
  height: 380px;
  overflow: visible;
}

.testimonial-content {
 

border: 2px solid #BABABA;
background: #E9E9E9;
  padding: 30px;
 width: 100%;
 max-width: 572px;
height: 700px;
flex-shrink: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.testimonial-text {
 color: #2C2C2C;
font-family: Visby;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 160% */
}

.author-info {
  display: flex;
  align-items: center;
  margin-top: auto;
}

.author-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: visible;
  margin-right: 15px;
}

.author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
  color: #333;
}

.author-title {
  font-size: 13px;
  color: #888;
}

/* Pagination Dots */
.slider-pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 8px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background-color: #e63946;
  width: 20px;
  border-radius: 10px;
}

@media (max-width: 768px) {
.left-div img {
    width: 100% !important;
    height: auto !important;
    z-index: 99;
    position: relative;
}

    
}
@media (max-width: 480px) {
    .process-container h2 {
line-height: 2px !important;
    }
    .container-about-story h2{
      line-height: 30px !important;
    }
        .container-about-story span {
            line-height: 30px !important;
        }
  }
@media (max-width:768px) {
  .logo img {
    width: 80% !important;
  height: auto !important;

}
.container-header{
  padding-left: 30px;
  padding-right: 30px;
}
.hamburger{
width: 60px;
        height: 60px;
        line-height: 1.5;
        border-radius: 50%;
        background: linear-gradient(103deg, #D80002 30.16%, #720001 87.16%);
        border: none;
        padding: 10px;
        text-align: center;
}
.inner-container-grid li {
    align-items: center;
    justify-content: center;
}
.footer__container {
    height: auto !important;
}
.footer__links-list {
    text-align: center !important;
}
.footer__links {
 
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;

}
.footer__info {

    flex-direction: column;
    align-items: center !important;
}
.footer__payment-bar {
        display: none !important;
}
.image-section{
  display: none;
  
}
.page-container {

    gap: 20px !important;
    padding-top: 0px !important;
 padding-bottom: 0px !important;
}
.container {
    padding-bottom: 20px !important;
   
    gap: 20px !important;
}
.main-container{
  padding-top: 80px !important;
}
}
@media (max-width: 1024px) {
    section {
        padding: 40px 0 !important;
    }
}
@media (max-width: 480px) {
    .hero-container-services {
       
        padding: 0 0px!important;
    }
}