body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  overflow-y: hidden;
  /* Hide vertical scrollbar */
  overflow-x: hidden;
  /* Hide horizontal scrollbar */
  /* margin: 0; */
  
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

.textGreen {
  font-size: 3rem;
  font-weight: normal;
  color: #9CC99F;
  letter-spacing: 1px;
}

.textLightbrown {
  color: #D5A08A !important;
}

.mobileBanner {
  display: none;
}

.ctaLink a img {
  width: unset !important;
}

.ctaLink a {
  color: #D5A08A;
  text-decoration: none;
  border: solid 1px #D5A08A;
  padding: 10px 40px;
}

.ctaLinkDark a {
  color: #481527;
  text-decoration: none;
  border: solid 1px #481527;
  padding: 10px 40px;
}

.desktopBanner {
  background: #000000 !important;
  height: 100vh;
  width: 100% !important;
}

.desktopBanner img {
  object-fit: cover;
  background-size: cover;
}

.grey {
  background-color: #f4f4f4;
}

.container-fluid {
  scroll-snap-type: y mandatory;
  overflow-y: auto;
  height: 100vh;
}

section {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  scroll-snap-align: start;
  overflow: hidden;
  /* Hide any content that overflows */
}

/* .hero-section { background: #000000;} */
.hero-section .floating-image {
  position: relative;
  top: -150px;
  left: 100px;
}

.custom-section {
  width: 100vw;
  /* Set width to 100% of viewport width */
  margin-left: calc(-50vw + 50%);
  /* Counteract default margin */
  margin-right: calc(-50vw + 50%);
  /* Counteract default margin */
}

.custom-section .container {
  padding-top: 25px;
  padding-bottom: 25px;
}

#radheDiam .carousel-caption {
  top: 40%;
  bottom: 40%;
  position: absolute;
  color: #fff;
  text-align: left;
  max-width: 40%;
  width: 100%;
}

#radheDiam .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 150px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

#radheDiam .carousel-caption h2 {
  font-size: 3rem;
  font-weight: 400;
  color: #9CC99F;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#radheDiam .carousel-caption p {
  color: #ffffff;
  opacity: 0.8;
}

/* Navigation bar */
#burger-menu {
  position: fixed;
  top: 40px;
  left: 80px;
  cursor: pointer;
  z-index: 100
}

#burger-icon {
  width: 40px;
  height: 22px;
  fill: #13213b;
}

#menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background: #fff url('./img/nav-bg.jpg') left top no-repeat;
  background-size: cover;
  box-shadow: -1px 0 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  z-index: 1111;
  padding: 30px;

}

#menu a {
  display: block;
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #60122E;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;

}

#close-btn {
  position: absolute;
  top: 15px;
  right: 30px;
  cursor: pointer;
  display: inline;
  font-weight: bold;
  z-index: 3;
  font-size: 1.7em;
  color: #60122E;
}

#navbarLogo {
  display: none;
}

.navbar-logo {
  position: fixed;
  top: 25px;
  transform: translateX(-50%);
  z-index: 1000;
}

.navbar-section {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1005;
}

.nav-bar {
  padding: 2px 20px;
}

/* Navigation pages */

/* Navigation Bar */
.navbar-section-pages {
  position: sticky;
  top: 0;
  width: 100%;
  background: #FFF;
  z-index: 1005;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Logo centered */
.navbar-logo-pages {
  display: block;
  position: relative;
  height: 50px;
  width: 50px;
}

/* Burger Menu */
#burger-menu-pages {
  position: fixed;
  top: 20px;
  left: 20px;
  cursor: pointer;
  z-index: 1100;
}

#burger-icon-pages {
  width: 40px;
  height: 22px;
  fill: #13213b;
}

#menu-pages {
  position: fixed;
  top: 0;
  left: -100%;
  /* Move off-screen */
  width: 250px;
  height: 100vh;
  background: #fff url('./img/nav-bg.jpg') left top no-repeat;
  background-size: cover;
  box-shadow: -1px 0 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  z-index: 1111;
  padding: 30px;
  transition: left 0.3s ease-in-out;
  /* Smooth transition */
}

