/*
! tailwindcss v3.3.5 | 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 */
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

::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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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 */
}

/*
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. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
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;
}

/*
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.
*/
.RHT-h4{
  font-weight: bold;
}

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 */
  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,
[type='button'],
[type='reset'],
[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;
}

div > .h1-class{
  font-size: 40px;
  padding: 5px;
  /* margin-top: 75px; */
}
h1 > span.span-class{
  font-size: 120px;
  padding: 5px;
}

div > p.h1-class{
  font-size: 30px;
}

div > .p2-class{
  /* color: #2095ae; */
  font-size: 35px;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 3s;
}

@keyframes typing{
  from {width: 0}
}

h1 > span.span-class{
  font-size: 110px;
  letter-spacing: 25px;
}

figcaption > .bmtrans {
  font-size: 23px;
}

.bi-class{
  font-size: 23px;
}
/*
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] {
  display: none;
}

*,
::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: ;
}

::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: ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-\[-80px\] {
  bottom: -80px;
}

.bottom-\[20px\] {
  bottom: 20px;
}

.left-0 {
  left: 0px;
}

.left-3 {
  left: 0.75rem;
}

.left-5 {
  left: 1.25rem;
}

.left-8 {
  left: 2rem;
}

.left-\[8\%\] {
  left: 8%;
}

.right-1 {
  right: 0.25rem;
}

.right-10 {
  right: 2.5rem;
}

.right-\[-15px\] {
  right: -15px;
}

.top-12 {
  top: 3rem;
}

.top-8 {
  top: 2rem;
}

.top-\[90px\] {
  top: 90px;
}

.z-10 {
  z-index: 10;
}

.z-30 {
  z-index: 30;
}

.m-\[10px\] {
  margin: 10px;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

.me-3 {
  margin-inline-end: 0.75rem;
}

.me-4 {
  margin-inline-end: 1rem;
}

.me-5 {
  margin-inline-end: 1.25rem;
}

.me-9 {
  margin-inline-end: 2.25rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-6 {
  margin-inline-start: 1.5rem;
}

.ms-\[-100\%\] {
  margin-inline-start: -100%;
}

.ms-\[-200\%\] {
  margin-inline-start: -200%;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-\[180px\] {
  margin-top: 120px;
}

.mt-\[80px\] {
  margin-top: 80px;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-0 {
  margin-top: 0px;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-\[100\%\] {
  height: 100%;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[100vh\] {
  height: 100vh;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[450px\] {
  height: 450px;
}

.h-\[500px\] {
  height: 500px;
}

.h-\[50vh\] {
  height: 50vh;
}

.h-\[60px\] {
  height: 60px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.w-1\/2 {
  width: 50%;
}

.w-\[100\%\] {
  width: 100%;
}

.w-\[1000px\] {
  width: 1000px;
}

.w-\[140px\] {
  width: 140px;
}

.w-\[25\%\] {
  width: 25%;
}

.w-\[33\%\] {
  width: 33%;
}

.w-\[50\%\] {
  width: 50%;
}

.w-\[70\%\] {
  width: 70%;
}

.w-\[700px\] {
  width: 700px;
}

.w-\[80\%\] {
  width: 80%;
}

.w-\[85\%\] {
  width: 85%;
}

.w-\[95\%\] {
  width: 95%;
}

.w-\[950px\] {
  width: 950px;
}

.w-full {
  width: 100%;
}

.rotate-\[-90deg\] {
  --tw-rotate: -90deg;
  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));
}

.animate-anime {
  animation: identy 5s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
  padding: 12px
}

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

.border {
  border-width: 1px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-color5 {
  --tw-border-opacity: 1;
  border-color: rgb(246 247 250 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.bg-color1 {
  --tw-bg-opacity: 1;
  background-color: rgb(32 149 174 / var(--tw-bg-opacity));
}

.bg-color2 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 84 121 / var(--tw-bg-opacity));
}

.bg-color3 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 51 115 / var(--tw-bg-opacity));
}

.bg-color4 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 173 192 / var(--tw-bg-opacity));
}

.bg-color5 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity));
}

.bg-color7 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 248 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-boat {
  background-image: url(../img/giphy.gif);
}

/* Commented out the old background image style */
/* .bg-header {
   background-image: url('../img/greece1.jpg');
} */

