*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}
  * {
      font-family: 'Montserrat', 'Playfair_Display';
    }
 .hebrew-number-img {
    background-image: url("../assets/Images/hebrew-desktop.jpg");
    height: 700px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
   .georgia-number-img {
    background-image: url("../assets/Images/georgia-desktop.jpg");
    height: 700px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Cier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
.lpname {
  font-size: 29px;
  font-family: ui-rounded;
  color: #d7bd34;
  font-weight: 600;
}
.pptextp-2 {
  padding-left: 150px;
}
.pptextp {
  padding-top: 5px;
  font-size: 15px;
  font-family: "Montserrat";
  font-weight: 500;
}
.pptext {
  font-size: 20px;
  font-family: display;
  line-height: 30px;
  font-weight: 600;
}

.projectpp {
  padding-top: 50px;
  gap: 50px;
}
.new-card p {
  font-size: 16px;
  margin-bottom: 15px;
  font-family: montserrat;
  font-weight: 500;

  text-align: start;
  padding-top: 30px;
}

.leadership-page {
  padding: 60px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}
.laedership-heading-last {
  justify-items: end;
}

.laedership-heading-last h2 {
  width: 70%;
  background-color: black;
  padding: 23px;
}
.laedership-heading {
  justify-items: start;
  padding: 37px 0px;
}
.laedership-heading h2 {
  width: 70%;
  background-color: black;
  padding: 23px;
}
.achievements-section {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.achievements-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.achievements-content {
  width: 60%; /* Set the width to 65% */
}

.achievements-image {
  width: 40%; /* Set the width to 35% */
  display: flex;
  justify-content: flex-end; /* Align the image to the right */
}

.achievements-image img {
  width: 100%; /* Make sure the image takes the full width of its container */
}

.achievements-subtitle {
  font-size: 27px;
  color: #222;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-family: playfair;
}

.achievements-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  padding-left: 81px;
  font-family: playfair;
}

.achievements-description {
  font-size: 1rem;
  color: #555;
  padding-left: 81px;
  padding-right: 59px;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.achievements-countries {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000;
  padding-left: 81px;
  font-family: playfair;
}

.achievements-image {
  flex: 1;
  min-width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.achievements-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.project-section {
  background-color: white;
}

.flex-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  flex-wrap: wrap;
  padding: 67px;
}

.project-text-left {
  flex: 1;
  min-width: 300px;
}

.project-text-left h2 {
  font-size: 25px;
  padding-left: 89px;
  font-family: ui-monospace;
  font-weight: 500;
  line-height: 1.3;
}

.project-text-right {
  flex: 1;
  min-width: 300px;
}

.project-text-right p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}
.last-para {
  font-size: 15px !important;
}
.project-heading {
  justify-items: end;
}

.project-heading h2 {
  text-align: end;
  margin: 20px;
  width: 56%;
  background-color: black;
  padding: 13px 137px 11px 4px;
}
.serv-para {
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
}
.crs-new {
  padding: 10px;
}
.crs-new h1 {
  font-family: playfair;
  font-size: 21px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.crs-new p {
  font-family: montserrat;
  font-size: 16px;
}
.crs-4 {
  padding: 60px;
}
.crs-4 h1 {
  font-family: playfair;
  font-size: 21px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.crs-4 p {
  font-family: montserrat;
  font-size: 16px;
}
.underline-line-service {
  width: 77px;
  height: 1px;
  background-color: #d4af37;
  margin-top: 12px;
  margin-bottom: 10px;
}
.underline-line-project {
  width: 77px;
  height: 1px;
  background-color: #d4af37;
  margin-top: 12px;
  margin-bottom: 10px;
}
.underline-line-abt-us {
  width: 77px;
  height: 1px;
  background-color: #d4af37;
  margin-top: 12px;
  margin-bottom: 10px;
}

.real-estate-section {
  color: white;
}

.real-estate-container {
  /* max-width: 1200px;
  margin: 0 auto; */
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #000;
}

/* @media (min-width: 992px) {
  .real-estate-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
} */

.real-estate-text-right {
  width: 50%;
  padding-left: 100px;
  text-align: end;
}
.real-estate-text-right h2 {
  font-family: display-fair;
  font-size: 22px;
}
.real-estate-text-right p {
  font-size: 15px;

  line-height: 1.7;
}
.project-div-1-left {
  width: 55%;
}
.project-div-1-right {
  width: 45%;
}
.real-estate-text {
  width: 50%;
  padding-right:100px;
}

.real-estate-text h2 {
  font-size: 22px;
  font-family: display-fair;
}

.real-estate-text p {
  font-size: 15px;

  line-height: 1.7;
}
.image-right
{
  width: 50%;

  justify-content: center;
  display: flex; 
}
.image-right img
{
 width: 90%;
}
.real-estate-image {
  width: 50%;

  justify-content: center;
  display: flex;
}
.real-estate-image img {
  width: 90%;
}
.service-section {
  padding: 40px 100px;
  background: #fff;
  position: relative;
}
.contacussec1 {
  justify-items: center;
}
.contactptag {
  font-family: montserrat;

  font-size: 18px !important;
}
.contactustext {
  margin-top: 30px;
  font-family: playfair;
  font-weight: 700;
}
.contactus {
  justify-items: center;
}
.aico-values-header {
  justify-items: center;
}

.aico-values {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
}

/* .aico-values-header {
  margin-bottom: 50px;
} */

.aico-values-icon {
  width: 70px;
  margin-bottom: 15px;
}

.aico-values-title {
  font-size: 38px;
  font-weight: bold;
  font-family: montserrat;
  color: #000;
}

.aico-values-content {
  display: flex;
  justify-content: center;
  gap: 200px;
  max-width: 1200px;
  margin: auto;
  padding: 70px;
  text-align: left;
}

.aico-values-left,
.aico-values-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.aico-value-item h3 {
  font-size: 25px;
  font-weight: bold;
  font-family: Playfair;
  margin-bottom: 10px;
}

.aico-value-item p {
  font-size: 18px;

  line-height: 1.6;
}

/* Quote Box */
.aico-quote-box {
  background-color: #000;
  color: #fff;
  padding: 20px;
  margin-top: 30px;
}
.aico-quote-box img {
  height: 36px;
  margin-bottom: 6px;
}
.quote-text {
  font-family: Playfair;
  font-size: 22px;
  margin-bottom: 10px;
}

.quote-author {
  font-size: 14px;
  color: #ccc;
}

.aico-section {
  background-color: #000;
  color: #fff;
  padding: 50px 0;
}

.aico-container {
  display: flex;
  justify-content: center;
  align-items: stretch; /* Stretch to match heights */
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.aico-box {
  flex: 1;
  text-align: center;
  justify-items: center;
}
.aico-box img {
  height: 100px;
  width: auto;
}
.abt-3-para {
  padding-left: 74px;
}
.aico-icon {
  width: 60px;
  margin-bottom: 20px;
}

.aico-heading {
  font-size: 25px;
  font-family: montserrat;
  color: #dab939; /* Gold color */
  margin-bottom: 10px;
}

.aico-text {
  font-size: 16px;
  line-height: 1.6;
}

/* Divider Line */
.aico-divider {
  width: 1px;
  background-color: #d7bd34; /* Gold color */
  /* Full height */
}

.about-section {
  width: 100%;
  padding: 60px 20px;
  background-color: white;
}

.about-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.about-text {
  flex: 1 1 500px;
  padding: 40px;
}

.about-text h2 {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: Playfair;
  color: #000;
  padding-left: 74px;
}

.about-text p {
  font-size: 16px;
  line-height: 1.7;
  font-family: Montserrat;
  text-align: justify;
  padding-left: 74px;
}

.about-image {
  flex: 1 1 500px;
}

.about-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.headline-underline-crs {
  position: relative;
  display: inline-block;

  padding-bottom: 8px;
}
.headline-underline-crs::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100% !important;
  height: 1px;
  background-color: #d7bd34;
}
.headline-underline-new {
  position: relative;
  display: inline-block;

  padding-bottom: 8px;
}

.headline-underline,.headline-underline-abt {
  position: relative;
  display: inline-block;

  padding-bottom: 8px;
}
.headline-underline-new::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 57% !important;
  height: 1px;
  background-color: #d7bd34;
}
.headline-underline-abt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 74% !important;
  height: 1px;
  background-color: #d7bd34;
}

.headline-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 74% !important;
  height: 2px;
  background-color: #d7bd34;
}

.about-section {
  padding: 60px 20px;
  background-color: white;
}

.about-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-subtitle {
  font-size: 36px;
  font-weight: bold;
  margin-top: 10px;
  font-family: Playfair;
  line-height: 1.3;
}

.story-container {
  display: flex;
  flex-direction: column;
  background-color: black;
  color: white;
  border-radius: 20px;
  overflow: hidden;
  padding: 90px;
  gap: 20px;
}

.story-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.story-text {
  font-size: 16px;
  color: #ccc;
}

.ourstory h2 {
  margin-bottom: 15px;
  font-size: 20px;
  position: relative;
  left: 13px;
  top: 75px;
  color: white;
}

.underline-line {
  width: 140px;
  height: 2px;
  background-color: #d4af37;
  margin-top: 20px;
  margin-bottom: 10px;
}
.line-heading {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}

.line-heading .line {
  width: 50px; /* length of the line */
  height: 2px; /* thickness */
  background-color: #ffd700; /* or any color like black, white, etc. */
  margin-right: 12px; /* spacing between line and text */
}

.story-text p {
  margin-bottom: 15px;
  line-height: 1.6;
  text-align: justify;
}

@media (min-width: 768px) {
  .story-container {
    flex-direction: row;
    align-items: center;
  }

  .story-image,
  .story-text {
    width: 50%;
  }

  .story-image {
    padding-right: 20px;
  }

  .story-text {
    padding-left: 20px;
  }
}

.videoclass {
  font-weight: 900 !important;
  font-family: display-fair;
  margin-top: 0px;
}

.last-second-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}

