/*
|......................................................................
| Template Name: Gymfito
| Author: Thememarch
| Version: 1.0.0
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
| TABLE OF CONTENTS:
|--------------------------------------------------------------------------
| 1. Basic Color Variable
| 2. Typography
| 3. Preloader
| 4. Spacing
| 5. General
| 6. Slider
| 7. Video Popup
| 8. Header
| 9. Footer
| 10. Sidebar
| 11. Form Control
| 12. Button
| 13. Hero
| 14. Slideing Text
| 15. About
| 16. Accordion
| 17. Classes
| 18. Counter Funfact
| 19. Team
| 20. Schedule Calendar
| 21. Feature
| 22. Testimonial
| 23. Pricing Calculator
| 24. Blog Post
| 25. Gallery
| 26. Subscribe Email
| 27. Services
| 28. Cta
| 29. Contact
 ................................................................*/
/*--------------------------------------------------------------
1. Basic Color Variable
----------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&family=Vazirmatn:wght@100;200;300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Orelega+One&family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quantico:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  /* --body-font-family: "Vazirmatn", sans-serif; */
  /* --heading-font-family: "Teko", sans-serif; */
  /* --heading-font-family: "Montserrat", serif; */
  /* --heading-font-family: "Bebas Neue", serif; */
    /* --heading-font-family:  "Anton", serif; */
      --heading-font-family: "Plus Jakarta Sans", serif;
/* --heading-font-family: "Barlow", serif; */
/* --heading-font-family: "Quantico", serif; */
--body-font-family: "Plus Jakarta Sans", serif;

  --body-color: #e7e7e7;
  --body-bg-color: #01010f;
  --heading-color: #ffffff;
  --primary-color: #6db880;
  --white-color: #ffffff;
  --black-color: #000000;
  --border-color: #333846;
}

/*--------------------------------------------------------------
2. Typography
----------------------------------------------------------------*/
html,
body {
  /* color: var(--body-color); */
  color: black;
  font-family: var(--body-font-family);
  /* background-color: var(--primary-color); */
  background-color: white;
  font-weight: 400;
  line-height: 1.6em;
  overflow-x: hidden;
  /* scroll-behavior: auto; */
  box-sizing: border-box;

}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: black;
  font-family: var(--heading-font-family);
  padding: 0px;
  margin-bottom: 0px;
  font-weight: 700 !important;
  line-height: normal;
  font-style: normal;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  line-height: 24px;
}

ul {
  margin: 0 0 25px 0;
  padding-left: 20px;
  list-style: square outside none;
}

ol {
  padding-left: 20px;
  margin-bottom: 25px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 15px;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6em;
  margin: 0;
}

address {
  margin: 0 0 15px;
}

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

a {
  color: black !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

button {
  color: inherit;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
  color: #f67a45;
  transition: all 0.3s ease;
}

table {
  width: 100%;
  margin-bottom: 25px;
}
table th {
  font-weight: 600;
  color: var(--body-color);
}
table td,
table th {
  border-top: 1px solid #ffffff;
  padding: 11px 10px;
}

dl {
  margin-bottom: 25px;
}
dl dt {
  font-weight: 600;
}

b,
strong {
  font-weight: bold;
}

.btn-whtasapp {
    border-radius: 100%;
    width: 56px;
    height: 56px;
    background-color: #01c24a;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
    position: fixed;
    left: 20px;
    bottom: 10px;
    z-index: 80;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse-whats 1.5s infinite;
}

.fabs {
    bottom: 98px!important;
}

@keyframes pulse-whats {
  0% {
    box-shadow: 0 0 0 0 rgba(1, 194, 74, 0.7);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(1, 194, 74, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 194, 74, 0);
  }
}

.btn-whtasapp:hover {
  background-color: #00f45d;
}


.footer-whatsapp{
  width: 32px;
  height: 32px;
}

pre {
  color: var(--body-color);
  border: 1px solid #ffffff;
  font-size: 18px;
  padding: 25px;
  border-radius: 5px;
}

kbd {
  font-size: 100%;
  background-color: var(--body-color);
  border-radius: 5px;
}

::-webkit-scrollbar {
    width: 12px !important;  /* Thin scrollbar */
}


::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #ffcc00, #ff5733) !important ; /* Gradient effect */
    border-radius: 10px; /* Rounded corners */
}


::-webkit-scrollbar-track {
    background: #222; /* Dark background for contrast */
}


::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #ff5733, #ffcc00) !important ;  /* Reverse gradient on hover */
}
.sticky-header {
    /* background: #bd2d0c !important; */
    background: linear-gradient(307deg, #000000, #F67A45, #F67A45, #000000)!important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95); /* Slight transparency */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}
.nav-top-sec{
  background:black;
  width:100%;
  height:10%;
  display:flex;
}

.doc-slider{
  justify-content: center;
}
.custom-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #007BFF;
  /* Change to your preferred color */
  color: white !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  /* Makes it rounded */
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-button:hover {
  background-color: #0056b3;
  /* Darker shade on hover */
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
}
.nav-top-icon{
  padding: 4px;
  border-radius: 50%;
  background-color: #fff;
  animation: herartbeat 1.2s infinite;
  display: flex;
}

.nav-top-icon22 {
    padding: 4px;
    border-radius: 50%;

    /* animation: herartbeat22 1.2s infinite; */
    display: flex;
}

.ak-main_header_in {
  border: 0px solid !important;
  height: 80px !important;
}

.team-body-info p {
  margin-bottom: 0px;
}
@keyframes herartbeat22 {
    0% {
        box-shadow: 0 0 0 0px #e99470;
    }

    100% {
        box-shadow: 0 0 0 02px #da4f13;
    }
}

@keyframes herartbeat{
  0% {
    box-shadow: 0 0 0 0px #ffffff78;
}
100% {
    box-shadow: 0 0 0 02px #ffffffa6;
}
}


#mainmodal {

    background: #F67A45;
    z-index: 99999;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
}
.Announcement-heading{
  width: 26%;

    color: #fff;
    background: #f57c26;

    display: flex;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 0 7px #0000003d;
    transform: skewX(-30deg);

}

.Announcement-heading span {
    font-size: 18px;
    font-weight: 500;
    transform: skewX(30deg);
}

.Announcement-heading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #eb751f;
    /* z-index: 1; */
    width: 100%;
    height: 100%;
    transform: skewX(0deg);
    animation: mymove 1s infinite;
}

@keyframes mymove{
  0% {
    background: #eb751f;
}
50% {
    background: #e99300;
}
100% {
    background: #eb751f;
}
}

.Nav-categotries{
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 8px;
    border-radius: 8px;
}

.Nav-categotries:hover{
    background: #E67E22;
}
.Nav-categotries i {
font-size: 22px;
color: #fff;
}
.nav-icons-dropdown {
            background: black;
            border-radius: 50%;
            padding: 7px;
            animation: pulse 1.5s infinite;
            width: 41px;
            height: 38px;
            display: flex;
            justify-content: center;
            align-items: center;
}

@keyframes pulse {
    0% {

        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    50% {

        box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
    }

    100% {

        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
}

.modalconent {

    background: #F67A45;
    width: 100%;

}

.breakingtitle {
	font-size: 50px;
	background: black;
	color: #F67A45;
	padding: 10px;
}



.marquee {
	color: black;
	letter-spacing: 2px;
	font-weight: 700;
	padding: 5px;
	font-size: 10px;
  margin-left: 3px;

}


        .custom-container {
            display: flex;

            align-items: center;
            gap: 14px;


            border-radius: 8px;

        }

        .custom-search-box {
            display: flex;
            align-items: center;
            width: 100%;
            max-width: 320px;
            background: #fff;
            border-radius: 25px;
            overflow: hidden;
            border: 1px solid #ddd;
            padding: 5px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        }

        .custom-search-input {
            flex: 1;
            border: none;
            outline: none;
            padding: 8px;
            font-size: 14px;
        }

        .custom-search-btn {
            background: #007bff;
            color: white;
            border: none;
            padding: 8px 12px;
            cursor: pointer;
            border-radius: 20px;
        }

        .custom-cart-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 5px;
            cursor: pointer;
        }

        .custom-cart-container i {
            font-size: 24px;
            color: #fff;
        }

        .custom-cart-count {
            background: red;
            color: white;
            font-size: 12px;
            font-weight: bold;
            padding: 4px 8px;
            border-radius: 50%;
            position: relative;
            top: -28px;
            right: 10px;
        }

        .profile-margin{
            margin: 26px auto;
        }

        .profile-margin {
            margin: 32px auto 38px;
        }

        .profile-margin22 {
            margin: 46px auto;
        }
        #font-testimonial{
          font-size: 34px;
        }
        .contact-section {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            background: linear-gradient(to right, #333, #F67A45,#F67A45);
            padding: 8px 20px;
            color: white;
        }

                .contact-section:before {
                    content: '';
                        height: 57px;
                        width: 28.3%;
                        /* background: linear-gradient(to left, #333, #076a81, #328193); */
                        -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 48px) 100%, 0% 100%);
                        clip-path: polygon(0 0, 100% 0, calc(100% - 0px) 100%, 78px 100%);
                        position: absolute;
                        top: 0;
                        background: linear-gradient(322deg, #000000, #F67A45, #F67A45, #000000) !important;
                        animation: gradient 1s infinite;
                        right: 0;

            }

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


@keyframes movementbg{
  0% {
    background: #c45b2e;
}
50% {
    background: #E67E22;
}
100% {
    background: #c45b2e;
}
}

        .welcome-text {
            font-size: 18px;
            font-weight: bold;
            flex: 1;
            min-width: 250px;
            color: #fff;
        }

        .welcome-text span {
            color: red;
        }

        .contact-info {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 20px;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
        }

        .contact-item img {
            width: 24px;
            height: 24px;
        }
.nav-tag{
    display: flex !important;
    cursor: pointer !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0px !important;
    gap: 8px;
}
.nav-tag span{
  margin-top: 6px;
}
.playstore-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 9999px;
    background-color: #000000;
    padding: 0.625rem 1.5rem;
    text-align: center;
    color: rgba(255, 255, 255, 1) !important;
    outline: 0;
    transition: all .2sease;
    text-decoration: none;
    -webkit-box-shadow: 5px 5px 16px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 5px 5px 16px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 5px 5px 16px 4px rgba(0, 0, 0, 0.6);
}

.playstore-button:hover {
    background-color: transparent;
    color: rgba(0, 0, 0, 1) !important;
}

.icon {
    height: 1.5rem;
    width: 1.5rem;
}

.texts {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
}

.text-1 {
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-2 {
    font-weight: 600;
}

/* Full-Screen Video Section */
.video-container {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
}


/* Video Styling */
.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Gradient Overlay */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
}



.nav-singal-con{
            display: flex;
            flex-direction: column;
            gap: 8px;
        }


/* Content Wrapper */
.text-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    opacity: 0.2;
}

/* Content Wrapper */
.text-wrapper22 {
        position: absolute;
        top: 84%;
        left: 84%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        z-index: 2;
        display: flex;
        /* flex-direction: column; */
        width: max-content;
        gap: 6px;
}

.text-wrapper2222 {
  position: absolute;
  top: 84%;
  right: 60%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
  display: flex;
  /* flex-direction: column; */
  width: max-content;
  gap: 6px;
}
.text-wrapper2222 .pro_hypno_cta_button {
  background: linear-gradient(135deg, #000000 0%, #000000 100%);
}
.footerhypnobtns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

#Featyring-topic img {
  width: 360px;
  height: 205px;
}

.btn-flip-all {
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: white;
    background: linear-gradient(90deg, #F27844, #d75720, #F27844);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 8px rgba(255, 147, 24, 0.5);
}

.btn-flip-all::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.5s ease-in-out;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
}

.btn-flip-all:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.btn-flip-all:hover {
    transform: translateY(-3px);
    box-shadow: 0px 6px 12px rgba(255, 147, 24, 0.7);
}

.set-btn-div{
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Animated Text */
.animated-title {
    font-size: 36px;
    font-weight: bold;
    opacity: 0;
    filter: blur(10px);
    transform: scale(0.8);
    animation: zoomBlurFade 1.5s ease-in-out forwards;
}

/* Animated Subtext */
.animated-subtext {
    font-size: 1.2rem;
    margin-top: 10px;
    opacity: 0;
    filter: blur(10px);
    transform: translateY(20px);
    
    animation: fadeInSlide 1s ease-in-out forwards;
}

/* Zoom + Blur + Fade-In Animation */
@keyframes zoomBlurFade {
    from {
        opacity: 0;
        filter: blur(4px);
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: scale(1);
    }
}

/* Fade-In + Slide-Up Animation */
@keyframes fadeInSlide {
    from {
        opacity: 0;
        filter: blur(0px);
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }
}

/* Text Fade-Out Animation */
@keyframes fadeOut {
  from {
    opacity: 0.2;
    filter: blur(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    filter: blur(0px);
    transform: translateY(20px);
    /* Changed from scale to match fadeInSlide */
  }
}

/* Responsive Design */
@media (max-width: 768px) {
    .animated-title {
        font-size: 2.5rem;
    }

    .animated-subtext {
        font-size: 1rem;
    }
}

.animated-subtext,
.animated-title,
#animated-Thridtext {
  will-change: transform, opacity, filter;
}

/* .animated-subtext,
#animated-Thridtext {
  font-size: 1.2rem;
  margin-top: 10px;
  opacity: 0;
  transform: translateY(20px);
  filter: blur(10px);
  transition: opacity 1s ease, transform 1s ease, filter 1s ease;
} */



/* Visible State */
.visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
  filter: blur(0) !important;
}

        .nav-contact-btn {
        position: relative;
        display: inline-block;
        cursor: pointer;
        outline: none;
        border: 0;
        vertical-align: middle;
        text-decoration: none;
        background: transparent;
        padding: 0;
        font-size: inherit;
        font-family: inherit;
      }

      .learn-more {
        width: 12rem;
        height: auto;
      }

        .learn-more .circle {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: relative;
        display: block;
        margin: 0;
        /* width: 2.5rem; */
        height: 2.5rem;
        /* background: #282936; */
        background: #ffffff;
        border-radius: 1.625rem;
        width: 100%;
        /* animation: herartbeat 1.2s infinite; */
        /* background: linear-gradient(307deg, #000000, #F67A45, #F67A45, #000000) !important; */
        /* background: radial-gradient(circle, #333, #36024b, #7917a0, #076a81, #c7c7c7); */
                background-size: 70% 100%;
                animation: gradient 3s ease infinite;
    }


      .learn-more .circle .icon {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        /* background: #fff; */
        background: #000;
      }

      .learn-more .circle .icon.arrow {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        left: 0.625rem;
        width: 1.125rem;
        height: 0.125rem;
        background: none;
        /* background: #fff; */
        background: #ff4c00;
        transform: translate(1rem, 0);
        animation: arrow-animation 1s infinite;
      }

@keyframes arrow-animation{
    0% {
        left: 0px;
    }

    50% {
        left: 4px;
    }

    50% {
        left: 0px;
    }
}

      .learn-more .circle .icon.arrow::before {
        position: absolute;
        content: '';

        top: -0.29rem;
        right: 0.28rem;
        width: 0.625rem;
        height: 0.625rem;
        /* border-top: 0.125rem solid #fff;
        border-right: 0.125rem solid #fff; */
        border-top: 0.125rem solid #ff4c00;
        border-right: 0.125rem solid #ff4c00;
        transform: rotate(45deg);
      }

      .learn-more .button-text {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0.75rem 0;
        margin: 0 0 0 1.85rem;
        /* color: #282936; */
        font-weight: 700;
        line-height: 0.8;
        text-align: center;
        text-transform: uppercase;
        /* color: #fff; */
        color: #ff4c00;
      }

      /* .nav-contact-btn:hover .circle {
        width: 100%;
      }

      .nav-contact-btn:hover .circle .icon.arrow {
        background: #fff;
        transform: translate(1rem, 0);
      }

      .nav-contact-btn:hover .button-text {
        color: #fff;
      } */
/* Navbar Styling */
.search-nav {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 6px 20px;
    border-bottom: 3px solid #e67e22;
    gap: 15px;
}
.nav-bar-heght{

      padding: 0px 0px;
      background: linear-gradient(307deg, #000000, #F67A45, #F67A45, #000000) !important;
            
}
.searb-con{
    border-radius: 22px;
    width: 100%;
    -webkit-box-shadow: 2px 8px 12px -2px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 2px 8px 12px -2px rgba(0, 0, 0, 0.6);
        box-shadow: 2px 8px 12px -2px rgba(0, 0, 0, 0.6);
}
#top-nav-search{
    display: flex;
    flex-direction: column;
}
/* Logo */
.logo img {
    width: 100px;
}

/* Search Bar with Dropdown */
.search-container {
    display: flex;
    flex: 1;

    border-radius: 25px;
    /* overflow: hidden; */
    align-items: center;
}

/* Dropdown Inside Search Box */
.dropdown {
    position: relative;
    /* width: 200px; */
    border: 2px solid #e67e22;
    border-radius: 16px 0px 0px 16px;
}

.dropbtn {
    background: #e67e22;
    color: white;
    padding: 4px 15px;
    border: none;
    border: 2px solid #e67e22;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 12px 0px 0px 12px;

}
.logo-Black{
    width: 80px;
    height: 80px;
}
.arrow {
    margin-left: auto;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: white;
    min-width: 200px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
    border-radius: 5px;
    padding: 8px;
    top: 100%;
    left: 0;
}

.dropdown-content.show {
    display: block;
}

.dropdown-content li {
    padding: 10px;
    cursor: pointer;
    list-style: none;
    transition: 0.3s;
    position: relative;
    font-weight: 700;
}

.has-submenu {
    position: relative;
}

.submenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 100%;
    top: -5px;
    background: white;
    min-width: 150px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    white-space: nowrap;
    padding: 6px;
}

.has-submenu:hover>.submenu {
    visibility: visible;
    opacity: 1;
    display: block;
}

.dropdown-content li:hover {
    background: #E67E22;

}

/* Search Bar */
.search-input {
    flex: 1;
    padding: 6px 12px;
    border: none;
    outline: none;
    font-size: 16px;
    border: 2px solid #e67e22;
}

/* Animated Buttons */
.search-btn,
.filter-btn {
    background: #e67e22;
    padding: 3px 15px 4px 15px;
    cursor: pointer;

    transition: transform 0.3s;
    border: 1px solid #e67e22;
    border-radius: 0px 12px 12px 0px;
}

.search-btn:hover,
.filter-btn:hover {
    transform: scale(1.1);
}

/* Icons Section */
.nav-icons {
    display: flex;
    gap: 12px;
    background: #e35f26;
    border-radius: 9px;
    padding: 4px;
}

.icon-link {
    text-decoration: none;
    color: #e67e22;
    font-weight: bold;
    transition: color 0.3s;
}

.icon-link:hover {
    color: #d35400;
}

/* Responsive */
@media (max-width: 768px) {
    .search-nav {
        flex-direction: column;
        align-items: stretch;
    }

    .search-container {
        width: 100%;
    }

    .nav-icons {
        justify-content: space-around;
        width: 100%;
    }

    .logo img {
        width: 80px;
    }
}        
@media (max-width: 768px) {


            .contact-info {
                flex-direction: column;
                align-items: center;
                margin-top: 10px;
            }
        }

        .ak-nav_list li a {

    text-decoration: none;
    transition: transform 0.3s ease-in-out, letter-spacing 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* Hover Effect: Increase Letter Size & Slight Move */
.ak-nav_list li a:hover {
    transform: translateY(-3px); /* Moves text slightly up */
    letter-spacing: 2px; /* Expands letter spacing */

}

        .custom-carousel-container {
            position: relative;
            width: 90%;
            margin: auto;
            overflow: hidden;
        }
        .custom-carousel {
            display: flex;
            transition: transform 0.5s ease-in-out;
            padding: 18px 0px;
        }
        .custom-carousel-item {
            min-width: 33.33%;
            box-sizing: border-box;
            padding: 10px;
        }
        @media (max-width: 991px) {
            .custom-carousel-item { min-width: 50%; }
        }
        @media (max-width: 767px) {
            .custom-carousel-item { min-width: 100%; }

        }
        .custom-flip-card {
            width: 100%;
            height: 380px;
            position: relative;
            perspective: 1000px;
        }
        .custom-flip-card-inner {
            width: 100%;
            height: 100%;
            transform-style: preserve-3d;
            transition: transform 0.6s;
        }
        .custom-flip-card:hover .custom-flip-card-inner {
            transform: rotateY(180deg);
        }
        .custom-flip-card-front, .custom-flip-card-back {
            width: 100%;
            height: 100%;
            position: absolute;
            backface-visibility: hidden;
            border-radius: 10px;
            box-shadow: 0px 7px 16px -2px rgba(0, 0, 0, 0.6);
        }
        .custom-flip-card-front {
            background: white;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
        }
        .custom-flip-card-front img {
            width: 100%;
            height: 380px;
            border-radius: 5px;
        }
        .custom-flip-card-back {
            background: #000000;
            color: #fff;
            text-align: center;
            padding: 15px;
            transform: rotateY(180deg);
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 93.5%;
            height: 100%;
        }
        .custom-nav-button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            color: #fff;
            background: #F27844;
            /* background: rgba(255, 255, 255, 0.5); */
            border: none;
            cursor: pointer;
            font-size: 24px;
            padding: 10px 18px;
            z-index: 999;
            border-radius: 50%;
        }

        .custom-prev {
            left: 2px;
        }
        .custom-next {
            right: 2px;
        }

.btn-flip {
  padding: 8px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
  font-size: 14px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
  color: #000;
  font-weight: 700;
  background: #f8f9fa;
  transition: all 0.3s ease-in-out;
}

.btn-flip:hover {
  transform: translateY(-3px);
  background: #FF9318;
  color: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}
