
/* font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* variable */
:root {     
    --base-color: #454343;  
    --dark-gray: #333333;
    --darkest-gray: #1D2121;
    --medium-gray: #6d6e71;
    --very-light-gray: #f6f3ef;
    --nav-gray: ##938e8e;
    --gray: #aeb1b9;
    --cream-color: #CEAD5F;
    --light-cream: #F0E9E5;
    --alt-font: 'Montserrat', sans-serif;
    --primary-font: "Josefin Sans", sans-serif;
    --secondary-font: 'Montserrat', sans-serif;
}  
::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important ;
    text-overflow: ellipsis;
  }
body {
    font-size: 17px;
    line-height: 32px;
    overflow-x: hidden;
}
html, body {
    overflow: auto;
    height: auto;
}

.no-scroll {
    overflow: hidden !important;
    height: 100vh !important;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    touch-action: none; /* Prevent touch gestures */
    overscroll-behavior: contain; /* Prevent pull-to-refresh */
}


/* custom cursor */
.custom-cursor .circle-cursor-inner {
    background-color: var(--base-color);
    width: 10px;
    height: 10px;
}
.custom-cursor .circle-cursor-inner.cursor-link-hover {
    background-color: var(--base-color);
}
.custom-cursor .circle-cursor-outer {
    border: 1px solid transparent;
}
/* header */
header .navbar-brand img {
    max-height: 50px;
}
header .left-nav .navbar-nav:before {
    background-color: var(--white);
    opacity: 0.2; 
    transform: translate(-28px, 0px);
    -webkit-transform: translate(-28px, 0px);
    transition: 0s;
}
header.sticky .left-nav .navbar-nav:before {
    transform: translate(-28px, 0px);
    -webkit-transform: translate(-28px, 0px);
}
.navbar .navbar-nav .nav-link { 
    font-size: 14px;
    font-weight: 500; 
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid #f6f3ef;
    padding: 16px 20px;
    font-weight: 500;
    font-size: 16px;
    color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(502%) contrast(502%);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active:hover > a{
    background-color: var(--base-color);
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active > a {
    color: var(--medium-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    width: 330px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
    color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
    line-height: 22px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a img {
    width: 65px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li.active > a,
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a:hover {
    color: var(--medium-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a img {
    width: 40px;
    margin-right: 10px;
}
/* pagination */
.pagination-style-01 .page-item.active .page-link,
.pagination-style-01 .page-item .page-link:hover {
    background: var(--dark-gray);
    color: var(--white);
}
.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    box-shadow: none !important;
}
.pagination-style-01 .page-item:first-child .page-link:hover,
.pagination-style-01 .page-item:last-child .page-link:hover {
    color: var(--dark-gray);
}
/* input */
.input-small, .textarea-small {
    font-size: 14px;
}
/* bg color */
.bg-blue-whale {
    background-color: #152833;
}
.bg-blue-licorice {
    background-color: #374b57;
}
/* bg gradient transparent */
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #0a171e), to(transparent));
    background: linear-gradient(to top, #0a171e 7%, transparent 70%);
}
.transition-hover {
    -webkit-transition: all 300ms ease-in-out !important;
    transition: all 300ms ease-in-out !important;
}

/* btn */
.btn.btn-blue-whale {
    background-color:#152833; 
    color: var(--white);
}
.btn.btn-blue-whale:hover {
    background-color: transparent;
    border-color: #152833;
    color: #152833;
}
.btn {
    font-family: var(--primary-font);
    font-weight:500;
    text-transform: inherit;
    letter-spacing: 0px;
}
.btn.btn-link {
    padding: 0 0 2px; 
}
.btn.btn-rounded.btn-extra-large {
    padding: 18px 66px 18px 40px;
    font-size: 17px;
}
.btn.btn-rounded.btn-large {
    padding: 16px 55px 16px 38px;
    font-size: 16px;
}
.btn.btn-large {
    font-size: 15px;
}
/* number pagination style 01 */
.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet {
    font-size: 14px;
}
.process-step-style-02:hover .process-step-icon .number {
    color: var(--white);
}
/* page title */
.page-title-large h1 {
    font-size: 4rem;
    line-height: 3.9rem;
}
/* process step style 03 */
.process-step-style-03:hover .process-step-icon-box .progress-image {
    -webkit-transform: scale(1.3); 
    transform: scale(1.3);
}
/* social icon style 02 */
.social-icon-style-02 .small-icon li {
    margin: 0;
}
/* opacity */
.opacity-05 {
    opacity: 0.05;
}
/* top right bottom left */
.top-minus-35px {
    top: -35px;
}
.left-minus-35px {
    left: -35px;
}
.bottom-minus-35px {
    bottom: -35px;
}
/* footer */
footer .footer-logo img {
    max-height: 36px;
}
.footer-dark {
    color: #768086;
}
.footer-dark p, .footer-dark a {
    color: #768086;
}
.is-touchable .cursor-page-inner {
    display: none !important;
}
/* media query responsive */
@media (max-width: 1400px) {
    .xl-min-h-270px {
        min-height: 270px !important;
    }
}
@media (max-width: 1300px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1199px) {
    header .left-nav .navbar-nav:before {
        transform: translate(-10px, 0px);
        -webkit-transform: translate(-10px, 0px);
    }
    header.sticky .left-nav .navbar-nav:before {
        transform: translate(-10px, 0px);
        -webkit-transform: translate(-10px, 0px);
    }
    .elements-social .large-icon li {
        margin: 0 5px;
    }
    footer .nav-link {
        padding-left: .6rem;
        padding-right: .6rem;
    }
    .navbar .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 1024px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media (max-width: 991px) {
    header .widget-text {
        color: var(--dark-gray);
    }
    header .widget-text i {
        color: var(--white);
    }
    .md-bottom-minus-15px {
        bottom: -15px;
    }
    .elements-social.social-icon-style-04 .large-icon a {
        font-size: 21px;
        width: 50px;
        height: 50px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover img{
        background-color: transparent;
        color: var(--dark-gray);
        filter: inherit;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active:hover > a {
        background-color: transparent;
        color: var(--medium-gray);        
    }
}
@media (max-width: 767px) {
    .sm-top-minus-25px {
        top: -25px;
    }
    .process-step-style-02 .progress-step-separator,
    .process-step-style-03 .progress-step-separator,
    .process-step-style-04 .progress-step-separator {
        display: block;
    }
}
@media (max-width: 575px) {
    .process-step-style-02 .progress-step-separator,
    .process-step-style-03 .progress-step-separator,
    .process-step-style-04 .progress-step-separator {
        display: none;
    }
}

/* footer */
footer .footer-logo img {
    max-height: 43px;
    width: auto;
}
footer a:hover {
    color: var(--white);
}
footer ul li {
    margin-bottom: 2px;
}

/* Footer Styles */
#footer table {
    margin: 0 auto; /* Centers the table horizontally */
  }

  #footer table td {
    text-align: center; /* Centers the content inside each cell horizontally */
    vertical-align: middle; /* Centers the content vertically inside each cell */
    padding: 10px; /* Optional: adds some space inside each cell */
  }

  #footer .col-lg-5 {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically centers the content in the first column */
    align-items: center; /* Ensures that content is centered horizontally within the column */
    height: 100%; /* Ensures the column takes the full height of the container */
  }

  #footer .col-lg-5 p,
  #footer .col-lg-5 table {
    margin-bottom: 15px; /* Adds space between paragraphs and table */
  }

  /* Footer Form Style */
  .border-bottom-only {
    border: none;
    border-bottom: 1px solid var(--medium-gray) !important; /* Adjust the color as needed */
    padding-bottom: 8px; /* Optional padding */
    border-radius: 0; /* Ensures no rounded corners */
    box-shadow: none; /* Removes any default box shadows */
}

.form-group {
    margin-bottom: 20px;
}

#footer .row {
    margin-bottom: 15px;
}

#footer form select option 
{
    color: white; 
    background-color: black;
}

#footer form select:focus, 
#footer form select:active, 
#footer form select option:checked {
    color: white; /* Keep the selected text white */
}

@media (max-width: 767px) {
    #footer .row .col-md-6 {
        margin-bottom: 20px;
    }
}



/* Media query to handle mobile view */
@media (max-width: 767px) {
    .desktop-section {
        display: none;
    }
    .mobile-section {
        display: block;
    }
}


.gallery-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.gallery-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}



/* Banner 

#banner form .form-group input::placeholder
{
    font-style: var(--alt-font) !important;
    font-size: 11px;
}

#banner form .form-group span {
    display: block; 
    margin-bottom: -5px; 
}

#banner form .form-group input {
    margin-top: 0; 
}


#banner .swiper-slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0; 
}


#banner .overlay-black-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); 
    z-index: 1; 
}


#banner .swiper-slide .container {
    position: relative;
    z-index: 2; 
}

#banner .underline-heading {
    position: relative;
    display: inline-block;
}

#banner .underline-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 1px; 
    background-color: #fff;
}


#banner .contact-form-style-03 {
    max-width: 600px; 
}


#banner form .form-control {
    background:  rgba(0, 0, 0, 0.4);
    border: none; 
    border-radius: 4px; 
    padding: 10px; 
    width: 100%; 
    font-size: 14px;
}

#banner form select {
    font-size: 11px !important;
}

#banner form select option 
{
    font-size: 11px !important;
    color: white; 
    background-color: black;
}

#banner form select:focus, 
#banner form select:active, 
#banner form select option:checked {
    color: white; 
}

@media (max-width: 768px) {
    #banner .container {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; 
    }
    #banner .row {
        align-items: center; 
        margin-top: 0; 
    }
    #banner .col-lg-6 {
        margin-top: 0; 
    }
    #banner .mobile-section {
        margin: 0 auto; 
    }
}


@media (max-width: 1200px) {
    #banner .contact-form-style-03 {
        margin: 0 20px; 
    }
}


@media (max-width: 992px) {
    #banner .contact-form-style-03 {
        margin-top: 0; 
    }
}

#banner .full-width-btn {
    width: 100%;
}

/* Mobile CTA Buttons */

.button-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 1000;
}