#menu-pages a {
  display: block;
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #60122E;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

#menu-pages.active {
  left: 0;
  /* Slide into view */
}

/* Hide Burger Menu when menu is open */
#burger-menu-pages.hidden {
  display: none;
}

#close-btn-pages {
  position: absolute;
  top: 15px;
  right: 30px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.7em;
  color: #60122E;
}


/* Add padding to the content section to avoid overlapping with the fixed navbar */
.content-section {
  padding-top: 50px;
}

.item-mouse {
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 1;
}

.aboutUs {
  background: #481527;
}

.aboutUsBg {
  background: #481527 url('./img/AboutUsImagebg.png') left top no-repeat;
  background-size: contain;
}

.testimoial {
  background: #481527;
}

.whyRadhe {
  background: #ffffff url('./img/nav-bg.jpg') top left no-repeat;
  background-size: cover;
}

.whyRadhe h2,
.leadership h2 {
  font-size: 3rem;
  color: #60122E;
  font-weight: normal;
  letter-spacing: 1px;
}

.whyRadhe h3 {
  font-size: 1.5rem;
  color: #60122E;
  font-weight: normal;
  letter-spacing: 1px;
}

.hero-section .owl-carousel {
  padding-top: 0;
}

.hero-section .owl-carousel .owl-dots {
  position: absolute;
  bottom: 100px;
  z-index: 121;
  left: 25%;
  right: 25%;
}

.hero-section .owl-carousel .owl-item img {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}

#howwedo .owl-carousel .owl-item img {
  display: inline-block;
  max-width: 100%;
  width: unset;
}

#testimoial .owl-carousel .owl-item {
  background: url('./img/double-quotes.png') right center no-repeat;
  background-size: contain;
}

.topLeft img {
  display: inline !important;
  width: unset !important;
  position: absolute;
  top: 0;
  left: 50px;
}

.bottomRight img {
  display: inline !important;
  width: unset !important;
  position: absolute;
  right: 100px;
  bottom: 0;
}

#testimoial .owl-carousel.owl-drag .owl-item p {
  font-family: "Playfair Display", serif;
  color: #D5A08A;
  font-size: 1.8rem;
  padding: 0 100px !important;
  font-weight: normal;
}

.testimoninalUser {
  padding: 0 100px !important;
  color: #ffffff;
  opacity: 1;
}

.testimoninalUser span {
  color: #D5A08A;
}

.productImg img {
  max-width: 100%;
}

/* styles for font colors, button colors */
.custom-button {
  background-color: #60122E;
  color: white;
  border: none;
}

a.custom-button:hover {
  background: #9CC99F;
}

.send-btn {
  background-color: #faa21c;
  color: white;
  border: none;
  border-radius: 0;
}

.h1-heading {
  color: #faa21c;
  font: bold 54px/58px Poppins;
}

.p-mouse {
  color: #525252;
  font: 12px/14px Poppins;
}

.input-group {
  margin-bottom: 2px;
}

.h3-text {
  color: #13213b;
  font: normal normal 600 28px/36px Poppins;
}

.p-text {
  color: #faa21c;
  font: normal normal 600 28px/36px Poppins;
}

.copiright {
  color: #525252;
  font: normal 11px/17px Poppins;
}

.input-group input,
.input-group textarea {
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}

/* Animation */
@keyframes floatAnimation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes floatmouseAnimation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}

.floating-image {
  animation: floatAnimation 3s infinite;
}

.floating-mouse {
  animation: floatmouseAnimation 3s infinite;
}

/* Background of icons  */
.circle-background {
  width: 129px;
  /* Adjust the size of the circle */
  height: 131px;
  /* Adjust the size of the circle */
  background-color: #faa21c;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.circle-background img {
  margin-left: 10px;
}

.circle-text {
  color: #13213b;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
  /* Ensure the text takes the full height of the circle */
  font: normal normal 600 26px/34px Poppins;
}

/* Carousel styling */
/* .carousel-inner {
  padding: 1em;
} */

.owl-carousel {
  padding-top: 20px;
}