/* Container for max width */
.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* Background faint image */
.background-image {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: auto;
  background: url("your-background-image.png") no-repeat center;
  background-size: contain;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}

.gallery-image {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 10px;
  background-color: black;
  padding: 10px;
}

.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  will-change: transform;
  border: 2px solid #d5b730;
}
.gallery-image img:hover {
  transform: scale(1.08); /* zooms out slightly */
  /* box-shadow: 0 10px 20px rgba(255, 255, 0, 0.4); glowing effect */
  z-index: 2; /* ensures the hovered image stays on top */
}

/* Custom image placement */
.gallery-image img:nth-child(1) {
  grid-column: 1 / span 2; /* spans 2 columns */
  grid-row: 1 / span 1;
}

.gallery-image img:nth-child(2) {
  grid-column: 3 / span 1;
  grid-row: 1 / span 2;
}

.gallery-image img:nth-child(3) {
  grid-column: 4 / span 1;
  grid-row: 1 / span 1;
}

.gallery-image img:nth-child(4) {
  grid-column: 1 / span 1;
  height: 509px;
  grid-row: 2 / span 2;
}

.gallery-image img:nth-child(5) {
  grid-column: 2 / span 1;
  grid-row: 2 / span 1;
}

.gallery-image img:nth-child(6) {
  grid-column: 4 / span 1;
  /* grid-row: 3 / span 1; */
}