.bg-video-container {
    position: relative;
    width: 100%;
    height: 100vh; /* Adjust the height as needed */
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1; /* Ensure it stays behind other content */
}

.content {
    position: relative;
    z-index: 1; /* Ensure the content is above the video */
    /* Add other styling for your content as needed */
}
.Futa{
  background-image: url(../img/Hair/bmt-banner.webp);
  position: relative;
  align-items: center;
  
}
.fa-brands{
  font-size: 30px;
  
}
.EHT_banner{
  background-image: url(../img/Hair/EMT-banner.webp);
  background-size: cover;
  
}
.FUE_banner{
  background-image: url(../img/Hair/fue-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.FUT_banner{
  background-image: url(../img/Hair/fut-banner.jpg);
}
.RHT_banner{
  background-image: url(../img/RHT-banner.webp);
  background-size: cover;
}

.Sht_banner{
  background-image: url(../img/Hair/smt-banner.jpg);
  background-size: cover;
}


.contact-banner{
  background-image: url(../img/contact-banner.avif);
  background-size: cover;
}

.Skin-banner{
  background-image: url(../img/skin-care-banner.webp);
}

.hifu-banner{
  background-image: url(../img/Skin/hifu-banner.avif);
}

.makeup-banner{
  background-image: url(../img/Skin/permanant-banner.avif);
}

.thread-banner{
  background-image: url(../img/Skin/thread-banner.jpg);
}

.micro-banner{
  background-image: url(../img/Skin/micro-banner.avif);
}

.Dermel-banner{
  background-image: url(/img/Skin/botox-banner.jpg);
}

.Peel-bannner{
  background-image: url(/img/Skin/chemical-banner.jpg);
}

.acne-banner{
  background-image: url(/img/Skin/acne-banner.webp);
}

.Age-banner{
  background-image: url(/img/Skin/age-banner.jpg);
}

.cm-banner{
  background-image: url(/img/Weight/cm-banner.webp);
}

.Lypolysis-banner{
  background-image: url(../img/Weight/lyposis-banner.jpg);
}

.bright-banner{
  background-image: url(/img/Skin/bright-banner.jpg);
}

.laser-banner{
  background-image: url(/img/Skin/laser-banner.avif);
}

.iv-banner{
  background-image: url(../img/Skin/iv-banner.avif);
}

.dark_circle_banner{
  background-image: url(../img/Skin/dark_circle_banner.avif);
}

.melasma_banner{
  background-image: url(../img/Skin/melasma_banner.avif);
}

.lip_banner{
  background-image: url(../img/Skin/lip_banner.avif);
}

.pigmentation_banner{
  background-image: url(../img/Skin/pigmentation-banner.jpg);
}

.IV_skin_banner{
  background-image: url(../img/Skin/IV_skin_banner.jpg);
}

.IV_weight_banner{
  background-image: url(../img/Weight/IV_weight_banner.jpg);
}

.Medifacial_banner{
  background-image: url(../img/Skin/medi-banner.jpg);
}

.bridal-banner{
  background-image: url(../img/Skin/bridal-banner.jpg);
}

.bg-header {
  background-image: url(../img/Skin/iv1.jpg);
  animation: change 13s infinite ease-in-out;
}


@keyframes change{
  0%{
    background-image: url(../img/Hair/fue1.jpg);
  }
  20%{
    background-image: url(../img/Hair/fue2.jpg);
  }
  40%{
    background-image: url(../img/Hair/smt1.webp);
  }
  60%{
    background-image: url(../img/Hair/smt2.webp);
  }
  80%{
    background-image: url(../img/Skin/acne-banner.webp);
  }
  100%{
    background-image: url(../img/Weight/cm-banner.webp);
  }
}

section> .gyat{
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.bg-header1-usa {
  background-image: url('../img/usa/usa.jpeg');
}

.bg-header1-egypt {
  background-image: url('../img/egypt/egypt.jpg');
}

.bg-header1-dubai {
  background-image: url('../img/Kashmir/dubai.jpg');
}

.bg-header1-israel {
  background-image: url('../img/israel/israel.jpg');
}

.bg-header1-EAF{
  background-image: url('../img/EAF/EAF.jpg');
}

.bg-header1-scandi {
  background-image: url('../img/scandi/scandi.jpg');
}


.bg-header1-bangkok {
  background-image: url('../img/bangkok/bang4.jpg');
}

.bg-header1-georgia {
  background-image: url('../img/geo2.jpg');
}

.bg-header1-kazak {
  background-image: url('../img/kaza5.jpg');
}

.bg-header1-london {
  background-image: url('../img/london4.jpg');
}

.bg-header1-mauritius {
  background-image: url('../img/mau4.jpg');
}

.bg-header1-philip {
  background-image: url('../img/phi5.jpg');
}

.bg-header1-malaysia {
  background-image: url('../img/malaysia4.jpg');
}

.bg-header1-srilanka {
  background-image: url('../img/srilanka/srilanka.jpg');
}

.bg-header1-phucket {
  background-image: url('../img/phucket3.jpg');
}

.bg-header1-singapore {
  background-image: url('../img/sing4.jpg');
}

.bg-header1-southafrica {
  background-image: url('../img/south3.jpg');
}

.bg-header1-srilanka {
  background-image: url('../img/sri5.jpg');
}

.bg-header1-swiss {
  background-image: url('../img/swis6.jpg');
}

.bg-header1-turkey {
  background-image: url('../img/turkey6.jpg');
}

.bg-header1-uk {
  background-image: url('../img/uk/uk1.jpg');
}

.bg-header1-odisha {
  background-image: url('../img/odisha/odisha.jpg');
}

.bg-header1-bali {
  background-image: url('../img/bali/bali2.jpg');
}

.bg-header1-rajasthan {
  background-image: url('../img/rajasthan/rajasthan.jpg');
}

.bg-header1-ne {
  background-image: url('../img/NE/ne.jpg');
}

.bg-header1-nepal {
  background-image: url('../img/nepal/nepal.jpg');
}


.bg-header1-turkey {
  background-image: url('../img/turkey/turkey.jpg');
}

.bg-header1-europe {
  background-image: url('../img/europe.jpg');
}

.bg-header1-mp {
  background-image: url('../img/MP/mp.jpg');
}


.bg-header1-kashmir {
  background-image: url('../img/Kashmir/kashmir.jpg');
}

.bg-header1-bali {
  background-image: url('../img/Kashmir/bali1.jpeg');
}

.bg-header1-maha {
  background-image: url('../img/maharashtra/maha.jpg');
}


.bg-header1-leh {
  background-image: url('../img/Leh/pang.jpg');
}


.bg-header1-kerala {
  background-image: url('../img/Kerala/m5.jpg');
}


.bg-header1-canada {
  background-image: url('../img/canada/canada-banner.webp');
}


.bg-header1-jordan {
  background-image: url('../img/jordan/1.jpg');
}

.bg-header1-kazakhstan {
  background-image: url('../img/kazakhstan/kazakhstan.jpg');
}

.bg-header1-viet {
  background-image: url('../img/viet.jpg');
}  

.bg-header1-utt {
  background-image: url('../img/uk/l3.jpg');
}

.bg-header1-japan {
  background-image: url('../img/japan/japan-banner.webp');
}

.bg-header1-azerbaijan {
  background-image: url('../img/azerbaijan/azerbaijan-banner.webp');
}

.bg-header1-vietnam {
  background-image: url('../img/vietnam/vietnam-banner.webp');
}

.bg-header1-banglore {
  background-image: url('../img/banglore/c2.jpg');
}

.bg-header1-gujarat {
  background-image: url('../img/Gujarat/g.jpg');
}

.bg-header1-himachal {
  background-image: url('../img/Himanchal/n7.jpg');
}

.bg-header1-chennai {
  background-image: url('../img/chennai/cn.jpg');
}

.bg-header1-goa {
  background-image: url('../img/Goa/goa1.jpg');
}
.bg-header1-austra {
  background-image: url('../img/Australia/austra1.jpg');
}
.bg-header1-armenia {
  background-image: url('../img/armenia/armenia-banner.webp');
}

.bg-header1-uzbekistan {
  background-image: url('../img/uzbekistan/uzbekistan-banner.webp');
}

.bg-header1-andaman {
  background-image: url('../img/Andaman/andaman.jpg');
}

.bg-header1-bhutan {
  background-image: url('../img/bhutan/bhutan-banner.webp');
}



.bg-sea {
  background-image: url(../img/BG4.jpeg);
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-3 {
  padding: 0.75rem;
}

.p-5 {
  padding: 1.25rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[45px\] {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.ps-5 {
  padding-inline-start: 1.25rem;
}

.ps-8 {
  padding-inline-start: 2rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-primary {
  font-family: barlow;
  align-items: center;
  justify-content: center;
}

.font-secondary {
  font-family: poppins;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.card-face{
    margin-left: 7px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-color1 {
  --tw-text-opacity: 1;
  color: rgb(32 149 174 / var(--tw-text-opacity));
}

.text-color2 {
  --tw-text-opacity: 1;
  color: rgb(68 84 121 / var(--tw-text-opacity));
}

.text-color3 {
  --tw-text-opacity: 1;
  color: rgb(19 51 115 / var(--tw-text-opacity));
}

.text-color4 {
  --tw-text-opacity: 1;
  color: rgb(82 173 192 / var(--tw-text-opacity));
}

.text-color6 {
  --tw-text-opacity: 1;
  color: rgb(131 133 144 / var(--tw-text-opacity));
}

.text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity));
}

.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.decoration-color1 {
  text-decoration-color: #2095AE;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.outline-8 {
  outline-width: 8px;
}

.outline-offset-8 {
  outline-offset: 8px;
}

.brightness-75 {
  --tw-brightness: brightness(.75);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-all {
  transition-property: all;
  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-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.\[word-spacing\:8px\] {
  word-spacing: 8px;
}

@font-face {
  font-family: barlow;

  src: url(../font/Barlow-Regular.ttf);
}

@font-face {
  font-family: poppins;

  src: url(../font/Poppins-Bold.ttf);
}

.travol {
  -webkit-text-stroke: 2px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: rgb(255, 255, 255);
}

.photo {
  transform-style: preserve-3d;
}

.photo:hover {
  transform: perspective(800px) rotateY(-180deg);
}

.bottom-photo {
  transform: perspective(800px) translateZ(-1px) scaleX(-1);
}

.fig {
  transform: perspective(800px) translateZ(30px);
}

.out {
  outline-color: rgba(255, 255, 255, 0.271);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

@keyframes identy {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

.marker\:text-color1 *::marker {
  color: rgb(32 149 174);
}

.marker\:text-color1::marker {
  color: rgb(32 149 174);
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:h-\[1px\]::before {
  content: var(--tw-content);
  height: 1px;
}

.before\:h-\[3px\]::before {
  content: var(--tw-content);
  height: 3px;
}

.before\:w-\[100\%\]::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:bg-color6::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(131 133 144 / var(--tw-bg-opacity));
}

.before\:bg-stone-400::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
}

.before\:bg-opacity-50::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.5;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-\[-8px\]::after {
  content: var(--tw-content);
  bottom: -8px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:h-\[100\%\]::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:w-\[100\%\]::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:w-\[20\%\]::after {
  content: var(--tw-content);
  width: 20%;
}

.after\:bg-black::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.after\:bg-opacity-50::after {
  content: var(--tw-content);
  --tw-bg-opacity: 0.5;
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:duration-1000::after {
  content: var(--tw-content);
  transition-duration: 1000ms;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:scale-\[\.95\]:hover {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

.hover\:bg-color3:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(19 51 115 / var(--tw-bg-opacity));
}

.hover\:text-color3:hover {
  --tw-text-opacity: 1;
  color: rgb(19 51 115 / var(--tw-text-opacity));
}

.hover\:text-color4:hover {
  --tw-text-opacity: 1;
  color: rgb(82 173 192 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:bottom-10 {
  bottom: 2.5rem;
}

.group:hover .group-hover\:bottom-\[50px\] {
  bottom: 50px;
}

.group:hover .group-hover\:ms-\[0\%\] {
  margin-inline-start: 0%;
}

.group:hover .group-hover\:ms-\[200\%\] {
  margin-inline-start: 200%;
}

.group:hover .group-hover\:scale-\[1\.2\] {
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  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));
}

.group:hover .group-hover\:brightness-75 {
  --tw-brightness: brightness(.75);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.group:hover .group-hover\:pause {
  animation-play-state: paused;
}

.group:hover .group-hover\:after\:w-\[90\%\]::after {
  content: var(--tw-content);
  width: 90%;
}

@media (min-width: 640px) {
  .sm\:w-\[70\%\] {
    width: 70%;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  .md\:top-20 {
    top: 5rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:w-\[20\%\] {
    width: 20%;
  }

  .md\:w-\[28\%\] {
    width: 28%;
  }

  .md\:w-\[30\%\] {
    width: 30%;
  }

  .md\:w-\[45\%\] {
    width: 45%;
  }

  .md\:w-\[70\%\] {
    width: 70%;
  }

  .md\:w-\[80\%\] {
    width: 80%;
  }

  .md\:w-\[900px\] {
    width: 900px;
  }

  .md\:w-\[25\%\] {
    width: 25%;
  }

  /* .md\:w-\[\%\] {
    width: %;
  } */

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:ps-20 {
    padding-inline-start: 5rem;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[400px\] {
    height: 400px;
  }

  .lg\:h-\[800px\] {
    height: 800px;
  }

  .lg\:w-\[30\%\] {
    width: 30%;
  }

  .lg\:w-\[35\%\] {
    width: 35%;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-\[70\%\] {
    width: 70%;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-r-color5 {
    --tw-border-opacity: 1;
    border-right-color: rgb(246 247 250 / var(--tw-border-opacity));
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:ps-0 {
    padding-inline-start: 0px;
  }
}

@media (min-width: 1280px) {
  .xl\:top-\[170\%\] {
    top: 170%;
  }

  .xl\:w-\[1100px\] {
    width: 1100px;
  }

  .xl\:w-\[1200px\] {
    width: 1200px;
  }

  .xl\:w-\[30\%\] {
    width: 30%;
  }

  .xl\:w-\[73\%\] {
    width: 73%;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

/* ul > li > a{
  font-size: 15px;
  width: 140px;
} */

li > a{
  font-size: 15px;
}
.kfc {
  padding: 5px;
}

/* Ensure full-width layout */
.full-width {
  width: 100vw;
  /* Full viewport width */
  margin: 0;
  /* Remove any margin */
  padding: 0;
  /* Remove any padding */
  box-sizing: border-box;
  /* Include padding and border in the element's total width and height */
}

/* Add or update the navbar background color */
.navbar-bg {
  background-color: white;
  /* Set background color to white */
  position: fixed;
  /* Fixed positioning to ensure it stays at the top */
  top: 0;
  left: 0;
  width: 100vw;
  /* Full viewport width */
  z-index: 1000;
  /* Ensure it stays on top */

  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Optional: Add shadow for better separation */
  height: auto;
  /* Use 'auto' or set a specific height if necessary */
}

.nav-link {
  font-size: 14px;
  /* Adjust the font size as needed */
}

/* Style for bg-header */
.bg-header {
  position: relative;
  padding-top: 60px;
  /* Add padding to avoid overlap with the fixed navbar */
}

/* Transparent overlay on bg-header */
.bg-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 5, 46, 0.288);
  /* 30% opacity */
  z-index: 1;
  /* Ensure it sits above the bg-header but below the content */
}

.navbar-content figure {
  width: 200px;
  /* Adjust the width as needed */
  margin-left: -70px;
}

.navbar-content img {
  width: 100%;
  /* Ensure the image scales with the figure */
}

.bg-header .content {
  position: relative;
  z-index: 2;
  /* Ensure content is above the overlay */
}

/* Adjust the navbar content */
.navbar-content {
  max-width: 1200px;
  /* Adjust as needed */
  margin: 0 auto;
  /* Center the content */
  padding-left: 1rem;
  /* Add padding to shift text to the left */
  padding-right: 0px;
  /* Add padding to maintain balance */
}

/* Mobile header adjustments */
@media (max-width: 1024px) {
  .navbar-bg {
      position: static;
      /* Static positioning for mobile if needed */
      padding: 0;
      /* Remove padding if not needed */
  }

  /* Adjust dropdown styling for mobile */
  .dropdown-menu {
      display: none;
      /* Hide dropdown by default */
      position: static;
      /* Static positioning for mobile */
      background-color: white;
      /* Background color */
      color: black;
      /* Text color */
      padding: 0.5rem;
      /* Padding around dropdown items */
      z-index: 1000;
      /* Ensure it appears above other elements */
      width: 100%;
      /* Full width for mobile */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      /* Optional: Add shadow for better visibility */
  }

  /* Show dropdown on click */
  .dropdown-toggle.active+.dropdown-menu {
      display: block;
      /* Show dropdown when toggle is active */
  }
}

/* Dropdown menu styling */
.dropdown-menu {
  display: none;
  /* Hide dropdown by default */
  position: absolute;
  /* Position relative to the parent item */
  background-color: white;
  /* Background color */
  color: black;
  /* Text color */
  padding: 0.5rem;
  /* Padding around dropdown items */
  z-index: 1000;
  /* Ensure it appears above other elements */
  width: 300px;
  /* Adjust width as needed */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Optional: Add shadow for better visibility */
}

.group:hover .dropdown-menu {
  display: block;
  /* Show dropdown on hover */
}

/* Styles for the mobile menu toggle button */
.mobile-menu-toggle {
  display: none;
  /* Hide by default */
  cursor: pointer;
  position: absolute;
  /* Allows positioning */
  right: 10px;
  /* Move the toggle 10px away from the right edge */
  top: 15px;
  /* Adjust top position as necessary */
}

.mobile-menu-toggle div {
  width: 25px;
  height: 3px;
  background-color: black;
  margin: 5px 0;
  transition: 0.4s;
}

@media (max-width: 1024px) {
  .mobile-menu-toggle {
      display: block;
      /* Show in mobile view */
  }

  .mobile-menu {
      display: none;
      /* Hide by default */
  }

  @media (max-width: 1024px) {
      .navbar-content figure {
          width: 150px;
          /* Decrease the logo size in mobile view */
          margin-left: 0;
          /* Adjust the margin to properly align the logo */
      }

      .navbar-content > figure > a > img {
          width: 100%;
          /* Ensure the image scales with the figure */
      }
  }

  .mobile-menu.active {
      display: block;
      /* Show when active */
  }
}

.fixed-whatsapp{
  z-index: 1000;
}





/* before after section */

.hair-transplant-results {
  text-align: center;
  padding: 40px 20px;
  background-color: #f9f9f9;
  margin-top: 50px;
}

.hair-transplant-results h2 {
  margin-bottom: 20px;
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 100%;
  margin: 0 auto;
}

.result-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(11, 152, 233, 0.1);
}

.view-more-container {
  margin-top: 30px;
}

.view-more-btn {
  display: inline-block;
  background-color: #007bff;
  color: white;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.view-more-btn:hover {
  background-color: #0056b3;
}




@media (max-width:768px) {
  .result-grid{
    display: flex;
    flex-direction: column;
  }
  
}



/* html, body{
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
} */

.carousel {
  position: relative;
  width: 270px;
  height: 160px;
  overflow: hidden;
  background-color: #cdcdcd;
}

.carousel-item .slide-image {
  width: 270px;
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel-item {
  position: absolute;
  width: 100%;
  height: 270px;
  border: none;
  top: 0;
  left: 100%;
}

.carousel-item.active {
  left: 0;
  transition: all 0.3s ease-out;
}

.carousel-item div {
  height: 100%;
}

.red {
  background-color: red;
}

.green {
  background-color: green;
}

.yellow {
  background-color: yellow;
}

.violet {
  background-color: violet;
}