.cta-button {
    flex: 1;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: white;
    transition: background-color 0.3s ease;
}

.enquire {
    background-color: #938e8e; 
}

.call {
    background-color: var(--dark-gray); 
}

.enquire:active,
.call:active {
    color: white; 
}
/* Default style: hide the section */
.mobile-section {
    display: none; /* Hide by default */
}

/* Media query for mobile devices: display the section */
@media screen and (max-width: 767px) {
    .mobile-section {
        display: flex; /* Display on mobile */
    }
}

/* Highlights */

#highlights 
{
    padding: 20px;
}

/* testimonials */

#testimonials
{
    padding: 40px !important;
}

/* Second */

#second .full-height-img {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    max-height: 300px;
    object-fit: cover; /* Ensures the image scales and fills the container */
    display: block;
}

/* Third */




/* Slider 

#slider
{
    height: 90vh !important;
}

@media screen and (max-width: 767px) {
    #slider {
       height:auto !important;
    }
}

/* Location */

/* Ensure full height for the location section */
#location {
     /* Full viewport height */
    display: flex;
    flex-direction: row; /* Align sections side by side */
}

@media screen and (max-width: 767px) {
    #location {
       height:auto !important;
    }
}

/* Left Column (Accordion) */
#location .col-12.col-lg-6 {
    padding: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Right Column (Map) */