.gallery-image img:nth-child(7) {
  /*grid-column: 2 / -1;*/
  grid-column: 5 / 2;
  grid-row: 3 / span 2;
  height: 300px; /* you can adjust this */
  object-fit: cover;
}

/* Heading Section */
.first-heading-container {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.first-heading {
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
}

/* Column Layout */
.columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* align columns at the top */

  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.column {
  flex: 1;
  min-width: 300px;
}
.pro-it-text-div {
  padding: 0px 32px 150px 198px !important;
  justify-items: end;
}
.pro-lt-text, .pro-lt-text-1 {
  padding-bottom: 150px;
}
.pro-lt-text-2 {
  padding-bottom:50px;
}
.pro-lt-text-2 img {
  width:95%;
}
.pro-lt-text-1 img
{
  height:630px;
}
.pro-txt-3 {
  padding-bottom: 15px;
  padding-right: 158px;
}
.text-start {
  text-align: left;
}

.text-end {
  text-align: right;
}

.align-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Typography */
.second-heading {
  font-weight: 700 !important;
  font-family: "Playfair Display", serif;
}

.third-heading {
  font-size: 24px;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}

/* Lists */
.list {
  line-height: 1.8;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-top: 10px;
}

.list-left {
  list-style: disc inside;
}

.list-right {
  list-style: disc;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  list-style-position: inside;
}

/* CTA Link */
/* .cta-link {
  display: inline-block;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #d2b311;
  text-decoration: none;
  border-bottom: 2px solid #d2b311;
  padding-bottom: 4px;
  font-family: 'Montserrat', sans-serif;
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.7s ease-in-out;
}

.cta-link.visible {
  opacity: 1;
  transform: translateX(0);
}

.cta-link:hover {
  color: #b99c1b;
  border-color: #b99c1b;
} */

/* Bottom Line */
.section-two {
  font-family: Montserrat;
  font-weight: 500;
}
.section-one {
  font-family: Playfair;
  font-weight: 900;
}
.featured-projects {
  height: 600px;
  background-color: white;
  padding: 80px 20px;

  font-family: "Montserrat", sans-serif;
}

.mission-vision-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px 20px;
  align-items: center;
}

@media (min-width: 768px) {
  .mission-vision-container {
    flex-direction: row;
    justify-content: center;
    gap: 50px;
  }
}
.box {
  position: relative;
  padding: 30px;
  width: 90%;
  max-width: 460px;
  background-color: #000;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.slide4-pic{
  width:55%;
}
.slide4-txt{
  width:45%;
  text-align:end;
}
/* Common line style */
.line {
  position: absolute;
  background-color: #d7bd34;
  z-index: 1;
}

/* Top border animation */
.line.top {
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  animation: animate-top 5s linear infinite;
}

/* Right border animation */
.line.right {
  top: 0;
  right: 0;
  width: 4px;
  height: 0%;
  animation: animate-right 5s linear infinite;
  animation-delay: 1s;
}

/* Bottom border animation */
.line.bottom {
  bottom: 0;
  right: 0;
  width: 0%;
  height: 4px;
  animation: animate-bottom 5s linear infinite;
  animation-delay: 1s;
}

/* Left border animation */
.line.left {
  bottom: 0;
  left: 0;
  width: 4px;
  height: 0%;
  animation: animate-left 5s linear infinite;
  animation-delay: 1s;
}

