/* Basic Style */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
/* hamburger  */
.navbar .navbar-toggler-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition: background-image 0.3s ease;
}
.nav-link{
  color: #fff !important;
}
.navbar-toggler.collapsed .navbar-toggler-icon{
  background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  background-size: 30px;
}
.navbar-toggler .navbar-toggler-icon{
  background-image: url(assets/close.png) ;
  background-size: 20px;
}

.navbar-scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@font-face {
  font-family: "ff-utility-web-pro";
  src: url("https://use.typekit.net/af/cabdcf/0000000000000000774ee6e4/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/cabdcf/0000000000000000774ee6e4/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3")
      format("woff"),
    url("https://use.typekit.net/af/cabdcf/0000000000000000774ee6e4/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}

body {
  font-family: "ff-utility-web-pro", sans-serif;
  background-color: #fefefe;
  color: #fff;
}
/* animations and transitions */
/* hero section */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-banner {
  animation: fadeIn 0.8s ease-out forwards;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 0.8s ease-out forwards;
}

.fade-up {
  opacity: 0;
  animation: fadeUp 0.8s ease-out forwards;
}

/* Delay classes */
.delay-1 {
  animation-delay: 0.5s;
}
.delay-2 {
  animation-delay: 1s;
}
.delay-3 {
  animation-delay: 1.5s;
}
.delay-4 {
  animation-delay: 2s;
}

/* Hero Section */
.hero-section {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
background-attachment: fixed;
min-height: 100vh;
z-index: 9;
background-size: cover;
background-position: center center;

}
.hero-header-ani{
      position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}
.animation-wrapper{
  z-index: 16;
  position: relative;
  background: #fff;
  overflow: hidden;
  
}

.wrapper .animation-wrapper{
  position: relative;
  background: #fff;
  z-index: 15;
  overflow: hidden;
}
/* Navbar */
.navbar {
  background-color: transparent;
  transition: all 0.3s ease;
  z-index: 1000;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand img {
  height: auto;
  margin-top: 5px;
  width: 94px;
}

.navbar-nav {
  gap: 20px !important;
}

.custom-navbar .nav-link {
  color: white;
  transition: color 0.3s ease;
}

.logo-dark{
  display: none;
}


@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar-scrolled .nav-link {
  color: black !important;
}

/* Hero Content */
.hero-content {
  max-width: 600px;
  padding: 50px 0;
}

.hero-content h2 {
  font-size: 24px;
  font-weight: 300;
  margin-top: 30px;
}

.hero-content h1 {
  font-size: 50px;
  font-weight: 300;
}

.hero-right {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
/*  margin-bottom: 47px;*/
}

.hero-right .herotext {
  max-width: 450px;
  font-weight: 300;
  color: #eee;
}

.cta-button {
  padding: 12px 28px;
  background-color: #fff;
  color: #000 !important;
  text-decoration: none;
  font-weight: 500;
  border-radius: 25px;
  transition: 0.3s ease;
}
.form-group p{
  margin-bottom: 0 !important;
}

.cta-button:hover {
  background-color: #ddd;
  color: #000;
}

.tab-btn-wrapper{
  background-color: #dad6d3;
  padding: 15px 0;
}

/* five cards intro */
.mainintrodiv {
  margin: 0;
  color: #e9e5e2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.top-section {
  color: #4a4a4a !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  padding-top: 70px;
  position: relative;
}
.top-section:after{
  content: '';
  background-color: #dad6d3;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.heading {
  color: #635147;
  line-height: 45px;
  margin-top: 30px;
  font-size: 30px;
}
/* arrow */
.arrow {
  margin-top: 40px;
  margin-bottom: 50px;
  color: #635147;
  font-weight: 300;
  border: 1.5px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

  .d-arrow {
    width: 16px !important;
    display: inline-block !important;
}


/* cards */
.grid-wrapper {
  width: 100%;
  background-color: transparent;
}

.grid-wrapper1 {
  width: 100%;
  margin-top: -82.5px;
  background-color: transparent;
  display: flex;
  justify-content: center;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}



.height {
  margin-top: 101.5px;
}

.height1 {
  margin-top: 101.5px;
}
.grid-container1 .card:nth-child(1) .card-text {
  text-align: left !important;
  padding-left: 25px;
  padding-top: 10px;
}
.grid-container1 .card:nth-child(1) .card-text h3 {
  margin-top: 50px !important;
}

.grid-container1 .card:nth-child(3) .card-text {
  text-align: left !important;
  padding-left: 25px !important;
  padding-top: 10px;
}
.grid-container1 .card:nth-child(3) .card-text h3 {
  margin-top: 50px !important;
}

.card {
  overflow: hidden;
  border: none;
  background: transparent;
}

.card_img {
  object-fit: cover;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.card_img:nth-child(odd){
  flex-direction: column-reverse;
}
.card_img:nth-child(odd) .card-text{
  margin-top: 0;
  margin-bottom: 20px;
}
.card-text {
  padding: 20px;
  background-color: #d4ccc4;
  overflow: hidden;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 350px;
}


.card-text h3 {
  margin: 0 0 10px;
  font-size: 24px;
    margin-left: 20px;
  color: #5b5b5b;
}

.card-text p {
  margin-left: 20px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #777;
/*  margin-bottom: 0;*/
}

/* footer arrow */
.footer-arrow {
  margin-top: 50px;
  color: #635147;
  font-weight: 300;
  border: 1.5px;
  font-size: 30px;
  line-height: 30px;
}

.tagline {
  font-weight: bold;
  font-size: 30px;
  font-weight: 300;
  color: #635147;
}

.tagline1 {
  font-weight: bold;
  font-size: 30px;
  font-weight: 300;
  color: #635147;
}

/* hero section2 */
.hero-section2 {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
/*  padding: 20px 80px;*/
  transition: opacity 1s ease-in-out;
  padding-bottom: 150px;
}

.hero-content2 {
  max-width: 460px;
  padding: 30px 0;
/*  margin-left: 115px;*/
  margin-top: 80px;
  margin-bottom: 80px;
}

.hero-content2 p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
}

.hero-button2 {
  display: flex;
  gap: 26px !important;
}

.btn {
  width: 170px;
  padding: 10px 0;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}

.primary-btn {
  font-weight: 100;
  background-color: white;
  color: black;
}

.secondary-btn {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}

.primary-btn:hover {
  border: 1px solid white;
  background-color: #dddddd00;
}

.secondary-btn:hover {
  background-color: white;
  color: black;
}

/* approach section */
.approach-section {
  text-align: center;
  color: #4a4a4a;
}

.approach-section h2 {
  font-size: 40px;
  margin-top: 30px !important;
  margin-bottom: 60px;
}

.quote-wrapper{
  position: relative;  
  overflow: hidden;
}
.quote-wrapper:after{
  background: #dad6d3;
    content: '';
    height: 200px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100vw;
    left: 0;
}


.approach-box {
  text-align: left;
  position: relative;
  overflow: hidden;
}

.approach-box img {
  transition: transform 0.5s ease;
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}
.approach-card{
  display: flex;
  flex-direction: column;
}
.approach-card:nth-child(odd){
    flex-direction: column-reverse;
}

.approach-box h4 {
  font-size: 16px;
  font-weight: 400;
  color: rgba(99, 81, 71, 1);
  margin-top: 20px;
}

.approach-box h3 {
  font-size: 24px;
  color: rgba(99, 81, 71, 1);
  margin: 10px 0;
}

.approach-box span {
  font-size: 27px;
  top: -10px;
  font-weight: 300;
  margin-left: 9px;
  color: rgba(99, 81, 71, 1);
}

.approach-box p {
  font-size: 14px;
  color: rgba(125, 125, 125, 1);
  line-height: 22px;
  margin-top: 17px;
}

/* experience section */
.unrivalled {
  color: #ffffff !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
/*  height: 400px;*/
  background-color: rgba(233, 229, 226, 1);
  padding: 60px 0 280px 0;
}

.experience::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(
    to top,
    rgba(99, 81, 71, 0.788),
    rgba(99, 81, 71, 0)
  );
  z-index: 1;
}

.unrivalled h1 {
  font-size: 40px;
  line-height: 45px;
  color: rgba(99, 81, 71, 1);
  margin-bottom: 10px;
}

.unrivalled p {
  font-size: 20px;
  margin-top: 15px !important;
  line-height: 40px;
  color: rgba(99, 81, 71, 1);
}
.unrivalled-cards{
  margin-top: -240px;
}

.card {
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  position: relative;
}

.card img {
  width: 100%;
  object-fit: cover;
}

.card-content {
  position: absolute;
  left: 35px;
  color: white;
  bottom: 30px;

  z-index: 2;
}

.card-content h2 {
  margin: 0;
  font-size: 24px;
  color: rgba(255, 255, 255, 1);
  font-weight: 300;
}

.card-content p {
  font-size: 24px;
  display: inline-block;
  margin: 5px 0 0;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  margin-right: 10px;
}

/* end section */
.arrow2 {
  margin-top: 370px;
  color: #635147;
  font-weight: 300;
  height: 140px;
  border: 1.5px;
  font-size: 30px;
  text-align: center;
  line-height: 30px;
}

.hero {
  position: relative;
  background: linear-gradient(to bottom, rgb(255, 255, 255), transparent 10%),
    linear-gradient(to top, rgba(255, 255, 255, 1), transparent 50%),
    url("assets/endimg.png") no-repeat center center/cover;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  transition: opacity 5s ease-in-out;
}

/* hero end banner animations and transitions */
.hero[data-aos="fade-in"] {
  opacity: 1 !important;
}

.logoblack img {
  
  max-width: 100%;
}
.content h1 {
  font-size: 38px;
  padding-bottom: 25px;
  line-height: 45px;
  color: rgba(99, 81, 71, 1);
}
.btn2 {
  width: 210px;
  height: 45px;
  padding-bottom: 8px;
  border-radius: 50px;
  font-size: 13px;
  cursor: pointer;
  background-color: white;
  transition: all 0.3s ease;

}
.f-raa{
  position: absolute;
  top: 0;
}
.btn2:hover, .btn2:active{
  background: #000 !important;
  color: #fff !important;
}

/* footer  */
.footer-transparent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: transparent;
  padding: 0.8rem 1rem;
  font-size: 0.85rem;
  color: #333;
  z-index: 2;
}

.footer-transparent .left-nav {
  display: flex;
  align-items: center;
  gap: 50px;
}
.footer-transparent .left-nav a {
  color: rgba(99, 81, 71, 1);
  text-decoration: none;
}
.footer-transparent .right-download a {
  color: rgba(99, 81, 71, 1);
  text-decoration: none;
}

/* second footer */
.footer {
  background: #5a4032;
  color: white;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.9rem;
}
.footer .left-links {
  display: flex;
  gap: 1rem;
}
.footer .left-links a {
  color: white;
  text-decoration: none;
}
.footer .right-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer .right-info a {
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
}



table {
  border-spacing: 10px 0;
  border-collapse: separate;
  width: 100%;
  justify-content: center !important;
  margin-top: 10px !important;
}
.table-wrapper {
  width: 100%;
  overflow-x: auto;
  padding: 20px;
}
.table-wrapper table 
{
  max-width: 100%;
  min-width: 800px;
  table-layout: fixed;
}

th,
td {
  border: none;
  text-align: center;
  padding: 10px;
  color: #7d7d7d;
  position: relative;
}

th {
  background: none;
  font-size: 16px;
  padding: 5px 0;
}

td {
  padding-bottom: -50px;
  font-weight: 300;
  font-size: 18px;
}

.mainH {
  font-size: 14px;
}
tbody tr:first-child td{
  border-radius: 10px 10px 0 0;
}
td:nth-child(2) {
  background-color: #f7f3e9;
}
td:nth-child(3) {
  background-color: #f4f4f4;
}
td:nth-child(4) {
  background-color: #e9e5e2;
}
td:nth-child(5) {
  background-color: #d4ccc4b3;
}
td:nth-child(6) {
  background-color: #D5CDC5;
}

td:not(:first-child):not(:empty)::after {
  content: "";
  position: absolute;
  left: 15%;
  bottom: 0;
  width: 70%;
  height: 1px;
  background-color: #a39f99d0;
  border-radius: 2px;
}

td:empty {
  background: none !important;
}
tbody tr:last-child td .line {
  display: none !important;
}

td.end{
    border-radius: 0 0 10px 10px;
}
td.end:not(:first-child):not(:empty)::after{
  height: 0;
}
tr td:first-child {
  font-weight: bold;
  text-align: left;
}

.plan-box {
  position: relative;
  display: inline-block;
  width: 100%;
}

.plan-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.plan-overlay {
  position: absolute;
  bottom: 10px;
  line-height: 23px;
  color: #635147;
  font-weight: 300;
  font-size: 18px;
  text-align: left;
  left: 10px;
}

.dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(180deg, #8c7e5f, #cfb989);
  display: inline-block;
  margin: 0 auto;
}
.timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
}


.line,
.line-fill {
  display: none !important;
  box-shadow: none !important;
}
.step {
  position: relative;
  margin: 80px 0 90px 0;
  display: flex;
  align-items: flex-start;
}
/* .step:nth-child(even) {
  flex-direction: row;
} */
.arrow-line {
  position: absolute;
  left: 30px;
  top: 8px;
  height: 0;
  border-left: 2px solid#635147;
}

.arrow-line:after{
  content: '';
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #635147;
    border-right: 2px solid #635147;
    position: absolute;
    bottom: 0;
    transform: rotate(45deg);
    left: -5px;
}
.second_card{
  margin-top: -30px !important;
}
.step-number {
  position: absolute;
  left: 5px;
  top: 0;
  background: #4e382e;
  border: 2px solid #4e382e;
  width: 50px;
  height: 50px;
  font-size: 22px;
  line-height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 100;
  color: #fff;
  z-index: 2;
}
.step-media {
  position: relative;
  width: 45%;
  height: 500px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.step-media img,
.step-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.step-content {
  flex: 1;
  margin-left: 60px;
  padding: 0 20px;
  position: relative;

}
.step-content h3 {
  font-size: 30px;
  margin-bottom: 30px !important;
  text-align: left;
  margin-top: 6px;
  color: #635147;
}
.step-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 31px;
  color: #635147;
}
.media-toggle-btns {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  gap: 10px;
  z-index: 3;
}
.media-toggle-btns{
  display: none;
}
.media-toggle-btns button {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
}

#step-first .step-content:after {
    content: '';
    position: absolute;
    width: calc(300vw);
    height: calc(100% + 150px);
    background: #dbd6d3;
    top: -125px;
    z-index: -1;
    left: -200%;
}