#location .col-12.col-lg-6 {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Map Container */
#location .map {
    width: 100%;
    height: 100%; /* Ensure map container takes full height */
    position: relative;
}

/* Iframe */
#location iframe {
    width: 100%;
    height: 100%; /* Ensure iframe fills the entire map container */
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    #location {
        flex-direction: column; /* Stack sections vertically for mobile */
    }

    /* Map on mobile (height adjusted for better visibility) */
    #location .map {
        height: 300px;
    }
}
#location .custom-accordion {
    padding-left: 70px;
    padding-right: 70px;
    width: 100%;
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    #location .custom-accordion {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #location .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    #location .map iframe {
        width: 100%;
        height: 300px; /* Adjust height on mobile */
    }
}


/* Last */

@media screen and (max-width: 767px) {
    #last {
       height:auto !important;
    }
}

/* General */
/* Prevent horizontal scrolling */
html, body {
    
    overflow-x: hidden; /* Disable horizontal scroll */
}

/* Responsive adjustments */
@media (max-width: 767px) {
   
    section, div, header, footer {
        overflow-x: hidden; /* Prevent content overflow in all sections */
    }
}

 /* Nav Bar Mobile */ 

  /* Media query to Nav display desktop section */
  @media screen and (min-width: 768px) {
    .nav-desktop-section {
        display: block; /* Display desktop section */
    }
  
    .nav-mobile-section {
        display: none; /* Hide mobile section on desktop */
    }
  }
  
  /* Media query to Nav display mobile section */
  @media screen and (max-width: 767px) {
    .nav-desktop-section {
        display: none; /* Hide desktop section on mobile */
    }
  
    .nav-mobile-section {
        display: block; /* Display mobile section */
    }
  }

  @media (max-width: 767px) {
    #banner .desktop-section {
        display: none;
    }
    #banner .mobile-section1 {
        display: block;
    }
}

/*location */



/* Configuration */

#configuration-sec.container {
    padding: 0
}

#configuration-sec table {
    width: 100%;
    border-collapse: collapse
}

#configuration-sec td,
#configuration-sec th {
    border: 1px solid var(--medium-gray);
    padding: 10px;
    text-align: center
}

#configuration-sec th {
    background-color: var(--base-color);
    font-weight: 700;
    color: var(--base-color)
}

#configuration-sec td {
    background-color: var(--very-light-cream)
}

#configuration-sec .btn {
    margin: 0 auto;
    display: inline-block
}

#configuration-mobile .container {
    padding: 0
}

#configuration-mobile table {
    width: 100%;
    border-collapse: collapse
}