/* Keyframes */
@keyframes animate-top {
  0% {
    width: 0%;
  }
  25% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

@keyframes animate-right {
  0%,
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}

@keyframes animate-bottom {
  0%,
  50% {
    width: 0%;
  }
  75% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

@keyframes animate-left {
  0%,
  75% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

/* .box {
  background-color: #000;
  color: #fff;
  padding: 30px;
  width: 90%;
  max-width: 460px;
  position: relative;
  text-align: center;
  overflow: hidden;
}


.box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 3px;
  background-color: #d7bd34;
  transition: opacity 0.3s ease;
  z-index: 1;
}


.box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 3px;
  background-color: #d7bd34;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.4s ease;
  z-index: 2;
}


.box:hover::before {
  opacity: 0;
}

.box:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.box .bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 3px;
  background-color: #d7bd34;
  transition: opacity 0.3s ease;
  z-index: 1;
}

/* Bottom left half - sliding on hover */
.box .bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 3px;
  background-color: #d7bd34;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.4s ease;
  z-index: 2;
}

/* Hover bottom animation */
.box:hover .bottom-right {
  opacity: 0;
}
.lead-cards-para {
  color: black !important;
}
.box:hover .bottom-left {
  opacity: 1;
  transform: translateX(0);
}
.new-class {
  position: relative;
  color: #d2b311;
  text-decoration: none;
  padding-bottom: 4px;
  width: 45%;
  display: inline-block;
  overflow: hidden;
}

/* The underline line */
.new-class::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 1px;
  background-color: #d2b311;
  transition: none;
}
.lead-col-txt {
  align-items: end;
}
.lead-col-txt h2 {
  font-size: 34px;
}
.lead-col-para {
  padding-left: 84px;
  align-items: end;
}
.lead-col-para-1 {
  padding-right: 84px;
}
/* On hover, start animation */
.new-class:hover::after {
  animation: run-line 1s linear;
}

@keyframes run-line {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
*/ .new-one {
  position: relative;
  color: #d2b311;
  text-decoration: none;
  padding-bottom: 4px;
  width: 30%;
  display: inline-block;
  overflow: hidden;
}

/* The underline line */
.new-one::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 1px;
  background-color: #d2b311;
  transition: none;
}

/* On hover, start animation */
.new-one:hover::after {
  animation: run-line 1s linear;
}

@keyframes run-line {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.widthclass {
  width: 20%;
}

/* When visible or triggered */
.new-class.active {
  opacity: 1;
  transform: translateX(0);
}

.animate-slide-in-right {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 3s ease, transform 5s ease; /* Adjust the speed here as well */
}

/* .box:hover {
  transform: translateY(-8px) scale(1);
  box-shadow: 0 20px 25px #d7bd34, 0 0 10px #d7bd34;
} */
.gap-class {
  gap: 10px;
}
.margin-new {
  margin-top: 10px;
}
.margin-slider {
  margin-top: 7rem;
}

.box h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-family: montserrat;
}

.container {
  max-width: 1200px;
  margin-left: 100px;
  margin: 0 auto;
  text-align: left;
}

.main-heading {
  font-size: 56px;
  padding-left: 70px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 30px;
  color: black;
  font-family: Playfair;
}

.description {
  font-size: 26px;
  color: #333;
  padding-left: 70px;
  max-width: 700px;
  font-family: montserrat;
  font-weight: 500;
  margin-bottom: 40px;
}

.description {
  font-size: 18px;
  color: #333;
  max-width: 700px;
  margin-bottom: 40px;
}

.discover-link {
  font-size: 26px;
  font-weight: 500;
  color: black;
  display: inline-block;
  position: relative;
  left: 70px;
  font-family: montserrat;
  border-bottom: 2px solid #f4c542; /* Yellow underline */
  padding-bottom: 4px;
  margin-bottom: 30px;
}

.countries {
  font-size: 28px;
  padding-left: 70px;
  font-weight: 600;
  font-family: montserrat;
  color: black;
}

.new-underline {
  margin-top: 30px;
}
.bottom-line {
  margin-top: 80px;
  height: 1px;
  background-color: #d4a01f;
  width: 100%;
  position: relative;
  z-index: 1;
}
.blackimg2 {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: end;
}
.blackimg {
  display: flex;
  align-items: center;
  gap: 8px;
}
.second-heading-new {
  margin-top: 50px;
  line-height: 40px;
  font-weight: 700 !important;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  margin-bottom: 30px;
}
.featured-projects {
  background-color: white;
  padding: 80px 0px;
  font-family: "Montserrat", sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.section-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  color: black;
}

.main-heading {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 30px;
  color: black;
}

.discover-link {
  font-size: 18px;
  font-weight: 500;
  color: black;
  display: inline-block;
  border-bottom: 2px solid #f4c542; /* Yellow underline */
  padding-bottom: 4px;
  margin-bottom: 30px;
}

.countries {
  font-size: 18px;
  font-weight: 600;
  color: black;
}

/* form */
.contact-section {
  /* padding: 100px 100px; */
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  /* padding-bottom:100px; */
}

.form-wrapper {
  display: flex;
  max-width: 1300px;
  padding: 50px;
  justify-content: center !important;
  align-items: center !important;
  margin: auto;

  align-items: flex-start;
}

.form-left {
  flex: 0.35;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  appearance: none; /* Remove default style */
  border: 2px solid #f4c542; /* Change border color */
  border-radius: 4px; /* Optional: for rounded corners */
  cursor: pointer;
  position: relative;
}

/* When checkbox is checked */
input[type="checkbox"]:checked {
  background-color: #f4c542; /* Change background color */
}
.services-section {
  background-color: #fff;
  justify-content: space-between;
}

.services-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.services-text {
  padding-left: 50px;
}
.checkbox-row label {
  display: flex;
  gap: 6px;
}

.services-text .subheading {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: montserrat;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.services-text .heading {
  font-size: 38px;
  font-weight: 900;
  font-family: Playfair;
  line-height: 1.4;
}

.services-image img {
  display: flex;
  justify-content: end;
  height: auto;
}

/* Create custom checkmark */
input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-left h2 {
  font-size: 30px;
  font-weight: 900;
  font-family: Playfair;
  line-height: 1.4;
  margin: 0;
  padding-right: 45%;
}

.form-right {
  flex: 0.65;
}

form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.form-row {
  display: flex;
  gap: 20px;
}

input[type="text"],
input[type="email"] {
  flex: 1;
  padding: 16px;
  font-size: 16px;
  border: 1px solid #f4c542;
  border-radius: 8px;
  outline: none;
  width: 100%;
}
.pro-second-last-sec {
  align-items: center;
  gap: 40px;
}
input.small-input {
  flex: 0.25;
}

input.large-input {
  flex: 0.75;
}

.checkbox-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  color: #000;
}
.text-h
{
font-size: 13px;
text-align:right;
}
.text-p
{
  font-size: 8px;
  text-align:right;
}
.project-divider {
  width: 300px;
  height: 2px;
  background-color: #d4af37;
  margin-top: 30px;
  margin-bottom: 10px;
  margin: auto;
}
.checkbox-row a {
  color: #0056ff;
  text-decoration: none;
}

button {
  width: 135px;
  height: 48px;
  padding: 14px 35px;
  font-size: 18px;
  font-weight: 500;
  border: 2px solid #f4c542;
  border-radius: 30px;
  background-color: white;
  cursor: pointer;
  transition: 0.3s;
  font-family: montserrat;
  align-self: flex-start;
}

button:hover {
  background-color: #f4c542;
  color: #fff;
}
.last-section-image {
  margin: 50px;
  margin-top: 70px;
}
.servicesnew {
  height: 720px;
}
.gallery-section {
  background-color: black;
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.gallery-header h1 {
  font-size: 38px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 500;
  display: inline-block;

  font-family: montserrat;
}

.footerclass {
  justify-content: space-between;
}

.iconsfooter {
  padding-right: 60px;
  margin-top: 5px;
}
.newagain {
  gap: 20px;
  align-items: center;
}
.iconsclass img {
  height: 16px;
}
.gallery-header p {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.6;
  font-weight: 900;
  font-family: Playfair;
}

.gallery-image img {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  display: block;
}
.iconsclass {
  gap: 5px;
  align-items: center;
}
.gallery-stats {
  display: flex;
  justify-content: space-around;
  gap: 80px;
  flex-wrap: wrap;
}

.stat-box h1 {
  font-size: 100px;
  color: #d6b832;
  font-weight: bold;
  margin-bottom: -26px;
  font-family: Playfair;
}

.stat-box p {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: montserrat;
  text-transform: uppercase;
}

.leadership-section {
  background-color: black;
  color: white;
  padding: 60px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.leadership-header h1 {
  font-size: 38px;
  margin-bottom: 10px;
  font-weight: 900;
  font-family: Playfair;
}

.leadership-header p {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  font-family: montserrat;
}

.leadership-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.leader-card {
  padding: 30px;
  border-radius: 10px;
  /*width: 380px;*/
  width: 850px;
  transition: transform 0.3s ease;
  position: relative; /* Add this line to position text within the card */
}

.image-container {
  position: relative;
  width: 369px;
  height: 400px;
  border-top-left-radius: 75px;
  border-bottom-right-radius: 75px;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  z-index: 2;
}

/* Common line style */
.line {
  position: absolute;
  background-color: #d7bd34;
  z-index: 3;
}

/* Top border animation */
.line.top {
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  animation: animate-top 5s linear infinite;
}

/* Right border animation */
.line.right {
  top: 0;
  right: 0;
  width: 4px;
  height: 0%;
  animation: animate-right 5s linear infinite;
  animation-delay: 1.25s;
}

/* Bottom border animation */
.line.bottom {
  bottom: 0;
  right: 0;
  width: 0%;
  height: 4px;
  animation: animate-bottom 5s linear infinite;
  animation-delay: 2.5s;
}

/* Left border animation */
.line.left {
  bottom: 0;
  left: 0;
  width: 4px;
  height: 0%;
  animation: animate-left 5s linear infinite;
  animation-delay: 3.75s;
}

/* Keyframes */
@keyframes animate-top {
  0% {
    width: 0%;
  }
  25% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

@keyframes animate-right {
  0%,
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}

@keyframes animate-bottom {
  0%,
  50% {
    width: 0%;
  }
  75% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

@keyframes animate-left {
  0%,
  75% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

.text-overlay {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  /* Semi-transparent background for text */
  color: white;

  text-align: start;
}
.image-container:hover .text-overlay {
  display: block;
  background-color: black;
  opacity: 0.8;
}

.text-overlay h3 {
  font-size: 22px;
  margin: 0;
  margin-left: 20px;
}

.text-overlay h4 {
  font-size: 14px;

  margin-left: 20px;
  color: #ccc;
}

.leader-card p {
  font-size: 16px;
  margin-bottom: 15px;
  font-family: montserrat;
  font-weight: 500;
  color: #ddd;
  text-align: justify;
  padding-top: 30px;
}
.slide-1-pro
{
  width:95%;
}
.leader-card button {
  background: #d6b833;
  border: none;
  position: relative;
  top: -11px;
  left: -92px;

  height: 49px;
  width: 155px;
  color: black;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.leader-card button:hover {
  background-color: #d4af37;
}

.running-line {
  width: 30%;
  position: relative;
  color: #d2b311;
  text-decoration: none;
  padding-bottom: 4px;
  width: 45%;
  display: inline-block;
  overflow: hidden;
}

/* The underline line */
.running-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 1px;
  background-color: #d2b311;

  animation: run-line 4s linear infinite;
  /*                ↑  duration ↑ delay ↑ infinite */
}

@keyframes run-line {
  0% {
    left: -100%;
  }
  40% {
    left: 0;
  }
  100% {
    left: 0;
  }
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.z-10 {
  z-index: 10;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.ml-\[70px\] {
  margin-left: 70px;
}

.mr-\[40px\] {
  margin-right: 40px;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.flex {
  display: flex;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[550px\] {
  height: 550px;
}

.h-\[70px\] {
  height: 70px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-\[80\%\] {
  width: 80%;
}

.w-full {
  width: 100%;
}

.min-w-\[200px\] {
  min-width: 200px;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.basis-1\/4 {
  flex-basis: 25%;
}

.translate-x-10 {
  --tw-translate-x: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[50px\] {
  gap: 50px;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-\[\#9e890f\] {
  --tw-border-opacity: 1;
  border-color: rgb(158 137 15 / var(--tw-border-opacity, 1));
}

.border-\[\#d2b311\] {
  --tw-border-opacity: 1;
  border-color: rgb(210 179 17 / var(--tw-border-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-14 {
  padding: 3.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[70px\] {
  padding-left: 70px;
  padding-right: 70px;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-start {
  text-align: start;
}

.font-\[montserrat\] {
  font-family: montserrat;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.state-mob
{
  width: 100% !important;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.press
{
  padding:10px 0px 20px 50px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.pro-rt-text {
  padding: 100px 158px 150px 0px !important;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.8\] {
  line-height: 1.8;
}

.leading-\[2\.5\] {
  line-height: 2.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
  padding-left: 40px;
}
.leading-tight-1 {
  line-height: 1.25;
  padding-left: 40px;
}

.tracking-\[1px\] {
  letter-spacing: 1px;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#d2b311\] {
  --tw-text-opacity: 1;
  color: rgb(210 179 17 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:bg-\[\#9e890f\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(158 137 15 / var(--tw-bg-opacity, 1));
}

.after\:content-\[\'\'\]::after {
  --tw-content: "";
  content: var(--tw-content);
}

.hover\:basis-1\/2:hover {
  flex-basis: 50%;
}

.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.hover\:text-yellow-300:hover {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}
.box p {
  font-size: 16px;
  line-height: 1.6;
  font-family: "montserrat";
  font-weight: 500;
}
/* hebrew css start */
.rtl {
  direction: rtl;
  text-align: right;
}
/* hebrew css end */
/* Show this styling only on screens wider than 520px */
@media (min-width: 786px) {
  .number-img {
    /* background-image: url("../assets/Images/section3-new.jpg"); */
    height: 700px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
   .hebrew-number-img {
    background-image: url("../assets/Images/hebrew-desktop.jpg");
    height: 700px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .georgia-number-img {
    background-image: url("../assets/Images/georgia-desktop.jpg");
    height: 700px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/* Optional: hide the element completely on small screens */
@media (max-width: 786x) {
  .number-img {
    display: none;
  }
   .hebrew-number-img {
    display: none;
  }
   .georgia-number-img {
    display: none;
  }
}

.our-story-divv {
  height: 700px !important;
}

@media (min-width: 450px) {
  .mobile-version{
    display: none;
  }
  .crs-txt-sec {
    display: none !important;
  }

  .btn-divv-hide {
    display: none;
  }
  .number-design-1 {
    display: none;
  }
  .number-design-2 {
    display: none;
  }
  .media-line-change-1 {
    display: none;
  }
}

@media (max-width: 450px) {
  
  .about-container .craft-para {
    padding-left: 60px !important;
  }
  .pro-second-last-sec {
    width: 80%;
    gap:0px;
  }
  .desktop-version
  {
    display: none;
  }
  .media-line-change-1 {
    margin-top: 20px;
  }
  .service-section {
    padding: 20px;
  }
  .real-estate-text-right {
    width: auto;
    padding-left: 0px;
    text-align: start;
  }
  .real-estate-text {
    width: auto;
    padding-right: 0px;
    text-align: end;
  }
  .media-line-change {
    display: none;
  }
  .about-header {
    margin-bottom: 0px;
  }
  .crs-new {
    text-align: center;
  }
  .crs-new h1 {
    font-size: 12px;
    line-height: 1.6;
  }
  .crs-new p {
    font-size: 8px;
  }
  .crs-txt-sec-1 {
    display: none !important;
  }
  .story-container {
    padding: 40px 30px;
  }

  .our-story-divv {
    height: 100% !important;
  }
  .our-story {
    text-align: right !important;
  }
  .our-story h4 {
    margin-top: 10px;
    font-size: 12px !important;
  }
  .underline-line-service {
    width:30px;
    margin-top:20px;
  }
  .underline-line-project {
    width: 18px;
    margin-top: 15px;
  }
  .underline-line-abt-us {
    width: 30px;
    margin-top: 15px;
    margin-left: -10px;
  }
  .mobile-hotel-pic
  {
    padding-top: 30px;
  }
  .our-story h2 {
    font-size: 18px !important;
    line-height: 1.2;
    margin-top: 0px !important;
  }
  .achievements-section {
    padding-top: 2rem;
  }
  .aico-divider {
    width: 140px;
    height: 2px;
    background-color: #d4af37;
    margin-top: 20px;
    margin-bottom: 10px;
    margin: auto;
  }

  .our-story p {
    font-size: 8px !important;
  }
  .btn-divv-hide {
    text-align: left;
  }
  .number-img {
    background-image: none !important;
    height: auto;
  }
  .hebrew-number-img {
    background-image: none !important;
    height: auto;
  }
  .georgia-number-img {
    background-image: none !important;
    height: auto;
  }

  .number-design-1 {
    background-image: url("../assets/Images/section3-new-1.jpeg");
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .head-great {
    text-align: right;
    padding: 0px 20px 0px 20px !important;
  }
  .pro-rt-text {
    padding: 0px !important;
  }
  .head-grea-btn
  {
      font-size: 10px!important;
  }
  .head-great-para {
    text-align: right;
    padding: 0px 20px 10px 140px !important;
  }
  .head-great {
    font-size: 30px !important;
  }
  .btn-divv {
    padding-top: 15px;
    text-align: center !important;
    margin: auto !important;
  }
  .h-\[60px\] {
    height: 35px !important;
  }
  .head-great-para {
    font-size: 8px !important;
  }
  .discover-link {
    font-size: 10px;
    left: 40px;
  }
  .csr-font {
    font-size: 20px !important;
    line-height: 1.3 !important;
    padding: 5px 90px 10px 20px!important;
  }
  .about-text h2 {
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 0px;
  }
  .about-text p {
    font-size: 8px;
    padding-left: 20px;
    padding-right: 60px;
  }
  .aico-quote-box img {
    height: 14px;
  }
  .abt-font {
    font-size: 20px !important;
    line-height: 1.3 !important;
    padding: 0px 120px 10px 20px!important;
  }
  .service-font {
    font-size: 20px !important;
    line-height: 1.3 !important;
    padding: 0px 100px 10px 20px!important;
  }
 
  .laedership-heading h2 {
    font-size: 8px !important;
    width: 94%;
    padding: 15px;
    line-height: 1.6;
  }
  .laedership-heading-last h2 {
    width: 94%;
    font-size: 8px !important;
    padding: 15px;
    line-height: 1.6;
  }
  .description {
    font-size: 8px;
    margin-bottom: 15px;
    padding-left: 40px;
  }
  .featured-projects {
    padding: 40px 0px 20px 0px;
    height: auto;
  }
  .box {
    padding: 20px;
  }
  .box p {
    font-size: 10px;
    line-height: 1.6;
  }
  .headline-underline-crs::after {
    width:55% !important;
    margin-left: 20px;
  }
  .box h3 {
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
  }
  .slide4-pic{
    width:auto;
  align-items:end;
  }
  .slide4-txt{
    width:auto;
    text-align:start;
    padding: 10px 50px 20px 0px;
  }
  .slide4-txt-mobile{
  
    padding: 10px 50px 20px 0px;
  }
  .services-text .subheading {
    font-size: 8px;
    line-height: 1;
    padding-left: 20px;
    text-align: left;
    margin-bottom: 8px;
  }
  .third-heading {
    font-size: 12px !important;
  }
  .services-text {
    padding-left: 0px;
  }
  .foot-left-padd {
    padding-left: 30px;
  }
  .videoclass {
    margin-top: 0px;
  }
  .project-text-right, .project-text-left {
    flex: auto;
    min-width:auto;
  }
  .link-icon {
    height: 10px !important;
    width: 10px !important;
  }
  .second-heading,
  .second-heading-new,
  .real-heading h2,
  .real-heading h3 {
    font-size: 15px !important;
  }
  .below-yel {
    font-size: 10px !important;
  }
  .foot-follow {
    font-size: 10px !important;
  }
  .foot-link,
  .real-heading p {
    font-size: 8px !important;
  }
  .countries {
    font-size: 8px !important;
    padding-left: 40px;
  }
  .foot-bottom-copy {
    font-size: 8px !important;
  }
  .footer-text h1,
  .yel-text p {
    font-size: 10px !important;
  }
  .footer-text p,
  .text-\[11px\] {
    font-size: 8px !important;
  }
  .stat-box h1 {
    font-size: 25px;
    margin-bottom: 0px;
  }
  .gallery-section {
    padding: 30px 10px;
  }
  .gallery-header h1 {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .gallery-header p {
    font-size: 15px;
  }
  .real-estate-image img {
    width: 100%;
  }
 
  .image-left img {
   width:80%;
  }
  .image-right img {
   width:80%;
  }
  /* .real-estate-image
  {
    justify-content: left;
  } */
  .image-right
  {
    justify-content:right;
  }
  .stat-box p {
    font-size: 6px;
    letter-spacing: 1px;
  }
  .submit-btn {
    height: auto;
    width: auto;
    font-size: 10px;
    padding: 10px 30px;
  }
  .checkbox-row label {
    font-size: 10px !important;
  }
  input[type="checkbox"] {
    width: 10px;
    height: 10px;
    border: 1px solid #f4c542;
    border-radius: 2px;
    margin-top: 2px;
  }
  .section-subtitle {
    font-size: 22px;
    margin-top: 0px;
  }
  .form-left h2 {
    font-size: 14px !important;
    padding-right: 0%;
    padding-bottom: 20px;
  }
  input[type="text"],
  input[type="email"] {
    font-size: 10px;
    padding: 10px;
  }
  .about-text {
    padding: 0px;
  }
  .main-heading {
    font-size: 15px;
    margin-bottom: 15px;
    padding-left: 40px;
  }
  .sec-2-divv-width {
    width: 90% !important;
  }
  .ourstory h2 {
    margin-bottom: 0px;
    font-size: 12px;
    left: 0px;
    top: 34px;
  }
  .pptextp-2 {
    padding-left: 0px;
  }
  .project-div-1-left {
    width:100%;
  }
  .project-div-1-right {
    width: 100%;
  }
  .underline-line {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .box {
    width: 100%;
  }
  .margin-slider {
    margin-top: 9rem;
    font-size: 6px;
    line-height: 1.6;
    padding-left: 10px;
    color: black;
    font-weight: 600;
  }

  .wht-dot {
    height: 5px !important;
  }
  .real-main-head {
    font-size: 8px !important;
    line-height: normal !important;
  }
  .real-estate-container {
    width: 90%;
    display: block;
  }
  .pro-lt-text-2 {
    padding-bottom:0px;
  }
  .running-line {
    width: 25%;
  }
  .pptextp {
    font-size: 8px;
  }
  .last-para {
    font-size:8px !important;
    text-align: center;
    padding-top: 10px;
}
  .pptext {
    font-size: 13px;
    line-height: 20px;
  }
  .slide-1-pro, .slide-1-txt
{
  width:80%;
 
}
  .side-padd {
    padding-right: 70px !important;
  }
  .side-padd-2 {
    padding-left: 70px !important;
  }
  .first-heading {
    font-size: 12px !important;
  }
  .sec-2-head {
    font-size: 15px !important;
  }
  .pro-lt-text , .pro-lt-text-1 {
    padding-bottom:0px;
  }
  .pro-lt-text-1 img {
    height: auto;
  }
  .pro-lt-text-2 img {
    width:100%;
}
  .contactus h1 {
    font-size: 15px !important;
    text-align: center;
    line-height: 1.6;
    padding: 0px 30px;
  }
  .sec-2-yel-txt {
    font-size: 12px !important;
  }
  .sec-2-head-2 {
    font-size: 13px !important;
  }
  .sec-2-head-p {
    font-size: 10px !important;
  }
  .aico-box img {
    height: 30px;
  }
  .aico-heading {
    font-size: 15px;
    margin-top: 10px;
  }
  .aico-text {
    font-size: 8px;
    margin-bottom: 20px;
  }
  .vis-padd {
    margin-top: 10px;
  }
  .flex-container {
    gap: 0px;
    padding: 30px;
    
  }
  .aico-values {
    padding: 20px 30px;
    background-color: #fff;
    text-align: center;
  }
  .aico-values-icon {
    width: 30px;
    margin-bottom: 0px;
  }
  .aico-values-title {
    font-size: 15px;
  }
  .aico-value-item h3 {
    font-size: 15px;
    margin-bottom: 0px;
    text-align: center;
  }
  .aico-values-left,
  .aico-values-right {
    gap: 10px;
  }
 
  .aico-value-item p {
    font-size: 8px;
    line-height: 1.6;
    text-align: center;
  }
  .quote-author,
  .quote-text {
    font-size: 12px;
  }
  .abt-3-para {
    padding-left: 0px;
  }
  .leadership-header h1 {
    font-size: 22px;
    text-align: center;
    color: white;
  }
  .lead-head-2 h1,
  .lead-head-2 {
    color: black !important;
  }
  .services-text .heading {
    font-size: 10px;
    text-align: left;
    padding-left: 20px;
    color: black;
  }
  .leadership-header p {
    font-size: 10px;
    color: white;
  }
  .gallery-stats {
    gap: 0px;
  }
  .leader-card {
    border: 1px solid #d6b833;
    border-top-left-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 15px;
    padding: 20px 50px 20px 20px;
    width: auto;
  }

  .headline-underline::after {
    width:50%!important;
  
  }
   .headline-underline-abt::after {
    width:46%!important;
  margin-left:20px!important;
  }
 
  .section-title {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .about-section {
    padding: 20px;
  }
  .real-estate-image,.image-right {
    width: 100%;
  }
  .contactptag {
    padding: 10px;
    font-size: 10px !important;
  }
  .services-image img {
    height: 90px;
  }
  .headline-underline-new::after {
    width: 55% !important;
    margin-left:20px!important;
  }
  .column {
    padding: 0px 15px;
  }
  .real-estate-text h2 {
    font-size: 13px;
  }
  .real-estate-text p {
    font-size: 8px;
    padding-left: 30px;
    /* padding-right: 50px;
    text-align: left; */
  }
  .project-text-left {
   text-align: center;
  
  }
  .leader-card button {
    font-size: 10px;
    padding: 10px 20px 10px 20px;
    top: 0px;
    left: 0px;
    height: auto;
    width: auto;
  }
  .achievements-countries {
    font-size: 8px;
    padding-left: 25px;
  }
  .project-para-2 {
    margin-top: 20px;
  }
  .project-heading h2 {
    font-size: 8px;
    line-height: 1.6;
    text-align: end;
    margin: 20px 0px;
    width: 80%;
    background-color: black;
    padding: 10px 20px;
  }
  .aico-values-content {
    display: block;
    gap: 0px;
    padding: 20px;
  }
  .great {
    padding-right: 20px;
    text-align: right !important;
    padding-bottom: 30px !important;
  }
  .great button {
    font-size: 10px;
    padding:auto;
    top: 0px;
    left: 0px;
    height: auto;
    width: auto;
  }
  .achievements-subtitle {
    font-size: 12px;
  }
  .achievements-title {
    font-size: 15px;
    padding-left: 25px;
  }
  .achievements-description {
    font-size: 8px;
    padding-left: 25px;
    padding-right: 60px;
    line-height: 1.6;
    margin-bottom: 0px;
  }
  .real-estate-text-right h2 {
    font-size: 13px;
  }
  .real-estate-text-right p {
    font-size: 8px;
    padding-right: 30px;
    /* padding-left: 50px; */
  }
  .story-text p {
    font-size: 8px;
  }
  .card-up-padd {
    padding: 20px 0px !important;
  }
  .leader-card p {
    font-size: 10px;
  }
  .lpname {
    font-size: 22px;
    color: white;
    text-align: left;
  }
  .lead-cards-h2 {
    color: white !important;
    text-align: left;
  }
  .blackimg,
  .blackimg2 {
    font-size: 8px;
  }
  .blackimg img,
  .blackimg2 img {
    height: 4px;
    width: 4px;
  }
  .leading-tight {
    font-size: 22px !important;
    padding-left: 20px;
  }

  .sub-head {
    font-size: 15px;
    text-align: left;
  }
  .menu-txt {
    font-size: 10px !important;
    line-height: 1.2px;
  }
  .leadership-page {
    background-color: #000;
  }
  .leadership-wht-sec {
    background-color: white;
    padding: 20px;
  }
  .bottom-line {
    margin-top: 30px;
  }
  .projectpp {
    padding-top: 10px;
    gap: 0px;
    display: block!important;
  }
  .project-text-left h2 {
    font-size: 15px;
    padding-left: 0px;
  }
  .lead-black-card {
    background-color: #000;
    padding: 20px;
  }
  .achievements-content {
    width: 100%; /* Set the width to 65% */
  }
  .section-title p {
    font-size: 12px;
  }
  .aico-container {
    display: block;
  }
  .popup {
    position: fixed;
    top: 0;
    right: -300px;
    width: 200px !important;
    height: 100vh;
  }
  .lead-cards-para {
    color: white !important;
    padding-top: 15px !important;
  }

  .lead-col-txt {
    align-items:start;
  }

  .pro-it-text-div {
    padding: 0px !important;
    justify-items: end;
  }
  .pro-txt-3 {
    padding-bottom: 0px;
    padding-right: 0px;
    
  }
}
@media (min-width: 768px) {
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