.mobile-nav2 {
  display: none;
  width: 100%;
  height: 60px;
  position: fixed;
  background: linear-gradient(307deg, #000000, #8C3B27, #F67A45, #8C3B27, #000000) !important;
  bottom: 0;
  /* background-color: #f67a45; */
  z-index: 9999999;
  padding: 10px;
}

.shop-now-btn-top a {
  background: transparent !important;
  color: #f67a45 !important;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 2px;
}

.mobile-nav3 {
  display: none;
  width: 100%;
  height: 60px;
  position: relative;
  top: 10px;
  z-index: 9999999;
  width: 84%;
}

.Booking-btn {
            flex: 1;
            padding: 12px;
            border: none;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            border-radius: 5px;
            transition: 0.3s;
        }

        .Booking-btn-book {
            background: #f67a45;
            color: white;
        }

        .Booking-btn-book:hover {
            background: #3e8f6d;
        }

        .Booking-btn-address {
            background: white;
            border: 2px solid #0056b3;
            color: #0056b3;
        }

        .Booking-btn-address:hover {
            background: #0056b3;
            color: white;
        }

.mobile-nav2-ul,
.mobile-nav3 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-nav2-ul {
  padding: 0px;
}

.mobile-nav3 ul {
  width: 100%;
  padding-left: 50px;
  margin-bottom: 0px;
}

.mobile-nav3 ul {
  justify-content: center !important;
}

.mobile-nav2-ul li,
.mobile-nav3 ul li {
  width: 50%;
  z-index: 999;
}

.mobile-nav2-ul li a i, .mobile-nav3 ul li a i {
  font-size: 18px;
}

.li-icon {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.mobile-nav2-ul li a,
.mobile-nav3 ul li a {
  font-size: 12px;
  line-height: 20px;
  z-index: 999;
  flex-direction: column;
}

.mobile-nav3 ul li a {
  font-size: 12px !important;
}

.mobile-nav3 ul li a {
  color: white !important;
}

.mobile-nav3 ul li .dropdown-content a {
  color: white !important;
}

.mobile-nav3 ul li .dropdown-content a:hover {
  color: black !important;
}

.whatsApp-logo {
  position: absolute;
  bottom: 23px;
  left: 18px;
}

.whtsp {
  position: relative;
  bottom: -8px;
}

/* Mobile Nav 02 css Ends  */

.disp-none {
  display: none;
}

/*--------------------------------------------------------------
  3. Preloader
----------------------------------------------------------------*/
/*--------------------------------------------------------------
  4. Spacing
----------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .ak-height-0 {
    height: 0px;
  }
  .ak-height-5 {
    height: 5px;
  }
  .ak-height-10 {
    height: 10px;
  }
  .ak-height-15 {
    height: 15px;
  }
  .ak-height-20 {
    height: 20px;
  }
  .ak-height-25 {
    height: 25px;
  }
  .ak-height-30 {
    height: 30px;
  }
  .ak-height-35 {
    height: 35px;
  }
  .ak-height-40 {
    height: 40px;
  }
  .ak-height-45 {
    height: 45px;
  }
  .ak-height-50 {
    height: 50px;
  }
  .ak-height-55 {
    height: 55px;
  }
  .ak-height-60 {
    height: 60px;
  }
  .ak-height-65 {
    height: 65px;
  }
  .ak-height-70 {
    height: 70px;
  }
  .ak-height-75 {
    height: 75px;
  }
  .ak-height-80 {
    height: 80px;
  }
  .ak-height-85 {
    height: 85px;
  }
  .ak-height-90 {
    height: 90px;
  }
  .ak-height-95 {
    height: 95px;
  }
  .ak-height-100 {
    height: 100px;
  }
  .ak-height-105 {
    height: 105px;
  }
  .ak-height-110 {
    height: 110px;
  }
  .ak-height-115 {
    height: 115px;
  }
  .ak-height-120 {
    height: 120px;
  }
  .ak-height-125 {
    height: 125px;
  }
  .ak-height-130 {
    height: 130px;
  }
  .ak-height-135 {
    height: 135px;
  }
  .ak-height-140 {
    height: 140px;
  }
  .ak-height-145 {
    height: 145px;
  }
  .ak-height-150 {
    height: 150px;
  }
  .ak-height-155 {
    height: 155px;
  }
  .ak-height-160 {
    height: 160px;
  }
  .ak-height-165 {
    height: 165px;
  }
  .ak-height-170 {
    height: 170px;
  }
  .ak-height-175 {
    height: 175px;
  }
  .ak-height-180 {
    height: 180px;
  }
  .ak-height-185 {
    height: 185px;
  }
  .ak-height-190 {
    height: 190px;
  }
  .ak-height-195 {
    height: 195px;
  }
  .ak-height-200 {
    height: 200px;
  }
  .ak-height-205 {
    height: 205px;
  }
  .ak-height-210 {
    height: 210px;
  }
  .ak-height-219 {
    height: 219px;
  }
}
@media screen and (max-width: 991px) {
  .ak-height-lg-0 {
    height: 0px;
  }
  .ak-height-lg-5 {
    height: 5px;
  }
  .ak-height-lg-10 {
    height: 10px;
  }
  .ak-height-lg-15 {
    height: 15px;
  }
  .ak-height-lg-20 {
    height: 20px;
  }
  .ak-height-lg-25 {
    height: 25px;
  }
  .ak-height-lg-30 {
    height: 30px;
  }
  .ak-height-lg-35 {
    height: 35px;
  }
  .ak-height-lg-40 {
    height: 40px;
  }
  .ak-height-lg-45 {
    height: 45px;
  }
  .ak-height-lg-50 {
    height: 50px;
  }
  .ak-height-lg-55 {
    height: 55px;
  }
  .ak-height-lg-60 {
    height: 60px;
  }
  .ak-height-lg-65 {
    height: 65px;
  }
  .ak-height-lg-70 {
    height: 70px;
  }
  .ak-height-lg-75 {
    height: 75px;
  }
  .ak-height-lg-80 {
    height: 80px;
  }
  .ak-height-lg-85 {
    height: 85px;
  }
  .ak-height-lg-90 {
    height: 90px;
  }
  .ak-height-lg-95 {
    height: 95px;
  }
  .ak-height-lg-100 {
    height: 100px;
  }
  .ak-height-lg-105 {
    height: 105px;
  }
  .ak-height-lg-110 {
    height: 110px;
  }
  .ak-height-lg-115 {
    height: 115px;
  }
  .ak-height-lg-120 {
    height: 120px;
  }
  .ak-height-lg-125 {
    height: 125px;
  }
  .ak-height-lg-130 {
    height: 130px;
  }
  .ak-height-lg-135 {
    height: 135px;
  }
  .ak-height-lg-140 {
    height: 140px;
  }
  .ak-height-lg-145 {
    height: 145px;
  }
  .ak-height-lg-150 {
    height: 150px;
  }
  .ak-height-lg-155 {
    height: 155px;
  }
  .ak-height-lg-160 {
    height: 160px;
  }
  .ak-height-lg-165 {
    height: 165px;
  }
  .ak-height-lg-170 {
    height: 170px;
  }
  .ak-height-lg-175 {
    height: 175px;
  }
  .ak-height-lg-180 {
    height: 180px;
  }
  .ak-height-lg-185 {
    height: 185px;
  }
  .ak-height-lg-190 {
    height: 190px;
  }
  .ak-height-lg-195 {
    height: 195px;
  }
  .ak-height-lg-200 {
    height: 200px;
  }
  .ak-height-lg-205 {
    height: 205px;
  }
  .ak-height-lg-210 {
    height: 210px;
  }
  .ak-height-lg-219 {
    height: 219px;
  }
}
/*--------------------------------------------------------------
  5. General
----------------------------------------------------------------*/
.ak-light {
  font-weight: 300;
}

.ak-normal {
  font-weight: 400;
}

.ak-medium {
  font-weight: 500;
}

.ak-semi-bold {
  font-weight: 600;
}

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

.ak-extra-bold {
  font-weight: 800;
}

.ak-black {
  font-weight: 900;
}

.ak-radius-3 {
  border-radius: 3px;
}

.ak-radius-5 {
  border-radius: 5px;
}

.ak-radius-7 {
  border-radius: 7px;
}

.ak-radius-10 {
  border-radius: 10px;
}

.ak-radius-15 {
  border-radius: 15px;
}

.ak-line-height-1 {
  line-height: 1.2em;
}

.ak-line-height-2 {
  line-height: 1.25em;
}

.ak-line-height-3 {
  line-height: 1.3em;
}

.ak-line-height-4 {
  line-height: 1.4em;
}

.ak-line-height-5 {
  line-height: 1.5em;
}

.ak-line-height-6 {
  line-height: 1.6em;
}

.ak-line-height-7 {
  line-height: 1.7em;
}

.ak-line-height-39 {
  line-height: 39px;
}

.ak-line-height-54 {
  line-height: 54px;
}

.ak-line-height-85 {
  line-height: 85px;
}

.ak-font-14 {
  font-size: 14px;
}

.ak-font-16 {
  font-size: 16px;
}

.ak-font-18 {
  font-size: 18px;
}

.ak-font-20 {
  font-size: 20px;
}

.ak-font-22 {
  font-size: 22px;
}

.ak-font-26 {
  font-size: 26px;
}

.ak-font-28 {
  font-size: 28px;
}

.ak-font-30 {
  font-size: 28px;
}

.ak-font-38 {
  font-size: 38px;
}

.ak-font-42 {
  font-size: 42px;
}

.ak-font-50 {
  font-size: 50px;
}

.ak-mp0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ak-m0 {
  margin: 0;
}

.ak-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

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

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

.ak-vertical-middle {
  display: flex;
  align-items: center;
  min-height: 100%;
}

.ak-vertical-middle-in {
  flex: none;
  width: 100%;
}

.ak-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ak-primary-font {
  font-family: var(--heading-font-family);
}

.ak-secondary-font {
  font-family: var(--body-font-family);
}

.ak-white-color,
.ak-white-color-hover:hover {
  color: #ffffff;
}

.ak-primary-color,
.ak-primary-color-hover:hover {
  color: #f67a45;
}

.ak-white-color,
.ak-white-color-hover:hover {
  color: #ffffff;
}

.team-body-info h6 {
  font-size: 22px;
}

.ak-white-bg {
  background-color: #ffffff;
}

.ak-gray-bg-20 {
  background: rgba(217, 217, 217, 0.2);
}

.ak-white-bg-1,
.ak-white-bg-1-hover:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.ak-white-bg,
.ak-white-bg-hover:hover {
  background-color: #ffffff;
}

.ak-primary-bg,
.ak-primary-bg-hover:hover {
  background-color: rgba(246, 122, 69, 0.7);
}

.ak-gradient-bg-1 {
  background: linear-gradient(267.18deg, #161616 0%, #080808 100%);
}

.shop-now-btn3 {
  display: none;
}

.footer .copyright-text p a {
  font-weight: bold;
}

.topics-parent-container {
  display: flex;
  width: 100%;
  height: auto;
}

.topics-left-container,
.topics-right-container {
  padding: 0px 50px;
}

.topics-right-container img {
  width: 70%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.topics-left-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.topics-left-container h6 {
  font-size: 2em;
  color: #f67a45;
}

.topics-left-container h1 {
  font-size: 4em;
}

.topics-left-container p {
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .ak-left-space-30 {
    padding-left: 0px;
  }
  .ak-font-14-sm {
    font-size: 14px;
  }
  .ak-font-16-sm {
    font-size: 16px;
  }
  .ak-font-18-sm {
    font-size: 18px;
  }
  .ak-font-20-sm {
    font-size: 20px;
  }
  .ak-font-22-sm {
    font-size: 22px;
  }
  .ak-font-24-sm {
    font-size: 24px;
  }
  .ak-font-26-sm {
    font-size: 26px;
  }
  .ak-font-28-sm {
    font-size: 28px;
  }
  .ak-font-42-sm {
    font-size: 42px;
  }
  .ak-font-36-sm {
    font-size: 36px;
  }
  .ak-btn-group > *:not(:last-child) {
    margin-right: 10px;
  }
  .flex-column-reverse-lg {
    flex-direction: column-reverse;
  }
  .ak-seciton-heading.ak-style1 .ak-section-title::before {
    top: 1px;
  }
}
.stroke-text {
  font-family: Teko, sans-serif;
  /* text-shadow: -1px -1px 0 #f67a45, 0px -1px 0 #f67a45, 1px -1px 0 #f67a45, 1px 0px 0 #f67a45, 1px 1px 0 #f67a45, 0px 1px 0 #f67a45, -1px 1px 0 #f67a45, -1px 0 0 #f67a45; */
  color: #01010f;
  font-size: 42px;
  font-weight: 600;
  line-height: 100%;
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  z-index: 13;
}
.stroke-text.font-size-160 {
  font-size: 160px;
}
.stroke-text.font-size-225 {
  font-size: 225px;
  line-height: 100%;
}
.stroke-text.style2 {
  text-shadow: -1px -1px 0 #d5bda2, 0px -1px 0 #d5bda2, 1px -1px 0 #d5bda2, 1px 0px 0 #d5bda2, 1px 1px 0 #d5bda2, 0px 1px 0 #d5bda2, -1px 1px 0 #d5bda2, -1px 0 0 #d5bda2;
  color: #0c0611;
}

.stroke-text::before {
  position: absolute;
  content: attr(data-text);
  top: 0;
  left: 0px;
  color: #f67a45;
  width: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.stroke-text.style2::before {
  color: #d5bda2;
}

.about-second-para {
  color: black;
}
.new-About a {
  color: #f67a45 !important;
  font-weight: 500;
}
.new-About p {
      font-weight: 500;
}
.stroke-text:hover::before {
  width: 100%;
}

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

.feedback-image img {
  display: none;
}

.section-heading.style-1 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.section-heading.style-1 .section-subtitle {
  /* font-family: Teko; */
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 8px;
  /* color: #f67a45; */
}
.section-heading.style-1 .section-title {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
  color: black;
  margin-bottom: 0px;

}
.section-heading.style-1.type-1 {
  text-align: center;
  margin-top: 0px !important;
}
.section-heading.style-1.color-1 .section-title,
.section-heading.style-1.color-1 .section-subtitle {
  color: var(--black-color);
}

@keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
.ak-hover-layer,
.ak-hover-layer1,
.ak-hover-layer3 {
  position: relative;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: perspective(600px) translate3d(0, 0, 0);
}

.ak-tab {
  display: none;
}
.ak-tab.active {
  display: block;
}

.ak-tab-links.ak-style1 {
  display: inline-flex;
  padding: 5px;
  background-color: #000;
  border-radius: 10px;
}
.ak-tab-links.ak-style1 a {
  padding: 7px 20px;
  font-weight: 500;
  color: #fff;
  display: inline-flex;
}
.ak-tab-links.ak-style1 li.active a {
  background-color: #ffffff;
  border-radius: 10px;
}

.ak-google-map {
  height: 500px;
  position: relative;
}
.ak-google-map .map {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 111;
  filter: grayscale(100%) invert(90%) contrast(120%);
}
.ak-google-map.ak-type1 {
  height: 100%;
  min-height: 300px;
  width: 50vw;
}

.ak-rotate-img {
  transform: rotate(45deg);
  overflow: hidden;
  border-radius: 7px;
}

.ak-rotate-img-in {
  transform: rotate(-45deg) scale(1.4);
}

.ak-half-screen {
  width: 56vw;
}
#joinUsBadge{
  cursor: pointer;
}

.ak-scrollup {
  position: fixed;
  bottom: 100px !important;
  right: 30px;
  color: #fff;
  padding: 5px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 11111111111;
  background-color: #000000;
  box-shadow: 0px 1px 5px 1px rgba(1, 1, 15, 0.2);
  border-radius: 50%;
}
.ak-scrollup:hover {
  background-color: #ffffff;
  color: #01010f;
}

.ak-scrollup.ak-scrollup-show {
  bottom: 50px;
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}
.swiper-slide .ak-entity-img {
  display: none;
}

.ak-border-width {
  width: 100%;
  height: 1px;
  background-color: var(--white-color);
}

.ak-border-height {
  width: 1px;
  height: 100%;
  background-color: var(--white-color);
}

.primary-color-border {
  width: 2px;
  height: 35px;
  display: block;
  margin-left: 20px;
  margin-right: 10px;
  background: var(--primary-color);
}

.primary-color-border-vertical {
  width: 2px;
  height: 100%;
  display: inline-block;
  background: var(--primary-color);
}

.primary-color-border-horizontal {
  width: 100%;
  height: 1px;
  display: inline-block;
  background: var(--primary-color);
}

.btn-animation {
  transform-style: preserve-3d;
  transition: font-size 0.5s, background-color 0.3s, transform 0.3s, color 0.3s;
  transform: translate3d(0, 0px, 0px);
}
.btn-animation:hover {
  font-size: 17px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  background-color: rgba(246, 122, 69, 0.7) !important;
  transform: translate3d(0, -8px, 0.01px);
}

.select-input-customize {
  border-radius: 0;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #333846;
}
.select-input-customize:focus {
  border-color: #f67a45 !important;
  box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.19);
}
.select-input-customize option {
  background-color: #353f4f;
  color: #ffffff !important;
}
.select-input-customize option:visited {
  background-color: #f67a45 !important;
  color: #f67a45 !important;
}

.container-customize {
  max-width: 870px;
}

.social-icon {
  display: flex;
  gap: 15px;
}
.social-icon a {
  transition: all 0.5s ease-in-out;
}
.social-icon a:hover {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.social-icon path {
  transition: fill 0.3s ease-in-out;
}
.social-icon :hover path {
  fill: #f67a45;
}

/* end ak-animison cricle */
.heartbeat-icon {
  width: 60px;
  height: 60px;
  position: relative;
}

.ak-heartbeat-btn {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ak-heartbeat-btn:before,
.ak-heartbeat-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(246, 122, 69, 0.2);
}

.ak-heartbeat-btn:before {
  z-index: 0;
  animation: pulse-border 1500ms ease-out infinite;
}

.ak-heartbeat-btn.no-animation:before {
  z-index: 0;
  animation: none;
}

.ak-heartbeat-btn:after {
  z-index: 1;
  transition: all 200ms;
}

.ak-heartbeat-btn img {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}

.ak-heartbeat-btn span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 16px solid currentColor;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  color: #ffffff;
}

.ak-heartbeat-btna:hover {
  color: #01010f;
}

.backdrop {
  backdrop-filter: blur(10px);
}

.carousel-inner {
  border-radius: 20px;
}

.team-card-space {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 20px 0px;
}

.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.image-hover-animation {
  position: relative;
  overflow: hidden;
  height: inherit;
  width: inherit;
}

.image-hover-animation::before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 122;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.164) 100%);
  transform: skewX(-25deg);
}

.image-hover-animation:hover::before {
  animation: shine 1s;
}

.animation-2s:hover::before {
  animation: shine 1.5s !important;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*  */
.common-page-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.common-page-title .page-title {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 600;
  line-height: 100%;
  color: white;
}
.common-page-title .page-title-2 {
      font-size: 34px !important;
}

.common-page-title .page-subtitle {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  font-family: var(--heading-font-family);
}
.common-page-title .page-subtitle a {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  font-family: var(--heading-font-family);
}

@media screen and (max-width: 1399px) {
  .ak-right-space-150 {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .ak-right-space-40,
  .ak-right-space-150 {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .ak-font-50 {
    font-size: 36px;
  }
  .ak-font-38 {
    font-size: 32px;
  }
  .ak-google-map {
    height: 400px;
  }
  .ak-faq-nav {
    padding: 30px 30px;
  }
  .ak-faq-nav .ak-faq-nav-title {
    font-size: 26px;
  }
  .ak-google-map.ak-type1 {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
  }
  .ak-scrollup {
    right: 15px;
  }
  .ak-scrollup.ak-scrollup-show {
    bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .section-heading.style-1.type-1 {
    text-align: start;
  }
  .ak-cursor-lg,
  .ak-cursor-sm {
    display: none !important;
  }
}
@media screen and (max-width: 575px) {
  .ak-image-layer.ak-style1 {
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .ak-image-layer.ak-style1 .ak-image-layer-in::after {
    right: -30px;
    bottom: -30px;
  }
  .background-sm-size {
    background-size: 100%;
  }
}
/*--------------------------------------------------------------
  6. Slider
----------------------------------------------------------------*/
.slider {
  position: relative;
  overflow: hidden;
}

.slider_hero_1 {
  overflow: hidden;
  width: 43%;
}
.slider_hero_1 .swiper-slide {
  width: 100%;
}
.slider_hero_1 .swiper-slide .ak-hero-bg {
  width: 100%;
  height: 100%;
}

.hero_slider_controller_1 {
  display: flex;
  gap: 25px;
  position: absolute;
  bottom: 50px;
  left: 40px;
  z-index: 10;
}

.slider_2 {
  overflow: hidden;
  width: 84vw;
  cursor: pointer;
}
.slider_2 .swiper-slide {
  /* width: 417px; */
  width: 360px;
  margin-right: 30px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.partner-client {
  background-color: #020f23;
  display: flex;
  align-items: center;
  padding: 50px;
  width: 84vw;
  gap: 80px;
}
.partner-client .title .stroke-text {
  text-shadow: -1px -1px 0 #6b6662, 0px -1px 0 #6b6662, 1px -1px 0 #6b6662, 1px 0px 0 #6b6662, 1px 1px 0 #6b6662, 0px 1px 0 #6b6662, -1px 1px 0 #6b6662, -1px 0 0 #6b6662;
  color: #020f23;
}

.swiper-slide video {
  filter: contrast(50%);
}

.partner-client-slider {
  overflow: hidden;
  cursor: pointer;
  max-width: 1000px;
}
.partner-client-slider .swiper-slide {
  width: 108px;
  height: 100px;
  margin-right: 106px;
}

.testimonial-slider-home {
  overflow: hidden;
}
.testimonial-slider-home .swiper-slide {
  overflow: visible;
}

.testimonial-style2-slider .swiper-slide {
  width: 100%;
}
.testimonial-style2-slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

@media screen and (max-width: 1599px) {
  .partner-client {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .hero_slider_controller_1 {
    left: 75%;
    bottom: 140px;
  }
  .partner-client-slider .swiper-slide {
    width: 31.33%;
  }
  .slider_2 {
    width: 100%;
  }
  .slider_2 .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .hero_slider_controller_1 {
    margin-top: 15px;
    left: 0;
    position: relative;
  }
  .slider_2 {
    width: 100%;
  }
  .slider_2 .swiper-slide {
    width: 100%;
  }
  .partner-client-slider .swiper-slide {
    margin-right: 20px;
  }
  .partner-client {
    padding: 20px;
    width: 100%;
  }
  .partner-client .title {
    display: none;
  }
}
@media screen and (max-width: 376px) {
  .hero_slider_controller_1 {
    display: none !important;
  }
}
/*--------------------------------------------------------------
7. Video Popup
----------------------------------------------------------------*/
.ak-pd-video .ak-video-open,
.ak-sample-img .ak-video-open {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 68px;
  transition: all 0.3s ease;
  line-height: 48px;
}

.ak-video-popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  transition-delay: 0.3s;
}

.ak-video-popup.active {
  left: 0;
  transition-delay: 0s;
  left: 0;
}

.ak-video-popup-overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: #ffffff;
  transition: all 0.4s ease-out;
  opacity: 0;
}

.ak-video-popup.active .ak-video-popup-overlay {
  opacity: 0.8;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.ak-video-popup-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  transition: all 0.4s ease-out;
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}

.ak-video-popup.active .ak-video-popup-content {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.ak-video-popup-content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.ak-video-popup-container {
  display: inline-block;
  position: relative;
  text-align: left;
  max-width: 1380px;
  width: 100%;
  vertical-align: middle;
}

.ak-video-popup-container .embed-responsive {
  width: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

.embed-responsive-16by9::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.embed-responsive iframe,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ak-video-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.ak-video-popup iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.ak-video-popup-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #ffffff;
  margin-left: -10px;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}

.ak-video-popup-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #ffffff;
  margin-left: -10px;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.ak-video-popup-close:hover:before,
.ak-video-popup-close:hover:after {
  background: #01010f;
}

/* scroll down css starts  */
.scroll-down {
  position: absolute;
  right: 30px;
  top: 95vh;
  z-index: 999;
}

.scroll-down p {
  color: white;
  font-weight: bold;
  animation: colorCycle 3s infinite;
}
.scroll-down p i{
  animation: colorCycle 3s infinite;
}

@keyframes colorCycle {
  0% {
    color: white;
  }
  50% {
    color: black; /* Second color */
  }
  100% {
    color: #f67a45; /* Reset to the starting color */
  }
}
/* scroll down css ends  */


.ak-video-popup-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.ak-video-popup-align {
  overflow: hidden;
}

/*End Video Popup*/
.video-home {
  height: 650px;
  width: 100%;
  overflow: hidden;
}

.ak-video-block.ak-style1 {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-radius: 0px;
}
.ak-video-block.ak-style1::before {
  border-radius: 50%;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: rgba(1, 1, 15, 0.4);
  transition: all 0.4s ease;
}
.ak-video-block.ak-style1:hover::before {
  opacity: 1;
}
.ak-video-block.ak-style1.ak-size1 {
  height: 580px;
}
.ak-video-block.ak-style1.type_2 {
  height: 75px;
  width: 75px;
}

.rotate-next {
  transform: rotate(3deg);
}

/* Start video section startup-agency page*/
.ak-digital-agency.ak-video-block.ak-style1 {
  height: 700px;
}

@media screen and (max-width: 991px) {
  .video-home {
    height: 400px;
  }
  .ak-digital-agency.ak-video-block.ak-style1 {
    height: 400px;
  }
}
/* End video section */
/*--------------------------------------------------------------
8. Header
----------------------------------------------------------------*/
.ak-site_header {
  position: relative;
  z-index: 100001;
}

.ak-site-branding {
  display: inline-block;
  max-width: 180px;
}

.ak-site_header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
  transition: all 0.4s ease;
}

.ak-site_header.ak-style1 .ak-main_header_in,
.ak-site_header.ak-style1 .ak-top_header_in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s ease;
  margin-top: 40px;
  border: 1px solid #333846;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  gap: 15px;
  padding: 0px 20px;
  /* background: rgba(255, 255, 255, 0.03); */
  background: #f67a4500;
}
.ak-site_header.ak-style1 .ak-main-header-center {
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 11111;
}
.ak-site_header.ak-style1.ak-sticky_header.ak-gescout_sticky.ak-gescout_show .ak-main_header_in,
.ak-site_header.ak-style1.ak-sticky_header.ak-gescout_sticky.ak-gescout_show .ak-top_header_in {
  margin-top: 0;
}

.ak-site_header.ak-style1.ak-sticky_header.ak-gescout_sticky.ak-gescout_show .ak-main_header_in .ak-nav .ak-nav_list > li > a,
.ak-site_header.ak-style1.ak-sticky_header.ak-gescout_sticky.ak-gescout_show .ak-top_header_in .ak-nav .ak-nav_list > li > a {
  color: black;
}

.ak-nav + .ak-toolbox {
  margin-left: 55px;
}

.ak-site_header.ak-style1.ak-sticky-active {
  background-color: rgba(0, 0, 0, 0.8549019608);
  box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
}
.ak-site_header.ak-style1 .ak-action_box {
  display: flex;
  align-items: center;
}
.ak-site_header.ak-style1 .ak-action_box .ak-action_value {
  margin-left: 15px;
}
.ak-site_header.ak-style1 .ak-action_box > *:not(:last-child) {
  margin-right: 35px;
}
.ak-site_header.ak-style1 .ak-btn {
  padding: 13px 15px;
}

.ak-site_header_full_width .container {
  max-width: 100%;
  padding: 0 100px;
}

.ak-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ak-sticky_header {
  position: fixed !important;
  width: 100%;
  z-index: 999;
}

.ak-gescout_sticky {
  position: fixed !important;
  top: -150px;
  transition: all 0.4s ease;
}

.ak-gescout_show {
  top: 0 !important;
}

.ak-site_branding {
  display: inline-block;
}
.ak-site_branding img {
  max-height: 74px;
}

.ak-nav_list li a {
  letter-spacing: 1px;
}

.audio-recordings {
  margin-top: 20px;
}

.rec-top-container, .rec-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.rec-img img, .percent-value, .percent-sign {
  background: linear-gradient(11deg, #f67a4536 3.46%, #F67A45 90.03%);
  font-weight: 300;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fb222200;
  font-size: 100px;
}

.rec-img img {
  height: 100px;
  animation: move-top 1s ease-in-out infinite;
}

.rec-img2 img {
  height: 100px;
  transform: rotate(180deg);
  animation: move-down 1s ease-in-out infinite;
}

.rec-title h3 {
  font-size: 42px;
}

.audio-card {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  height: 100%;
  width: 60%;
  padding: 20px;
  background-color: white;
}

.audio-card2 {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  height: 100%;
  width: 90%;
  padding: 20px;
  background-color: white;
}

.audio-recordings {
  margin-bottom: 50px;
}

.audio-card-parent {
  display: flex;
  justify-content: center;
  align-items: center;
}

.audio-rec-row {
  margin-bottom: 50px;
}

.rec-title2 {
  display: flex;
  justify-self: center;
}

.rec-percentage,
.rec-percentage2 {
  width: 190px;
}
.rec-percentage3,
.rec-percentage2 {
  display: flex;
  justify-content: center;
}

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

.progress-bar {
  background-color: #ED8051 !important;
  animation: progress 3s ease-in-out forwards;
}

.progress-bar2 {
  background-color: #ED8051 !important;
  animation: progress2 3s ease-in-out forwards;
}

.progress-bar3 {
  background-color: #ED8051 !important;
  animation: progress3 3s ease-in-out forwards;
}

.progress-bar4 {
  background-color: #ED8051 !important;
  animation: progress4 3s ease-in-out forwards;
}

.audio-recordings h3,
.audio-recordings h1 {
  color: black;
  text-transform: capitalize;
}

.audio-recordings h1 {
  font-size: 66px;
  /* background: linear-gradient(to right, #F67A45 3.46%, white 90.03%); */
  border-radius: 5px;
  padding: 10px;
}

.audio-slider {
  margin-bottom: 10px;
}

@keyframes move-top {
  0% {
      margin-top: 15px;
    }
    100% {
      margin-top: 0px;
    }
}

@keyframes move-down {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 15px;
  }
}

@keyframes progress {
  0% {
    width: 0%;
  }
  25% {
    width: 25%;
  }
  75% {
    width: 75%;
  }
  100% {
    width: 93%;
  }
}

@keyframes progress2 {
  0% {
    width: 0%;
  }
  100% {
    width: 6%;
  }
}

@keyframes progress3 {
  0% {
    width: 0%;
  }
  25% {
    width: 12%;
  }
  75% {
    width: 25%;
  }
  100% {
    width: 38%;
  }
}

@keyframes progress4 {
  0% {
    width: 0%;
  }
  25% {
    width: 25%;
  }
  75% {
    width: 75%;
  }
  100% {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .ak-main_header_center,
  .ak-top_header_center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .ak-site_header.ak-style1 .ak-main_header_center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: calc(100% - 300px);
  }
  .ak-nav {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .ak-nav .ak-nav_list {
    display: flex !important;
    flex-wrap: wrap;
    height: inherit;
    align-items: center;
  }
  .ak-nav .ak-nav_list a {
    /* font-family: Teko; */
    font-family: var(--heading-font-family);
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 100%;
    position: relative;
    color: white;
  }
  .ak-nav .ak-nav_list > li {
    margin-right: 36px;
    height: 52px;
    color: #ffffff;
  }
  .ak-nav .ak-nav_list > li:last-child {
    margin-right: 0;
  }
  .ak-nav .ak-nav_list > li > a {
    display: inline-flex;
    position: relative;
    height: inherit;
    align-items: center;
    color: white !important;
  }
  .ak-nav .ak-nav_list > li > ul {
    left: 0;
    top: calc(100% + 30px);
  }
  .ak-nav .ak-nav_list > li:hover > ul {
    top: calc(100% + 0px);
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }
  .ak-nav .ak-nav_list li:not(.ak-mega_menu) {
    position: relative;
  }
  .ak-nav .ak-nav_list ul {
    width: 260px;
    background-color: rgba(0, 0, 0, 0.8549019608);
    position: absolute;
    box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    border-top: 2px solid rgba(255, 255, 255, 0.3215686275);
    padding: 10px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    border-radius: 0px 0px 5px 5px;
    transition: all 0.1s ease;
  }
  .ak-nav .ak-nav_list ul li:hover ul {
    top: 0px;
  }
  .ak-nav .ak-nav_list ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }
  .ak-nav .ak-nav_list ul a {
    display: block;
    line-height: inherit;
    padding: 3px 20px;
  }
  .ak-nav .ak-nav_list ul ul {
    top: 15px;
    left: 100%;
  }
  .ak-munu_toggle,
  .ak-munu_dropdown_toggle {
    display: none;
  }
  .ak-munu_dropdown_toggle_1 {
    position: absolute;
    height: 30px;
    width: 35px;
    right: 20px;
    top: 9px;
  }
  .ak-munu_dropdown_toggle_1:before, .ak-munu_dropdown_toggle_1:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 35px;
    background-color: #ffffff;
    transition: all 0.3s ease;
  }
  .ak-munu_dropdown_toggle_1:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .ak-munu_dropdown_toggle_1.active:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .ak-nav .ak-nav_list > li ul:not(.ak-mega_wrapper) .menu-item-has-children > a {
    position: relative;
  }
}
@media screen and (max-width: 1199px) {
  .ak-main_header .container {
    max-width: 100%;
  }
  .ak-site_header.ak-style1 .ak-nav {
    display: flex;
  }
  .ak-nav .ak-nav_list .ak-mega_wrapper {
    width: 100% !important;
  }
  .ak-site_header_full_width .container {
    padding: 0 15px;
  }
  .ak-munu_dropdown_toggle {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 20px;
    top: 5px;
  }
  .ak-munu_dropdown_toggle:before, .ak-munu_dropdown_toggle:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: var(--body-color);
    transition: all 0.3s ease;
  }
  .ak-munu_dropdown_toggle:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .ak-munu_dropdown_toggle.active:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .ak-nav .ak-nav_list {
    position: absolute;
    width: 100vw;
    left: -15px;
    background-color: rgba(0, 0, 0, 0.8549019608);
    padding: 10px 0;
    display: none;
    top: 0%;
    padding-top: 75px;
    border-top: 1px solid rgba(77, 77, 77, 0.3215686275);
    border-bottom: 1px solid rgba(77, 77, 77, 0.3215686275);
    overflow: auto;
    max-height: calc(100vh - 80px);
  }
  .ak-nav .ak-nav_list ul {
    padding-left: 15px;
    display: none;
  }
  .ak-nav .ak-nav_list a {
    /* font-family: Teko; */
    font-size: 20px;
    display: block;
    padding: 8px 20px;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    color: white !important;
  }
  .ak-nav .menu-item-has-children {
    position: relative;
  }
  /*Mobile Menu Button*/
  .ak-munu_toggle {
    display: inline-block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 30px;
  }
  .ak-munu_toggle span,
  .ak-munu_toggle span:before,
  .ak-munu_toggle span:after {
    width: 100%;
    height: 2px;
    background-color: white;
    display: block;
  }
  .ak-munu_toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    transition-duration: 0s;
    transition-delay: 0.2s;
  }
  .ak-munu_toggle span:before {
    content: "";
    position: absolute;
    margin-top: -9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .ak-munu_toggle span:after {
    content: "";
    position: absolute;
    margin-top: 9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .ak-site_header.ak-style1 .ak-munu_toggle {
    top: 50%;
    right: 18px;
    margin-top: -13px;
  }
  .ak-toggle_active span {
    background-color: rgba(0, 0, 0, 0);
    transition-delay: 0.2s;
  }
  .ak-toggle_active span:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
  }
  .ak-toggle_active span:after {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
  }
  .ak-header_toolbox {
    margin-right: 50px;
  }
  .ak-site_header.ak-style1 .ak-main_header_in {
    height: 80px;
    justify-content: start;
    margin: 0px;
    /* background-color: #f67a453d; */
    /* background: #f67a45; */
  }
  .ak-hamburger span {
    height: 3px;
  }
  .ak-site_header .current-menu-item > a:before {
    display: none;
  }
  .ak-site_header.ak-style1 .ak-main_header_center .ak-site_branding {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  .ak-site_header.ak-style1 {
    top: 0;
  }
  .header-top {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .ak-site_header .container {
    max-width: 100%;
  }
  .ak-site_header.ak-style1 .ak-action_box > *:not(:last-child) {
    margin-right: 25px;
  }
  .ak-site_header.ak-style1 .ak-btn {
    padding: 8px;
  }
  .header-top {
    display: none;
  }
}
@media (max-width: 575px) {
  .ak-site-branding {
    max-width: 150px;
  }
  .ak-hamburger_wrap .ak-hamburger {
    margin-right: 0;
  }
  .ak-site_branding img {
    max-height: 32px;
  }
  .ak-site_header.ak-style1 .ak-btn span {
    display: none;
  }
  .ak-site_header.ak-style1 .ak-btn svg {
    margin-right: 0;
    width: 20px;
    height: 20px;
  }
  .ak-main-header-right {
    display: none;
  }
  .ak-site_header.ak-style1 .ak-main_header_in {
    height: 55px;
  }
  .about-box-mid1,
  .about-box-mid2 {
    max-width: 50% !important;
  }
  .about-section-heading {
    padding: 0px 10px;
  }
  .common-page-title .page-title {
    font-size: 36px;
  }
}
.nav-bar-border {
  opacity: 0.5;
  height: 1.5px;
  background-color: rgba(255, 255, 255, 0.3490196078);
  width: 100%;
}

.ak-menu-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-left: 0.3px solid #635542;
  padding-left: 20px;
  height: 100%;
}
.ak-menu-toggle .ak-menu-icon path {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
}

.read-more-btn {
  color: #f67a45 !important;
  text-align: right;
  display: none;
}


/*--------------------------------------------------------------
  9. Footer
----------------------------------------------------------------*/
.footer {
//  margin-top: 4px;
  position: relative;
  background-color: #f67a45a8;
}
.footer .nav-tag{
    justify-content: start !important;
    text-decoration: none;
    transition: transform 0.3sease-in-out, letter-spacing 0.3sease-in-out, color 0.3sease-in-out;
    font-weight: 500;
}

.footer .nav-tag:hover {
    transform: translateY(-3px);
    letter-spacing: 2px;
}
.footer .footer_bg_light {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0.4;
}
.footer .copyright-text {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0px 2px;
  color: #000;
}


.footer .border-footer-1 {
  display: block;
  height: 1px;
  width: 100%;
  background-color: rgba(213, 189, 162, 0.15);
}
.footer .border-footer-2 {
  display: block;
  height: 1px;
  width: 100%;
  background-color: rgba(213, 189, 162, 0.15);
  position: absolute;
  top: 80%;
}

.footer.style-1 > * {
  max-width: 439px;
  flex: 0 0 auto;
  border-left: 1px solid rgba(213, 189, 162, 0.15);
  padding: 50px;
  padding-bottom: 66px;
}

.footer img {
  height: 100%;
}

.store-slider-btn {
  margin-top: -155px;
}

.footer.style-1 {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  flex-wrap: wrap;
}
.footer.style-1 .location-contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 36px;
}
.footer.style-1 .location-contact span {
  /* color: var(--primary-color); */
  color: #000;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--heading-font-family);
}
.footer.style-1 .location-contact::before {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% - 85px);
  top: 0;
  left: 0;
  bottom: 15px;
  width: 5px;
  /* background-color: var(--primary-color); */
  background: #000000;
}
.footer-logo{
    height: 98px !important;
    width: 214px !important;
}

.download-btn-stores{
    text-align: center;
    color: white;
    z-index: 2;
    display: flex;
    width: max-content;
    gap: 6px;
}
.download-btn-stores span{
color: #fff !important;
font-size: 14px !important;
}

.download-btn-stores .playstore-button {
    padding: 0.6rem 2rem;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.6) !important;
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.6) !important;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.6) !important;
}
.download-btn-stores .playstore-button:hover {
    background-color: transparent;
    color: rgb(0, 0, 0);
}
.download-btn-stores .texts {
    margin-left: 12px;
}