.borderBottom {
  border-bottom: solid 1px #faa21c;
  position: relative;
  top: 45px;
  z-index: 1;
}

.slidenumber span {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  color: #faa21c;
  background-color: #fff;
  border: solid 1px #faa21c;
  line-height: 44px;
  font-weight: 700;
  position: relative;
  z-index: 5;
}

.firstActiveItem .slideBox {
  opacity: 1 !important;
}

.firstActiveItem .slidenumber span {
  background-color: #faa21c;
  color: #fff;
}

.owl-item .slideBox {
  opacity: 1;
  margin-top: 50px;
  margin-bottom: 50px;
}


.visible-100 {
  opacity: 1 !important;
}

.visible-50 {
  opacity: 0.5 !important;
}

.d-none {
  display: none;
}

/* Add the following styles for the yellow top border */
.line-item {
  position: relative;
  border-top: 2px solid #faa21c;
}

/* The rest of your existing CSS styles */

.line-container {
  position: absolute;
  top: 0;
  left: -35px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* Allows interaction with elements behind the line */
}

.line-container-5 {
  position: relative;
}

.line-container-5 svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Transition effects for elements */
.animatedElement {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

/* Visible on scroll with fade-in and sliding-up effect */
.animatedElement.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Initially hidden below viewport */
.slideLeftToRightUpwards {
  opacity: 0;
  transform: translateY(50px) translateX(-50px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

/* Visible on scroll with fade-in, sliding-up, and rightward movement effect */
.slideLeftToRightUpwards.visible {
  opacity: 1;
  transform: translateY(0) translateX(0);
}

/* Svg overlay line on a section */
/* Hero-section */
.hero-section {
  position: relative;
  background: #481527;
}

.content-0 {
  z-index: 10;
}

/* SVG Overlay Styles */
.overlay-line {
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 7;  */
}

/* About-Us or Purpose */

.content-1 {
  z-index: 10;
}

.content-2 {
  z-index: 20;
}

.paraopacity {
  opacity: 0.7 !important;
}

.aboutUs .p-para {
  color: #ffffff;
  opacity: 0.8;
}

.testimoial .p-para {
  color: #ffffff;
  opacity: 0.4;
}

.content-2 .animatedElement.visible {
  opacity: 0.6;
}

/* what we do */
.content-3 {
  z-index: 10;
}

.content-4 {
  z-index: 15;
}

#whatwedo .owl-carousel .owl-item img {
  display: inline-block !important;
  width: auto !important;
}

/* Why-work-with-us */
.content-5 {
  z-index: 0;
}

.content-6 {
  background-color: #f4f4f4;
  z-index: 15;
}

.content-7 {
  z-index: 15;
}

/* contact us */
.contactBox {
  background: #d4d4d4;
}

.content-9 {
  z-index: 10;
  background: #d4d4d4;
}

.contact-us {
  background: #ffffff;
}

.contact-us .bg-white {
  margin-bottom: -50px;
}

/* footer */

.footer {
  color: #481527;
  opacity: 1;
}

.footer a {
  color: #481527;
  text-decoration: none;
}

.footer .socialIconn {
  display: flex;
  gap: 10px;
}

#loadercopy {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(150deg, #d0def1, #7e7e7e00);
  align-items: center;
  justify-content: center;
  display: none;
  margin: 10px 0px;

}

.loadingcopy {
  text-align: center;
  position: relative;
}

.loading {
  text-align: center;
  position: relative;
  top: 10%;
}

.error {
  color: red;
  margin: 10px;
  font-style: italic;
  font-size: 14px;
  width: 100%;
}

#thankyou {
  color: green;
  font-style: italic;
  display: none;
}

.errorcopy {
  color: red;
  margin: 0px 10px 20px 21px;
  font-style: italic;
  font-size: 14px;
}

#thankyoucopy {
  font-style: italic;
  padding: 40px 0px;
}

#thanksmessagecopy {
  font-style: italic;
  top: 25px;
  padding: 40px 0px;
}