.play-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  cursor: pointer;
}
.play-icon svg {
  width: 16px;
  height: 16px;
  fill: white;
}

.cards-section {
  display: none;
}

.cards-section.active-section {
  display: block;
}




/*side panel*/

/* Full-screen overlay */
.side-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.panel-wrapper{
  position: relative;
  z-index: 100;
  background: #fff;
  padding: 40px;
  min-height: 100vh
}

/* Panel wrapper */
.side-panel {
  position: fixed;
  top: 0;
  right: -100%;
  width: 50vw;
  height: 100vh;
  background: #fff;
  transition: right 0.5s ease;
  z-index: 1000;
  overflow-y: auto;
  padding: 0;
  margin: 0;
}

.side-panel.open {
  right: 0;
}

.no-scroll {
  overflow: hidden;
}
.side-panel h2{
  font-size: 30px;
  margin: 0;
  color: rgba(99, 81, 71, 1);
  flex-grow: 1;
  line-height: 1.4;
}
.close-panel {
    color: rgba(99, 81, 71, 1);
    font-size: 45px;
    font-weight: 100;
    cursor: pointer;
    line-height: 45px;
}
.side-panel-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.panel-banner img{
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.panel-intro{
  margin-top: 20px;
}

.panel-intro p{
    font-size: 14px;
    color: rgba(125, 125, 125, 1);
    line-height: 1.5;
}
.experties-wrapper .accordion p{
  font-size: 14px;
  color: rgba(125, 125, 125, 1);
  line-height: 1.5;
}
.experties-wrapper .accordion button {
    font-size: 25px;
    margin: 0;
    color: rgba(99, 81, 71, 1);
    flex-grow: 1;
    line-height: 1.4;
    padding: 15px 0;
}
.accordion-body{
  padding: 10px 0;
}
.accordion-button:focus{
  box-shadow: 0 0 0 #000;
}
.accordion-item{
  border: 0px solid #D4CCC4;
  border-bottom: 1px solid #D4CCC4;
}
.accordion-button:not(.collapsed){
  background-color: #fff;
  box-shadow: 0 0 0 #fff;
}

.accordion-item:last-of-type{
  border-radius: 0;
}
.hero1 {
  position: relative;
  /* height: 617px; */
  overflow: hidden;
}
.hero1 video {
  width: 100%;
/*  height: 80vh;*/
  object-fit: cover;
  margin-bottom:-5px;
/*  filter: brightness(0.8);*/
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.767),
    rgba(0, 0, 0, 0)
  );
}
.j-video-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
}
.hero1-content h1 {
  font-size: 50px;
  margin-bottom: 20px;
}
.play-pause-btn {
    background: white;
    color: black;
    margin-top: 60px;
    border-radius: 50px !important;
    align-items: center;
    transition: background 0.3s, color 0.3s;
}
#videoIcon {
    position: relative;
    left: 1px;
    display: block;
    letter-spacing: 1px;
    width: 38px;
    padding: 8px;
}