.footer.style-1 .link-social {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  padding: 50px 30px;
}
.footer.style-1 .link-social .link,
.footer.style-1 .link-social .social {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer.style-1 .logo-footer {
  max-width: 410px;
  border-right: 1px solid rgba(213, 189, 162, 0.15);
}
.footer.style-1 .logo-footer .logo {
  margin-bottom: 10px;
}
.footer.style-1 .logo-footer .desp {
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 20px;
  text-align: center;
}
.footer.style-1 .logo-footer .phone {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 20px;
}
.footer.style-1 .logo-footer .phone .title {
  transition: all 0.3s ease;
}
.footer.style-1 .logo-footer .phone:hover .title {
  color: #f67a45;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 1191px) {
  .footer.style-1 > * {
    padding: 25px;
    padding-bottom: 100px;
  }
  .footer.style-1 {
    overflow: visible;
  }
  .footer.style-1 .link-social {
    padding: 20px;
    gap: 50px;
  }
  .footer.style-1 .logo-footer {
    max-width: 323px;
  }
}
@media screen and (max-width: 991px) {
  .footer .border-footer-1 {
    display: none;
  }
  .footer .border-footer-2 {
    display: none;
  }
  .footer.style-1 {
    flex-wrap: wrap;
  }
  .footer.style-1 .location-contact {
    padding: 20px;
  }
  .footer.style-1 .link-social {
    padding: 20px;
    gap: 20px;
  }
  .footer.style-1 .logo-footer {
    border: none;
    padding: 20px;
    padding-bottom: 100px;
  }
  .footer.style-1 > * {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .footer.style-1 {
    flex-direction: column;
  }
}
/*--------------------------------------------------------------
10. Sidebar
----------------------------------------------------------------*/
@media screen and (min-width: 991px) {
  #sidebarWrap {
    height: auto;
    width: 420px;
    float: right;
    position: relative;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
  }
  #content {
    width: 850px;
    height: auto;
  }
  #sidebar {
    width: 400px;
    height: auto;
    position: absolute;
    z-index: 1111;
  }
  #sidebar.fixed {
    position: fixed;
    top: 0;
  }
}
@media screen and (max-width: 1399px) {
  #content {
    width: 650px;
  }
}
@media screen and (max-width: 1200px) {
  #sidebarWrap {
    width: 345px;
  }
  #content {
    width: 550px;
  }
  #sidebar {
    width: 350px;
  }
}
@media screen and (max-width: 990px) {
  .classespages-details-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 80px;
  }
  #sidebarWrap {
    width: 100%;
  }
  #content {
    width: 100%;
  }
  #sidebar {
    width: 100%;
  }
}
@keyframes moveImage {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.bim-calculation img {
  animation: moveImage 1.5s ease infinite;
}

/*--------------------------------------------------------------
11. Form Control
----------------------------------------------------------------*/
.form-control.style1,
.form-select.style1 {
  margin: 0;
  display: inline-block;
  width: 100%;
  color: #353f4f;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-clip: padding-box;
  background-color: #ffffff;
  font-family: Teko;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  border: none;
  border-radius: 0px;
  padding: 15px 19px;
  margin-bottom: 20px;
  transition: box-shadow 0.15s ease-in-out;
}
.form-control.style1:focus,
.form-select.style1:focus {
  box-shadow: 0 0 0 0.25rem rgba(109, 66, 10, 0.486);
}
.form-control.style1.color2, .form-select.style1.color2 {
  color: black;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
}
.form-control.style1.color2::-moz-placeholder, .form-select.style1.color2::-moz-placeholder {
  color: black;
  opacity: 0.7;
}
.form-control.style1.color2::placeholder,
.form-select.style1.color2::placeholder {
  color: black;
  opacity: 0.7;
}
.form-control.style1.color2::-ms-input-placeholder,
.form-select.style1.color2::-ms-input-placeholder {
  color: black;
  opacity: 0.7;
}
.form-control.style1.type2,
.form-select.style1.type2 {
  font-family: var(--body-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.form-select.style1 {
  padding: 18px 19px;
  background-size: 22px 17px;
}

.label {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  font-family: var(--heading-font-family);
  color: #f67a45;
}

.form-title {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

select.form-select {
  background-color: #f0f0f0;
}

select.form-select option {
  color: #000;
}

/*--------------------------------------------------------------
12. Button
----------------------------------------------------------------*/
.button-primary {
  font-family: "Teko", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  padding: 14px 30px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border: none;
  position: relative;
  line-height: 100%;
  color: #ffffff;
  gap: 10px;
  background: linear-gradient(to left, #f67a45 50%, rgba(246, 122, 69, 0.9) 50%) right;
  background-size: 200%;
  background-position: right;
}
.button-primary:hover {
  color: #ffffff;
  background-position: left;
}
.button-primary .icon {
  transition: all 0.3s;
  transform: translateX(0px);
  margin-bottom: 4px;
}
.button-primary:hover .icon {
  transform: translateX(8px);
}

.button-primary.type_2 {
  font-family: "Teko", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  padding: 17px 40px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border: none;
  position: relative;
  line-height: 100%;
  color: #ffffff;
  gap: 10px;
  background: linear-gradient(to left, #f67a45 50%, rgba(246, 122, 69, 0.9) 50%) right;
  background-size: 200%;
  background-position: right;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.button-primary.type_2:hover {
  color: #ffffff;
  background-position: left;
}

.button-primary.style_2 {
  font-family: "Teko", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  padding: 17px 40px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border: none;
  position: relative;
  line-height: 100%;
  color: #ffffff;
  gap: 10px;
  background: linear-gradient(to left, #f67a45 50%, rgba(246, 122, 69, 0.9) 50%) right;
  background-size: 200%;
  background-position: right;
  width: 100%;
}
.button-primary.style_2:hover {
  color: #ffffff;
  background-position: left;
}

.button-primary.color2 {
  font-family: "Teko", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  padding: 17px 40px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border: none;
  position: relative;
  line-height: 100%;
  color: #01010f;
  gap: 10px;
  background: linear-gradient(to left, #ffffff 50%, rgba(255, 255, 255, 0.9) 50%) right;
  background-size: 200%;
  background-position: right;
  overflow: hidden;
}
.button-primary.color2:hover {
  color: #01010f;
  background-position: left;
}
.button-primary.color2 .icon {
  transition: transform 0.2s linear;
}
.button-primary.color2 .icon svg path {
  fill: #01010f !important;
}
.button-primary.color2:hover .icon {
  transform: translateX(10px);
}

.button-arrow-white {
  width: 60px;
  height: 60px;
  /* background-color: #d5bda2; */
  background-color: #f67a45 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.button-arrow-white:hover {
  background-color: black;
}
.button-arrow-white svg path {
  fill: white;
}

/* .button-arrow-white:hover svg path {
  fill: #f67a45;
} */

.button-arrow-black {
  width: 60px;
  height: 60px;
  background-color: #d5bda2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.button-arrow-black:hover {
  background-color: rgba(213, 189, 162, 0.1);
}
.button-arrow-black:hover svg path {
  fill: #ffffff;
}

.button-arrow-black.team-btn {
  width: 60px;
  height: 60px;
  background-color: #d5bda2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.button-arrow-black.team-btn:hover {
  background-color: #d5bda2;
}
.button-arrow-black.team-btn:hover svg path {
  fill: #01010f;
}
.button-arrow-black.team-btn:hover {
  background-color: #ffffff;
}

.secondary-btn, .secondary-btn.type2 {
  display: inline-flex;
  min-width: 153px;
  padding: 14px 26px;
  align-items: center;
  gap: 6px;
  border: none;
  border-left: 5px solid #f67a45;
  background: linear-gradient(to right, #f67a45 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
}
.secondary-btn a svg, .secondary-btn.type2 a svg {
  transition: all 0.2s ease-out;
}
.secondary-btn:hover {
  background-position: left bottom;
}
.secondary-btn:hover a {
  color: #ffffff;
}
.secondary-btn:hover a svg {
  transform: translateX(10px);
}
.secondary-btn span, .secondary-btn.type2 span {
  font-size: 20px;
  font-family: var(--heading-font-family);
  margin-top: 4px;
  font-weight: 500;
  line-height: 100%;
}
.secondary-btn svg, .secondary-btn.type2 svg {
  transition: transform 0.3s ease;
}
.secondary-btn:hover > svg {
  transform: translateX(5px);
}

.secondary-btn.type2 {
  background: linear-gradient(to right, #f67a45 50%, rgba(213, 189, 162, 0.2) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
}
.secondary-btn.type2:hover {
  background-position: left bottom;
}
.secondary-btn.type2:hover a svg {
  transform: translateX(10px);
}

.specialized-Area-btn {
  display: inline-flex;
  padding: 5px 15px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  font-size: 18px;
  line-height: 27px;
  border: 1px solid #d5bda2;
}
.specialized-Area-btn:hover {
  color: #d5bda2;
}

/*--------------------------------------------------------------
  13. Hero
----------------------------------------------------------------*/
.ak-hero.ak-style1 {
  position: relative;
  height: 100vh;
}
.ak-hero.ak-style1 .hero-content {
  position: absolute;
  display: flex;
  max-width: 100%;
  font-weight: 700;
  height: 100%;
  align-items: center;
  /* top: 40px; */
  z-index: 1;
  padding-left: 100px;
}
.ak-hero.ak-style1 .hero-content .hero-stroke-text {
  text-transform: uppercase;
}
.ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
  font-size: 50px;
  cursor: default;
  line-height: 50px;
  color: white;
  width: 100%;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
.ak-hero.ak-style1 .hero-content .hero-stroke-text-two {
  font-size: 50px;
  line-height: 50px;
  cursor: default;
  color: white;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
.ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three {
  font-size: 20px;
  line-height: 20px;
  margin: 5px 0px;
  /* font-family: Teko, sans-serif; */
  /* font-family: "Sniglet", system-ui; */
  font-family: Teko, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  color: white;
}
.ak-hero.ak-style1 .hero-content .hero-desp {
  font-weight: 400;
  max-width: 630px;
  line-height: 27px;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  color: white;
  background-color: #f67a452a;
  margin-bottom: 20px;
  font-family: Teko, sans-serif;
}
.ak-hero.ak-style1 .hero-1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 43%;
  overflow: hidden;
}
.ak-hero.ak-style1 .hero-social-icon {
  position: absolute;
  left: 45px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.ak-hero.ak-style1 .hero-social-icon .dot-line, .ak-hero.ak-style1 .hero-social-icon .dot-line-two {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #d5bda2;
  border-radius: 50%;
  position: relative;
  top: 80px;
}
.ak-hero.ak-style1 .hero-social-icon .dot-line::before, .ak-hero.ak-style1 .hero-social-icon .dot-line-two::before {
  left: 50%;
  position: absolute;
  content: "";
  transform: rotate(90deg);
  transform-origin: left;
  width: 200px;
  height: 1px;
  flex-shrink: 0;
  opacity: 0.3;
  background-color: #d5bda2;
}
.ak-hero.ak-style1 .hero-social-icon .dot-line-two {
  transform: rotate(180deg);
  top: -80px;
}
.ak-hero.ak-style1 .hero-social-icon .social-icon {
  transform: rotate(270deg);
}

.video-set{
  width: 100%;
  padding-top: 56.25%;
  height: 0 !important;
  overflow: hidden;
}

.section-heading .title2 {
  font-size: 30px;
}

.section-heading .title3 {
  font-size: 24px;
}

@media screen and (min-width: 1581px) {
  .ak-hero.ak-style1 .hero-content {
    margin-left: 100px;
  }
}

@media screen and (max-width: 1580px) {
  .ak-hero.ak-style1 .hero-social-icon {
    left: -10px;
  }
}
@media screen and (max-width: 1399px) {
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
    font-size: 115px;
    margin-top: 50px;
    display: block;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-two {
    font-size: 75px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three {
    font-size: 50px;
    line-height: 50px;
  }
  .ak-hero.ak-style1 .hero-content .hero-desp {
    margin-bottom: 20px;
    line-height: 27px;
    font-size: 16px;
    max-width: 450px;
  }
}
@media screen and (max-width: 1200px) {
  .ak-hero.ak-style1 .hero-content {
    top: 0;
  }
}
@media screen and (max-width: 1050px) {
  .ak-hero.ak-style1 .hero-social-icon {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .ak-hero.ak-style1 .hero-1 {
    z-index: 11;
    width: 100%;
  }
  .ak-hero.ak-style1 .hero-1 .ak-hero-bg {
    opacity: 0.4;
  }
  .ak-hero.ak-style1 .hero-content {
    z-index: 12;
  }
}
@media screen and (max-width: 767px) {
  .ak-hero.ak-style1 {
    display: flex;
    align-items: center;
  }
  .ak-hero.ak-style1 .hero-content {
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    top: 0px;
    margin-bottom: 50px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
    font-size: 85px;
    margin-top: 50px;
    line-height: 100%;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-two {
    font-size: 52px;
    line-height: 100%;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three {
    font-size: 50px;
    line-height: 50px;
  }
  .ak-hero.ak-style1 .hero-content .hero-desp {
    margin-bottom: 20px;
    line-height: 27px;
    font-size: 16px;
    max-width: 450px;
  }
    .feature-card .title-box h3 {
          font-size: 9px;
    }
}
@media screen and (max-width: 376px) {
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
    font-size: 52px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-two {
    font-size: 42px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three {
    font-size: 42px;
    line-height: 42px;
  }
}
/*--------------------------------------------------------------
  14. Slideing Text
----------------------------------------------------------------*/
.sliding-text {
  position: relative;
  z-index: 12;
  bottom: 60px;
}
.sliding-text.type2 {
  bottom: 0px;
}

.moving-section-wrap {
  overflow: hidden;
  background: #f67a45;
  transform: rotate(-3deg);
  transform-origin: center;
  display: inline-flex;
  position: relative;
  z-index: 13;
}
.moving-section-wrap.type2 {
  background: #d5bda2;
  transform: rotate(0deg);
}
.moving-section-wrap.type2 .moving-section-in .moving-section span {
  color: #01010f;
}
.moving-section-wrap.type2.color2 {
  background: #020f23;
}
.moving-section-wrap.type2.color2 .moving-section-in .moving-section span {
  color: #ffffff;
}
.moving-section-wrap .moving-section-in {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}
.moving-section-wrap .moving-section-in .moving-section {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: 15px 0px;
  animation: slide-right 20s linear infinite;
}
.moving-section-wrap .moving-section-in .moving-section .moving-text {
  display: flex;
  gap: 30px;
}
.moving-section-wrap .moving-section-in .moving-section .moving-text.type2 {
  gap: 15px;
}
.moving-section-wrap .moving-section-in .moving-section span {
  color: #ffffff;
}

.moving-section-wrap-two {
  overflow: hidden;
  background: #d5bda2;
  transform: rotate(3deg);
  transform-origin: center;
  z-index: -13;
}
.moving-section-wrap-two .moving-section-in {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}
.moving-section-wrap-two .moving-section-in .moving-section {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: 15px 0px;
  animation: slide-right 20s linear infinite;
}
.moving-section-wrap-two .moving-section-in .moving-section .moving-text {
  display: flex;
  gap: 30px;
}
.moving-section-wrap-two .moving-section-in .moving-section span {
  color: #01010f;
}

.animation-speed-10 {
  animation: slide-left 10s linear infinite;
}

.animation-speed-30 {
  animation: slide-left 30s linear infinite;
}

.animation-speed-40 {
  animation: slide-left 40s linear infinite;
}

.animation-speed-50 {
  animation: slide-left 50s linear infinite;
}

.moving-section-hover-push:hover .moving-section {
  animation-play-state: paused;
}

@media screen and (max-width: 767px) {
  .sliding-text {
    bottom: 0;
  }
  .moving-section-wrap {
    transform: rotate(0deg);
  }
  .moving-section-wrap-two {
    transform: rotate(0deg);
  }
  .moving-section-wrap-two .moving-section-in .moving-section {
    animation: slide-left 20s linear infinite;
  }
}
@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
/*--------------------------------------------------------------
  15. About
----------------------------------------------------------------*/


.about-parent-bg {
  background-color: #fdf3e4;
  position: relative;
}

.about-parent-bg .new-About p {
      color: black;
}

.watermark-img img {
  position: absolute;
    width: 40%;
    top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
}
.about-section {
  display: flex;
  justify-content: space-between;
  gap: 0px;
  flex-direction: column-reverse;
}
.about-section .img-content {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  max-width: 100;
  position: relative;
  gap: 30px;
  margin-top: 24px;
}
.about-section .img-content .img-content-one {
  flex-basis: 50%;
  overflow: hidden;
  max-height: 444px;
}
.about-section .img-content .img-content-one .about_1 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section .img-content .img-content-two {
  flex-basis: 50%;
  margin-top: 25px;
}
.about-section .img-content .img-content-two .circle {
  position: absolute;
  z-index: 13;
  right: 150px;
}
.about-section .img-content .img-content-two .img-content-about_2 {
  position: absolute;
  max-height: 405px;
  top: 100px;
  z-index: 12;
  overflow: hidden;
}
.about-section .img-content .img-content-two .img-content-about_2 .about_2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section .info-content {
  max-width: 100%;
  width: 100%;
  margin-top: 18px;
}

@media screen and (max-width: 1199px) {
  .about-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .about-section .img-content {
    bottom: 0;
  }
  .about-section .info-content {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .about-section .img-content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-section .img-content .img-content-two .circle {
    width: 120px;
    height: 120px;
    right: 100px;
  }
}
/*--------------------------------------------------------------
  16. Accordion
----------------------------------------------------------------*/
.ak-accordion-tab {
  display: none;
}

.ak-accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* .ak-accordion-item:first-child {
    .ak-accordion-tab {
      display: block;
    }
  } */
}

.ak-accordion-item {
  background-color: #020f23;
}
.ak-accordion-item .ak-accordion-title {
  padding: 17px 20px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}
.ak-accordion-item .ak-accordion-title h5 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  color: #d5bda2;
}
.ak-accordion-item .ak-accordion-title h5 span {
  color: #ffffff;
  margin-right: 20px;
}
.ak-accordion-item .ak-accordion-title:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: all 0.3s ease;
  font-size: 24px;
  color: white;
}
.ak-accordion-item .ak-accordion-title.active:after {
  content: "-";
  color: white;
}
.ak-accordion-item .ak-accordion-tab {
  padding: 30px;
  padding-top: 0;
  color: white;
}

@media screen and (max-width: 1400px) {
  .faq {
    max-width: 100%;
  }
}


.secNew {
      background: #b85227;
      background: linear-gradient(86deg, rgb(255 150 106) 0%, rgb(255 134 82) 59%);
}

.secNew h2 {
  text-transform: uppercase;
  text-align: center;
  color: black;
}

.secNew p {
  color: black;
  font-weight: 500;
}
.secNew a {
  font-weight: 500;
    color: #d51d1d !important;
}
.secNew-content span {
      color: #ebebeb !important;
}
secNew-content h4 {
  color:black;
}
.secNew-content .download-btn-stores span {
  font-size: 17px !important;
}
.secNew-content {
  display: grid;
    place-items: center;
    text-align: center;
}
 .secNew-content .download-btn-stores {
   animation: pulse-animation 2s infinite;
   border-radius: 25px;
 }
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.507);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
 
/*--------------------------------------------------------------
  17. Classes
----------------------------------------------------------------*/
.classes-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-height: 500px;
  word-wrap: break-word;
  background-clip: border-box;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
}
.classes-card .classes-img-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 12;
  fill: rgba(246, 122, 69, 0.15);
  background: rgba(246, 122, 69, 0.1);
  /* -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); */
  -webkit-clip-path: polygon(0% -0.75%, 100% 75.25%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% -0.75%, 100% 75.25%, 100% 100%, 100% 100%, 0% 100%);
}
.classes-card .classes-img-overlay .classes-text {
  font-family: var(--heading-font-family);
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  color: var(--body-color);
}
.classes-card .classes-img-overlay::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  z-index: -11;
  left: 0;
  width: 100%;
  height: 0%;
  fill: rgba(246, 122, 69, 0.15);
  background: rgba(246, 122, 69, 0.1);
  /* -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); */
  -webkit-clip-path: polygon(0% -0.75%, 100% 75.25%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% -0.75%, 100% 75.25%, 100% 100%, 100% 100%, 0% 100%);
  transition: all 0.3s linear;
}
.classes-card:hover .classes-img-overlay::before {
  height: 100%;
  background: #f67a45;
}
.classes-card .card-img {
  transition: transform 0.5s ease;
}
.classes-card:hover > .card-img {
  transform: scale(1.2) rotate(10deg);
}

.location-contact p,
.logo-footer p {
  color: black;
}

.classes-details-title-img.style1 {
  width: 100vw;
  display: flex;
  gap: 60px;
  align-items: center;
}
.classes-details-title-img.style1 .classes-details-title-info {
  max-width: 558px;
  flex-grow: 1;
}
.classes-details-title-img.style1 .classes-details-title-info .classes-details-title {
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
}
.classes-details-title-img.style1 .classes-details-title-info .classes-details-desp {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 50px;
}
.classes-details-title-img.style1 .classes-details-img-content {
  flex-grow: 1;
}
.classes-details-title-img.style1 .classes-details-img-content .classes-details-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
}
.classes-details-title-img.style1 .schedule-duration {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-top: 50px;
}
.classes-details-title-img.style1 .schedule-duration .schedule-divider {
  width: 1px;
  height: 70px;
  flex-shrink: 0;
  background: var(--Extra, #d5bda2);
}
.classes-details-title-img.style1 .schedule-duration .schedule .desp,
.classes-details-title-img.style1 .schedule-duration .duration .desp {
  font-size: 18px;
}
.classes-details-title-img.style1 .schedule-duration .schedule .title,
.classes-details-title-img.style1 .schedule-duration .duration .title {
  font-size: 24px;
}

.classespages-details-content.style1 .details-content .title {
  font-size: 60px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .classes-details-title-img.style1 {
    flex-direction: column-reverse;
    width: 100%;
    align-items: flex-start;
  }
  .classes-details-title-img.style1 .classes-details-title-info .classes-details-desp {
    margin-bottom: 30px;
  }
  .classes-details-title-img.style1 .schedule-duration {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .classespages-details-content.style1 .details-content .title {
    font-size: 38px;
    text-transform: uppercase;
  }
  .testimonial-style2, .testimonial-style2-slider .swiper-slide {
    flex-direction: column;
  }
}
/*--------------------------------------------------------------
  18. Counter Funfact
----------------------------------------------------------------*/
.funfact-counter {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 76px 0px;
}
.funfact-counter .auto-counter-section {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.funfact.style1 {
  text-align: center;
  display: flex;
  align-items: center;
}
.funfact.style1 .funfact-number {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #01010f;
}
.funfact.style1 .funfact-number span {
  font-size: 62px;
  font-weight: 600;
  margin-top: 10px;
  font-family: var(--heading-font-family);
}
.funfact.style1 .funfact-number.color-1 {
  color: #ffffff;
}
.funfact.style1 .funfact-text p {
  color: #01010f;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  font-family: var(--heading-font-family);
  position: relative;
}

@media screen and (max-width: 767px) {
  .funfact.style1 {
    margin-bottom: 0px;
    text-align: start;
  }
  .funfact.style1 .funfact-text p {
    font-size: 22px;
  }
}
@media screen and (max-width: 567px) {
  .funfact-counter .auto-counter-section {
    flex-direction: column;
  }
}
/*--------------------------------------------------------------
  19. Team
----------------------------------------------------------------*/
.team-content {
  display: flex;
  flex-wrap: wrap;
}
.team-content > * {
  width: 33.3333333333%;
}

.team-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;

}

.un-margin {
    margin-top: 1rem;
}

.cart-btn-parent {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}


.cart-btn{
  border-radius: 30px;
  background-color: #F67A45;
  border: 0px;
  font-size: 17px;
  padding: 8px 22px;
  cursor: pointer;
  color: #ffffff;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cart-btn:hover {
  background-color: black;
  color: white;
}

.slider_2 {
  padding: 12px;
}

.team-body-info h6 {
  text-align: center;
  font-weight: bold;
}

.team-cardss {
  padding-right: 30px;
}

.team-cards {
  background-color: #f67a45;
}
.team-card.style2 .team-header-info {
  margin-bottom: 0;
}
.team-card.style2 .team-body-info {
  width: 100%;
  position: absolute;
  bottom: 30px;
}
.team-card .team-header-info {
  overflow: hidden;
  height: 200px;
}

.team-card .team-header-info img {
  height: 200px;
}

.team-card .team-header-info .card-img-top {
  transition: transform 0.5s ease;
}
.team-card .team-body-info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
}
.team-card .team-body-info .team-btn svg {
  transition: all 0.2s ease;
}
.team-card .team-body-info .team-title {
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s ease;
  /* color: #ffffff; */
}
.team-card .team-body-info .team-subtitle {
  font-family: Vazirmatn;
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
}
.team-card:hover .team-header-info .card-img-top {
  transform: scale(1.1);
}
.team-card:hover .team-body-info .team-btn svg {
  transform: translateX(7px);
}
/* .team-card:hover .team-body-info .team-title {
  color: #f67a45;
} */

.history-content-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 275px;
}
.history-content-card .history-content-img {
  width: 73px;
}

.trainer-details {
  display: flex;
  gap: 83px;
}
.trainer-details .trainer-details-img {
  width: 438px;
  max-width: 100%;
}
.trainer-details .trainer-content {
  width: 757px;
  max-width: 100%;
}

.all-badge {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.all-badge > img {
  flex: 1 1 auto;
  max-width: 103px;
  width: 20%;
}

.social-follow a {
  transition: all 0.3s;
  transform: scale(1.1);
}
.social-follow a:hover {
  transform: scale(1.4);
}
.social-follow a:hover path {
  fill: #f67a45;
}
.social-follow .line-dot .dot {
  width: 4px;
  height: 4px;
  background-color: #d5bda2;
  border-radius: 50%;
  position: relative;
}
.social-follow .line-dot .dot::before {
  top: 50%;
  position: absolute;
  content: "";
  width: 270px;
  height: 1px;
  flex-shrink: 0;
  opacity: 0.3;
  background-color: #d5bda2;
}

@media screen and (max-width: 991px) {
  .team-content {
    gap: 40px;
  }
  .team-content2 {
    gap: 0px;
  }
  .team-content > * {
    width: 47%;
  }
  .trainer-details {
    flex-wrap: wrap;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .team-content > * {
    width: 100%;
  }
  .history-content-card {
    gap: 10px;
    max-width: 100%;
  }
  .history-content-card .history-content-img {
    width: 73px;
  }
}
/*--------------------------------------------------------------
  20. Schedule Calendar
----------------------------------------------------------------*/
.schedule-calendar {
  background-color: #020f23;
  padding: 40px 43px;
}
.schedule-calendar.type2 {
  padding: 0;
}
.schedule-calendar .br-routine th,
.schedule-calendar td {
  border: 1px dotted rgba(255, 255, 255, 0.2);
  padding: 1px;
  text-align: center;
  min-width: 145px;
  max-width: 150px;
  height: 80px;
  font-family: teko;
  flex-shrink: 0;
  font-size: 20px;
  flex-grow: 1;
}
.schedule-calendar .br-routine .cs-row-title {
  border-left: none;
  text-align: left;
}
.schedule-calendar .tab-content .cs-col-title {
  border-top: none;
}
.schedule-calendar .tab-content .cs-col-title.one {
  border-left: none;
}
.schedule-calendar .cs-item {
  background-color: #d5bda2;
  margin: 4px;
  padding: 12px 11px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
}
.schedule-calendar .cs-item .cs-item-title {
  font-family: var(--heading-font-family);
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #01010f;
  transition: all 0.3s ease;
}
.schedule-calendar .cs-item .cs-item-short-title {
  font-family: var(--body-font-family);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #020f23;
  transition: all 0.3s ease;
}
.schedule-calendar .cs-item:hover {
  background-color: #f67a45;
}
.schedule-calendar .cs-item:hover .cs-item-title {
  color: #ffffff;
}
.schedule-calendar .cs-item:hover .cs-item-short-title {
  color: #ffffff;
}

/*--------------------------------------------------------------
  21. Feature
----------------------------------------------------------------*/
.feature-card {
  perspective: 960px;
}

.info {
  transform: rotate3d(1, 0, 0, 90deg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: rgba(246, 122, 69, 0.9);
  display: flex;
    justify-content: center;
    align-items: center;
}

.in-top .info {
  transform-origin: 50% 0%;
  animation: in-top 300ms ease 0ms 1 forwards;
}

.in-right .info {
  transform-origin: 100% 0%;
  animation: in-right 300ms ease 0ms 1 forwards;
}

.in-bottom .info {
  transform-origin: 50% 100%;
  animation: in-bottom 300ms ease 0ms 1 forwards;
}

.in-left .info {
  transform-origin: 0% 0%;
  animation: in-left 300ms ease 0ms 1 forwards;
}

.out-top .info {
  transform-origin: 50% 0%;
  animation: out-top 300ms ease 0ms 1 forwards;
}

.out-right .info {
  transform-origin: 100% 50%;
  animation: out-right 300ms ease 0ms 1 forwards;
}

.out-bottom .info {
  transform-origin: 50% 100%;
  animation: out-bottom 300ms ease 0ms 1 forwards;
}

.out-left .info {
  transform-origin: 0% 0%;
  animation: out-left 300ms ease 0ms 1 forwards;
}

@keyframes in-top {
  from {
    transform: rotate3d(-1, 0, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-right {
  from {
    transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-bottom {
  from {
    transform: rotate3d(1, 0, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-left {
  from {
    transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes out-top {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(-1, 0, 0, 104deg);
  }
}
@keyframes out-right {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(0, -1, 0, 104deg);
  }
}
@keyframes out-bottom {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(1, 0, 0, 104deg);
  }
}
@keyframes out-left {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(0, 1, 0, 104deg);
  }
}
.feature-content {
  display: flex;
  flex-wrap: wrap;
}

.feature-content > * {
  flex: 0 0 auto;
  max-width: 100%;
  width: 50%;
}

.feature-card {
  position: relative;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.feature-card .normal {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 50px;
  line-height: 200px;
}

.secEbook-grid .feature {
      height: 150px;
}


.feature-card .normal .text-content {
  position: absolute;
  bottom: 50px;
  left: 48px;
  max-width: 361px;
}
.feature-card .normal .feature-card-img {
  width: 100%;
}
.feature-card .info .hover-content {
  position: absolute;
  width: 90%;
  height: 90%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.feature-card h3 {
  margin: 0;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.9);
}
.feature-card p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  padding-right: 20px;
  text-align: justify;
}

.feature-video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .feature-video .scrolling-image {
    height: 125% !important;
  }
  .feature-video .scrolling-image {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.feature-video .ak-video-block {
  position: absolute;
}

@media screen and (max-width: 1400px) {
  .feature-content > .feature-video {
    width: 35%;
  }
  .feature-content > .feature {
    width: 65%;
  }
  .feature-card .normal .text-content {
    left: 20px;
    bottom: 20px;
    right: 10px;
  }

  .feature-video .video-img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .feature-content > .feature-video {
    width: 100%;
  }
  .feature-content > .feature {
    width: 100%;
  }
}
/*--------------------------------------------------------------
  22. Testimonial
----------------------------------------------------------------*/
.testimonial {
  display: flex;
  gap: 80px;
  align-items: center;
}
.testimonial .testimonial-img {
  max-width: 438px;
}
.testimonial .testimonial-info {
  max-width: 747px;
}
.testimonial .testimonial-info .stroke-text {
  font-size: 160px;
  margin-bottom: 30px;
}
.testimonial .testimonial-info .testimonial-content {
  display: flex;
  gap: 65px;
  align-items: center;
}
.testimonial .testimonial-info .testimonial-content .client {
  margin-top: 51px;
}
.testimonial .testimonial-info .testimonial-content .client .sub-title {
  font-size: 16px;
  font-weight: 400;
}
.testimonial .testimonial-info .testimonial-content .desp {
  width: 560px;
  font-size: 18px;
  line-height: 27px;
}
.testimonial .testimonial-info .testimonial-content .desp .video-btn {
  margin-bottom: 35px;
}

.testimonial-style2, .testimonial-style2-slider .swiper-slide {
  display: flex;
  gap: 90px;
  align-items: center;
  cursor: pointer;
}
.testimonial-style2 .vector-content, .testimonial-style2-slider .swiper-slide .vector-content {
  display: flex;
  max-width: 461px;
  width: 100%;
  height: 391px;
  padding: 0.921px 0.387px 0.079px 0.887px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  transform: translateY(80px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.testimonial-style2 .info-content, .testimonial-style2-slider .swiper-slide .info-content {
  flex-shrink: 1;
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s ease-in-out;
}

.testimonial-style2-slider .swiper-slide-active .testimonial-style2 .vector-content, .testimonial-style2-slider .swiper-slide-active .swiper-slide .vector-content {
  opacity: 1;
  transform: translateY(0px);
}
.testimonial-style2-slider .swiper-slide-active .testimonial-style2 .info-content, .testimonial-style2-slider .swiper-slide-active .swiper-slide .info-content {
  opacity: 1;
  transform: translateX(0px);
}

@media screen and (max-width: 1199px) {
  .testimonial {
    display: flex;
    gap: 60px;
  }
  .testimonial .testimonial-img {
    max-width: 438px;
  }
  .testimonial .testimonial-info {
    max-width: 500px;
  }
  .testimonial .testimonial-info .stroke-text {
    font-size: 90px;
    margin-bottom: 0px;
  }
  .testimonial .testimonial-info .testimonial-content {
    display: inline-flex;
    flex-direction: column;
    align-items: self-start;
    gap: 0;
  }
  .testimonial .testimonial-info .testimonial-content .client {
    margin-top: 0;
  }
  .testimonial .testimonial-info .testimonial-content .desp {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .testimonial {
    align-items: flex-start;
    gap: 40px;
  }
  .testimonial .testimonial-info .testimonial-content .desp .video-btn {
    margin-bottom: 10px;
  }
  .testimonial-style2, .testimonial-style2-slider .swiper-slide {
    gap: 80px;
    align-items: start;
  }
  .testimonial-style2 .vector-content, .testimonial-style2-slider .swiper-slide .vector-content {
    width: 100%;
    flex-shrink: 1;
  }
  .testimonial-style2 .info-content, .testimonial-style2-slider .swiper-slide .info-content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-style2, .testimonial-style2-slider .swiper-slide {
    gap: 50px;
  }
  .testimonial-style2 .vector-content, .testimonial-style2-slider .swiper-slide .vector-content {
    width: 100%;
  }
  .testimonial-style2 .info-content, .testimonial-style2-slider .swiper-slide .info-content {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .testimonial-style2 .vector-content, .testimonial-style2-slider .swiper-slide .vector-content {
    height: 300px;
  }
}
@media screen and (max-width: 350px) {
  .testimonial-style2 .vector-content, .testimonial-style2-slider .swiper-slide .vector-content {
    height: 250px;
  }
}
/*--------------------------------------------------------------
  23. Pricing Calculator
----------------------------------------------------------------*/
.pricing-calculator {
  background-color: #020f23;
}

.calculator-form .from-inputs {
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
}
.calculator-form .from-inputs .type_1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.calculator-form .from-inputs .type_1 label {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: var(--heading-font-family);
}
.calculator-form .from-inputs .type_1 input,
.calculator-form .from-inputs .type_1 select {
  color: #e7e7e7;
  opacity: 0.7;
  background-color: transparent;
  padding: 12px 20px;
  border: 1px solid #333846;
  flex: 1;
  outline: none;
  border-radius: 0;
}
.calculator-form .from-inputs .type_1 input:focus,
.calculator-form .from-inputs .type_1 select:focus {
  border-color: #f67a45 !important;
  box-shadow: 0 0 0 0.25rem rgba(109, 66, 10, 0.486);
}
.calculator-form .from-inputs .type_1 input::-moz-placeholder, .calculator-form .from-inputs .type_1 select::-moz-placeholder {
  color: #e7e7e7;
  opacity: 1;
}
.calculator-form .from-inputs .type_1 input::placeholder,
.calculator-form .from-inputs .type_1 select::placeholder {
  color: #e7e7e7;
  opacity: 1;
}
.calculator-form .from-inputs .type_1 input::-ms-input-placeholder,
.calculator-form .from-inputs .type_1 select::-ms-input-placeholder {
  color: #e7e7e7;
  opacity: 1;
}
.calculator-form .from-inputs .type_1 .date-time-icon {
  position: absolute;
  top: 54%;
  right: 26px;
  width: 20px;
  height: 20px;
  z-index: -10;
}
.calculator-form .from-inputs .type_1 .button-primary {
  margin-top: 35px;
}
.calculator-form .from-textarea {
  display: flex;
  margin-bottom: 45px;
}
.calculator-form .from-textarea label {
  margin-bottom: 10px;
}
.calculator-form .from-textarea textarea {
  padding: 12px 20px;
  outline: none;
  border: 1px solid #333846;
  flex-grow: 1;
  background-color: transparent;
}
.calculator-form .from-textarea textarea:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.19);
}
.calculator-form .from-textarea .type_1 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.calculator-form .from-textarea .type_1 label {
  font-size: 16px;
  text-transform: uppercase;
}
.calculator-form .from-textarea .type_1 textarea {
  border: 1px solid rgba(255, 61, 36, 0.4392156863);
}
.calculator-form .from-textarea .type_1 textarea:focus {
  border-color: rgba(255, 61, 36, 0.4392156863) !important;
  box-shadow: 0 0 0 0.25rem rgba(109, 10, 10, 0.486);
}
.calculator-form input[type=time],
.calculator-form input[type=date] {
  overflow: hidden;
  position: relative;
  right: 0;
}
.calculator-form input[type=time]::-webkit-calendar-picker-indicator,
.calculator-form input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  position: absolute;
  filter: invert(1);
  cursor: pointer;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.custom-file .custom-file-upload {
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  color: #f67a45;
  font-size: 22px;
  border: none;
  border-radius: 5px;
}
.custom-file .custom-file-upload span {
  color: #01010f;
  font-size: 16px;
}
.custom-file input {
  display: none;
}

.package-content {
  display: flex;
  position: relative;
  z-index: 111;
}
.package-content .package {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
}
.package-content .package .package-one,
.package-content .package .package-two,
.package-content .package .package-three {
  flex-grow: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 41px 27px;
}
.package-content .package .package-one.type2,
.package-content .package .package-two.type2,
.package-content .package .package-three.type2 {
  border: 1px solid rgba(51, 56, 70, 0.5);
  border-left: none;
}
.package-content .package .package-one.style2,
.package-content .package .package-two.style2,
.package-content .package .package-three.style2 {
  background-color: #32191a;
  transition: all 0.2s ease;
}
.package-content .package .package-one.style2.active,
.package-content .package .package-two.style2.active,
.package-content .package .package-three.style2.active {
  background-color: #f67a45;
  cursor: pointer;
}
.package-content .package .package-one.style2.active .button-primary.style_2,
.package-content .package .package-two.style2.active .button-primary.style_2,
.package-content .package .package-three.style2.active .button-primary.style_2 {
  background: #ffffff;
  color: #01010f;
}
.package-content .package .package-one.style2.active .button-primary.style_2 span svg path,
.package-content .package .package-two.style2.active .button-primary.style_2 span svg path,
.package-content .package .package-three.style2.active .button-primary.style_2 span svg path {
  fill: #01010f;
}
.package-content .package .package-one .title h5,
.package-content .package .package-two .title h5,
.package-content .package .package-three .title h5 {
  padding: 6px 20px 4px 20px;
  background-color: #ffffff;
  color: #01010f;
  display: inline-flex;
  line-height: 100%;
  margin-bottom: 20px;
}
.package-content .package .package-one .title h3,
.package-content .package .package-two .title h3,
.package-content .package .package-three .title h3 {
  text-transform: uppercase;
}
.package-content .package .package-one .title h6,
.package-content .package .package-two .title h6,
.package-content .package .package-three .title h6 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: #d5bda2;
}
.package-content .package .package-one .border-horizontal,
.package-content .package .package-two .border-horizontal,
.package-content .package .package-three .border-horizontal {
  height: 1px;
  width: 100%;
  background-color: #f67a45;
  margin-top: 31px;
  margin-bottom: 55px;
}
.package-content .package .package-one .button-primary,
.package-content .package .package-two .button-primary,
.package-content .package .package-three .button-primary {
  margin-top: 75px;
  text-transform: uppercase;
}
.package-content .package .package-one .package-list,
.package-content .package .package-two .package-list,
.package-content .package .package-three .package-list {
  text-align: start;
  max-width: 320px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #ffffff;
}
.package-content .package .package-one .package-list li,
.package-content .package .package-two .package-list li,
.package-content .package .package-three .package-list li {
  display: flex;
  gap: 10px;
}
.package-content .package .package-one.active,
.package-content .package .package-two.active,
.package-content .package .package-three.active {
  background-color: #32191a;
  cursor: pointer;
}

.bim-calculation {
  position: relative;
  z-index: 111;
}
.bim-calculation .bim-calculator-img {
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 0;
  max-width: 100%;
}
.bim-calculation .bim-calculator-from {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1299px) {
  .bim-calculation .bim-calculator-img {
    max-height: 500px;
  }
}
@media screen and (max-width: 1199px) {
  .package-content {
    flex-direction: column;
  }
  .package-content .package-img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .package-content .package .package-one.type2,
  .package-content .package .package-two.type2 {
    border: 1px solid #333846;
  }
  .package-content .package .package-one.style2,
  .package-content .package .package-two.style2,
  .package-content .package .package-three.style2 {
    max-width: 440px;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .calculator-form .from-inputs {
    flex-direction: column;
  }
  .package-content .package {
    flex-direction: column;
  }
  .package-content .package.type2 {
    gap: 50px;
    align-items: center;
  }
  .package-content .package .package-one,
  .package-content .package .package-two {
    border: 1px solid #333846;
  }
}
@media screen and (max-width: 769px) {
  .bim-calculation .bim-calculator-img {
    max-height: 620px;
    left: 0;
    width: 100%;
  }
}
/*--------------------------------------------------------------
  24. Blog Post
----------------------------------------------------------------*/
.latest-post {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.post-list {
  position: relative;
  z-index: 111;
}

.post-card.style1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px;
  border: 1px solid rgba(51, 56, 70, 0.7);
  gap: 15px;
}
.post-card.style1 .post-content {
  display: flex;
  align-items: center;
  gap: 40px;
}
.post-card.style1 .post-content .post-img {
  overflow: hidden;
}
.post-card.style1 .post-content .post-img img {
  transition: transform 0.2s ease-in-out;
  transform: scale(1);
  width: 175px;
  height: 125px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-card.style1 .post-content .post-info .post-title {
  font-size: 28px;
  font-family: Teko;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out;
  line-height: 100%;
  margin-bottom: 6px;
}
.post-card.style1 .post-content .post-info .post-title:hover {
  color: var(--primary-color);
}
.post-card.style1 .post-btn {
  display: inline-flex;
  min-width: 153px;
  padding: 14px 26px;
  align-items: center;
  font-family: var(--heading-font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  gap: 6px;
  border-left: 5px solid #f67a45;
  background: linear-gradient(to right, #f67a45 50%, rgba(213, 189, 162, 0.2) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
}
.post-card.style1 .post-btn-link {
  display: flex;
  align-items: center;
}
.post-card.style1 .post-btn-link .icon {
  margin-bottom: 3px;
  margin-left: 4px;
}
.post-card.style1 .post-btn-link svg {
  transition: all 0.2s ease-out;
}
.post-card.style1 .post-btn:hover {
  background-position: left bottom;
}
.post-card.style1 .post-btn:hover a {
  color: #ffffff;
}
.post-card.style1 .post-btn:hover a svg {
  transform: translateX(10px);
}
.post-card.style1:hover .post-content .post-img img {
  transform: scale(1.1);
}

.post-card.style2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px;
  border: 1px solid rgba(51, 56, 70, 0.7);
  gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  padding: 30px;
  border: 1px solid rgba(213, 189, 162, 0.15);
}
.post-card.style2 .post-content {
  display: flex;
  align-items: center;
  gap: 40px;
}
.post-card.style2 .post-content .post-img {
  overflow: hidden;
}
.post-card.style2 .post-content .post-img img {
  transition: transform 0.2s ease-in-out;
  transform: scale(1);
  width: 175px;
  height: 125px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-card.style2 .post-content .post-info .post-title {
  font-size: 28px;
  font-family: Teko;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out;
  line-height: 100%;
  margin-bottom: 6px;
}
.post-card.style2 .post-content .post-info .post-title:hover {
  color: var(--primary-color);
}
.post-card.style2 .post-btn {
  display: inline-flex;
  min-width: 153px;
  padding: 14px 26px;
  align-items: center;
  font-family: var(--heading-font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  gap: 6px;
  border-left: 5px solid #f67a45;
  background: linear-gradient(to right, #f67a45 50%, rgba(213, 189, 162, 0.2) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
}
.post-card.style2 .post-btn-link {
  display: flex;
  align-items: center;
}
.post-card.style2 .post-btn-link .icon {
  margin-bottom: 3px;
  margin-left: 4px;
}
.post-card.style2 .post-btn-link svg {
  transition: all 0.2s ease-out;
}
.post-card.style2 .post-btn:hover {
  background-position: left bottom;
}
.post-card.style2 .post-btn:hover a {
  color: #ffffff;
}
.post-card.style2 .post-btn:hover a svg {
  transform: translateX(10px);
}
.post-card.style2:hover .post-content .post-img img {
  transform: scale(1.1);
}
.post-card.style2 .post-content {
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.post-card.style2 .post-content .post-info .post-desp {
  font-size: 18px;
  line-height: 27px;
  margin-top: 12px;
  max-width: 528px;
}
.post-card.style2 .post-content .post-img {
  width: 100%;
  height: 100%;
}
.post-card.style2 .post-content .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-details-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
}

.blog-details-short-title {
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 15px;
}

.recent-post-title {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.recent-posts {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.recent-posts .recent-post {
  display: inline-flex;
  gap: 11px;
  align-items: center;
}
.recent-posts .recent-post .recent-post-img {
  max-width: 95px;
  width: 100%;
  height: 85px;
  overflow: hidden;
}
.recent-posts .recent-post .recent-post-img img {
  transition: scale 0.3s ease;
}
.recent-posts .recent-post .recent-post-info {
  display: flex;
  flex-direction: column;
}
.recent-posts .recent-post .recent-post-info .title {
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
}
.recent-posts .recent-post .recent-post-info .date {
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}
.recent-posts .recent-post:hover .recent-post-info .title {
  color: #f67a45;
}
.recent-posts .recent-post:hover .recent-post-info .date {
  color: #ffffff;
}
.recent-posts .recent-post:hover .recent-post-img img {
  transform: scale(1.3);
}

.comment-user {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 15px;
}
.comment-user .user-info {
  display: flex;
  gap: 13px;
}
.comment-user .user-info .user-name {
  font-weight: 500;
  font-size: 20px;
}
.comment-user .user-info .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

@media screen and (max-width: 1199px) {
  .recent-post .recent-post-info .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .post-card.style1 {
    flex-direction: column;
    align-items: flex-start;
  }
  .post-card.style1 .post-content {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}
/*--------------------------------------------------------------
  25. Gallery
----------------------------------------------------------------*/
.gallery-slider {
  position: relative;
  z-index: 111;
}

.gallery.style1 {
  display: flex;
}
.gallery.style1 > * {
  width: 20%;
}
.gallery.style1 .gallery-img-content {
  max-width: 395px;
  height: auto;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.gallery.style1 .gallery-img-content .gallery-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery.style1 .gallery-img-content .gallery-img-overlay {
  position: absolute;
  left: 20px;
  opacity: 0;
  right: 20px;
  top: 20px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: all 0.3s ease-in;
  transform: scale(0.9);
}
.gallery.style1 .gallery-img-content .gallery-img-overlay svg {
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  padding: 20px;
  transition: all 0.3s ease-in;
}
.gallery.style1 .gallery-img-content .gallery-img-overlay svg:hover {
  background-color: #d5bda2;
}
.gallery.style1 .gallery-img-content:hover .gallery-img-overlay {
  opacity: 1;
  transform: scale(1);
}

.lg-custom-thumbnails {
  background-color: #040d10;
}
.lg-custom-thumbnails #lg-counter {
  color: #fff;
}
.lg-custom-thumbnails .lg-icon {
  background-color: transparent;
  border: none;
  color: #fff;
}
.lg-custom-thumbnails .lg-icon:hover {
  color: #f67a45;
}

.gallery-show {
  position: relative;
  z-index: 111;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-auto-rows: 400px;
  grid-auto-flow: dense;
  padding: 0 10px;
}
.gallery-show .item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 11;
}
.gallery-show .item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery-show .vertical {
  grid-row: span 2;
}
.gallery-show .horizontal {
  grid-column: span 2;
}
.gallery-show .big {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-show .frame {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(1, 1, 15, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  transform: scale(0.8);
}
.gallery-show .frame span {
  width: 26px;
  height: 26px;
}
.gallery-show .item:hover .frame {
  opacity: 1;
  transform: scale(0.95);
}
.gallery-show .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s;
  transition-delay: 0.2s;
  transform: scale(1);
}
.gallery-show .item:hover img {
  transform: scale(1.2);
  opacity: 1;
}

.ak-hero.ak-style1 .hero-content {
  padding-left: 100px;
}

@media screen and (max-width: 767px) {
  .gallery.style1 > * {
    width: 50%;
  }
  .gallery-show {
    grid-template-columns: auto;
    grid-auto-rows: auto;
  }
}
/*--------------------------------------------------------------
  26. Subscribe Email
----------------------------------------------------------------*/
.subscribe-email {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  z-index: 12;
}
.subscribe-email.type2 {
  background-color: #ffffff;
  color: #01010f;
  padding: 95px 80px;
}
.subscribe-email.type2 .subscribe-content .subscribe-title {
  color: #01010f;
}
.subscribe-email.type2 .subscribe-form {
  border-right: 4px solid var(--Extra, #d5bda2);
  border-bottom: 4px solid var(--Extra, #d5bda2);
  background: rgba(213, 189, 162, 0.2);
}
.subscribe-email.type2 .subscribe-form .email-input {
  color: #01010f;
}
.subscribe-email .subscribe-content {
  max-width: 408px;
}
.subscribe-email .subscribe-content .subscribe-title {
  text-transform: uppercase;
}
.subscribe-email .subscribe-form {
  display: flex;
  gap: 30px;
  border-bottom: 2px solid #f67a45;
  max-width: 600px;
  width: 100%;
  padding: 10px 10px 10px 20px;
  background: #020f23;
}
.subscribe-email .subscribe-form .email-input {
  color: #ffffff;
  background-color: transparent;
  border: 0;
  width: 100%;
}
.subscribe-email .subscribe-form .email-input:focus {
  outline: none;
}
.subscribe-email .subscribe-form .submit-btn {
  background-color: #f67a45;
  position: relative;
  overflow: hidden;
  padding: 8px 13px;
  border: 0px;
}
.subscribe-email .subscribe-form .submit-btn:hover .send svg {
  transition: all 0.3s ease;
  animation: sending 0.5s linear 0.3s forwards;
}

@media screen and (max-width: 1199px) {
  .subscribe-email {
    justify-content: space-between;
  }
  .subscribe-email .subscribe-form {
    max-width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .subscribe-email {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  .subscribe-email.type2 {
    padding: 15px;
  }
  .subscribe-email .subscribe-form {
    max-width: 100%;
  }
}
@keyframes sending {
  0% {
    transform: translateY(0);
    transform: rotate(360deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: translate(40px, -60px);
  }
}
/*--------------------------------------------------------------
  27. Services
----------------------------------------------------------------*/
.services-all {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.services-all > * {
  width: 50%;
}

.services-card {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 577px;
  max-height: 350px;
  margin-bottom: 45px;
}
.services-card.mt-50 {
  margin-top: 50px;
}
.services-card .services-body {
  max-width: 500px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(213, 189, 162, 0.05);
  position: relative;
}
.services-card .services-body .services-img-content {
  position: relative;
  right: 10px;
  bottom: 10px;
  background-color: #020f23;
  transition: all 0.3s ease;
  cursor: pointer;
  display: block;
}
.services-card .services-body .services-img-content .services-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-card .services-body .services-img-content .services-info {
  width: 100%;
  padding: 73px 88px 50px 50px;
  z-index: 111;
  position: relative;
}
.services-card .services-body .services-img-content .services-info .services-text {
  font-size: 16px;
  color: #ffffff;
}
.services-card .services-body .services-img-content .services-info .services-title {
  font-family: Teko;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 8px;
  color: #ffffff;
}
.services-card .services-body .services-img-content:hover {
  background-image: none;
  background-color: #f67a45;
  z-index: 111;
}
.services-card .services-body .services-img-content:hover .services-img {
  visibility: hidden;
}
.services-card .services-number {
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0.1);
  font-family: Teko;
  font-size: 200px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.services-details-title-img {
  position: relative;
}

.services-details-title-img.style1 {
  width: 100vw;
  display: flex;
  gap: 37px;
  align-items: center;
}
.services-details-title-img.style1 .services-details-title-info {
  max-width: 402px;
}
.services-details-title-img.style1 .services-details-title-info .services-details-title {
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
}
.services-details-title-img.style1 .services-details-title-info .services-details-desp {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 25px;
}
.services-details-title-img.style1 .services-details-img-content .services-details-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
}

.services-details-inner-content .titel {
  font-size: 28px;
  text-transform: uppercase;
}
.services-details-inner-content .desp {
  font: 18px;
  line-height: 27px;
}
.services-details-inner-content .title-two {
  color: #f67a45;
  line-height: 100%;
}
.services-details-inner-content .list-text {
  display: flex;
  gap: 123px;
}
.services-details-inner-content .ttc-title {
  text-transform: uppercase;
  font-size: 36px;
}

.package-list-content {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 1399px) {
  .services-card {
    max-width: 500px;
  }
  .services-card .services-body {
    max-width: 450px;
  }
  .services-card .services-body .services-img-content .services-info {
    padding: 73px 30px 50px 50px;
  }
  .services-card .services-number {
    font-size: 150px;
  }
}
@media screen and (max-width: 1199px) {
  .services-card {
    max-width: 440px;
  }
  .ak-main-header-right {
    display: none;
  }
  .mobile-nav3 {
    display: flex;
    justify-content: center;
  }
  .mobile-nav3 {
    display: none;
    position: fixed;
  }
  .section-heading.style-1 .section-title {
    text-align: center;
  }
  .shop-now-btn1 {
    display: block;
    bottom: 50% !important;
  }
  .audio-card {
    width: 75%;
  }
  .solution-para,
  .about-second-para,
  .hypno-para1,
  .hypno-para2,
  .hypno-para3,
  .hypno-para4,
  .hypno-para5 {
    max-height: 5em; /* Approx height for 2 lines of text */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Display 2 lines */
    -webkit-box-orient: vertical;
  }

  .solution-para.expanded,
  .about-second-para.expanded,
  .hypno-para1.expanded,
  .hypno-para2.expanded,
  .hypno-para3.expanded,
  .hypno-para4.expanded,
  .hypno-para5.expanded {
    max-height: none;
    -webkit-line-clamp: unset;
  }
  .read-more-btn {
    display: block;
  }
  .shop-now {
    top: 16px;
  }
  .cart-btn-size {
    font-size: 12px;
  }
  .topics-left-container h1 {
    font-size: 3em !important;
  }
  .topics-left-container p {
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: 400;
  }
  .about-section {
    align-items: center;
  }
  .section-heading.style-1 {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .services-all > * {
    width: 100%;
  }
  .services-card {
    max-width: 100%;
  }
  .services-card .services-body {
    max-width: 100%;
  }
  .services-card .services-body .services-img-content .services-info {
    padding: 80px;
  }
  .services-details-title-img.style1 {
    flex-direction: column-reverse;
    width: 100%;
    align-items: flex-start;
  }
  .row-reverse-column {
    display: flex;
    gap: 30px;
  }
  .row-reverse-column > * {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .services-card .services-body .services-img-content .services-info {
    padding: 30px;
  }
  .services-details-inner-content .list-text {
    flex-direction: column;
    gap: 0;
  }
  .row-reverse-column {
    flex-direction: column;
  }
  .row-reverse-column > * {
    width: 100%;
  }
}
/*--------------------------------------------------------------
  28. Cta
----------------------------------------------------------------*/
.cta-content {
  position: relative;
  z-index: 121;
}
.cta-content .cta-title-info {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 225px;
  overflow: hidden;
  gap: 50px;
}
.cta-content .cta-title-info > h1 {
  padding: 0;
  height: inherit;
  margin: 0;
  font-size: 255px;
}
.cta-content .cta-desp-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
}

.cta-content.style2 .cta-title {
  font-size: 150px;
  font-weight: 700;
  line-height: 75%;
  text-transform: uppercase;
}
.cta-content.style2 .cta-stroke-title {
  text-transform: uppercase;
  line-height: 100%;
  font-size: 210px;
}
.cta-content.style2 .cta-btn {
  width: 126px;
  height: 126px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 39px 25.5px;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 20px;
  color: #01010f;
  font-family: var(--heading-font-family);
  transition: all 0.3s ease;
}
.cta-content.style2 .cta-btn svg {
  transition: all 0.3s ease;
  transform: translateX(0px);
}
.cta-content.style2 .cta-btn:hover {
  background-color: #f67a45;
  color: #ffffff;
}
.cta-content.style2 .cta-btn:hover svg {
  transform: translateX(10px);
}
.cta-content.style2 .cta-btn:hover svg path {
  fill: #ffffff;
}
.cta-content.style2 .cta-img {
  width: 126px;
  height: 126px;
  margin-bottom: 13px;
}
.cta-content.style2 .cta-info {
  display: flex;
  gap: 44px;
  align-items: center;
}

@media (max-width: 1399px) {
  .cta-content .cta-title-info > h1 {
    font-size: 150px;
  }
  .cta-content.style2 .cta-title {
    font-size: 100px;
  }
  .cta-content.style2 .cta-stroke-title {
    font-size: 100px;
  }
  .cart-btn-size {
    font-size: 12px;
    font-weight: bold;
  }
  .store-card-title2 {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 991px) {
  .cta-content .cta-title-info {
    gap: 25px;
  }
  .cta-content .cta-title-info > h1 {
    font-size: 17vw;
  }
  .cta-content .cta-desp-info {
    text-align: center;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
  }
  .cta-content.style2 .cta-title {
    font-size: 80px;
  }
  .cta-content.style2 .cta-stroke-title {
    font-size: 100px;
  }
  .cta-content.style2 .cta-img {
    max-width: 50px;
    max-height: 50px;
    margin-bottom: 13px;
  }
  .cta-content.style2 .cta-btn {
    width: 50px;
    height: 50px;
    font-size: 16px;
    padding: 45px;
  }
}
@media screen and (max-width: 767px) {
  .cta-content.style2 .cta-title {
    font-size: 65px;
    height: 32%;
  }
  .cta-content.style2 .cta-stroke-title {
    font-size: 65px;
  }
  .cta-content.style2 .cta-info {
    gap: 30px;
  }
  .searchbar-space {
    margin-top: -350px;
  }
}
@media screen and (max-width: 567px) {
  .cta-content.style2 .cta-title {
    font-size: 42px;
  }
  .cta-content.style2 .cta-stroke-title {
    font-size: 42px;
  }
  .cta-content.style2 .cta-info {
    gap: 10px;
  }
}
/*--------------------------------------------------------------
  29. Contact
----------------------------------------------------------------*/
.contact-page-section-title {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.contact-details-info .title-desp {
  line-height: 27px;
  font-size: 18px;
  /* color: rgba(231, 231, 231, 0.7); */
}

.icon-details {
  display: flex;
  gap: 15px;
  margin-top: 40px;
}
.icon-details .icon-info .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}
.icon-details .icon-info .desp {
  font-size: 18px;
  line-height: 27px;
}/*# sourceMappingURL=style.css.map */

.logo-footer .logo {
  display: flex;
  justify-content: center;
}

.solution-title {
  font-weight: 600;
}

.solution-para {
  text-align: justify;
  font-size: 14px;
  margin-bottom: 0px;
}

.classes-card img {
  height: 260px;
}

.store-desc {
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: 16px;
}

.store-card-title {
  font-size: 22px !important;
  letter-spacing: 1px;
  font-weight: bold !important;
  text-align: center;
}

.team-info-height {
  height: 90px;
  margin-bottom: 12px;
}

.desp p {
  text-align: justify;
}

/* audio section css starts */
.playlist-container {
  border-radius: 8px;
  padding: 20px;
  width: 80%;
  margin: auto;
  overflow-y: scroll;
  max-height: 400px;
  box-shadow: rgb(40 40 40 / 35%) 0px 5px 15px;
  scrollbar-width: none;
}

.audio-track {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #bbbbbb;
  cursor: pointer; /* Change cursor to pointer */
}

.audio-title {
  flex: 1;
  margin-left: 10px;
}

.controls {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position:fixed;
  min-width: 78%;
  background: white;
  border: none;
}

audio {
  width: 100%;
  margin-top: 10px;
}

.audio-container {
  padding-top: 70px;
}
/* audio section css ends */

.map-container {
  max-width: 800px;
  margin: auto;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

iframe {
  width: 100%;
  height: 400px;
  border: 0;
  border-radius: 8px;
}

.my-about-section {
  display: flex;
  align-items: center;
    background-image: url(images/HypnotherapyPage/1735211916_hypnotherapy.jpg);
}

.about-us-section {
  display: flex;
  justify-content: right;
  padding-right: 20px;
}

.about-us-section2 {
  display: flex;
  justify-content: left;
  padding-right: 20px;
}

.about-us-section img,
.about-us-section2 img {
    width: 70%;
    height: auto;
    border-radius: 10px;
}

.right-container {
  padding-right: 120px;
  text-align: justify;
}

.left-container {
  padding-left: 120px;
}

.about-section-para {
  text-align: justify;
}

.title2,
.title3 {
  letter-spacing: 1px;
}

.image-container {
        background-image: url(images/AboutPage/1735204587_about-us.jpg);
}

.about-box-parent {
  margin-top: 20px;
}

.about-box-mid1 {
  display: flex;
  justify-content: right;
}

.about-box {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.about-box .img i{
  font-size: 50px;
  padding-bottom: 20px;
}

.topic-title h4 {
  text-align: center !important;
  color: white;
}

.sample-para {
  letter-spacing: 1px;
}

.hypno-section1-title {
  color: #6db880 !important;
}

/* .store-details-section {
  margin-top: 100px;
} */

.store-details-left-container,
.store-details-right-container {
  padding: 20px;
}

.store-details-left-container img {
  height: 80%;
}

.section-title3 {
  color: #6db880;
}

.search-box {
  padding: 0px 16%;
  position: relative;
  color: #f67a45;
  margin-top: 10px;
}

.form-control1 {
  width: 100%;
  box-sizing: border-box; /* Ensure padding is included in the width */
}

.fa-magnifying-glass {
  position: absolute;
  right: 17%; /* Adjust as needed */
  top: 50%;
  transform: translateY(-50%); /* Center the icon vertically */
  pointer-events: none; /* Prevent clicks on the icon */
}

.team-card a,
li a {
  color: black;
  text-decoration: none;
}

.search-box2 input {
  padding-top: 10px !important;
}

.store-para {
  letter-spacing: 2px;
  color: white;
}

.store-para2 {
  letter-spacing: 2px;
  color: #f67a45;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
}
.swiper-slide video {
  width: 100%;
  display: block;
  position: absolute;
}

.ak-nav ul li a {
  color: black;
}

.classes-title {
  color: white;
  letter-spacing: 1px;
}

.category-title {
  text-align: center !important;
}

.testimonial-img img {
  width: 80%;
  border-radius: 5px;
}

.search-box input {
  border: 2px solid #f67a45;
  color: #f67a45;
  padding-top: 5px;
  border-radius: 20px;
}

.search-box input::placeholder {
  color: #f67a45;
}

.title-box {
  position: absolute;
  backdrop-filter: blur(10px);
  width: 100%;
  height: 50px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}

.title-box h3 {
  color: white;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.read-more {
  font-weight: bold;
  text-align: right;
}

.hover-content p {
  font-size: 0.9rem;
  text-align: center;
  padding: 5px;
}

.hypno-children-img-box {
  text-align: right;
}

.hypno-children-img-box img {
  width: 80%;
}

.hypno-children-content-box p {
  text-align: left;
}

.shop-now {
  width: 100%;
  height: auto;
  position: relative;
  left: 68%;
  /* top: 36px; */
}

.shop-now-btn {
  position: absolute;
}

.shop-now-btn2 {
  position: absolute;
  top: 0;
  right: 0;
}

.shop-now-btn-a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: white !important;
}

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

.classes-img-overlay {
  width: 100%;
  height: 50px;
  /* backdrop-filter: blur(10px); */
  position: absolute;
  bottom: 0;
  padding: 0px 12px;
}

.classes-img-overlay h6 {
  color: white;
  text-align: center;
  padding-top: 10px;
  letter-spacing: 1px;
  font-family: sans-serif;
  font-weight: bold;
  text-transform: capitalize;
}

.img-slide img {
  height: 260px;
}


audio::-webkit-media-controls-play-button {
  /* background-color: #acacac; */
  background-color: #ff9270; /* Volume slider background color */
  border-radius: 5px; /* Rounded corners */
}

/* For Firefox */
audio::-moz-controls {
  background-color: #333; /* Background color for controls */
}

.audio-track:hover .track-info .audio-title {
  color: #ff5722;
}

.team-card-parent {
  padding: 20px 10px;
}

/* music player code starts */
@import url('https://fonts.googleapis.com/css?family=Roboto');

.music-player {
  align-self: center;
  margin: auto;
  display: block;
  width: 100%;
  height: 560px;
  z-index: 9;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* First Part */
.player-main {
  position: relative;
  width: 100%;
  /* min-width: 472px; */
  padding: 24px;
  box-sizing: border-box;
  background-color: #f67a45a1;
  background-repeat: no-repeat;
  background-position: right;
  /* background-image: url(../img/rossmary-pic.jpg); */
  background-size: contain;
}

.main-current {
  margin-bottom: 36px;
}

.main-current .current-keyvisual {
  position: relative;
  display: inline-block;
}

.main-current .current-keyvisual img {
  position: relative;
  z-index: 2;
  width: 132px;
  height: auto;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.main-current .current-keyvisual::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 95%;
  height: 80%;
  background-image: url('../img/hero_slider_bg_2.jpg');
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.main-current .current-info {
  display: inline-block;
  padding: 15px 0 0 24px;
  box-sizing: content-box;
  vertical-align: top;
}

.main-current .current-info h1,
.main-current .current-info p {
  margin: auto;
  padding: 0;
}

.main-current .current-info h1 {
  margin-bottom: 13px;
  font-size: 20px;
  color: black;
}

.main-current .current-info p {
  font-size: 12px;
  color: black;
}

.main-control {
  position: relative;
  line-height: 0;
}

.main-control .btn {
  display: inline-block;
  width: 30px;
  height: 30px;  /* Adjusted size for better alignment */
  vertical-align: middle;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.3s ease;
}

.main-control .btn:hover {
  opacity: 1;
}

/* Play/Pause button */
.main-control .btn._pause {
  margin-right: 17px;
  width: 50px; /* Set width */
  height: 41px; /* Set height */
  background-size: contain; /* Ensure icon fits inside button */
  background-repeat: no-repeat; /* Prevent repetition of the icon */
  background-position: center; /* Position the icon in the center */
}

.main-control .btn._pause.playing {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 fill=%22%23000%22 viewBox=%220%200%2024%2024%22><polygon points=%225,3 19,12 5,21%22></polygon></svg>');
}

.main-control .btn._previous {
  margin-right: 17px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 fill=%22%23000%22 viewBox=%220%200%2024%2024%22><polygon points=%2216,3 8,12 16,21%22></polygon><rect x=%224%22 y=%223%22 width=%224%22 height=%2218%22></rect></svg>');
  background-size: auto 80%;
}

.main-control .btn._next {
  margin-right: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 fill=%22%23000%22 viewBox=%220%200%2024%2024%22><polygon points=%228,3 16,12 8,21%22></polygon><rect x=%2216%22 y=%223%22 width=%224%22 height=%2218%22></rect></svg>');
  background-size: auto 80%;
}

.main-control .btn._timeline {
  vertical-align: middle;
  height: auto;
  width: auto;
  opacity: 1;
}

.main-control .btn._timeline > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: black;
}

.main-control .btn._timeline > span.timescope {
  position: relative;
  margin: auto 12px;
  width: 180px;
  height: 3px;
  border-radius: 20px;
}

.main-control .btn._timeline > span.timescope::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 100%;
  background-color: black;
  opacity: 0.2;
}

.main-control .btn._timeline > span.timescope::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
}

.main-control .btn._timeline > span.timescope .timescope-dot {
  content: '';
  position: absolute;
  top: -2.5px;
  left: 63%;
  z-index: 3;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: black;
}

/* Second Part */
.player-list {
  margin: auto;
  min-width: 472px;
  padding: 24px;
  background: #fff;
  list-style: none;
  height: 250px; /* Set a fixed height for the container */
  overflow-y: auto; /* Enable vertical scrolling */
  scrollbar-width: thin; /* Optional: Thin scrollbar for Firefox */
  scrollbar-color: #ccc transparent; /* Optional: Scrollbar color for Firefox */
  padding-bottom: 25px;
}

/* Optional: Customize scrollbars for WebKit browsers */
.player-list::-webkit-scrollbar {
  width: 8px;
}

.player-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.player-list::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.player-list::-webkit-scrollbar-track {
  background: transparent;
}


.player-list li {
  margin-bottom: 18px;
  cursor: pointer;
}

.player-list li .list-cover,
.player-list li .list-info {
  display: inline-block;
  vertical-align: middle;
}

.player-list li .list-cover {
  margin-right: 9px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.player-list li .list-info .info-title {
  margin-bottom: 3px;
  font-size: 16px;
  color: black;
  font-weight: bold;
}

.player-list li .list-info .info-artist {
  font-size: 12px;
  color: #6a6a6a;
}

.player-list li:last-child {
  margin-bottom: 0;
}

.btn._timeline .timescope {
  background: #e0e0e0; /* Timeline background */
  position: relative;
  overflow: hidden;
}

.btn._timeline .timescope:after {
  content: '';
  position: absolute;
  height: 100%;
  width: var(--progress, 0%); /* Timeline will start at 0% */
  background: black; /* Progress color */
  left: 0;
  top: 0;
}

input[type="range"] {
  width: 100px;
  height: 5px;
  background: #ccc;
  border-radius: 5px;
  appearance: none;
  outline: none;
  cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 15px;
  height: 15px;
  background: black;
  border-radius: 50%;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: black;
  border-radius: 50%;
  cursor: pointer;
}

/* music player code ends */

/* gallery image collage for solutions starts  */
.gallerys {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr); /* Create 3 equal columns */
  place-items: center;
}
.gallerys > img {
  width: 200px; /* control the size */
  aspect-ratio: 1;
  /* height: 100%; */
  object-fit: cover;
  transition: .35s;
  filter: grayscale();
  cursor: pointer;
}
.gallerys > img:hover {
  filter: grayscale(0%);
}

/* .gallerys > img:nth-child(1) {
  clip-path: polygon(0 0,50% 0,100% 100%,0 100%);
    
}
.gallerys > img:nth-child(2) {
  clip-path: polygon(0 0,100% 0,50% 100%);
    
}
.gallerys > img:nth-child(3) {
  clip-path: polygon(50% 0,100% 0,100% 100%,0 100%);
    
}
.gallerys > img:nth-child(4) {
  clip-path: polygon(0 0,100% 0,50% 100%,0 100%);
    
}
.gallerys > img:nth-child(5) {
  clip-path: polygon(50% 0,100% 100%,0% 100%);
    
}
.gallerys > img:nth-child(6) {
  clip-path: polygon(0 0,100% 0,100% 100%,50% 100%);
    
} */
/* gallery image collage for solutions ends  */

/* Style for the tab buttons */
.tabss {
  display: flex;
  justify-content: space-around;
  padding-bottom: 20px;
}

.tab-button {
  padding: 5px 16px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
  border-radius: 16px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.tab-button:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.tab-button.active {
  background-color: #F67A45;
  color: white;
}

/* Style for the content */
.contents {
  padding: 20px;
  border-top: 2px solid #F67A45;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Optional: Adding a little margin to each content section */
.tab-content {
  margin-top: 20px;
}

.add-to-cart {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 12px;
}

.store-cards h4,
.store-cards h6 {
  font-size: 16px !important;
}

.team-img,
.team-img img {
  height: 170px !important;
}

.team-height2 {
  height: 60px;
}




/* Media Queries stars -------------------------------------------------------------------------------------  */

@media(max-width: 1612px) {
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three {
    font-size: 24px;
    line-height: 24px;
  }
  .about-us-section img, .about-us-section2 img {
    width: 58%;
  }
  .sliding-text {
    position: relative;
    z-index: 12;
    bottom: 142px;
  }
  .scroll-down {
    top: 82vh;
  }
  .ak-height-80 {
    margin-top: -24px;
  }
    .modal.show .modal-dialog {
      top: 52px;
    }
}

@media(max-width: 1400px) {
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three,
  .ak-hero.ak-style1 .hero-content .hero-desp {
    font-size: 20px;
    line-height: 24px;
  }
  .about-us-section img, .about-us-section2 img {
    width: 81%;
  }
  .hero-parent-container {
    width: 100%;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
    font-size: 40px;
    line-height: 40px;
  }
  .sliding-text {
    position: relative;
    z-index: 12;
    bottom: 163px;
  }
  .rec-img img, .percent-value, .percent-sign {
    background: linear-gradient(11deg, #f67a4536 3.46%, #F67A45 90.03%);
    font-weight: 300;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fb222200;
    font-size: 80px;
  }
  .rec-title h3 {
    font-size: 32px;
  }
  .scroll-down {
    top: 82vh;
  }
}

@media(max-width: 1399px) {
  .store-card-title2 {
    font-size: 18px !important;
  }
  .footer.style-1 > * {
    max-width: 353px;
    padding: 30px !important;
  }
  .location-contact p,
  .location-contact a {
    font-size: 16px;
  }
  .footer .copyright-text {
    bottom: -10px;
  }
  .topics-left-container h1 {
    font-size: 3.5em;
  }
  .topics-left-container, .topics-right-container {
    padding: 0px 30px;
  }
  .store-cards h4, .store-cards h6 {
    font-size: 20px !important;
  }
    .grid-unique .title {
      margin-top: 10px;
    }
  .add-to-cart {
    font-size: 10px;
  }
}

@media(max-width: 1300px) {
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three,
  .ak-hero.ak-style1 .hero-content .hero-desp {
    font-size: 12px;
    line-height: 30px;
  }
  .ak-hero.ak-style1 .hero-content {
    top: -60px;
  }
}

@media(max-width: 1280px) {
  .ak-height-135 {
    height: 55px;
  }
  /* .sliding-text {
    bottom: 122px;
  } */
  .footer.style-1>* {
    max-width: 350px;
    padding: 30px;
  }
  .footer.style-1 .logo-footer .phone .title {
    font-size: 32px;
  }
  .welcome-color {
    color: #f67a45 !important;
  }
  .sliding-text {
    bottom: 150px;
  }
  .search-box {
    margin-top: -44px;
  }
  .ak-height-80 {
    height: 17px;
  }
  .scroll-down {
    top: 75vh;
  }
  .ak-height-80 {
    margin-top: 0px;
  }
  .audio-recordings h1 {
    font-size: 50px;
  }
  .store-search-bar {
    margin-top: -12px;
  }
    .add-to-cart {
      font-size: 14px;
    }
}

@media screen and (width: 1280px) and (height: 800px) {
  .scroll-down {
    top: 77vh;
  }
  .sliding-text {
    bottom: 215px;
  }
  .search-box {
    margin-top: -88px;
  }
}

@media(max-width: 1200px) {
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three,
  .ak-hero.ak-style1 .hero-content .hero-desp {
    font-size: 14px;
    line-height: 30px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
    font-size: 40px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-two {
    font-size: 30;
  }
  .search-box {
    padding: 0px 30%;
  }
  .fa-magnifying-glass {
    right: 32%;
  }
  .about-us-section img, .about-us-section2 img {
    width: 99%;
  }
  .scroll-down {
    top: 72vh;
  }
}

@media(max-width: 1050px) {
  .ak-hero.ak-style1 .hero-content {
    max-width: 100%;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
    font-size: 35px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-two {
    font-size: 30px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three,
  .ak-hero.ak-style1 .hero-content .hero-desp {
    line-height: 20px;
  }
  .shop-now-btn1 {
    bottom: unset !important;
  }
  .sliding-text {
    bottom: 134px;
  }
  .ak-hero.ak-style1 .hero-content {
    padding-left: 40px;
  }
  .logo-footer {
    padding-right: 90px;
  }
  .footer.style-1 .logo-footer .phone .title {
    font-size: 20px;
  }
  .scroll-down {
    top: 82vh;
  }
  .scroll-down {
    top: 75vh;
  }
  .ak-height-80 {
    margin-top: 0px;
  }
}

@media(max-width: 1024px) {
  .sliding-text {
    bottom: 141px;
  }
  .ak-hero.ak-style1 .hero-content {
    top: 4px;
  }
  .hypno-category {
    margin-top: 12px;
  }
  .testimonial-img img {
    width: 60%;
  }
  .controls {
    min-width: 76%;
  }
  /* .shop-now {
    bottom: 120px;
  } */
  .ak-hero.ak-style1 .hero-content {
    top: -74px;
  }
  .searchbar-space {
    margin-top: 5px;
  }
  .section-heading.style-1 .section-title {
    font-size: 40px;
  }
  .audio-recordings h1 {
    font-size: 40px;
  }
  .audio-card {
    width: 90%;
  }
  .shop-now {
    top: 0px;
  }
  .scroll-down {
    top: 60vh;
  }
}

@media(max-width: 991px) {
  .first-card {
    margin-right: 0px;
  }
  .testimonial-img img {
    width: 100%;
  }
  .right-container {
    padding-right: 0px;
  }
  .left-container {
    padding-left: 0px;
  }
  .my-about-section {
    align-items: start;
  }
  .about-us-section img, .about-us-section2 img {
    width: 100%;
  }
  .scroll-down {
    top: 65vh;
  }
  .store-search-bar {
    margin-top: 60px;
  }
  .audio-recordings h1 {
    font-size: 30px;
  }
  .testimonial .testimonial-img {
    display: none;
  }
  .title-margin-top {
    margin-top: 30px;
  }
  .player-main {
    background-image: none; /* Hide background image */
  }
  .topics-right-container img {
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .topics-left-container h1 {
    font-size: 2em !important;
  }
  .topics-left-container p {
    font-size: 1em;
    line-height: 1.2em;
  }
  .topics-left-container, .topics-right-container {
    padding: 0px 20px;
  }
  .testimonial .testimonial-info {
    max-width: 100% !important;
  }
}
@media(max-width: 920px) {
  .sliding-text {
    bottom: 132px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
    margin-top: 0px;
  }
  .ak-hero.ak-style1 .hero-content {
    top: 0;
  }
  .searchbar-space {
    margin-top: 24px;
  }
  .ak-hero.ak-style1 .hero-content {
    top: -100px;
  }
  .hypno-category {
    margin-top: -43px;
  }
  .scroll-down {
    top: 62vh;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
    font-size: 24px;
    line-height: 24px;
  }
}

@media(max-width: 880px) {
  .ak-hero.ak-style1 .hero-content {
    top: 0;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three {
    line-height: 20px;
  }
  .ak-hero.ak-style1 .hero-content {
    top: -70px;
  }
  .scroll-down {
    top: 60vh;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
    font-size: 20px;
    line-height: 20px;
  }
}

@media(max-width: 853px) {
  .ak-hero.ak-style1 .hero-content {
    top: -100px;
  }
  .hypno-category{
    margin-top: -50px;
  }
  .scroll-down {
    top: 55vh;
  }
}

@media(max-width: 820px) {
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
    font-size: 20px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-two {
    font-size: 18px;
  }
  .ak-hero.ak-style1 .hero-content {
    top: -130px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three, .ak-hero.ak-style1 .hero-content .hero-desp {
    font-size: 11px;
  }
  .scroll-down {
    top: 50vh;
  }
}

@media(max-width: 800px) {
  .ak-hero.ak-style1 .hero-content {
    max-width: 100%;
  }
}

@media(max-width: 768px) {
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
    margin-top: 0px;
  }
  .ak-hero.ak-style1 .hero-content {
    top: -166px;
  }
  .hypno-category {
    margin-top: -30px;
  }
  .about-us-section {
    justify-content: left;
    padding-bottom: 20px;
  }
  .right-container{
    padding-right: 0px;
  }
  .left-container{
    padding-left: 0px;
  }
  .about-us-section2 {
    justify-content: left;
    padding-bottom: 20px;
  }
  .col-reverse {
    flex-direction: column-reverse;
  }
  .search-box {
    padding: 0px 22%;
  }
  .fa-magnifying-glass {
    right: 25%;
  }
  .ak-height-135 {
    height: 26px;
  }
  .ak-height-lg-40 {
    height: 16px;
  }
  .about-us-section img, .about-us-section2 img {
    width: 100%;
  }
  .overcome-fear {
    flex-direction: column-reverse;
  }
  .audio-sample {
    font-size: 50px !important;
  }
  /* .shop-now-btn1 {
    display: none;
  } */
  .shop-now-btn3 {
    display: block;
    top: 116px;
    left: 40%;
  }
  .shop-now-btn-a3 {
    text-align: center;
    height: 30px;
    padding: 10px 20px;
    width: 110px;
  }
  .audio-recordings h1 {
    font-size: 24px;
  }
}


@media screen and (width: 1024px) and (height: 1366px) {
  .ak-hero.ak-style1 .hero-content {
    top: -410px;
  }
  .sliding-text {
    bottom: 930px;
  }
  .searchbar-space {
    margin-top: -781px;
  }
  .scroll-down {
    top: 34vh;
  }
}

@media screen and (width: 1024px) and (height: 600px) {
  .scroll-down {
    top: 70vh;
  }
}

@media screen and (width: 912px) and (height: 1368px) {
  .ak-hero.ak-style1 .hero-content {
    top: -416px;
  }
  .searchbar-space {
    margin-top: -828px;
  }
  .scroll-down {
    top: 31vh;
  }
  .sliding-text {
    bottom: 976px;
  }
}

@media screen and (width: 853px) and (height: 1280px) {
  .ak-hero.ak-style1 .hero-content {
    top: -376px;
  }
  .sliding-text {
    bottom: 937px;
  }
  .searchbar-space {
    margin-top: -789px;
  }
  .scroll-down {
    top: 28vh;
  }
}

@media screen and (width: 820px) and (height: 1180px) {
  .ak-hero.ak-style1 .hero-content {
    top: -330px;
  }
  .sliding-text {
    bottom: 845px;
  }
  .searchbar-space {
    margin-top: -675px;
  }
  .scroll-down {
    top: 32vh;
  }
}

@media screen and (width: 768px) and (height: 1024px) {
  .ak-hero.ak-style1 .hero-content {
    top: -281px;
  }
  .sliding-text {
    bottom: 699px;
  }
  .searchbar-space {
    margin-top: -546px;
  }
  .scroll-down {
    top: 34vh;
  }
}

@media(max-width: 767px) {
  .section-heading.style-1 .section-title {
    font-size: 28px;
  }
  .scroll-down {
    top: 38vh;
  }
  .hero-parent-container {
    width: 55%;
  }
  .audio-card-parent {
    margin-bottom: 26px;
  }
  .hypno-children-img-box {
    display: flex;
    justify-content: left;
    margin-bottom: 20px;
  }
  .deal-space-bottom {
    margin-bottom: 30px;
  }
  input[type="range"] {
    display: none;
  }
  .about-us-section,
  .about-us-section2 {
    justify-content: center;
    padding: 20px 0px;
  }
  .section-heading.style-1 .section-subtitle {
    text-align: center;
  }
  .title-size {
    font-size: 42px !important;
  }
  .store-desc {
    text-align: center;
  }
  .footer.style-1 .logo-footer,
  .footer.style-1 .link-social,
  .footer.style-1 .location-contact {
    max-width: 100%;
  }
  .footer.style-1 .link-social {
    justify-content: space-around;
  }
  .footer.style-1 .logo-footer .phone {
    justify-content: center;
    margin-bottom: 20px;
  }
  .footer .copyright-text p {
    font-size: 12px;
  }
  .topics-parent-container {
    flex-direction: column-reverse;
  }
  .topics-right-container img {
    width: 60%;
  }
  .topics-left-container, .topics-right-container {
    padding: 16px;
    text-align: center;
  }
  .topic-space {
    display: none;
  }
  .searchbar-space {
    margin-top: -45px;
  }
}

@media(max-width: 760px) {
  .ak-height-135 {
    height: 65px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three, .ak-hero.ak-style1 .hero-content .hero-desp {
    font-size: 10px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
    font-size: 16px;
  }
  .scroll-down {
    top: 30vh;
  }
}

@media(max-width: 640px) {
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
    font-size: 16px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three, .ak-hero.ak-style1 .hero-content .hero-desp {
    font-size: 12px;
    line-height: 13px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-two {
    font-size: 12px;
  }
  .ak-hero.ak-style1 .hero-content {
    top: 100px;
    line-height: 26px;
    margin-bottom: 0px;
  }
  .moving-section-wrap .moving-section-in .moving-section {
    padding: 0px;
  }
  .moving-section-wrap-two .moving-section-in .moving-section {
    padding: 0px;
  }
  .ak-accordion-item .ak-accordion-title h5{
    font-size: 18px;
  }
  .ak-accordion-item .ak-accordion-title {
    padding: 17px 76px 17px 10px;
  }
  .moving-section-wrap-two .moving-section-in .moving-section .moving-text,
  .moving-section-wrap .moving-section-in .moving-section .moving-text {
    margin-bottom: 0px !important;
  }
  .moving-section-wrap-two,
  .moving-section-wrap .moving-section-in {
    padding: 6px 0px;
  }
  .ak-hero.ak-style1 .hero-content {
    height: auto;
  }
  .ak-hero.ak-style1 .hero-content {
    position: absolute;
  }
  .ak-hero.ak-style1 {
    height: 438px;
  }
  .moving-section-wrap .moving-section-in .moving-section {
    animation: slide-right 40s linear infinite;
  }
  .moving-section-wrap-two .moving-section-in .moving-section {
    animation: slide-left 40s linear infinite;
  }
  .rotate {
    transform: rotate(183deg);
  }
  .store-space {
    height: 20px;
  }
  .ak-hero.ak-style1 .hero-content .hero-desp,
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-one,
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-two,
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three {
    color: white;
  }
  .about-section {
    gap: 85px;
  }
  .d-none-640 {
    display: none;
  }
  .store-desc {
    text-align: center;
  }
  .ak-hero.ak-style1 .hero-content {
    padding-left: 12px;
  }
  .slider_2 .swiper-slide {
    margin-top: 10px;
  }
  .slider-parent {
    position: relative;
  }
  .slider-arrow-parent1 {
    position: absolute;
    z-index: 2;
    top: 196%;
    width: 100%;
  }
  .slider-arrow-parent2 {
    position: absolute;
    z-index: 2;
    top: 306%;
    width: 100%;
  }
  .slider-arrow-parent3 {
    position: absolute;
    z-index: 2;
    top: 332%;
    width: 100%;
  }
  .slider-arrow-parent1 .slider_2-prev,
  .slider-arrow-parent1 .slider_2-next {
    background-color: transparent;
    fill: #888 !important;
    background: #f27844c2;
    border-radius: 50%;
  }
  .slider-arrow-parent2 .slider_2-prev1,
  .slider-arrow-parent2 .slider_2-next1 {
    background-color: transparent;
    fill: #888 !important;
  }
  .slider-arrow-parent3 .slider_2-prev2,
  .slider-arrow-parent3 .slider_2-next2 {
    background-color: transparent;
    fill: #888 !important;
  }
  .slider-arrow-parent1 .slider_2-next {
    position: absolute;
    right: 0;
  }
  .slider-arrow-parent2 .slider_2-next1 {
    position: absolute;
    right: 0;
  }
  .slider-arrow-parent3 .slider_2-next2 {
    position: absolute;
    right: 0;
  }
  .footer .copyright-text p {
    font-size: 12px;
  }
  .sliding-text {
    bottom: 77px;
  }
  .scroll-down {
    top: 30vh;
  }
}

@media(max-width: 580px) {
  .ak-height-135 {
    height: 0px;
  }
  .ak-hero.ak-style1 {
    height: 404px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three {
    margin-bottom: 0px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three, .ak-hero.ak-style1 .hero-content .hero-desp {
    line-height: 20px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three, .ak-hero.ak-style1 .hero-content .hero-desp {
    font-size: 8px;
    line-height: 13px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
    font-size: 14px;
  }
  .about-box-parent {
    margin-bottom: 20px !important;
  }
  .disp-none {
    display: block;
  }
  .title-size {
    font-size: 36px !important;
  }
}

@media(max-width: 550px) {
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
    font-size: 14px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-two {
    font-size: 16px;
  }
  .controls {
    min-width: 71%;
  }
  .welcome-font {
    font-size: 32px !important;
  }
  .rose-title {
    font-size: 32px !important;
  }
  .store-desc {
    font-size: 12px;
  }
  .audio-sample {
    font-size: 40px !important;
  }
  .hypno-category {
    margin-top: -20px;
  }
  .ak-hero.ak-style1 {
    height: 387px;
  }
  .ak-hero.ak-style1 .hero-content {
    top: 108px;
  }
  .shop-now-btn3 {
    display: block;
    top: 88px;
    left: 40%;
  }
  .section-heading.style-1 .section-title {
    font-size: 22px;
  }
  .shop-now-btn-a {
    padding: 5px 10px;
    font-size: 14px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three, .ak-hero.ak-style1 .hero-content .hero-desp {
    margin-bottom: 5px;
    font-size: 6px;
  }
  .shop-now-btn-a3 {
    text-align: center;
    height: 30px;
    padding: 10px 20px;
    width: 110px;
    font-size: 20px;
  }

}

@media screen and (width: 540px) and (height: 720px) {
  .scroll-down {
    top: 33vh;
  }
}

@media (max-width: 535px) {
  .music-player {
    height: 600px;
  }
  .scroll-down {
    top: 28vh;
  }
}

@media (max-width: 515px) {
  .main-control {
    text-align: center;
  }
  .scroll-down {
    top: 25vh;
  }
}

@media (max-width: 500px) {
  .ak-hero.ak-style1 {
    height: 358px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
    font-size: 12px;
  }
}

@media(max-width: 481px) {
  .audio-track {
    font-size: 14px;
  }
  .ak-hero.ak-style1 {
    height: 348px;
  }
  .scroll-down {
    top: 24vh;
  }
  .ak-hero.ak-style1 .hero-content {
    top: 93px;
  }
  .main-current .current-keyvisual img {
    width: 70px;
  }
  .music-player {
    height: 506px;
  }
  .footer .copyright-text p {
    font-size: 10px;
  }
 
    .mobile-margin {
        margin-top: 41% !important;
    }

    .store-details-left-container{

      height: fit-content;
    }
    .store-desc1{
    text-align: left;
    }
    .whaatsaap1{
      display: none;
    }
    .topicccc{
      text-align: center;
    }

    .topicccc h2{
font-size: xx-large;
    margin-top: 5%;
    }

    .doc-slider{
      justify-content: unset;
    }
}

@media(max-width: 460px) {
  .own-hypno {
    font-size: 34px !important;
  }
  .search-box {
    padding: 0px 14%;
  }
  .fa-magnifying-glass {
    right: 17%;
  }
  .rosemary-title {
    font-size: 32px !important;
  }
  .ak-accordion-item .ak-accordion-title h5{
    font-size: 14px;
  }
  .ak-accordion-item .ak-accordion-tab {
    font-size: 12px;
  }
  .ak-hero.ak-style1 {
    height: 336px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three, .ak-hero.ak-style1 .hero-content .hero-desp {
    margin-bottom: 0px;
    line-height: 10px;
  }
  .ak-hero.ak-style1 .hero-content {
    top: 90px;
    padding: 20px;
  }
  .scroll-down {
    top: 22vh;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
    font-size: 11px;
    line-height: 11px;
  }
  .section-heading.style-1 .section-title {
    font-size: 20px;
  }
  .audio-recordings h1 {
    font-size: 20px;
  }
  .shop-now-btn3 {
    left: 38% !important;
    top: 87px;
  }
}

@media(max-width: 447px) {
  .about-box {
    margin-bottom: 20px;
  }
  .about-box-parent {
    flex-wrap: nowrap;
  }
  .about-box {
    width: 180px;
    height: 180px;
  }
  .audio-sample {
    font-size: 30px !important;
  }
  .testimonial {
    gap: 0px;
  }
  .ak-hero.ak-style1 {
    height: 328px;
  }
  .scroll-down {
    top: 20vh;
  }
  .ak-hero.ak-style1 .hero-content {
    top: 80px;
    padding: 20px;
  }
}

@media(max-width: 430px) {
  .mobile-nav2,
  .mobile-nav3 {
      display: block;
      position: fixed;
  }
  .mobile-nav3 {
      display: flex;
      justify-content: center;
  }
  .ak-main_header_in {
    height: 60px !important;
  }
  .mobile-nav3 {
    height: 44px;
  }
  .ak-height-lg-50 {
    height: 20px;
  }
  .ak-hero.ak-style1 {
    height: 319px;
  }
  .footer {
    margin-bottom: 50px;
  }
  .ak-scrollup.ak-scrollup-show {
    bottom: 50px;
    right: 2px;
  }
  .issues-block {
    display: block;
    text-align: center;
  }
  .scroll-down {
    top: 30vh;
  }
  .ak-hero.ak-style1 .hero-content {
    top: 68px;
    padding: 20px;
  }
  .scroll-down-parent {
    display: none;
  }
  .ak-hero.ak-style1 .hero-content .hero-desp {
    font-weight: 400;
  }
  .shop-now-btn-a {
    padding: 5px 10px;
    font-size: 12px;
  }
  .shop-now-btn-a3 {
    text-align: center;
    height: 30px;
    padding: 10px 20px;
    width: auto;
    font-size: 16px;
  }
  .testimonial .testimonial-info .stroke-text {
    font-size: 70px;
  }
  .feedback-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  .feedback-image img {
    display: block;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .hypno-category {
    margin-top: 0px;
  }
  .shop-now-btn-top a {
    color: white !important;
  }
  .shop-now {
    left: 49%;
  }
  .shop-now-btn3 {
    /* left: 38% !important; */
    top: 105px;
    display: flex;
    justify-content: center;
  }
  .main-current .current-info h1 {
    font-size: 18px;
  }
  .player-list li .list-info .info-title {
    font-size: 14px;
  }
  .about-section {
    gap: 10px;
  }
  .title-size {
    font-size: 30px !important;
  }
  .classes-card img {
    height: 260px;
  }
  .slider-arrow-parent3 {
    top: 300%;
  }
  .team-body-info h6 {
    font-size: 24px;
  }
  .team-info-height {
    margin-bottom: 0px;
  }
  .main-control .btn._previous,
  .main-control .btn._pause,
  .main-control .btn._next {
    margin-right: 0px;
  }
  .footer.style-1 .logo-footer .phone {
    margin-bottom: 52px;
  }
  .footer .copyright-text {
    bottom: 17px;
    padding: 0px 56px;
    font-weight: bold;
  }
  .footer .copyright-text p {
    font-size: 14px;
    margin-bottom: 27px;
  }
}
.footer-logo {
      width: 132px !important;
      height: unset !important;
}
@media(max-width: 425px) {
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three {
    margin-bottom: 0px;
  }
  .hypno-category {
    margin-top: 10px;
  }
  .controls {
    min-width: 70%;
    top: 0px;
  }
  .track-info span {
    font-size: 13px;
  }
  .ak-height-lg-80 {
    height: 10px;
  }
  .ak-hero.ak-style1 .hero-content {
    top: 65px;
  }
  .ak-hero.ak-style1 {
    height: 316px;
  }
  .scroll-down {
    top: 29vh;
  }
}

@media(max-width: 414px) {
  .hypno-category {
    margin-top: 25px;
  }
  .controls {
    min-width: 70%;
    top: 12px;
  }
  .track-info span {
    font-size: 12px;
  }
  .about-box {
    width: 160px;
    height: 160px;
  }
  .controls {
    padding-bottom: 10px;
  }
  .ak-hero.ak-style1 {
    height: 311px;
  }
  .scroll-down {
    top: 28vh;
  }
  .sliding-text {
    bottom: 21px;
  }
  .section-heading.style-1 .section-title {
    font-size: 18px;
  }
  .cart-btn {
    font-size: 14px;
  }
  .store-card-title {
    font-size: 18px !important;
  }
  .ak-hero.ak-style1 .hero-content {
    top: 52px;
  }
  .footer .copyright-text {
    padding: 0px 25px;
  }
}

@media(max-width: 390px) {
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three {
    font-size: 6px;
    line-height: 6px;
  }
  .hypno-category {
    margin-top: 10px;
  }
  .ak-accordion-item .ak-accordion-title h5{
    font-size: 12px;
  }
  .ak-accordion-item .ak-accordion-title {
    padding: 17px 76px 17px 10px;
  }
  .ak-accordion-item .ak-accordion-tab {
    font-size: 12px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three {
    margin-bottom: 0px;
  }

  .ak-hero.ak-style1 {
    height: 296px;
  }
  .scroll-down {
    top: 27vh;
  }
  .team-card .team-header-info img,
  .team-card .team-header-info {
    height: 133px;
  }
  .store-card-title {
    font-size: 14px !important;
  }
  .player-list li .list-info .info-title {
    font-size: 12px;
  }
  .topics-left-container h1 {
    font-size: 1.8em !important;
  }
  .topics-left-container h6 {
    font-size: 1.6em;
  }
  .topics-left-container p {
    font-size: 0.8em;
    line-height: 1.3em;
  }
}

@media(max-width: 375px) {
  .hypno-category {
    margin-top: 10px;
  }
  .controls {
    min-width: 70%;
  }
  .track-info span {
    font-size: 10px;
  }
  .testimonial {
    padding: 30px 0px;
  }
  .controls {
    top: 12px;
  }
  .about-box {
    width: 140px;
    height: 140px;
  }
  .about-box img i{
    width: 30px;
  }
  .about-box h4 {
    font-size: 24px;
  }
  .section-heading.style-1 #press-release {
    font-size: 40px !important;
  }
  .own-hypno {
    font-size: 26px !important;
  }
  .testimonial .testimonial-img img {
    display: none;
  }
  .testimonial {
    gap: 40px;
  }
  .testimonial .testimonial-info .stroke-text {
    font-size: 60px;
  }
  .ak-hero.ak-style1 {
    height: 288px;
  }
  .ak-hero.ak-style1 .hero-content {
    top: 47px;
  }
  .scroll-down {
    top: 25vh;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three, .ak-hero.ak-style1 .hero-content .hero-desp {
    margin-bottom: 0px;
    line-height: 8px;
  }
  .section-heading.style-1 .section-title {
    font-size: 16px;
  }
  .cart-btn {
    font-size: 12px;
  }
  .audio-recordings h1 {
    font-size: 16px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
    font-size: 10px;
  }
  .whatsApp-logo {
    left: 12px;
  }
  .ak-scrollup.ak-scrollup-show {
    bottom: 53px;
    right: 2px;
  }
}

@media(max-width: 360px) {
  .hypno-category {
    margin-top: 10px;
  }
  .store-desc {
    font-size: 10px;
  }
  .ak-hero.ak-style1 .hero-content {
    top: 49px;
  }
  .ak-hero.ak-style1 {
    height: 281px;
  }
  .scroll-down {
    top: 24vh;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
    font-size: 10px;
    line-height: 10px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three, .ak-hero.ak-style1 .hero-content .hero-desp {
    margin-bottom: 0px;
    line-height: 7px;
  }
  .shop-now-btn3 {
    top: 98px;
  }
  .main-control .btn._timeline > span.timescope {
    width: 150px;
  }
}

@media(max-width: 350px) {
  .ak-hero.ak-style1 {
    height: 274px;
  }
  .section-heading.style-1 .section-title {
    font-size: 16px;
  }
  .rec-title h3 {
    font-size: 26px;
  }
  .ak-hero.ak-style1 .hero-content {
    top: 43px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
    font-size: 9px;
    line-height: 10px;
  }
}

@media(max-width: 344px) {
  .fa-magnifying-glass {
    right: 6%;
  }
  .hypno-category {
    margin-top: 10px;
  }
  .testimonial .testimonial-info .stroke-text {
    font-size: 55px;
  }
  .right-container {
    text-align: left;
  }
  .about-box {
    width: 120px;
    height: 120px;
  }
  .about-box img i{
    width: 30px;
  }
  .about-box h4 {
    font-size: 18px;
  }
  .search-box {
    padding: 0px 2%;
  }
  .audio-track {
    font-size: 12px;
  }
  .team-content {
    margin-bottom: 20px;
  }
  .ak-hero.ak-style1 .hero-content .hero-desp {
    line-height: 6px;
  }
  .mobile-nav2-ul li a,
  .mobile-nav3 ul li a {
    font-size: 12px;
  }
  .mobile-nav2-ul li a i, .mobile-nav3 ul li a i {
    font-size: 14px;
  }
  .search-box {
    padding: 0px 16%;
  }
  .search-box2 i {
    padding: 0px 16%;
  }
  .ak-hero.ak-style1 {
    height: 271px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
    font-size: 6px;
    line-height: 7px;
  }
  .section-heading.style-1 .section-title {
    font-size: 14px;
  }
  .cart-btn {
    font-size: 9px;
  }
  .ak-hero.ak-style1 .hero-content {
    top: 50px;
  }
  .icon i {
    right: 20%;
  }
  .main-current .current-info h1 {
    font-size: 16px;
  }
  .main-control .btn._timeline > span.timescope {
    width: 130px;
  }
  .player-list li .list-info .info-title {
    font-size: 10px;
  }
  .section-heading.style-1 .section-subtitle {
    font-size: 16px;
  }
  .title-size {
    font-size: 26px !important;
  }
  .footer .copyright-text p {
    font-size: 12px;
  }
}

@media(max-width: 320px) {
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three {
    font-size: 5px;
    line-height: 10px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three, .ak-hero.ak-style1 .hero-content .hero-desp {
    font-size: 4px;
    line-height: 8px;
  }
  .ak-hero.ak-style1 {
    height: 258px;
  }
  .hero-parent-container {
    width: 62%;
  }
  .audio-recordings h1 {
    font-size: 12px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .ak-site_header.ak-style1 .ak-main_header_in,
        .ak-site_header.ak-style1 .ak-top_header_in {
             gap: 4px;
             padding: 0px 8px;
        }
}
.ak-nav_list .mobile-Unblock {
  display: none;
}
@media screen and (max-width: 991px) {
      .store-cards h4,
        .store-cards h6 {
          font-size: 22px !important;
        }
        .ak-nav_list  .mobile-Unblock {
           display: block;
        }
}
.help-heading {
  text-align: center;
  text-transform: uppercase;
}
@media(max-width: 476px) {
  .grid-unique .slide  {
    width: 75%;
    margin: 0 auto;
  }
   
    .feature-card .normal .feature-card-img {
          object-fit: cover;
    }
    .ak-nav_list .footer-login {
    margin-top: 0px !important;
    }

    /* .secebook-firstgrid .feature {
          grid-template-columns: repeat(2, 1fr);
    } */

            .feature-card .title-box h3 {
              font-size: 7px;
              font-weight: 800 !important;
            }
    .title-size {
          line-height: 1.2 !important;
    }
  .footer-logo {
    height: unset !important;
        width: 180px !important;
  }
    .ak-site_branding img {
      padding-right: 6px;
    }
    .doc-details {
       font-size: 18px !important;
     }
    .logo-footer {
          display: flex;
            flex-direction: column-reverse;
    }
        .footer.style-1 .logo-footer .logo {
          margin-bottom: 55px;
          }
 .icon-details .icon {
        margin: 18px auto;
  }
  .icon-details {
       display: block !important; 
       gap: unset; 
       justify-content: unset; 
       align-items: unset; 
  }
    .footer-login {
          margin-bottom: 47px;
            margin-top: -22px;
    }
  .contact-info {
    margin-top: 0;
  }
.download-btn-stores span {
        font-size: 10px !important;
}
  .download-btn-stores .playstore-button {
           padding: 4px 10px;
  }
  .contact-info {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .download-btn-stores {
    margin:0 auto !important;
    flex-direction: row !important;
  }
  .playstore-button  .icon {
        margin: 6px auto;
    }
    .mobile-un-icon {
    position: absolute;
    right: 20px;
    top: 13px;
    }
    .nav-tagss span {
            font-size: 13px !important;
    }
    .grid-unique h3 {
      text-align: center;
    }
      .search-results-box {
            width: 72% !important;
      }
      .tabss {
            display: flex;
              justify-content: unset;
              padding-bottom: 20px;
              flex-wrap: wrap;
              gap: 6px;
      }
             #productContainer .team-card-parent {
          width: 75%;
            margin: 0 auto;
            margin-top: 1rem;
        }
                        .store-cards h4,
                        .store-cards h6 {
                          font-size: 19px !important;
                        }
}

      .parent {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(4, 1fr);
        gap: 18px;
        padding: 20px;
      }
      .help-box {
        border-radius: 10px;
        padding: 0px;
        color: #000;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }

      .help-section {
        grid-row: span 4 / span 4;
        background: #e3f2fd;
        cursor: pointer;
        -webkit-box-shadow: 0px 7px 10px 2px rgba(0,0,0,0.41);
        -moz-box-shadow: 0px 7px 10px 2px rgba(0,0,0,0.41);
        box-shadow: 0px 7px 10px 2px rgba(0,0,0,0.41);
      }
      .help-section2 {
        grid-column: span 2 / span 2;
        grid-row: span 2 / span 2;
        cursor: pointer;
        background: #ffe0b2;
        justify-content: end;
        -webkit-box-shadow: 0px 7px 10px 2px rgba(0,0,0,0.41);
        -moz-box-shadow: 0px 7px 10px 2px rgba(0,0,0,0.41);
        box-shadow: 0px 7px 10px 2px rgba(0,0,0,0.41);
      }
      .help-section3 {
        grid-column: span 4 / span 4;
        grid-row: span 2 / span 2;
        grid-column-start: 2;
        grid-row-start: 3;
        background: #fff9c4;
        justify-content: end;
        -webkit-box-shadow: 0px 7px 10px 2px rgba(0,0,0,0.41);
        -moz-box-shadow: 0px 7px 10px 2px rgba(0,0,0,0.41);
        box-shadow: 0px 7px 10px 2px rgba(0,0,0,0.41);
      }
      .help-section4 {
        background: #d0f0c0;
        grid-column: span 2 / span 2;
        grid-row: span 2 / span 2;
        grid-column-start: 4;
        grid-row-start: 1;
        justify-content: end;
        -webkit-box-shadow: 0px 7px 10px 2px rgba(0,0,0,0.41);
        -moz-box-shadow: 0px 7px 10px 2px rgba(0,0,0,0.41);
        box-shadow: 0px 7px 10px 2px rgba(0,0,0,0.41);
      }
      /* .help-section5 {
        grid-column: span 2 / span 2;
        grid-row: span 2 / span 2;
        grid-column-start: 4;
        grid-row-start: 3;
        display: flex;
        justify-content: space-around;
        background: #fff;
        padding: 10px;
        overflow-x: scroll;
      } */

      .help-section5::-webkit-scrollbar {
        height: 6px;
      }

      .help-section5::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 3px;
      }

      .help-section5::-webkit-scrollbar-thumb {
        background: #888 !important;
        border-radius: 3px;
      }

      .help-section5::-webkit-scrollbar-thumb:hover {
        background: #555;
      }
      .help-section5 img {
        width: 80px;
        height: auto;
      }
      .text-content {
        flex: 1;
        display: flex;
        padding: 20px;
      }

      .text-content h2 {
        color: #005a72;
        font-size: 18px;
      }

      .text-content ul {
        list-style: none;
        padding: 0;
      }

      .text-content ul li {
        margin: 5px 0;
        font-size: 14px;
      }

      .text-content ul li::before {
        content: '\2713';
        color: green;
        margin-right: 5px;
      }

      .buttons-bottom-sec {
        display: flex;
        width: 42%;
        justify-content: center;
        align-items: center;
      }

      .buttons-bottom-sec button {
        padding: 8px 15px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        margin-right: 10px;
        font-size: 14px;
        -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
      }

      .view-questions {
        background-color: white;
        border: 1px solid #ccc;
      }

      .ask-question {
        background-color: #005a72;
        color: white;
      }
          .section-heading.style-1 .section-title {
              font-size: 38px;
          }

      .help-image01 {
        width: 200px;
        height: 208px;
        }
      .help-image02 {
        width: 200px;
        height: 166px;
      }
      .inner-help-sec {
        display: flex;
        justify-content: space-between;
      }
      .help-icons {
        display: flex;
        gap: 36px;
      }
      .help-images-new {
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      .help-images-new img {
        width: 80px;
        height: 80px;
        background: #bbdefb;
        padding: 16px;
      }
      .help-first {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0px;
      }
      .healping-para {
        padding: 20px;
      }

      .popup-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 999;
      }
      .popup {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        width: 60%;
        max-width: 600px;
        position: relative;
      }
      .popup-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
      }
      .popup-header h2 {
        margin: 0;
      }
      .popup-close {
        cursor: pointer;
        font-size: 18px;
        background: none;
        border: none;
      }
      .popup-search-container {
        display: flex;
        gap: 10px;
        margin-bottom: 15px;
      }
      .popup-search {
        width: 100%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 5px;
      }
      .popup-search-button {
        padding: 8px 12px;
        background: #007bff;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
      }
      .popup-content {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        max-height: 360px;
        overflow-y: scroll;
      }

      .popup-content::-webkit-scrollbar {
        height: 6px;
      }

      .popup-content::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 3px;
      }

      .popup-content::-webkit-scrollbar-thumb {
        background: #888 !important;
        border-radius: 3px;
      }

      .popup-content::-webkit-scrollbar-thumb:hover {
        background: #555;
      }
      .popup-item {
        background: #f1f1f1;
        padding: 10px;
        border-radius: 5px;
        flex: 1 1 calc(50% - 10px);
        display: flex;
        align-items: center;
        gap: 10px;
      }
      .popup-item img {
        width: 40px;
        height: 40px;
      }
      @media (max-width: 768px) {
        .parent {
          display: flex;
          flex-direction: column;
        }
        .help-box {
          width: 100%;
        }
        .popup {
          width: 80%;
        }
      }
      .doc-slider-container {
        /* max-width: 900px; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #eaf3f8;
        padding: 20px;
        border-radius: 10px;
        /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
        overflow: hidden;
        -webkit-box-shadow: 0px 7px 10px 2px rgba(0, 0, 0, 0.41);
            -moz-box-shadow: 0px 7px 10px 2px rgba(0, 0, 0, 0.41);
            box-shadow: 0px 7px 10px 2px rgba(0, 0, 0, 0.41);
      }
      .doc-slider-wrapper {
        overflow-x: auto;
        scroll-behavior: smooth;
        white-space: nowrap;
        padding-bottom: 10px;
        width: 100%;
        cursor: grab;
      }
      .doc-slider-wrapper:active {
        cursor: grabbing;

      }
      .doc-slider-wrapper::-webkit-scrollbar {
        height: 8px;
      }
      .doc-slider-wrapper::-webkit-scrollbar-track {
        background: #ddd;
        border-radius: 10px;
      }
      .doc-slider-wrapper::-webkit-scrollbar-thumb {
        background: #2b6ea4 !important;
        border-radius: 10px;
      }
      .doc-slider {
        display: flex;
        gap: 20px;
      }
      .doc-card {
        min-width: 32%;
        background: linear-gradient(135deg, #2b6ea4, #61a0ce);
        color: #fff;
        border-radius: 10px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: space-around;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
      }
      .doc-card-content{
        display: flex;
        justify-content: space-between;
        width: 100%;
      }
      .doc-img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 3px solid #fff;
        margin-bottom: 10px;
      }
      .doc-name {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
      }
        .doc-name a {

            color: #fff !important;
        }
      .doc-details {
        font-size: 14px;
        text-align: start;
        margin: 0px 0;
      }
      .doc-rating {
        color: gold;
        font-size: 16px;
        margin: 5px 0;
        text-align: justify;
        animation: glow 2s infinite alternate ease-in-out;
      }
      @keyframes glow {
        0% {
          color: #ffd700;

        }

        50% {
          color: #fff;

        }

        100% {
          color: #ffd700;

        }
      }
      .doc-rating p {
        margin: 0px;
        font-weight: 600;
      }
      .doc-fee {
        font-size: 16px;
        font-weight: bold;
        margin-top: 10px;
        display: flex;
        align-items: Center;
      }

      .doc-fee a{
        color: #fff !important;
      } 
    .doc-card-img{
        display: flex;
        justify-content: start;
        width: 100%;
        gap: 16px;
    }

        .line {
            /* position: absolute; */
            bottom: 0;
            left: 50%;
            height: 6px;
            background: #F27844;
            width: 0;
            transition: width 0.5s ease-out, left 0.5s ease-out;
            border-radius: 10px;
        }
        .line22 {
          /* position: absolute; */
          bottom: 0;
          left: 50%;
          height: 6px;
          background: #F27844;
          width: 0;
          transition: width 0.5s ease-out, left 0.5s ease-out;
          border-radius: 10px;
        }
    .Therapist-heading{
        width: 100%;
        text-align: left;
    }

    .deaseases-container {
        /* max-width: 900px; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #76b2dd59;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
      }
    .deaseases-container02 {
        /* max-width: 900px; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* background: #76b2dd59; */
        padding: 20px;
        border-radius: 10px;

        overflow: hidden;
    }

    .deaseases-container22 {
        /* max-width: 900px; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #b7e9ae8a;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
      }
      .categaries-therapist{
        display: flex;
        justify-content: end;
        align-items: center;
        flex-direction: column;
        background: #ffffff7a;
        padding: 10px;
        border-radius: 16px;
        gap: 16px;
        -webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.63);
        -moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.63);
        box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.63);

      }
        .categaries-therapist02 {
            display: flex;
            justify-content: start;
            align-items: center;
            flex-direction: column;
            background: #ffffff7a;
            padding: 10px;
            border-radius: 16px;
            gap: 16px;

            cursor: pointer;
        }

      .categaries-icons{
        width: 54px;
        height: 54px;
      }
      .categary-name{
        font-size: 18px;
        margin: 0px;
        text-align: center;
      }
.categaries-container {
  display: flex;
  gap: 26px;
  overflow-x: scroll;
  width: 100%;
  cursor: grab;
  /* Shows a hand cursor */
}

.categaries-container:active {
  cursor: grabbing;
  /* Changes cursor when dragging */
}

/* Custom scrollbar */
.categaries-container::-webkit-scrollbar {
  height: 12px;
}

.categaries-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.categaries-container::-webkit-scrollbar-thumb {
  background: linear-gradient(307deg, #000000, #F67A45, #F67A45, #000000) !important;
  border-radius: 4px;
}

.categaries-container::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #ff5733, #ffcc00);
}
      .categary-icon-radius{
        background: #E3F2FD;
        border-radius: 50%;
        padding: 6px;


      }
    .categary-icon-radius02 {
        background: #E3F2FD;
        border-radius: 50%;
        padding: 10px;
        position: relative;
        -webkit-box-shadow: -4px 0px 21px -2px rgba(0, 0, 0, 0.44);
        -moz-box-shadow: -4px 0px 21px -2px rgba(0, 0, 0, 0.44);
        box-shadow: -4px 0px 21px -2px rgba(0, 0, 0, 0.44);
        transition: top 0.3s ease-in-out;
         top: 0;
    }
.categaries-therapist02:hover .categary-icon-radius02 {
    top: -10px;

}
      .margin-categarious-pagel{
        margin-top: 32px;
      }

          .related-list {
              display: flex;
              gap: 20px;
          }

          .related-item {
              width: 150px;
              text-align: center;
          }

          .related-item img {
              width: 100%;
              border-radius: 5px;
          }
    .related-item p{
        font-size: 16px;
        font-weight: 700;
    }
      @media (max-width: 1400px) {
    .section-heading.style-1 .section-title {
    font-size: 34px;
    width: 100%;
}
.text-content {
    padding: 10px 0px 10px 10px;
}
.buttons-bottom-sec {
    flex-direction: column;
    gap: 12px;
}
.download-btn-stores {
    flex-direction: column;
}
.slider_2 {
    width: 92vw;
}
.doc-card-content {
    flex-direction: column;
}
#top-nav-search {
    width: 80%;
    justify-content: center;
}
}
    @media (max-width: 1300px) {
    .footer .nav-tag {
    font-size: 14px;
    }
    .footer .title{
    font-size: 16px;
    }

}

@media (max-width: 1200px) {
    .doc-card-img {
            gap: 0px;
            flex-direction: column;
            justify-content: center;
                align-items: center;
        }
.buttons-bottom-sec button {
    font-size: 12px;
}
.bottom-avatar{
    display: flex;
    justify-content: end;
    align-items: end;
}
.help-first {
    height: 100%;
    justify-content: space-between;
}
        .download-btn-stores {
            flex-direction: row;

        }
        .footer.style-1 {
            justify-content: space-around;
        }
    .doc-details {
        text-align: center;
    }
    .doc-fee {
        justify-content: center;
        
    }
}

#new-pattren{
  position: relative;
}

#new-pattren::before {

    content: '';
      position: absolute;
      background: url(../img/patter3-3.png);
      background-position: center;
      background-size: cover;
      bottom: -17%;
      left: 78%;
      width: 298px;
      height: 290px;
      background-color: rgba(255, 134, 82, 0.1);
      opacity: 0.2;
      animation: custom-about-floatBubble 8s ease-in-out infinite;

}

#E-books-con{
  position: relative;
}

.content-e-books-text{
  position: absolute;
  right: -44px;
  animation: floatUpDown 3s ease-in-out infinite;
  opacity: 0.6;
}

.content-e-books-text02 {
position: absolute;
  top: -25px;
  left: 64px;
  animation: floatUpDown 3s ease-in-out infinite;
  opacity: 0.8;
}

@keyframes floatUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}


@media (max-width: 1100px ) {
        .footer.style-1 .logo-footer .phone .title {
                font-size: 24px;
            }
        .text-wrapper22 {
            left: 50%;
        }
        .text-wrapper2222 {
          right: 22%;
              top: 75%;
        }
        .ak-site_header.ak-style1 .ak-main_header_in,
        .ak-site_header.ak-style1 .ak-top_header_in{
            gap: 0;
        }
        .animated-title{
            font-size: 2.2rem;
        }
        .animated-subtext {
            font-size: 1rem;
            }

        .contact-info {
            gap: 10px;
            flex-wrap: wrap;
            align-items: start;
            width: 68%;
        }
        .welcome-text {
            width: 30%;
        }
        .contact-section:before {
            height: 48%;
            }
        #personal-card{
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }
        .doc-slider-container {
            width: 100%;
            }
    }
@media (max-width: 992px ) {
  .doc-card {
    min-width: 48%;
  }
  .inner-help-sec {
    flex-direction: column;
        align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  .help-section {
  grid-column: span 1 / span 1;
    grid-row: span 2 / span 2;
  }
  .help-section3 {
      grid-column: span 5 / span 5;
    grid-row: span 2 / span 2;
    grid-row-start: 3;
  }
  .main-current .current-info h1 {
            width: 98%;
        left: -14px;
        position: relative;
  }
.ak-bg {
  margin-top: 145px;
}
        .text-wrapper2222 {
          right: 14%;
          top: 75%;
        }

}

@media (max-width: 860px ) {
      #top-nav-search {
        width: 70%;
        justify-content: center;
    }
    .contact-section:before {
      width: 38.3%;
      height: 36%;
    }
    {{--
    .contact-item span{
      display: none;
    }
    --}}
    .contact-info{
      justify-content: flex-start;
      flex-direction: row;
      width: 100%;
      //flex-wrap: unset;
    }
          .shop-now-btn3 {
        display: block;
        top: 204px;
        left: 40%;
    }
}

@media (max-width: 767px){
      .shop-now-btn3 {
        display: block;
        top: 254px;
        left: 40%;
    }

    .doc-card {
        min-width: 100%;
}
.contact-section {
  gap: 12px;
  justify-content: center;
}
    .contact-section:before {
        width: 70.3%;
        height: 30%;
}
.dropbtn {
    padding: 4px 6px;
}
.section-heading.style-1 .section-title{
  font-size: 24px;
}
    .text-content {
      justify-content: center;
      flex-direction: column;
    }
    

    .buttons-bottom-sec {
      flex-direction: row;
      width: 100%;
}
.dropbtn {
  font-size: 12px;
}
.search-btn, .filter-btn {
    padding: 0px 4px 2px 4px;
    }
        .ak-site_branding img {
        max-height: 66px;
        width: 72px;
        height: 60px;
    }
        .searb-con {
          position: relative;
          left: 2px;
        }
            .animated-title {
        font-size: 22px;
    }
        .animated-subtext {
        font-size: 14px;
    }
    .text-wrapper{
      top: 50%;
    }
        .fabs {
              right: -8px !important;
        }
      .btn-whtasapp {
            bottom: 74px;
      }
          .accordion button[aria-expanded='true']+.accordion-content {
              overflow-y: auto;
          }
    
          .accordion button[aria-expanded='true']+.accordion-content::-webkit-scrollbar {
              width: 6px !important;
          }
    
          .accordion button[aria-expanded='true']+.accordion-content::-webkit-scrollbar-thumb {
              background: rgba(0, 0, 0, .2);
              border-radius: 10px;
              margin: 2px;
          }
    
          .accordion button[aria-expanded='true']+.accordion-content::-webkit-scrollbar-thumb {
              background: linear-gradient(45deg, #ffcc00, #ff5733) !important;
              border-radius: 10px;
          }

          .text-wrapper2222 {
            /* right: -17%; */
            left: 50%;
            top: 70%;
          }
                    
}

@media (max-width: 560px){
    .shop-now-btn3 {
        display: block;
        top: 156px;
        left: 40%;
    }
}

@media (max-width: 440px){
    .shop-now-btn3 {
        display: block;
        top: 198px;
        left: 40%;
    }
    .ak-main_header_in{
      padding: 0px 8px;
    }
}
@media (max-width: 440px) {
    .download-btn-stores {
      flex-direction: column;
    }
    }
        
@media(max-width: 380px){
      .ak-site_branding img {
          max-height: 66px;
          width: 65px;
          height: 60px;
        }
}


@media (max-width: 480px) { /* Targets mobile devices only */
    .ak-main-header-right.shop-now-btn.shop-now-btn3 {
        top: 100% !important;
     /* Ensure proper positioning */
    }
}

.therapist-signup {
  display:flex;
  justify-content: start;
  width: 85%;
}
.therapist-signup span {
  margin-left: 0 !important;
}

.button-arrow-white{
  border-radius: 50%;
}

@media (max-width: 476px) {
    .icon-details {
        display: block;
    }
    .footer.style-1 .logo-footer .desp {
       padding-bottom: 0px;
      }
    .footer-login {
       margin-bottom: 20px;
       margin-top: -34px;
       }
      .video-container .playstore-button {
        padding: 8px 14px;
        font-size: 13px;
      }
      .therapist-signup {
        width: 100%;
        justify-content: center !important;
        }
      .therapist-signup  .download-btn-stores span {
        font-size: 16px !important;
        }
      .therapist-signup span {
        margin-left: 0 !important;
      }
    .contact-details-info {
        text-align: center;
    }
       .signup-area .stroke-text {
            font-size: 19px;
        }
        .solution-container p {
            text-align: center;
        }
        .accordion .accordion-content p {
            font-size:12px;
        }
                .ak-nav .ak-nav_list {
                    width: 100%;
                    left: 0px;
                }
                 .privacy-content .accordion {
        display:block !important;
    }
    .privacy-content .accordion .accordion-item {
        width:100% !important;
    }
                
}
@media (max-width: 380px) { 
.ak-site_branding img {
            width: 55px;
}
.title-box {
      padding: 0 8px;
}
.feature-card .title-box h3 {
  word-break: break-all;
}
}
@media (max-width: 350px) { 
    .nav-tagss lord-icon {
             width: 26px;
            height: 26px;
    }
.nav-tagss span {
    font-size: 11px !important;
}
.nav-top-icon {
        padding: 2px;
}
.contact-section {
    padding: 8px 10px;
}
.ak-munu_toggle {
            width: 26px;
                height: 26px;
}
.nav-top-icon {
    padding: 2px;
}
}
@media (max-width: 321px) {
    .mobile-un-icon {
        right: 12px;
    }
}


.dropbtn, .dropdown {
        background: transparent !important;
        border: 0px solid #e67e22 !important;
}

logo-footer {
        height: unset !important;
        width: 150px !important;
}
.app-down {
  height: 50vh;
  overflow: hidden;
  position: relative;
  font-family: sans-serif;
  margin-bottom: 0px;
}

.app-down-center {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../img/mobile-mockup-banner.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.app-content {
  width: 60%;
  height: 100%;
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
  margin-left: 20%;
}

.app-down1 {
  width: 50%;
  height: 100%;
}

.app-down-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-down-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.app-down-btn{
  display: flex;
  gap:12px;
}


.swiper {
  width: 100%;
  height: 100%;
  margin-top: 6.4rem;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 38px) !important;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 17px)) !important;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px)) !important;
  border-radius: var(--swiper-pagination-bullet-border-radius, 20px) !important;
  background: #000000 !important;
  transition: all .4s ease-in-out;
}
.swiper-pagination-bullet-active {
  width: 30px !important;
  background: #F67A45 !important;
}
.swiper-div {
  width: 100%;
  height: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  filter: brightness(.9);
  /* object-fit: cover; */
}

.swiper-button-next, .swiper-button-prev {
  color: #b27a01 !important;
  background: #000000;
  width: 35px !important;
  height: 50px !important;
  border-radius: 8px;
}

.banner-btn{
  display: flex;
  position: absolute;
  top: 76%;
  left: 40px;
  gap: 8px;
}
.banner-btn a.hovered {
  background-color: #FFF;
  color: #000;
}

.banner-btn a.hovered .icon,
.banner-btn a.hovered .texts {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}


.banner-btn a {
  background-color: #b64313;
  padding: 6px 10px;
  /* position: absolute; */
  top: 73%;
  left: 40px;
  color:white;
  border-radius: 10px;
  transition: all .4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
}
.banner-btn .icon {
  height: 2.0rem;
  width: 1.5rem;
}
.banner-btn:hover a {
  background-color: #000;
  color: #fdfdfd;
}

.banner-btn-2 a {
  top: 68%;
}
.banner-btn-3 a {
  top: 65%;
}
#banner-btn-4  {
  transform: translate(-50%, -50%);
  top: 84%;
  left: 48%;
}

.banner-btn{
  display: flex;
  position: absolute;
  top: 76%;
  left: 40px;
  gap: 8px;
}
.banner-btn a.hovered {
  background-color: #FFF;
  color: #000 !important;
}

.banner-btn a.hovered .icon,
.banner-btn a.hovered .texts {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

@media screen and (max-width:991px) {
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none !important;
  }
  .banner-btn-4 a {
    top: 89%;
  }
}

@media screen and (max-width:600px) { 
  .banner-btn a {
    left: 20px;
    font-size: 15px;
  }
  .banner-btn-4 a {
    left: 50% !important;
  }
}

@media screen and (max-width:410px) {  
  .banner-btn a {
    left: 12px;
    padding: 4px 6px;
    font-size: 12px;
  }
}

@media screen and (max-width:991px) {
  .banner-btn {
    width: 60%;
  }

}

@media screen and (max-width:767px) {  
.swiper {
  width: 100%;
  height: 36vh;
  margin-top: 4.2rem;
} 

.banner-btn {
  width: 90%;
}
.text-1 {
  font-size: 10px;
}
.banner-btn {
  left: 24px;
}
#banner-btn-4 {
  top: 88%;
  left: 51%;
}
.banner-btn .icon {
  height: 1.8rem;
  width: 1.6rem;
}

}

#btn-div{
  position: relative;
  padding-top: 16px;
}
.content-help{
  position: relative;
}

#arrow-con {
    position: absolute;
      top: 240%;
      justify-content: space-between;
      z-index: 9;
      padding: 0;
}
#left-arrow {
    position: relative;
    left: -12px;
}
#right-arrow{
      position: relative;
        right: -12px;
}

    .custom-about-container {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 20px;
      position: relative;
    }
    
    .custom-about-section {
      position: relative;
      padding: 52px 0;
      overflow: hidden;
      background: linear-gradient(to right, #FFFFFF 60%, #F8F8F8 40%);
    }
    
    .custom-about-section::before {

    content: '';
    position: absolute;
    
    background: url('../img/pattern4.jpg');
    
    width: 100%;
    height: 100%;
    
    background-color: rgba(255, 134, 82, 0.1);
    opacity: 0.08;
    animation: custom-about-floatBubble 8s ease-in-out infinite;
}
    
    .custom-about-section::after {
      content: '';
      position: absolute;
      bottom: 100px;
      left: 10%;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: rgba(255, 134, 82, 0.1);
      animation: custom-about-floatBubble 6s ease-in-out infinite 1s;
    }
    
    @keyframes custom-about-floatBubble {
      0% { transform: translateY(0) scale(1); }
      50% { transform: translateY(-20px) scale(1.1); }
      100% { transform: translateY(0) scale(1); }
    }
    
    .custom-about-header {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
      opacity: 0;
      transform: translateY(30px);
      animation: custom-about-fadeUp 0.8s ease forwards;
    }
    
    .custom-about-tag {
      color: #FF8652;
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 2px;
      position: relative;
      padding-left: 20px;
      display: flex;
      align-items: center;
    }
    
    .custom-about-tag::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 12px;
      height: 2px;
      background-color: #FF8652;
      transform: translateY(-50%);
    }
    
    .custom-about-heading-container {
      position: relative;
      margin-bottom: 8px;
    }
    
    .custom-about-heading {
      font-size: 52px;
      font-weight: 700;
      color: #1A1A1A;
      line-height: 1.1;
      opacity: 0;
      transform: translateY(30px);
      animation: custom-about-fadeUp 0.8s ease forwards 0.2s;
      position: relative;
      z-index: 2;
      text-align: center;
    }
    
    .custom-about-heading-background {
      position: absolute;
      font-size: 80px;
      font-weight: 800;
      color: rgba(26, 26, 26, 0.03);
      bottom: -35px;
      left: -20px;
      z-index: 1;
      white-space: nowrap;
      animation: custom-about-fadeIn 1.5s ease forwards 0.5s;
      opacity: 0;
    }
    
    .custom-about-heading .custom-about-highlight {
      color: #FF8652;
      position: relative;
      display: inline-block;
    }
    
    .custom-about-heading .custom-about-highlight::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 6px;
      background-color: rgba(255, 134, 82, 0.2);
      bottom: 5px;
      left: 0;
      z-index: -1;
      transform: scaleX(0);
      transform-origin: left;
      animation: custom-about-expandWidth 0.8s ease forwards 1s;
    }
    
    .custom-about-paragraph {
    font-size: 19px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 14px;
    gap: 6px;
    justify-content: center;
    max-width: 100%;
    font-weight: 600;
    display: flex;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    animation: custom-about-fadeUp 0.8s ease forwards 0.4s;
    }
    
    .custom-about-paragraph:nth-of-type(2) {
      animation-delay: 0.5s;
    }
    
    .custom-about-paragraph:nth-of-type(3) {
      animation-delay: 0.6s;
    }
    
    .custom-about-button-container {
      margin-top: 20px;
      opacity: 0;
      transform: translateY(30px);
      animation: custom-about-fadeUp 0.8s ease forwards 0.7s;
      display: flex;
      justify-content: center;
    }
    
    .custom-about-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 16px 36px;
      background-color: #1A1A1A;
      color: #FFFFFF !important;
      text-decoration: none;
      font-weight: 600;
      font-size: 15px;
      border-radius: 4px;
      position: relative;
      overflow: hidden;
      z-index: 1;
      transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    }
    
    .custom-about-button::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #FF8652;
      transform: translateX(-100%);
      transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
      z-index: -1;
    }
    
    .custom-about-button:hover::before {
      transform: translateX(0);
    }
    
    .custom-about-button:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(255, 134, 82, 0.3);
    }
    
    .custom-about-button .custom-about-arrow {
      margin-left: 10px;
      position: relative;
      transition: transform 0.3s ease;
    }
    
    .custom-about-button:hover .custom-about-arrow {
      transform: translateX(5px);
    }
    
    .custom-about-content-wrapper {
      display: flex;
      gap: 12px;
      position: relative;
      align-items: center;
      flex-direction: column;
      
    }
    
    .custom-about-text-content {
      flex: 1;
      max-width: 100%;
      position: relative;
    }
    
    .custom-about-gallery {
      flex: 1;
      position: relative;
      display: grid;
      grid-template-columns: repeat(8, 1fr);
      grid-template-rows: repeat(8, 1fr);
      gap: 20px;
      height: 600px;
      width: 100%;
    }
    
    .custom-about-image-container {
      overflow: hidden;
      border-radius: 6px;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
      opacity: 0;
      position: relative;
    }
    
    
    @keyframes custom-about-slideFromLeft {
      from {
        opacity: 0;
        transform: translateX(-100px);
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }
    
    @keyframes custom-about-slideFromRight {
      from {
        opacity: 0;
        transform: translateX(100px);
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }
    
    .custom-about-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    
    .custom-about-image-container:hover .custom-about-image {
      transform: scale(1.08);
    }
    
    .custom-about-image-container::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,0.2) 100%);
      pointer-events: none;
    }
    
    .custom-about-experience-badge {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #FF8652;
      color: #FFFFFF;
      padding: 35px 40px;
      text-align: center;
      z-index: 10;
      opacity: 0;
      border-radius: 8px;
      box-shadow: 0 15px 40px rgba(255, 134, 82, 0.3);
      animation: custom-about-pulseIn 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards 1.2s;
    }
    
    @keyframes custom-about-pulseIn {
      0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.7);
      }
      70% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
      }
      100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
      }
    }
    
    .custom-about-experience-number {
      font-size: 60px;
      font-weight: 800;
      line-height: 1;
      margin-bottom: 5px;
      text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
      position: relative;
      display: inline-block;
    }
    
    .custom-about-experience-number::after {
      content: '';
      position: absolute;
      width: 40px;
      height: 2px;
      background-color: rgba(255, 255, 255, 0.5);
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%);
    }
    
    .custom-about-experience-text {
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 1px;
      margin-top: 10px;
    }
    
    .custom-about-decorative-line {
      position: absolute;
      bottom: -50px;
      right: 0;
      width: 0;
      height: 2px;
      background: linear-gradient(90deg, rgba(255,134,82,0) 0%, rgba(255,134,82,1) 100%);
      opacity: 0;
      animation: custom-about-expandWidthLine 1.2s ease forwards 1.4s;
    }
    
    @keyframes custom-about-expandWidthLine {
      from {
        width: 0;
        opacity: 0;
      }
      to {
        width: 40%;
        opacity: 1;
      }
    }
    
    .custom-about-decorative-dots {
      position: absolute;
      bottom: 10%;
      left: 5%;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 8px;
      opacity: 0;
      animation: custom-about-fadeIn 1s ease forwards 1.5s;
    }
    
    .custom-about-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #FF8652;
      opacity: 0.2;
    }
    
    .custom-about-dot:nth-child(even) {
      opacity: 0.6;
    }
    
    @keyframes custom-about-fadeUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    
    @keyframes custom-about-fadeIn {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }
    
    @keyframes custom-about-expandWidth {
      from {
        transform: scaleX(0);
      }
      to {
        transform: scaleX(1);
      }
    }
    
    .custom-about-stats-highlight {
      display: flex;
      gap: 40px;
      margin-top: 50px;
      opacity: 0;
      transform: translateY(30px);
      animation: custom-about-fadeUp 0.8s ease forwards 0.9s;
    }
    
    .custom-about-stat-item {
      display: flex;
      flex-direction: column;
    }
    
    .custom-about-stat-number {
      font-size: 36px;
      font-weight: 700;
      color: #FF8652;
      line-height: 1;
      margin-bottom: 8px;
    }
    
    .custom-about-stat-label {
      font-size: 14px;
      color: #666666;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    
    /* Scroll animations */
    .custom-about-scroll-animation {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.8s ease;
    }
    
    .custom-about-scroll-animation.custom-about-animate {
      opacity: 1;
      transform: translateY(0);
    }

    .custom-about-text-content span a {
        font-weight: 600;
        color: #FF8652 !important;
    }
    
    /* Responsive adjustments */
    @media (max-width: 1200px) {
      .custom-about-section {
        background: #FFFFFF;
      }
      
      .custom-about-heading {
        font-size: 44px;
      }
      
      .custom-about-heading-background {
        font-size: 100px;
        bottom: -30px;
      }
    }
    
    @media (max-width: 992px) {
      .custom-about-content-wrapper {
        flex-direction: column;
        gap: 60px;
      }
      
      .custom-about-text-content {
        max-width: 100%;
      }
      
      .custom-about-gallery {
        height: 500px;
        width: 100%;
      }
      
      .custom-about-heading {
        font-size: 40px;
      }
      
      .custom-about-heading-background {
        font-size: 80px;
        bottom: -25px;
      }
    }
    
    @media (max-width: 768px) {
      .custom-about-section {
        padding: 80px 0;
      }
      
      .custom-about-gallery {
        height: 400px;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(6, 1fr);
      }
      
      .custom-about-heading {
        font-size: 36px;
      }
      
      .custom-about-heading-background {
        font-size: 60px;
        bottom: -15px;
      }
      
      .custom-about-stats-highlight {
        flex-wrap: wrap;
        gap: 30px 40px;
      }
      
      .custom-about-experience-badge {
        padding: 25px 30px;
      }
      
      .custom-about-experience-number {
        font-size: 48px;
      }
    }
    
    @media (max-width: 576px) {
      .custom-about-section {
        padding: 60px 0;
      }
      
      .custom-about-gallery {
        height: 350px;
      }
      

      .custom-about-heading {
        font-size: 32px;
      }
      
      .custom-about-heading-background {
        font-size: 50px;
        bottom: -10px;
        left: -10px;
      }
      
      .custom-about-button {
        padding: 14px 30px;
      }
      
      .custom-about-experience-badge {
        padding: 20px 25px;
      }
      
      .custom-about-experience-number {
        font-size: 42px;
      }
    }


.heading-wrapper {
  position: relative;
  display: inline-block;
}

.shadow-heading {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: rgb(0 0 0 / 8%);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
  text-transform: uppercase;

}

.shadow-heading-first {
  position: absolute;
  top: 8%;
  left: 42%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: rgb(0 0 0 / 8%);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
  text-transform: uppercase;

}

.shadow-heading-top-rated {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: rgb(0 0 0 / 8%);
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
    text-transform: uppercase;
}

.section-title {
  position: relative;
  z-index: 1;
}

                .sr_search-container {
                  position: relative;
                  width: 80%;
                  max-width: 1200px;
                  margin: -60px auto 1px;
                  background-color: white;
                  border-radius: 10px;
                  padding: 20px;
                  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
                }
        
                .sr_tabs {
                  display: flex;
                  margin-bottom: 20px;
                  border-bottom: 1px solid #eee;
                }
        
                .sr_tab {
                  padding: 10px 20px;
                  cursor: pointer;
                  border-bottom: 3px solid transparent;
                  color: #666;
                  display: flex;
                  align-items: center;
                  gap: 8px;
                  transition: all 0.3s ease;
                }
        
                .sr_tab.sr_active {
                  border-bottom-color: #F67A45;
                  color: #333;
                  font-weight: 500;
                }
        
                .sr_tab-icon {
                  display: inline-flex;
                  align-items: center;
                  justify-content: center;
                  width: 24px;
                  height: 24px;
                  background-color: #F67A45;
                  color: white;
                  border-radius: 50%;
                }
        
                .sr_search-form {
                  display: flex;
                  gap: 15px;
                  flex-wrap: wrap;
                  justify-content: center;
                }
        
                .sr_search-group {
                  flex: 1;
                  min-width: 200px;
                  position: relative;
                }
        
                .sr_search-input {
                  width: 100%;
                  padding: 12px 12px 12px 40px;
                  border: 1px solid #ddd;
                  border-radius: 6px;
                  font-size: 16px;
                  transition: all 0.3s ease;
                  background-color: #f9f9f9;
                }
        
                .sr_search-input:focus {
                  outline: none;
                  border-color: #F67A45;
                  box-shadow: 0 0 0 2px rgba(246, 122, 69, 0.2);
                }
        
                .sr_input-icon {
                  position: absolute;
                  left: 10px;
                  top: 50%;
                  transform: translateY(-50%);
                  color: #262626;
                  pointer-events: none;
                  z-index: 9;
                }
        
                .sr_dropdown-icon {
                  position: absolute;
                  right: 10px;
                  top: 50%;
                  transform: translateY(-50%);
                  color: #666;
                  pointer-events: none;
                  transition: transform 0.3s ease;
                }
        
                .sr_search-input.sr_active+.sr_dropdown-icon {
                  transform: translateY(-50%) rotate(180deg);
                }
        
                .sr_dropdown-menu {
                  position: absolute;
                  top: 100%;
                  left: 0;
                  width: 100%;
                  background-color: white;
                  border: 1px solid #ddd;
                  border-radius: 6px;
                  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
                  z-index: 10;
                  max-height: 200px;
                  overflow-y: auto;
                  display: none;
                }
        
                .sr_dropdown-menu.sr_show {
                  display: block;
                  animation: sr_fadeIn 0.3s ease;
                }
        
                .sr_dropdown-item {
                  padding: 10px 15px;
                  cursor: pointer;
                  transition: background-color 0.2s ease;
                }
        
                .sr_dropdown-item:hover {
                  background-color: #f5f5f5;
                }
        
                .sr_search-btn {
                  padding: 12px 24px;
                  background-color: #F67A45;
                  color: white;
                  border: none;
                  border-radius: 6px;
                  font-size: 16px;
                  font-weight: 500;
                  cursor: pointer;
                  transition: background-color 0.3s ease;
                }
        
                .sr_search-btn:hover {
                  background-color: #e56835;
                }
        
                @keyframes sr_fadeIn {
                  from {
                    opacity: 0;
                    transform: translateY(-10px);
                  }
        
                  to {
                    opacity: 1;
                    transform: translateY(0);
                  }
                }
        
                @media (max-width: 768px) {
                  .sr_search-container {
                    width: 95%;
                    padding: 15px;
                  }
        
                  .sr_search-btn {
                    width: 100%;
                    margin-top: 10px;
                  }
                }
  
    .fgt-about-section {
      padding: 60px 0 48px;
      /* background: linear-gradient(135deg, #f8f9fc 0%, #ffffff 100%); */
      position: relative;
      overflow: hidden;
    }

        #fgt-about-section {
          padding: 60px 0 48px;
          background: linear-gradient(135deg, #f8f9fc 0%, #ffffff 100%);
          position: relative;
          overflow: hidden;
        }

        .shadow-heading-top-new {
          position: absolute;
          top: 12%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-size: 50px;
          color: rgb(0 0 0 / 8%);
          white-space: nowrap;
          pointer-events: none;
          z-index: 0;
          text-transform: uppercase;
          text-align: center;
        }

        .shadow-heading-top {
          position: absolute;
          top: -4%;
          left: 48%;
          transform: translate(-50%, -50%);
          font-size: 42px;
          color: rgb(0 0 0 / 8%);
          white-space: nowrap;
          pointer-events: none;
          z-index: 0;
          text-transform: uppercase;
          text-align: center;
        }
          .shadow-heading-top-help {
          position: absolute;
          top: -2%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-size: 50px;
          color: rgb(0 0 0 / 8%);
          white-space: nowrap;
          pointer-events: none;
          z-index: 0;
          text-transform: uppercase;
          text-align: center;
        }
  
    .fgt-about-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }
  
    .fgt-about-content-wrapper {
      display: flex;
      align-items: center;
      gap: 50px;
    }
    #testimonial-div {
      display: flex;
      justify-content: center;
    }
    /* Creative background elements */
    .fgt-about-bg-elements {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      overflow: hidden;
    }
  
    .fgt-about-circle {
      position: absolute;
      border-radius: 50%;
    }
  
    .fgt-about-circle-1 {
      top: -52px;
      right: 5%;
      width: 300px;
      height: 300px;
      background: linear-gradient(45deg, rgba(255, 134, 82, 0.15), rgba(255, 157, 115, 0.08));
    }
  
    .fgt-about-circle-2 {
      bottom: -80px;
      left: -50px;
      width: 250px;
      height: 250px;
      background: linear-gradient(135deg, rgba(255, 134, 82, 0.12), rgba(255, 122, 61, 0.05));
    }
  
    .fgt-about-wave {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 120px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V120H0V95.8C59.71,118.11,140.83,111.94,217.69,102.56Z' fill='rgba(255, 134, 82, 0.05)'%3E%3C/path%3E%3C/svg%3E") no-repeat;
      background-size: cover;
    }
  
    .fgt-about-pattern {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-image: radial-gradient(rgba(255, 134, 82, 0.1) 2px, transparent 2px);
      background-size: 30px 30px;
      opacity: 0.5;
    }
  
    /* Text content */
    .fgt-about-text {
      flex: 1;
      position: relative;
      z-index: 2;
    }
  
    .fgt-about-tag-wrapper {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }
  
    .fgt-about-tag {
      display: inline-block;
      padding: 8px 16px;
      background-color: rgba(255, 134, 82, 0.15);
      color: #FF8652;
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 2px;
      border-radius: 30px;
    }
  
    .fgt-about-tag-line {
      height: 2px;
      width: 60px;
      background: linear-gradient(90deg, #FF8652, rgba(255, 134, 82, 0.3));
      margin-left: 20px;
    }
  
    .fgt-about-heading {
      font-size: 42px;
      font-weight: 700;
      color: #1A1A1A;
      line-height: 1.2;
      margin-bottom: 8px;
      text-align: center;
      position: relative;
    }
  
    .fgt-about-heading::before {
      content: '';
      position: absolute;
      left: -15px;
      top: 0;
      height: 100%;
      width: 5px;
      background: linear-gradient(to bottom, #FF8652, rgba(255, 134, 82, 0.3));
      border-radius: 10px;
    }
  
    .fgt-about-highlight {
      color: #FF8652;
      position: relative;
      display: inline-block;
    }
  
    .fgt-about-highlight::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 8px;
      background-color: rgba(255, 134, 82, 0.2);
      bottom: 5px;
      left: 0;
      z-index: -1;
      border-radius: 10px;
    }
  
    .fgt-about-paragraph {
      font-size: 16px;
      line-height: 1.8;
      color: #000000;
      margin-bottom: 0px;
      position: relative;
      padding-left: 0px;
      font-weight: 400;
    }
  
    .fgt-about-paragraph-sub {
      font-size: 18px;
      font-weight: 500;
      color: #000;
      padding-left: 0;
      text-align: center;
    }
  
    /* .fgt-about-paragraph:not(:first-of-type)::before {
      content: '•';
      position: absolute;
      left: 0;
      color: #FF8652;
      font-size: 20px;
    } */
  
    .fgt-about-cta {
      margin-top: 6px;
      display: flex;
      align-items: center;
    
    }
  
    .fgt-about-button {
      display: inline-flex;
      align-items: center;
      padding: 15px 30px;
      background: linear-gradient(45deg, #FF8652, #ff7a3d);
      color: #FFFFFF !important;
      font-weight: 600;
      font-size: 15px;
      border-radius: 50px;
      text-decoration: none;
      box-shadow: 0 10px 20px rgba(255, 134, 82, 0.25);
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      z-index: 1;
    }
  
    .fgt-about-button::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(45deg, #ff7a3d, #FF8652);
      z-index: -1;
      opacity: 0;
      transition: opacity 0.3s ease;
    }
  
    .fgt-about-button:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 30px rgba(255, 134, 82, 0.35);
    }
  
    .fgt-about-button:hover::after {
      opacity: 1;
    }
  
    .fgt-about-button-text {
      margin-right: 8px;
    }
  
    .fgt-about-button-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      transition: transform 0.3s ease;
    }
  
    .fgt-about-button:hover .fgt-about-button-icon {
      transform: translateX(5px);
    }
  
    .fgt-about-learn-more {
      color: #333;
      font-weight: 500;
      text-decoration: none;
      display: flex;
      align-items: center;
      transition: color 0.3s ease;
    }
  
    .fgt-about-learn-more:hover {
      color: #FF8652;
    }
  
    .fgt-about-learn-more i {
      margin-left: 8px;
      transition: transform 0.3s ease;
    }
  
    .fgt-about-learn-more:hover i {
      transform: translateX(5px);
    }
  
    /* Image container */
    .fgt-about-image-container {
      flex: 1;
      position: relative;
      z-index: 2;
    }
  
    .fgt-about-image-frame {
      position: relative;
      background: white;
      padding: 15px;
      border-radius: 20px;
      box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
      transform: rotate(-2deg);
      transition: transform 0.4s ease;
    }
  
    .fgt-about-image-frame::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 1px dashed rgba(255, 134, 82, 0.3);
      border-radius: 20px;
      margin: 8px;
      z-index: 1;
      pointer-events: none;
    }
  
    .fgt-about-image-frame:hover {
      transform: rotate(0deg) translateY(-10px);
    }
  
    .fgt-about-image-wrapper {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
  
    .fgt-about-image {
      width: 100%;
      height: auto;
      display: block;
      transition: transform 0.6s ease;
    }
  
    .fgt-about-image-frame:hover .fgt-about-image {
      transform: scale(1.05);
    }
  
    .fgt-about-image-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
      pointer-events: none;
    }
  
    .fgt-about-experience-badge {
      position: absolute;
      bottom: -20px;
      right: -15px;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: #FF8652;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #FFFFFF;
      box-shadow: 0 15px 30px rgba(255, 134, 82, 0.4);
      z-index: 10;
    }
  
    .fgt-about-badge-border {
      position: absolute;
      width: 130px;
      height: 130px;
      border: 2px dashed rgba(255, 255, 255, 0.5);
      border-radius: 50%;
    }
  
    .fgt-about-experience-number {
      font-size: 36px;
      font-weight: 800;
      line-height: 1;
    }
  
    .fgt-about-experience-text {
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-align: center;
      margin-top: 5px;
    }
  
    .fgt-about-icon-row {
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 3;
    }

.doc-rating-stars {
    margin: 0px 0;
    width: 100%;
    display: flex;
}
  
    .fgt-about-icon-circle {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: white;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #FF8652;
      font-size: 20px;
      transition: transform 0.3s ease, background 0.3s ease;
    }
  
    .fgt-about-icon-circle:hover {
      transform: translateY(-5px);
      background: #FF8652;
      color: white;
    }
  
    /* Link style */
    .fgt-about-link {
      font-weight: 600;
      color: #FF8652 !important;
      text-decoration: none;
      position: relative;
      transition: color 0.3s ease;
    }
  
    .fgt-about-link::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #FF8652;
      bottom: -2px;
      left: 0;
      transform: scaleX(0);
      transform-origin: right;
      transition: transform 0.3s ease;
    }
  
    .fgt-about-link:hover {
      color: #ff7a3d;
    }
  
    .fgt-about-link:hover::after {
      transform: scaleX(1);
      transform-origin: left;
    }
  
    /* Responsive styles */
    @media (max-width: 992px) {
      .fgt-about-content-wrapper {
        flex-direction: column-reverse;
        gap: 60px;
      }
            .fgt-about-paragraph {
              text-align: center;
              }
        .fgt-about-text {
         width: 70%; 
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        }
      .fgt-about-image-container {
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
      }
  
      .fgt-about-heading {
        font-size: 36px;
      }
      .fgt-about-cta {
        justify-content: center;
      }
    }
  
    @media (max-width: 768px) {
      .fgt-about-section {
        padding: 60px 0;
      }
  
      .fgt-about-heading {
        font-size: 32px;
      }
  
      .fgt-about-experience-badge {
        width: 100px;
        height: 100px;
      }
  
      .fgt-about-badge-border {
        width: 110px;
        height: 110px;
      }
  
      .fgt-about-experience-number {
        font-size: 30px;
      }
  
      .fgt-about-experience-text {
        font-size: 10px;
      }
  
      .fgt-about-icon-row {
        gap: 10px;
      }
  
      .fgt-about-icon-circle {
        width: 40px;
        height: 40px;
        font-size: 16px;
      }
    }
  
    @media (max-width: 576px) {
      .fgt-about-section {
        padding: 50px 0;
      }
  
      .fgt-about-tag-wrapper {
        margin-bottom: 15px;
      }
  
      .fgt-about-tag {
        padding: 6px 12px;
        font-size: 12px;
      }
  
      .fgt-about-tag-line {
        width: 40px;
      }
  
      .fgt-about-heading {
        font-size: 28px;
        padding-left: 15px;
      }
  
      .fgt-about-heading::before {
        width: 4px;
      }
  
      .fgt-about-cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
      }
  
      .fgt-about-button {
        padding: 12px 25px;
      }
    }

        .Booking-btn {
          flex: 0;
          padding: 12px;
          border: none;
          font-size: 16px;
          font-weight: bold;
          cursor: pointer;
          border-radius: 5px;
          transition: 0.3s;
          width: fit-content;
        }
    
        .Booking-btn-book {
          background: #f67a45;
          color: #fff !important;
        }
    
        .Booking-btn-book:hover {
          background: #3e8f6d;
        }
    
        .Booking-btn-address {
          background: white;
          border: 2px solid #0056b3;
          color: #0056b3;
        }
    
        .Booking-btn-address:hover {
          background: #0056b3;
          color: white;
        }



@media (max-width: 1550px) {
                .shadow-heading-top {

                  font-size: 44px;
                  }
}

@media (max-width: 1400px) {
.section-heading.style-1 .section-title{
  text-align: center;
}
.shadow-heading-top {

    font-size: 38px;
  }

    .shadow-heading-top-new {
    font-size: 42px;
    }
}

@media (max-width: 1300px) {
.app-content {
  width: 84%;
  }
}

@media (max-width: 1200px) {
.text-1 {
    font-size: 14px;
}
.text-2 {
  font-size: 14px;
}
}

@media (max-width: 1150px) {
  .text-1 {
    font-size: 11px;
  }
    .text-2 {
      font-size: 12px;
    }
}
@media (max-width: 1100px) {
#hidden-half{
display:none;
}
.app-content {
  width: 70%;
  margin-left: 0%;
}
.app-content h2{
  text-align: center;
  color: #fff;
}
.app-content p {
  text-align: center;
  color: #fff;
}
.app-down-btn {
    justify-content: center;
}
.app-down1 {
  width: 100%;
  height: 100%;
  background: #00000080;
      display: flex;
        justify-content: center;
}
        .testimonial {
          gap: 6px;
        }
}

@media (max-width: 991px) {
  .shadow-heading-top {
    font-size: 26px;
  }
    .testimonial {
      gap: 6px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #testimonial-div{
      display: none;
    }
    .shadow-heading-top-new {
        font-size: 34px;
        top: 6%;
    }
}


@media (max-width: 768px) {
    .texts {
      margin-left: 10px;
    }
    .shadow-heading-top-new {
      font-size: 26px;
    }
    .shadow-heading-top-help {
    
    top: 0%;
    left: 50%;
    }
        .ak-scrollup {
          
          bottom: 70px !important;
          }
}

@media (max-width: 767px) {
  #arrow-con {
      top: 196%;
    }
  .video-container {
      height: 80vh;
    }
    .text-2 {
        font-size: 10px;
    }
    .text-1 {
      font-size: 10px;
    }
    .shadow-heading-first{
      display: none;
    }
    .shadow-heading-top-new {
      display: none;
    }
    .shadow-heading-top-help {
      display: none;
    }
    .shadow-heading-top-rated{
      display: none;
    }
    .shadow-heading {
      display: none;
    }
    .shadow-heading-top {
      display: none;
    }
    .content-e-books-text02 {
      top: -18px;
      left: -10px;
    }
    .app-content h2 {
     font-size: 22px;
    }
    .app-content p {
      font-size: 14px;
    }
    .app-content {
      width: 84%; 
    }
    .fgt-about-text {
      width: 88%;
      text-align: justify;
    }

        .text-wrapper22 {
          
          top: 80%;
          }

}
@media (max-width: 375px) {
.mobile-nav2-ul li a,
.mobile-nav3 ul li a {
  font-size: 11px;
  }
  }
.readbtncenter{
  display: flex;
  margin-top: 8px;
  justify-content: center;
}
  .read-more-btn {
    width: fit-content;
    text-align: center;
    background: linear-gradient(135deg, #F67A45 0%, #ff9966 100%);
    color: #fff !important;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 10px;
    font-weight: 700;
    box-shadow: 0 3px 8px rgba(246, 122, 69, 0.4);
    /* animation: mktplc_float 2s infinite ease-in-out; */
}


        .tsl-testimonial-wrapper::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(circle at 20% 20%, rgba(246, 122, 69, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(255, 144, 104, 0.03) 0%, transparent 50%);
            pointer-events: none;
        }

        .tsl-testimonial-container {
            max-width: 1200px;
            width: 100%;
            position: relative;
            z-index: 1;
        }

        .tsl-section-header {
            text-align: center;
            margin-bottom: 48px;
            position: relative;
        }

        #aligment-issues {
          
            margin-bottom: 0px;
        }
        .solution-container{
          text-align: center;
        }

        .tsl-section-title {
            font-size: clamp(2.5rem, 5vw, 3.5rem);
            font-weight: 800;
            color: #1a1a1a;
            margin-bottom: 20px;
            position: relative;
            letter-spacing: -0.02em;
            background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .tsl-section-title::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 5px;
            background: linear-gradient(90deg, #F67A45, #ff9068);
            border-radius: 3px;
            animation: tsl-underlineGlow 2s ease-in-out infinite alternate;
        }

        @keyframes tsl-underlineGlow {
            0% { box-shadow: 0 0 10px rgba(246, 122, 69, 0.3); }
            100% { box-shadow: 0 0 25px rgba(246, 122, 69, 0.6); }
        }

        .tsl-section-subtitle {
            font-size: 1.3rem;
            color: #6b7280;
            font-weight: 400;
            margin-top: 25px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.6;
        }

        .tsl-slider-container {
            position: relative;
            overflow: hidden;
            border-radius: 24px;
            box-shadow: 
                0 32px 64px rgba(0,0,0,0.08),
                0 16px 32px rgba(0,0,0,0.04),
                0 8px 16px rgba(0,0,0,0.02);
            background: white;
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.8);
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column-reverse;
        }

        .tsl-slider-container:hover {
            transform: translateY(-8px);
            box-shadow: 
                0 40px 80px rgba(0,0,0,0.12),
                0 20px 40px rgba(0,0,0,0.06),
                0 10px 20px rgba(0,0,0,0.03);
        }

        .tsl-slider-track {
            display: flex;
            transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .tsl-testimonial-slide {
            min-width: 100%;
            padding: 48px 46px;
            text-align: center;
            position: relative;
            background: linear-gradient(135deg, #ffffff 0%, #fefefe 100%);
        }

        .tsl-quote-icon {
            font-size: 4.5rem;
            color: #F67A45;
            margin-bottom: 20px;
            opacity: 0.9;
            filter: drop-shadow(0 4px 12px rgba(246, 122, 69, 0.2));
            animation: tsl-float 4s ease-in-out infinite;
        }

        @keyframes tsl-float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            25% { transform: translateY(-8px) rotate(1deg); }
            50% { transform: translateY(-4px) rotate(0deg); }
            75% { transform: translateY(-12px) rotate(-1deg); }
        }

        .tsl-testimonial-content {
            font-size: 1.5rem;
            line-height: 1.8;
            color: #374151;
            font-style: italic;
            margin-bottom: 36px;
            font-weight: 400;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            letter-spacing: -1px;
        }

        .tsl-testimonial-content::before {
            content: '';
            position: absolute;
            width: 60px;
            height: 2px;
            background: linear-gradient(90deg, #F67A45, #ff9068);
            top: -20px;
        }

        .tsl-testimonial-content::before {
            left: 50%;
            transform: translateX(-50%);
        }

        .tsl-author-section {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 25px;
            margin-top: 40px;
        }

        .tsl-author-avatar {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            background: linear-gradient(135deg, #F67A45, #ff9068);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2.2rem;
            box-shadow: 
                0 12px 30px rgba(246, 122, 69, 0.25),
                0 6px 15px rgba(246, 122, 69, 0.15);
            position: relative;
            transition: all 0.3s ease;
        }

        .tsl-author-avatar::before {
            content: '';
            position: absolute;
            inset: -3px;
            border-radius: 50%;
            padding: 3px;
            background: linear-gradient(135deg, #F67A45, #ff9068);
            mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            mask-composite: exclude;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .tsl-author-avatar:hover::before {
            opacity: 1;
        }

        .tsl-author-info {
            text-align: left;
        }

        .tsl-author-name {
            font-size: 1.4rem;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 8px;
            letter-spacing: -0.01em;
        }

        .tsl-author-position {
            font-size: 1.1rem;
            color: #F67A45;
            font-weight: 600;
            margin-bottom: 4px;
        }

        .tsl-author-company {
            font-size: 1rem;
            color: #6b7280;
            font-weight: 400;
        }

        .tsl-navigation {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 40px;
            margin-top: 60px;
        }

        .tsl-nav-button {
            width: 70px;
            height: 70px;
            border: none;
            border-radius: 50%;
            background: linear-gradient(135deg, #F67A45, #ff9068);
            color: white;
            font-size: 1.6rem;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 
                0 12px 30px rgba(246, 122, 69, 0.25),
                0 6px 15px rgba(246, 122, 69, 0.15);
            position: relative;
            overflow: hidden;
        }

        .tsl-nav-button::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
            border-radius: 50%;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .tsl-nav-button:hover {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 
                0 20px 40px rgba(246, 122, 69, 0.35),
                0 10px 20px rgba(246, 122, 69, 0.25);
        }

        .tsl-nav-button:hover::before {
            opacity: 1;
        }

        .tsl-nav-button:active {
            transform: translateY(-2px) scale(1.02);
        }

        .tsl-nav-button:disabled {
            opacity: 0.4;
            cursor: not-allowed;
            transform: none;
            box-shadow: 0 8px 25px rgba(246, 122, 69, 0.15);
        }

        .tsl-dots-container {
            display: flex;
            gap: 16px;
            align-items: center;
        }

        .tsl-dot {
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 2px solid #F67A45;
            background: transparent;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            position: relative;
        }

        .tsl-dot::before {
            content: '';
            position: absolute;
            inset: -4px;
            border-radius: 50%;
            background: rgba(246, 122, 69, 0.1);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .tsl-dot:hover::before {
            opacity: 1;
        }

        .tsl-dot.tsl-active {
            background: #F67A45;
            transform: scale(1.3);
            box-shadow: 
                0 6px 18px rgba(246, 122, 69, 0.3),
                0 3px 9px rgba(246, 122, 69, 0.2);
        }

        .tsl-dot:hover {
            transform: scale(1.15);
        }

        .tsl-star-rating {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-bottom: 30px;
        }

        .tsl-star {
            color: #e96329;
            font-size: 1.8rem;
            filter: drop-shadow(0 2px 4px rgba(251, 191, 36, 0.3));
            transition: all 0.3s ease;
            animation: tsl-starTwinkle 2s ease-in-out infinite;
            animation-delay: calc(var(--i) * 0.2s);
        }

        .tsl-star:nth-child(1) { --i: 0; }
        .tsl-star:nth-child(2) { --i: 1; }
        .tsl-star:nth-child(3) { --i: 2; }
        .tsl-star:nth-child(4) { --i: 3; }
        .tsl-star:nth-child(5) { --i: 4; }

        @keyframes tsl-starTwinkle {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.1); }
        }

        .tsl-slide-counter {
            position: relative;
            bottom: 0px;
            
            background: rgba(246, 122, 69, 0.08);
            backdrop-filter: blur(10px);
            padding: 12px 20px;
            border-radius: 25px;
            font-size: 1rem;
            color: #F67A45;
            font-weight: 600;
            border: 1px solid rgba(246, 122, 69, 0.2);
            letter-spacing: 0.5px;
        }

        .tsl-progress-bar {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 6px;
            background: linear-gradient(90deg, #F67A45, #ff9068);
            border-radius: 2px 2px 0 0;
            transition: width 0.1s linear;
            box-shadow: 0 0 10px rgba(246, 122, 69, 0.5);
        }

        .tsl-testimonial-badge {
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(135deg, #F67A45, #ff9068);
            color: white;
            padding: 8px 24px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 600;
            box-shadow: 0 8px 20px rgba(246, 122, 69, 0.3);
            z-index: 10;
        }

        /* Enhanced responsive design */
        @media (max-width: 1024px) {
            .tsl-testimonial-slide {
                padding: 60px 40px;
            }
            
            .tsl-testimonial-content {
                font-size: 1.3rem;
            }
        }

        @media (max-width: 768px) {
            .tsl-testimonial-wrapper {
                padding: 80px 20px;
            }
            
            .tsl-testimonial-slide {
                padding: 50px 30px;
            }
            
            .tsl-section-title {
                font-size: 2.5rem;
            }
            
            .tsl-testimonial-content {
                font-size: 1.2rem;
            }
            
            .tsl-author-section {
                flex-direction: column;
                gap: 20px;
            }
            
            .tsl-author-info {
                text-align: center;
            }
            
            .tsl-navigation {
                gap: 30px;
            }
            
            .tsl-nav-button {
                width: 60px;
                height: 60px;
                font-size: 1.4rem;
            }
            
            .tsl-author-avatar {
                width: 80px;
                height: 80px;
                font-size: 2rem;
            }
        }

        @media (max-width: 480px) {
            .tsl-testimonial-wrapper {
                padding: 60px 15px;
            }
            
            .tsl-testimonial-slide {
                padding: 40px 25px;
            }
            
            .tsl-section-title {
                font-size: 2rem;
            }
            
            .tsl-quote-icon {
                font-size: 3.5rem;
            }
            
            .tsl-testimonial-content {
                font-size: 1.1rem;
            }
            
            .tsl-slide-counter {
                /* top: 20px;
                right: 20px; */
                border-radius: 0;
                padding: 8px 16px;
                font-size: 0.9rem;
            }
        }

        /* Smooth entrance animations */
        .tsl-testimonial-slide {
            opacity: 0;
            transform: translateY(30px);
            animation: tsl-slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
        }

        @keyframes tsl-slideIn {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Enhanced loading animation */
        .tsl-loading {
            opacity: 0.7;
            pointer-events: none;
        }

        .tsl-slide-transition {
            transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        /* Accessibility improvements */
        .tsl-nav-button:focus,
        .tsl-dot:focus {
            outline: 3px solid rgba(246, 122, 69, 0.5);
            outline-offset: 3px;
        }

        @media (prefers-reduced-motion: reduce) {
            .tsl-quote-icon,
            .tsl-star {
                animation: none;
            }
            
            .tsl-slider-track {
                transition: transform 0.3s ease;
            }
        }

        /* Dark mode support */
        @media (prefers-color-scheme: dark) {
            .tsl-testimonial-wrapper {
                background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
            }
            
            .tsl-slider-container {
                background: rgba(255, 255, 255, 0.05);
                border: 1px solid rgba(255, 255, 255, 0.1);
            }
            
            .tsl-testimonial-slide {
                background: rgba(255, 255, 255, 0.03);
            }
            
            .tsl-section-title {
                color: #ffffff;
                background: linear-gradient(135deg, #ffffff 0%, #e5e5e5 100%);
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
            
            .tsl-testimonial-content {
                color: #e5e5e5;
            }
            
            .tsl-author-name {
                color: #ffffff;
            }
        }

        /* Elegant about section */
        .about-section {
            
            position: relative;
            z-index: 2;
        }

        /* Creative image content */
        .about-section .img-content {
            position: relative;
            perspective: 1000px;
        }

        .about-section .img-content::before {
            content: '';
            position: absolute;
            top: -30px;
            right: -30px;
            width: 120px;
            height: 120px;
            border: 2px solid rgba(242, 120, 68, 0.4);
            border-radius: 50%;
            z-index: -1;
            animation: custom-about-floatBubble 8s ease-in-out infinite;
        }

        .about-section .img-content::after {
            content: '';
            position: absolute;
            bottom: -40px;
            left: -40px;
            width: 80px;
            height: 80px;
            background: linear-gradient(45deg, rgba(242, 120, 68, 0.4), transparent);
            border-radius: 20px;
            transform: rotate(45deg);
            z-index: -1;
            animation: spineFloatsquare 4s ease-in-out infinite;
        }

        /* Animation keyframes */
@keyframes spineFloatsquare {
        0% {
        transform: rotate(0deg) translate(0px, 0px) scale(1);
        opacity: 1;
    }
    25% {
        transform: rotate(90deg) translate(3px, -3px) scale(1.03);
    }
    50% {
        transform: rotate(180deg) translate(0px, -5px) scale(1.05);
        opacity: 0.9;
    }
    75% {
        transform: rotate(270deg) translate(-3px, -3px) scale(1.03);
    }
    100% {
        transform: rotate(360deg) translate(0px, 0px) scale(1);
        opacity: 1;
    }
}



        /* Sophisticated gallery styling */
        .gallerys {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-template-rows: repeat(3, 160px);
            gap: 12px;
            position: relative;
            transform-style: preserve-3d;
        }

        .gallerys::before {
            content: '';
            position: absolute;
            top: -20px;
            left: -20px;
            right: -20px;
            bottom: -20px;
            background: 
                linear-gradient(135deg, transparent 25%, rgba(242, 120, 68, 0.03) 25%, rgba(242, 120, 68, 0.03) 50%, transparent 50%),
                linear-gradient(45deg, transparent 25%, rgba(0, 0, 0, 0.02) 25%, rgba(0, 0, 0, 0.02) 50%, transparent 50%);
            background-size: 20px 20px;
            border-radius: 25px;
            z-index: -2;
        }

        .about-section .gallerys::after {
            content: '';
            position: absolute;
            bottom: -40px;
            right: -40px;
            width: 80px;
            height: 80px;
            background: linear-gradient(45deg, rgba(242, 120, 68, 0.4), transparent);
            border-radius: 20px;
            transform: rotate(45deg);
            z-index: -1;
            animation: spineFloatsquare 4s ease-in-out infinite;
        }

        .gallerys img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px;
            transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
            box-shadow: 
                0 4px 20px rgba(0, 0, 0, 0.08),
                0 1px 3px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.8);
            position: relative;
            overflow: hidden;
        }

        .gallerys img::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent 30%, rgba(242, 120, 68, 0.1) 50%, transparent 70%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .gallerys img:hover::before {
            opacity: 1;
        }

        .gallerys img:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: 
                0 12px 40px rgba(242, 120, 68, 0.15),
                0 4px 12px rgba(0, 0, 0, 0.1);
        }

        /* Creative grid layout */
        .gallerys img:nth-child(1) {
            grid-column: 1 / 3;
            grid-row: 1 / 3;
            border-radius: 20px;
        }

        .gallerys img:nth-child(2) {
            grid-column: 3 / 5;
            grid-row: 1;
        }

        .gallerys img:nth-child(3) {
            grid-column: 3;
            grid-row: 2;
        }

        .gallerys img:nth-child(4) {
            grid-column: 4;
            grid-row: 2;
        }

        .gallerys img:nth-child(5) {
            grid-column: 1;
            grid-row: 3;
        }

        .gallerys img:nth-child(6) {
            grid-column: 2 / 5;
            grid-row: 3;
            border-radius: 20px;
        }

.loader-hypnoanimatied {
  width: 48px;
  height: 48px;
  margin: auto;
    position: absolute;
    top: 2%;
    opacity: 0.6;
}

#loader-new {
    right: 0;
}

.loader-hypnoanimatied:before {
  content: '';
  width: 48px;
  height: 5px;
  background: #F27844;
  position: absolute;
  top: 60px;
  left: 0;
  border-radius: 50%;
  animation: shadow324 0.5s linear infinite;
}

.loader-hypnoanimatied:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #F27844;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  animation: jump7456 0.5s linear infinite;
}

@keyframes jump7456 {
  15% {
    border-bottom-right-radius: 3px;
  }

  25% {
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    transform: translateY(18px) scale(1, .9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    transform: translateY(0) rotate(90deg);
  }
}

@keyframes shadow324 {

  0%,
    100% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1);
  }
}

.readmore-btn-read-more {
 width: 12rem;
 height: auto;
position: relative;
 display: inline-block;
 cursor: pointer;
 outline: none;
 border: 0;
 vertical-align: middle;
 text-decoration: none;
 background: transparent;
 padding: 0;
 font-size: inherit;
 font-family: inherit;
}

.readmore-btn-read-more .readmore-btn-circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: linear-gradient(145deg, #ff9966, #F67A45);
  box-shadow:0 8px 20px rgba(246, 122, 69, 0.45),
    0 4px 6px rgba(246, 122, 69, 0.3),
    inset 0 1px 2px rgba(255, 255, 255, 0.3),
    inset 0 -1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 1.625rem;
  overflow: hidden;
}

.readmore-btn-read-more .readmore-btn-circle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0.1) 40%,
      rgba(255, 255, 255, 0) 80%);
  opacity: 0.6;
  pointer-events: none;
}

.readmore-btn-read-more .readmore-btn-circle .readmore-btn-icon {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 background: #fff;
}

.readmore-btn-read-more .readmore-btn-circle .readmore-btn-icon.readmore-btn-arrow {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 left: 0.625rem;
 width: 1.125rem;
 height: 0.125rem;
 background: none;
 animation: arrowMove 1s ease-in-out infinite;
}

.readmore-btn-read-more .readmore-btn-circle .readmore-btn-icon.readmore-btn-arrow::before {
 position: absolute;
 content: "";
 top: -0.29rem;
 right: 0.0625rem;
 width: 0.625rem;
 height: 0.625rem;
 border-top: 0.125rem solid #fff;
 border-right: 0.125rem solid #fff;
 transform: rotate(45deg);
}

@keyframes arrowMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

.readmore-btn-read-more .readmore-btn {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 padding: 0.75rem 0;
 margin: 0 0 0 1.85rem;
 color: #ffffff;
 font-weight: 700;
 line-height: 1.6;
 text-align: center;
 text-transform: uppercase;
}

button:hover .readmore-btn-circle {
 width: 100%;
}

button:hover .readmore-btn-circle .readmore-btn-icon.readmore-btn-arrow {
 background: #fff;
 transform: translate(1rem, 0);
}

button:hover .readmore-btn {
 color: #fff;
}

#infor-card-btn .title-box {
    flex-direction: column;
    height: auto;
    padding-bottom: 4px;
  }

  #infor-card-btn .team-header-info{
    overflow: hidden;
    height: 230px;
}

#infor-card-btn .team-header-info img {
    height: 230px;
}