#thanksmessage {
  font-style: italic;
  top: 25px;
  padding: 40px 0px;
  top: 25%;
}

/* footer code d-code */

/* .main-container{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
  justify-items: center;
}
.foootersection{
  width: 100%;
}
.fcard{
  width: 300px;
  color: #60122E;
}
.fcard input{
  border: none;
  outline: none;
}
.fcard hr{
 width: 100%;
 color: #60122E;
}
.input-container{
  display: flex;
  justify-content: space-between;
}
.fcard input::placeholder{
  color: #60122E;
} */


@media screen and (max-width: 1024px) and (min-width: 768px) {
  #testimoial .owl-carousel.owl-drag .owl-item p {
    padding: 0 50px !important;
  }

  .vision-main {
    grid-template-columns: .8fr 1.2fr !important;
    padding-inline: 10rem;
  }

  #purpose .custom-section {
    width: 100%;
  }

}

@media screen and (max-width: 1024px) {
  .desktopBanner {
    display: none;
  }

  .mobileBanner {
    display: block;
  }

  section {
    min-height: 100vh;
    min-height: 100svh;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start;
    overflow: hidden;
    /* Hide any content that overflows */
  }

  #radheDiam .carousel-indicators {
    bottom: 25px;
  }

  .item-mouse {
    display: none;
  }

  .custom-section {
    width: inherit;
  }

  #radheDiam .carousel-caption {
    max-width: 50%;
    width: 100%;
    top: 0%;
    bottom: 50%;
  }

  #radheDiam .carousel-caption h3 {
    font-size: 2rem;
  }

  .img-fluid.logo-icon {
    max-width: 70%;
    /* Adjust the width as needed */
  }
}

@media screen and (max-width: 768px) {
  #radheDiam .carousel-indicators {
    bottom: 25px;
  }

  .item-mouse {
    display: none;
  }

  .custom-section {
    width: inherit;
  }

  #radheDiam .carousel-caption {
    max-width: 70%;
    width: 100%;
    top: 35%;
  }

  #radheDiam .carousel-caption h3 {
    font-size: 2rem;
  }

  /* Who we are */
  .h1-heading {
    color: #faa21c;
    font: bold 40px/58px Poppins;
  }

  #burger-menu {
    right: 30px;
  }

  #close-btn {
    right: 10px;
  }

  /* what we do */
  .circle-background {
    width: 110px;
    /* Adjust the size of the circle */
    height: 112px;
    /* Adjust the size of the circle */
    background-color: #faa21c;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .h3-tab {
    font-size: 20px;
    margin-left: -15px;
  }

  /* navbar section backgroubnd color */
  .navbar-section {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1005;
    /* This ensures the navbar stays on top of other content */
  }

  .nav-bar {
    padding: 25px 20px;
  }

  .navbar-logo {
    left: 90px;
  }

  /* Add padding to the content section to avoid overlapping with the fixed navbar */
  .content-section {
    padding-top: 50px;
  }

  .img-fluid.logo-icon {
    max-width: 50%;
    /* Adjust the width as needed */
  }

  .owl-whatwedo {
    /* Replace with the actual class of the red box */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    width: 90%;
    margin: 20px auto;
  }

  .owl-whatwedo img {
    /* If there's an image */
    max-width: 100px;
    /* Adjust icon size */
    display: block;
    margin: 0 auto;
  }

  /* D code */
  .custom-section {
    width: 100%;
  }

  #burger-menu {
    position: fixed;
    top: 15px;
    left: 29px;
    cursor: pointer;
    z-index: 100;
  }

  /* about us */
  .abutusmob {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .col-12 {
    width: 100%;
  }

  .abutusmob {
    width: 100%;
  }

  .what-we-do-tab {
    padding-bottom: 0 !important;
  }

  .what-we-do-tab p {
    font-size: 14px;
  }

  h2 {
    font-size: 2rem !important;
  }

  /*section {
  min-height: calc(100vh - var(--header-height, 0px)); 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.container-fluid {
  overflow: auto !important; 
} */
  #howwedo .owl-carousel .owl-item img {
    display: inline-block;
    max-width: 45%;
    width: unset;
  }

  .navbar-logo {
    left: 50%;
  }

  .abouttxt h2 {
    text-align: center;
  }

  .abouttxt p {
    text-align: center;
  }

  #testimoial .owl-carousel.owl-drag .owl-item p {
    padding: 0 !important;
    font-size: 1.4rem;
  }

  #radheDiam .carousel-caption {
    max-width: 79%;
    width: 100%;
    top: 0%;
  }

}