.play-pause-btn:hover {
  background: transparent;
  color: white;
  border-color: white;
}

/* arrow */
.programmes {
  text-align: center;
  background: white;
}
.programmes h2 {
  margin-bottom: 30px;
  font-size: 1.8rem;
  color: #635147 !important;
}
.buttons button {
  margin: 10px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  background: none;
  cursor: pointer;
  border-radius: 50px;
  transition: color 0.3s ease;
  color: #000;
}

.btn-theme{
    margin: 10px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    background: none;
    cursor: pointer;
    border-radius: 50px;
    transition: color 0.3s ease;
    color: #000;
    text-decoration: none;
}

.btn-theme:hover {
   background-color: #635147;
  color: white;
}

.buttons button:hover {
  background-color: #635147;

  color: white;
}
.mobile-logo{
  display: none;
}
.card-arrow img{
  width: 20px !important;
}
.quote p{
  position: relative;
  z-index: 5;
}

.quote-img{
  width: 50px !important;
  height: auto !important;
  z-index: 3;
  opacity: 0.4;
    margin-bottom: 10px;
  
}
@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}
/* Mobile Responsiveness */
/* header banner */
@media (max-width: 991px) {
  .mobile-logo{
    display: block;
  }
  .navbar-collapse {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    padding: 20px;
    transform: translateX(-120%);
    transition: transform 0.4s ease-in-out;
    flex-direction: column;
    align-items: flex-start;
    z-index: 9;
    border-right: 1px solid #ddd;
    padding-top: 0;
  }

  .navbar-toggler{
    margin-right: 0;
    border: 0;
    padding-right: 0;
    z-index: 12;
  }
  .navbar-collapse.show {
    transform: translateX(0);
  }

  .navbar-collapse .nav-link {
    color: black !important;
    margin: 10px 0;
    font-size: 1.1rem;
  }
  .navbar-toggler:focus{
    box-shadow: 0 0 0 0;
  }

  .navbar-nav {
    padding-right: 0 !important;
    gap: 0px !important;
    margin-bottom: 0 !important;
  }

  .navbar-brand img {
    height: 60px;
    width: auto;
  }
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

/* hero section */
@media (max-width: 768px) {
.navbar{
  padding: 0 20px;
}
  .hero-header-ani{
    position: relative;
  }
  .hero-section {
    padding: 0;
    text-align: center;
    height: auto;
    background-size: cover;
        background-position: center center;
        background-attachment: unset;
  }


  .hero-content {
    max-width: 100%;
    padding: 40px 0 20px;
  }

  .hero-content h2,
  .hero-content h1 {
    margin-left: 0;
  }

  .hero-content h1 {
    font-size: 30px;
  }

  .hero-content h2 {
    font-size: 20px;
  }

  .hero-right {
    padding-right: 0;
    margin-top: 30px;
    align-items: center;
    text-align: center;
  }

  .hero-right .herotext {
    font-size: 16px;
    max-width: 100%;
    padding: 0 10px;
  }

  .cta-button {
    font-size: 14px;
    padding: 10px 20px;
  }

  .heading {
    font-size: 20px;
    line-height: 32px;
    width: 100% !important;
  }

  /* cards five */

  .card{
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .card_img:nth-child(odd){
    flex-direction: column;
  }
  .card_img:nth-child(odd) .card-text{
    margin-top: 20px;
    margin-bottom: 0;
  }
  /* tagline one  */
  .tagline{
    font-size: 27px;
  }

  /* tagline 2 */
  .tagline1{
    font-size: 21px;
  }

  /* hero section 2 */
  .hero-section2{
    padding-bottom: 0;
  }
  .hero-content{
    text-align: center;
    padding-bottom: 0;
  }

  /* approach cards */

  .approch-card-img{
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .approach-card:nth-child(odd){
    flex-direction: column;
  }
  .approach-card:last-child .approch-card-img{
    margin-bottom: 0;
  }
  /* unrivalled */

  .unrivalled h1{
    font-size: 30px;
  }

  .unrivalled p{
    width: 100%;
    line-height: 25px;
    font-size: 17.5px;
  }

  .unrivalled{
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
  /* last content */
  .content h1{
    font-size: 27px;
  
  }
.footer-transparent > .d-flex{
  flex-wrap: wrap;
    flex-direction: row;
}
.footer-transparent .left-nav{
  gap: 0;
  flex-wrap: wrap;
}
.footer-transparent .left-nav a{
  margin-bottom: 10px;
  margin-right: 10px;
}
  /* first footer */
  .left-nav{
    margin-right: 10px;
  }
  .right-download{
    margin-left: 0;
  }
  .footer .d-flex{
    flex-wrap: wrap;
    padding: 0;
  }
  .footer .left-links{
    margin-bottom: 10px;
  }
  .approach-card{
    padding-left: 20px;
    padding-right: 20px;
  }
  .unrivalled-cards .col-md-4 {
    padding-left: 20px;
    padding-right:20px;
  }
  .timeline{
    width: 100%;
    margin-left: 0 !important;
    margin-top: 100px;
  }
  .step{
    flex-direction: column;
    margin: 0;
  }
  .step-content {
    margin-top: 20px;
    max-width: 100%;
    margin-left: 0;
  }

  .step-content p {
    margin-left: 0 !important;
    text-align: center;
  }
  .step-content h3{
    margin-left: 0 !important;
    text-align: center;
    margin-top: 50px;
  }
  .step-media {
    margin-bottom: 80px;
    width:100% !important;
    height: auto !important;
    margin-right: 0 !important;
  }

  .step-media img,
  .step-media video {
    display: block;
    height: auto !important;
  }

  .step-number {
    left: 50%;
    transform: translateX(-50%);
  }

  .arrow-line {
    display: none !important;
  }
  .table-wrapper{
    padding: 20px 0;
  }
  .hero1-content h1{
    font-size: 30px;
  }

  .play-pause-btn {
    padding: 10px;
    width: 45px;
    height: 45px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }

  .hero1 video {
    height: 90vh;
  }

 

  .arrow {
    font-size: 24px;
    margin-top: 30px;
    height: auto;
  }

  .buttons  {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .buttons a, .buttons button{
    width: 100%;
  }
  .side-panel{
    width: 90%;
  }
  .close-panel{
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 30px;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #000;
    line-height: 11px;
    width: 30px;
    height: 30px;
  }
  .hero-header-ani{
    top: -150px;
  }
  .experties-wrapper .accordion-item:last-child{
  margin-bottom: 50px;
}
}


                  tr:last-child td{
                    border-radius: 0 0 10px 10px;

                  }
                  tr:last-child td:after{
                    display: none;
                  }
                
.frm_message {
    color: #137102;
    padding: 10px;
    background: #cdf3cd;
    border: 1px solid #b1f9ba;
    margin-bottom: 20px;
}
.right-download{
  display: none;
}