#configuration-mobile td,
#configuration-mobile th {
    border: 1px solid var(--medium-gray) !important;
    padding: 10px;
    text-align: center
}

#configuration-mobile-mobile th {
    background-color: #f4f4f4;
    font-weight: 700
}

#configuration-mobile td {
    background-color: var(--very-light-cream)
}

#configuration-mobile .btn {
    margin: 0 auto;
    display: inline-block
}

/* Location */

#location .row {
    display: flex; /* Enable Flexbox */
    align-items: stretch; /* Align items to stretch equally */
  }

  #location .col-xxl-5, .col-xxl-6 {
    display: flex; /* Ensure content inside stretches */
    flex-direction: column; /* Maintain vertical alignment inside columns */
  }

  #location iframe {
    width: 100%; /* Ensure iframe fills its container */
    height: 100%; /* Set height to match its parent */
    border: 0; /* Optional: remove default border */
  }

  #location .accordion {
    flex-grow: 1; /* Allow accordion content to fill the height */
  }

  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 30px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}
@media only screen and (max-width: 600px) {
    .float {
        bottom: 70px;
    }
}
/*body.no-scroll {
    overflow: hidden !important;
    height: 100vh !important;
    position: fixed !important;
    width: 100% !important;
}

.mfp-wrap {
    overflow: hidden !important;
}

.mfp-container {
    overflow: hidden !important;
    height: 50vh !important;
    max-height: 50vh !important;
    
}

html.mfp-helper {
    overflow: hidden !important;
}*/

/*@media (max-width: 768px) { 
    #gallery-mob .mfp-wrap {
        overflow: hidden !important;
    }

    #gallery-mob .mfp-container {
        overflow: hidden !important;
        height: 100vh !important;
        max-height: 100vh !important;
    }

    html.mfp-helper {
        overflow: hidden !important;
    }
}



/* gallery Mob */

/* Gallery Section */
#gallery-mob .gallery-section {
    padding: 60px 0;
    background-image: url('images/pattern/pattern1.png');
    background-size: cover;
    background-position: center;
}

#gallery-mob .gallery-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

#gallery-mob .gallery-box {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

#gallery-mob .gallery-box:hover {
    transform: scale(1.05);
}

#gallery-mob .gallery-box img {
    width: 100%;
    height: auto;
    display: block;
}

/* Swiper Carousel */
#gallery-mob .gallery-carousel {
    width: 100%;
    height: auto;
    padding: 20px 0;
}

#gallery-mob .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

#gallery-mob .swiper-button-next,
#gallery-mob .swiper-button-prev {
    color: #333;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#gallery-mob .swiper-button-next::after,
#gallery-mob .swiper-button-prev::after {
    font-size: 20px;
}

/* Lightbox Overlay 
#gallery-mob .lightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

#gallery-mob .lightbox-overlay.active {
    display: flex;
}

#gallery-mob .lightbox-image {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

#gallery-mob .lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

/* Disable Scroll 
body.disable-scroll {
    overflow: hidden;
}*/

/* Gallery Mobile */

#gallery-mobile 
.modal-content {
    background: transparent;
    border: none;
}

/* Remove Bootstrap's modal backdrop color */
#gallery-mobile .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

/* Ensure images are clearly visible */
#gallery-mobile .modal-body img {
    border-radius: 10px;
}

/* Disable scrolling when modal is active (for all devices) */
body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    touch-action: none;
}

/* Ensure modal appears at the same scroll position */
#gallery-mobile .modal.show {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}



/*.country-code-select 
{
    width: 120px !important; 
    min-width: 100px;
    max-width: 120px;
}*/

#country_code {
    width: 80px !important;  /* Adjust as needed */
}


.country-code-select {
    max-width: 120px !important;
    appearance: none; 
    background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center ;
    background-size: 15px;
    padding-right: 30px; 
    cursor: pointer;
}

.country-code-select1 {
    max-width: 120px !important;
    appearance: none;
    background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
    background-size: 15px;
    padding-right: 30px;
    cursor: pointer;
}


.country-code-select2 {
    appearance: none;
    background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
    background-size: 15px;
    padding-right: 30px;
    cursor: pointer;
}

.fixed-button-container
{
    position:fixed;
    right:-45px!important;
    top:50%;transform:translateY(-50%) rotate(-90deg);
    z-index:1000
}
.fixed-button
{
    display:block;
    background-color:var(--base-color);
    color:#ffffff;
    padding:10px 10px!important;
    text-align:center;
    font-size:16px;
    box-shadow:0 4px 6px rgba(0,0,0,.1);
    text-decoration:none
}
.fixed-button i
{
    margin-right:8px
}
.fixed-button:hover
{
    background-color:var(--base-color);
    color:var(--white)
}
@media (max-width:768px)
{
    .desktop-section1
    {
        display:none
    }
}