@media screen and (max-width: 625px) {

  /* burger-menu */
  #burger-icon {
    width: 40px;
    height: 21px;
    fill: #13213b;
  }

  #burger-menu {
    left: 20px;
    top: 20px;
  }

  #close-btn {
    right: 20px;
  }

  .img-fluid.logo-icon {
    max-width: 50%;
    /* Adjust the width as needed */
  }

  #contactus .ms-5 {
    margin-left: 10px !important;
  }

  #purpose .ms-5 {
    margin-left: 10px !important;
  }

  .h1-heading {
    font: bold 35px/58px Poppins;
  }

  .custom-section {
    width: inherit;
  }

  .custom-section .py-5 {
    padding-top: 1rem !important;
  }

  .img-fluid.logo-icon {
    max-width: 50%;
    /* Adjust the width as needed */
  }

  .desktopBanner {
    display: none;
  }

  .mobileBanner {
    display: block;
    position: relative;
  }

  #radheDiam .carousel-caption {
    max-width: 90%;
    width: 100%;
    top: 35%;
    left: 35px;
    right: 35px;
  }

  /* d code */
  .owl-stage-outer {
    /* background-color: red; */
  }

  .custom-section {
    overflow: visible;
    width: 100%;
  }

  .owl-whatwedo {
    /* Replace with your actual section class */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    width: 90%;
    margin: 20px auto;
  }

  .py-5 {
    padding-bottom: 1rem !important;
  }

  .w-75 {
    width: 85% !important;
    font-size: 14px;
  }

  .row>* {
    padding-right: 0 !important;
  }

  .owl-carousel {
    width: 100%;
  }

  .text-center p {
    font-size: 14px;
    padding: 10px;
    display: block;
  }

  .h3-tab {
    font-size: 20px;
    /* Adjust heading size */
  }

  .img-fluid {
    /* max-width: 80px; */
    /* Resize image if too large */
  }

  .row {
    --bs-gutter-x: -0.5rem;
  }

  /*  */
  section {
    min-height: 100%;
    /* Dynamic viewport height */
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start;
  }

  .container-fluid {
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    /* Enable scrolling */
    height: 100dvh;
    /* Use dynamic viewport height */
  }

  section {
    min-height: 100dvh;
    scroll-snap-align: start;
  }

  .container-fluid {
    overflow: auto;
  }

  .row {
    display: block;
  }

  #howwedo .owl-carousel .owl-item img {
    display: inline-block;
    max-width: 35%;
    width: unset;
  }

  .whyRadhe h2 {
    font-size: 2rem;
  }

  /* testimonial */
  #testimoial .owl-carousel.owl-drag .owl-item p {
    font-size: 22px;
    padding: 0 !important;
  }

  .textGreen {
    font-size: 2rem;
  }

  /*  */
  .navbar-logo {
    /* left: 175px;
   */
    left: 50%;
    top: 25px;
  }

  /* slider*/
  #radheDiam .carousel-caption h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 450px) {
  .hero-section .custom-section {
    z-index: 2;
  }

  .hero-section .desktopBanner img,
  .hero-section .mobileBanner img {
    height: 100vh !important;
  }

  .footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-inline: auto;
    gap: 10px;
  }

  .testimoninalUser {
    padding: 0 !important;
    opacity: 0.8;
  }

  .ourstoryunderline,
  .des {
    display: none;
    overflow: hidden !important;
  }

  #radheDiam .carousel-caption {
    top: 82%;
  }

  .hero-section .owl-carousel .owl-dots {
    bottom: 2% !important;
  }

  .aboutUsBg {
    background: none;
  }

  #purpose picture {
    display: block !important;
  }

  .vision-main {
    display: flex !important;
  }

  .vision-right {
    width: 100%;
  }

  .owl-whatwedo {
    margin: 0 !important;
  }

  .owl-whatwedo .owl-nav.disabled+.owl-dots {
    margin-top: 0px !important;
    position: absolute;
    top: 80%;
    left: 1%;
  }
}


#purpose picture {
  display: none;
}

/* our story code */

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 20px !important;
}

.vision-container {
  min-width: 1200px;
  margin: 0 auto;
}

.vision-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
}

.vision-image {
  width: 250px;
  height: 350px;
}

.vision-image img {
  width: 100%;
  height: 100%;
}

.contactUs {
  background: #481528;
}

.form-container {
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}

.div {
  width: 50%;
}

.div1 {
  display: flex;
  flex-direction: column;
  gap: 25px;
  color: white;
}

.div2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: white;
}

.div1 p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 25rem;
  gap: 15px;
}

.div p img {
  width: 35px;
  height: auto;
}

.form input,
textarea {
  border: none;
  outline: none;
  padding: 10px 10px;
  width: 350px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.form input::placeholder,
textarea::placeholder {
  color: #8D8D8D;
  opacity: 0.7;
}


.form button {
  padding: 15px;
  background-color: #E4AA92;
  color: #481528;
  width: 150px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* Hide arrows in Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}


@media screen and (max-width: 625px) {
  .form-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .div {
    width: auto;
  }

  .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }

  .div1 {
    gap: 5px;
  }

  .div1 p {
    justify-content: flex-start;
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
    gap: 5px;
    max-width: 15rem;
  }

  .form input,
  textarea {
    padding: 5px 10px;
    width: 300px;
  }

}

.owl-products .owl-item img {
  border-radius: 10px;
}

.owl-products .owl-item a {
  text-decoration: none;
  color: #60122E;
}


/*  */
.vision-container {
  min-width: 1200px;
  margin: 0 auto;
}

.vision-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
}

.vision-image {
  width: 250px;
  height: 350px;
}

.vision-image img {
  width: 100%;
  height: 100%;
}


/* our story */
.vision-main {
  display: grid;
  grid-template-columns: .8fr 1.5fr;
  justify-items: center;
  align-items: center;
  color: #481528;
  flex-wrap: wrap;

}

.vision-right {
  width: 85%;
}

.vision-image {
  width: 250px;
  height: 350px;
}

.vision-image img {
  width: 100%;
  height: 100%;
}

.vision-right h2 {
  color: #481528;
  padding-left: 1.5rem;
}

.vision-color-p {
  color: #481528;
  padding-left: 3rem;
}

.vision-about {
  opacity: 100;
  padding-left: 3rem;
  color: #ffffff;
}

.vision {
  background: url('./img/nav-bg.jpg');
}

/* dd */

.lastt {
  /* display: flex !important;
  flex-direction: column !important;
  min-height: 100vh !important;
  scroll-snap-align: start !important; */

 
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start;
    overflow: hidden;
    /* Hide any content that overflows */
  
}
.last-section-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  scroll-snap-align: start;
}
.footerHolder{
  flex-shrink: 0; 
}

@media screen and (max-width:768px) {
  .vision-main {
    display: block;
  }

  .vision-left h2 {
    font-size: 2rem;
  }

  .vision-container {
    min-width: 0;
    margin: 20px 10px;

  }

  .vision-color {
    color: #481528;
  }

  .vision-color-p {
    font-size: 16px;
    padding: 0;
  }

  .vision-right h2 {
    padding: 0;
  }

}

.ourstoryunderline{
  max-width: 500px;
}

.ourstoryunderline::before {
  content: "";
  display: inline-block;
  width: 30px;
  /* Adjust the length */
  height: 1px;
  /* Adjust the thickness */
  background-color: white;
  /* Adjust color as needed */
  margin-right: 10px;
  /* Space between line and text */
  vertical-align: middle;

}

.vision-underline::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #481528;
  margin-right: 4opx;
  vertical-align: middle;
}

/* Leadership page */
.leadership-main {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  justify-items: center;
  align-items: center;
  color: #481528;
  margin-left: 4rem;

}

.leadership-image img {
  width: 250px;
  height: 350px;
}

.leadership {
  background: url('./img/nav-bg.jpg');

}

.leadership-left h2 {
  color: #481528;
  padding-left: 1.5rem;
}

.leadership-color-p {
  color: #481528;
  padding-left: 3rem;
}

.leadership-about {
  opacity: 100;
  padding-left: 3rem;
  color: #ffffff;
}

.leader-container {
  max-width: 1200px;
  margin: 0 auto;
}

.leadership2 {
  background-color: #481528;
}

.leadership2 h2 {
  color: #9CC99F;
}

.leadership2-color-p {
  color: #ffffff;
  opacity: 0.5;
  padding-left: 3rem;
}

.leadership-color {
  color: #481528;
}

.vision-right .leadership2-color-p::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
  margin-right: 4opx;
  vertical-align: middle;
}

.leadership2-color-p::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
  margin-right: 4opx;
  vertical-align: middle;
}

@media screen and (max-width:768px) {
  .leadership-main {
    display: block;
    margin: 0 20px;
    direction: ltr;
  }

  .leadership2-color-p {
    padding: 0;
  }
}

/* LeaderShip  Deepak*/
@media screen and (max-width: 768px) {
  .leadership-main {
    margin: 0 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .leadership-left {
    grid-row: 2;
  }

  .leadership-right {
    grid-row: 1;
  }

  .leadership2-container,
  .leadership-container,
  .vision-container {
    width: 100%;
    height: 85vh;
    overflow: auto;
  }

  .leadership2-color-p {
    padding: 0;
  }

  .vision-image img {
    width: 100%;
    height: 90%;
    margin-top: 20px;
  }
  /* success Message */

  .thankyoumessage{
    height: 167px;
    width: 350px;
    font-size: 20px;
    padding: 3.5rem 10px 10px 0;  
  }
}

.read-more-btn {
  display: none;
}

@media screen and (max-width: 625px) {

  .container {
    transition: height 0.5s ease-in-out;
  }

  /* New CSS for the read more functionality */
  .truncate {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }

  .expanded {
    -webkit-line-clamp: unset;
    transition: all 0.5s ease;
  }

  /* Container height when expanded */
  .container-expanded {
    height: 60vh !important;
    overflow-y: auto;
    transition: all 0.5s ease-in-out;
  }

  .read-more-btn {
    color: #fff;
    background: none;
    border: none;
    padding: 0px;
    font-size: 14px;
    margin-top: 8px;
    cursor: pointer;
    font-weight: lighter;
    display: inline-block;
  }

  .height-90 {
    height: 90vh !important;
    overflow-y: auto;
    transition: all 0.5s ease-in-out;
  }

  .mobileBanner-before::before{
    content: '';
    position: absolute;
    height: 65%;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5) ;
   }
}

.carousel .custom-section {
  z-index: 2;
}

/* contact us error validation */

.error-message {
  color: red;
  font-size: 12px;
  display: block;
}
.thankyoumessage{
  color: #9CC99F;
  height: 184px;
  text-align: center;
  padding-top: 3.5rem;
  font-size: 30px;
  background: url('./img/successbg-image.png');
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Ogg TRIAL", serif;
  width: 386px;
}
.thankyoumessage p{
  color: #ffffff;
  font-size: 16px;
}
.errorBox{
  color: red;
  padding: 12px 0;
  font-size: 14px;
  max-width: 350px;
}
form{
  background: none;
}

/* spiner */


#form input[type=text]:disabled, 
#form input[type=number]:disabled, 
#form textarea:disabled
{
  background-color: #fff; 
  color: #333; 
  border: 1px solid #ccc; 
  cursor: not-allowed; 
}
.new-form-cob,.necklace-cont,.earing-cont,.pendants-cont,.bangles-cont,.bracelets-cont,.ring-cont{
  min-height: 100vh;
  min-height: 100svh; 
  scroll-snap-align: start;
}
