/* Intro Section Styling */
.intro-section {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 20px;
    background-color: black;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.intro-heading h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
}

.intro-heading p {
    font-size: 18px;
    color: #777;
}

.intro-text {
    font-size: 16px;
    color: #555;
    margin: 20px 0;
}

.benefits {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.benefit-item {
    background: black;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.benefit-item h3 {
    font-size: 20px;
    color: grey;
    margin-bottom: 8px;
}

.benefit-item p {
    font-size: 16px;
    color: white;
}

/* Responsive Layout */
@media (min-width: 768px) {
    .benefits {
        flex-direction: row;
        justify-content: space-between;
    }
    .benefit-item {
        width: 30%;
    }
}


.short-sections{
    margin: 0px;
    padding: 100px;
}



@property --scroll-y-position {
  syntax: "<percentage>";
  initial-value: -10%;
  inherits: false;
}
@property --reflection-y-position {
  syntax: "<percentage>";
  initial-value: -50%;
  inherits: false;
}
@property --scrollbar-color {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@property --opacity-1 {
  syntax: "<number>";
  inherits: false;
  initial-value: 0.1;
}
@property --opacity-2 {
  syntax: "<number>";
  inherits: false;
  initial-value: 0.1;
}
@property --opacity-3 {
  syntax: "<number>";
  inherits: false;
  initial-value: 0.1;
}
@property --opacity-4 {
  syntax: "<number>";
  inherits: false;
  initial-value: 0.1;
}

@property --text-offset-1 {
  syntax: "<number>";
  inherits: false;
  initial-value: 10;
}
@property --text-offset-2 {
  syntax: "<number>";
  inherits: false;
  initial-value: 10;
}
@property --text-offset-3 {
  syntax: "<number>";
  inherits: false;
  initial-value: 10;
}
@property --text-offset-4 {
  syntax: "<number>";
  inherits: false;
  initial-value: 10;
}

.scrollbar {
  width: 4px;
  height: 100%;
  background-color: var(--scrollbar-color);
  background-image: radial-gradient(
    circle at 0% var(--scroll-y-position),
    rgb(112, 153, 255) 0%,
    rgba(56, 106, 249, 0.79135) 10px,
    rgba(10, 76, 242, 0.53) 20px,
    rgba(255, 255, 255, 0) 40px,
    rgba(49, 49, 49, 0) 100%
  );
  animation: on-scrolling both linear;
  animation-timeline: scroll();
  animation-range: 10vh;
}

.container-cr {
  width: 100%; /* Change this to 100% to take full width */
  height: 100%;
  background: linear-gradient(
    132deg,
    rgba(255, 255, 255, 0.09) 0%,
    rgba(238, 238, 238, 0.03) 20%,
    rgba(202, 202, 202, 0.04) 70%,
    rgba(171, 171, 171, 0.02) 100%
  );
  border: solid rgba(255, 255, 255, 0.06) 1px;
  /* Remove margin-left or adjust as needed */
  position: relative;
  margin-right: 10%;
  margin-left: 10%;
}

.container-cr::before,
.container-cr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(10, 76, 242, 0) 0%,
    rgba(10, 76, 242, 0.75203) 38.288288288288285%,
    rgb(77, 127, 255) 50.9132179054054%,
    rgba(10, 76, 242, 0.75248) 63.06306306306306%,
    rgba(10, 76, 242, 0) 100%
  );
  background-repeat: no-repeat;
  background-position-y: var(--reflection-y-position);
  animation: on-scrolling both linear;
  animation-timeline: scroll();
  animation-range: 10vh;
}
.container-cr::before {
  background-size: 1px 150px;
  filter: blur(1px);
}
.container-cr::after {
  background-size: 10px 150px;
  filter: blur(10px);
}

.main {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  padding-bottom: 40vh;

}

.p {
  background-image: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.9) 90%,
    rgb(191, 209, 255) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  padding: 20px;
  line-height: 1.5em;
  --opacity-1: 0.1;
  --opacity-2: 0.1;
  --opacity-3: 0.1;
  --opacity-4: 0.1;
  --text-offset-1: 10;
  --text-offset-2: 10;
  --text-offset-3: 10;
  --text-offset-4: 10;
  animation: on-scrolling both linear;
  animation-timeline: scroll();
  animation-range: 10vh;
}

.p:nth-child(2) {
    opacity: var(--opacity-10);
    transform: translateY(calc(var(--text-offset-2)* 1px));
}


.p:nth-child(1) {
  opacity: var(--opacity-1);
  transform: translateY(calc(var(--text-offset-1) * 1px));
}
.p:nth-child(2) {
  opacity: var(--opacity-2);
  transform: translateY(calc(var(--text-offset-2) * 1px));
}
.p:nth-child(3) {
  opacity: var(--opacity-3);
  transform: translateY(calc(var(--text-offset-3) * 1px));
}
.p:nth-child(4) {
  opacity: var(--opacity-4);
  transform: translateY(calc(var(--text-offset-4) * 1px));
}

@keyframes on-scrolling {
  0% {
    --scroll-y-position: -10%;
    --reflection-y-position: -22%;
  }
  1% {
    --scrollbar-color: rgba(255, 255, 255, 0.1);
  }
  25% {
    --opacity-1: 1;
    --opacity-2: 0.1;
    --opacity-3: 0.1;
    --opacity-4: 0.1;

    --text-offset-1: 0;
    --text-offset-2: 10;
    --text-offset-3: 10;
    --text-offset-4: 10;
  }
  50% {
    --scroll-y-position: 50%;
    --reflection-y-position: 50%;
    --opacity-1: 0.1;
    --opacity-2: 1;
    --opacity-3: 0.1;
    --opacity-4: 0.1;

    --text-offset-1: 10;
    --text-offset-2: 0;
    --text-offset-3: 10;
    --text-offset-4: 10;
  }
  60% {
    --opacity-1: 0.1;
    --opacity-2: 0.1;
    --opacity-3: 1;
    --opacity-4: 0.1;

    --text-offset-1: 10;
    --text-offset-2: 10;
    --text-offset-3: 0;
    --text-offset-4: 10;
  }
  90% {
    --opacity-1: 0.1;
    --opacity-2: 0.1;
    --opacity-3: 0.1;
    --opacity-4: 1;

    --text-offset-1: 10;
    --text-offset-2: 10;
    --text-offset-3: 10;
    --text-offset-4: 0;
  }
  100% {
    --text-offset-1: 10;
    --text-offset-2: 10;
    --text-offset-3: 10;
    --text-offset-4: 10;
    --opacity-1: 0.1;
    --opacity-2: 0.1;
    --opacity-3: 0.1;
    --opacity-4: 0.1;
    --scroll-y-position: 105%;
    --reflection-y-position: 115%;
    --scrollbar-color: rgba(255, 255, 255, 0.1);
  }
}
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
#logo-footer{
    margin-left: 50%;
}
@media (max-width: 991px) {
    #logo-footer {
        display: none;
    }
}

.promo-section__item  {
    overflow: hidden; /* Ensures the image doesn't overflow its container-cr */
    /* Optional: Add borders or shadow for styling */
    border-radius: 8px; /* optional for rounded corners */


            cursor: pointer; /* Change cursor to hand on hover */

}

.promo-section__image img {
    transition: transform 0.3s ease; /* Smooth transition for zoom effect */
    width: 100%; /* Ensures the image scales correctly */
    height: auto; /* Maintains aspect ratio */
}

.promo-section__item:hover {
    box-shadow: 2px 3px 8px black;
}

.promo-section__item:hover img {
    transform: scale(1.1); 
}


.promo-section__subhead{
    color: dimgray;
}
/* Prefixed and Unique Styles */
.promo-section {
    padding: 20px;
}

.promo-section__content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: lightgrey;
}

.promo-section__item {
    background-color: white;
    padding: 0px;
    border-radius: 8px;
    flex: 1 1 calc(50% - 20px);
    text-align: center;
    min-width: 250px;
    box-shadow: 1px 2px 6px grey;
}

.promo-section__image {
    width: 100%;
    height: auto;
    margin: 10px 0;
}

.promo-section__button {
    text-decoration: none;
    padding: 10px 20px;
    color: white;
    background-color: black !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.promo-section__button:hover{
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .promo-section__item {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .promo-section__item {
        flex: 1 1 100%;
    }
}

#partners {
    padding: 20px;
    /* the background is already black from inline style */
}

.container-cr-large {
    max-width: 1200px; /* Set a max width */
    margin: 0 auto;    /* Center the container-cr */
    padding: 0 15px;
}

.partner_component {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center partner items */
}

.partner_item {
    margin: 10px; /* Adjust margin */
}

/* Image Styles */
.partner-img {
    max-width: 100%; /* Make images responsive */
    height: auto;    /* Maintain aspect ratio */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .partner_item {
        flex: 1 1 45%; /* Two items per row on medium screens */
    }
}

@media (max-width: 480px) {
    .partner_item {
        flex: 1 1 100%; /* One item per row on small screens */
    }
}


.text-title-s{
    font-size: 30px;
    font-family: SF Pro Text, sans-serif;
    color: grey;
    text-shadow: 0.5px 0.5px 1px black;
}

.text-title{
    font-size: 45px;
    font-family: SF Pro Text, sans-serif;
    color:;
    text-shadow: 1px 2px 1px grey;
}

.scroll-btn {
    position: absolute;
    top: auto;
    bottom: 1.5rem;
    left: 50%;
    right: auto;
    transform: translate(-50%);
}




.padding-global { 
    padding-left: 5%; 
    padding-right: 5%;
} 

.container-cr-large { 
    width: 100%; 
    max-width: 94rem; 
    margin-left: auto; 
    margin-right: auto;
} 

.container-cr-large { 
    margin-right: auto !important; 
    margin-left: auto !important;
} 

.padding-section-large { 
    padding-top: 7rem; 
    padding-bottom: 7rem;
} 

.section-center { 
    text-align: center;
} 

.margin-small { 
    margin: 1.5rem;
} 

.margin-bottom { 
    margin-top: 0rem !important; 
    margin-right: 0rem !important; 
    margin-left: 0rem !important;
} 

.margin-bottom,.margin-bottom.margin-small { 
    margin-top: 0; 
    margin-left: 0; 
    margin-right: 0;
} 

.margin-medium { 
    margin: 2rem;
} 

.margin-bottom,.margin-bottom.margin-medium { 
    margin-top: 0; 
    margin-left: 0; 
    margin-right: 0;
} 

.tag-wrapper { 
    grid-column-gap: .5rem; 
    grid-row-gap: .5rem; 
    align-items: center; 
    line-height: 1.1; 
    display: flex;
    border: none;
    background: none;
} 

.tag-wrapper.tag-center { 
    justify-content: center;
} 

.heading-container-cr { 
    justify-content: center; 
    align-items: center; 
    display: flex;
} 

.partner_component { 
    grid-column-gap: 1.25rem; 
    grid-row-gap: 1.25rem; 
    flex-direction: row; 
    justify-content: center; 
    align-items: center; 
    display: flex;
} 

.tag-divider { 
    display: none;
} 

.tag-text { 
    background-image: linear-gradient(to top, var(--dim-grey), var(--white) 47%, var(--silver)); 
    color: rgba(0, 0, 0, 0); 
    text-transform: uppercase; 
    -webkit-text-fill-color: transparent; 
    -webkit-background-clip: text; 
    background-clip: text; 
    font-family: Questrial, sans-serif; 
    font-size: 1.125rem; 
    font-weight: 400;
} 

.partner_item { 
    max-height: 124px; 
    border: 1px solid var(--dim-grey-2); 
    border-radius: 10px; 
    justify-content: center; 
    align-items: center; 
    padding: 2rem 1.5rem; 
    display: flex;
} 

.heading-wrapper { 
    padding-top: 5px; 
    padding-bottom: 5px; 
    padding-right: 10px; 
    position: relative; 
    overflow: hidden;
} 

img { 
    border: 0;
} 

img { 
    max-width: 100%; 
    vertical-align: middle; 
    display: inline-block;
} 

.partner-img { 
    max-height: 53px;
} 

h2 { 
    margin-bottom: 10px; 
    font-weight: bold;
} 

h2 { 
    margin-top: 20px; 
    font-size: 32px; 
    line-height: 36px;
} 

h2 { 
    letter-spacing: -.04em; 
    margin-top: 0; 
    margin-bottom: 0; 
    font-family: Space Grotesk, sans-serif; 
    font-size: 3.5rem; 
    font-weight: 700; 
    line-height: .97;
} 

.heading-overlay { 
    background-color: rgba(0, 0, 0, .65); 
    position: absolute; 
    top: 0%; 
    bottom: 0%; 
    left: 0%; 
    right: 0%;
} 

.heading-overlay { 
    pointer-events: none;
} 

.playfair-display { 
    font-family: Playfair Display, sans-serif; 
    font-style: italic; 
    font-weight: 600;
} 


/* These were inline style tags. Uses id+class to override almost everything */
#style-bo7bm.style-bo7bm {  
   transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);  
    transform-style: preserve-3d;  
    opacity: 0;  
}  
#style-BkYkQ.style-BkYkQ {  
   will-change: transform;  
    transform: translate3d(100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);  
    transform-style: preserve-3d;  
}  
#style-4913T.style-4913T {  
   transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);  
    opacity: 1;  
    transform-style: preserve-3d;  
}  
#style-sNIM5.style-sNIM5 {  
   transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);  
    opacity: 1;  
    transform-style: preserve-3d;  
}  
#style-I6fSP.style-I6fSP {  
   transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);  
    opacity: 1;  
    transform-style: preserve-3d;  
}  
#style-IlifN.style-IlifN {  
   transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);  
    opacity: 1;  
    transform-style: preserve-3d;  
}  
#style-UknaR.style-UknaR {  
   transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);  
    opacity: 1;  
    transform-style: preserve-3d;  
}  
#style-6BQig.style-6BQig {  
   transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);  
    opacity: 1;  
    transform-style: preserve-3d;  
}  


/**********************************************************************************************************/

#sharp{
    font-family: "Playfair Display";
    text-shadow: 1px 1px 1px black;
    color: lightgray !important;
    margin-top: 50px;
}


@media (min-width: 992px) {
    .large-hide {
        display: none; /* Hide elements with the .mb-2 class on larger screens */
    }
    .mb-2{
    margin-top: 15px;
    }
}

.mb-2{
    margin-top: 0px;
    color: white;
}

.navbar-light .navbar-toggler{
    color: grey;
}



 


@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}




.navbar {
    position: sticky;
    top: 0;
    z-index: 1000; /* Ensures it stays above other content */
    transition: background-color 0.3s; /* Optional: smooth transition for background */
}

.sticky {
    background-color: rgba(255, 255, 255, 0.9); /* Change color on scroll */
}



.sketchfab-embed-wrapper {
    width: 100%;
    height: 100vh; /* Full viewport height */
}

iframe {
    width: 100%;
    height: 100%;
    border: 0; /* Remove border */
}


@font-face { 
  font-family:'SF Pro Display';
  font-style:normal;
  font-weight:100;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_ultralight.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Display/v3/sf-pro-display_ultralight.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_ultralight.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Display';
  font-style:italic;
  font-weight:100;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_ultralight-italic.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Display/v3/sf-pro-display_ultralight-italic.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_ultralight-italic.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Display';
  font-style:normal;
  font-weight:200;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_thin.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Display/v3/sf-pro-display_thin.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_thin.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Display';
  font-style:italic;
  font-weight:200;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_thin-italic.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Display/v3/sf-pro-display_thin-italic.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_thin-italic.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Display';
  font-style:normal;
  font-weight:300;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_light.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Display/v3/sf-pro-display_light.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_light.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Display';
  font-style:italic;
  font-weight:300;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_light-italic.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Display/v3/sf-pro-display_light-italic.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_light-italic.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Display';
  font-style:italic;
  font-weight:400;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_regular-italic.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Display/v3/sf-pro-display_regular-italic.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_regular-italic.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Display';
  font-style:normal;
  font-weight:500;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_medium.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Display/v3/sf-pro-display_medium.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_medium.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Display';
  font-style:italic;
  font-weight:500;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_medium-italic.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Display/v3/sf-pro-display_medium-italic.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_medium-italic.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Display';
  font-style:normal;
  font-weight:600;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_semibold.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Display/v3/sf-pro-display_semibold.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_semibold.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Display';
  font-style:italic;
  font-weight:600;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_semibold-italic.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Display/v3/sf-pro-display_semibold-italic.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_semibold-italic.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Display';
  font-style:normal;
  font-weight:700;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_bold.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Display/v3/sf-pro-display_bold.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_bold.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Display';
  font-style:italic;
  font-weight:700;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_bold-italic.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Display/v3/sf-pro-display_bold-italic.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_bold-italic.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Display';
  font-style:normal;
  font-weight:800;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_heavy.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Display/v3/sf-pro-display_heavy.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_heavy.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Display';
  font-style:italic;
  font-weight:800;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_heavy-italic.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Display/v3/sf-pro-display_heavy-italic.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_heavy-italic.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Display';
  font-style:normal;
  font-weight:900;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_black.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Display/v3/sf-pro-display_black.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_black.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Display';
  font-style:italic;
  font-weight:900;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_black-italic.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Display/v3/sf-pro-display_black-italic.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_black-italic.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Display';
  font-style:normal;
  font-weight:400;
  src:url('https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_regular.eot');
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_regular.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Display/v3/sf-pro-display_regular.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_regular.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Text';
  font-style:normal;
  font-weight:100;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_ultralight.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Text/v3/sf-pro-text_ultralight.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_ultralight.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Text';
  font-style:italic;
  font-weight:100;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_ultralight-italic.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Text/v3/sf-pro-text_ultralight-italic.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_ultralight-italic.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Text';
  font-style:normal;
  font-weight:200;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_thin.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Text/v3/sf-pro-text_thin.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_thin.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Text';
  font-style:italic;
  font-weight:200;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_thin-italic.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Text/v3/sf-pro-text_thin-italic.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_thin-italic.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Text';
  font-style:normal;
  font-weight:300;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_light.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Text/v3/sf-pro-text_light.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_light.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Text';
  font-style:italic;
  font-weight:300;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_light-italic.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Text/v3/sf-pro-text_light-italic.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_light-italic.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Text';
  font-style:italic;
  font-weight:400;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_regular-italic.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Text/v3/sf-pro-text_regular-italic.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_regular-italic.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Text';
  font-style:normal;
  font-weight:500;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_medium.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Text/v3/sf-pro-text_medium.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_medium.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Text';
  font-style:italic;
  font-weight:500;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_medium-italic.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Text/v3/sf-pro-text_medium-italic.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_medium-italic.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Text';
  font-style:normal;
  font-weight:600;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_semibold.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Text/v3/sf-pro-text_semibold.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_semibold.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Text';
  font-style:italic;
  font-weight:600;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_semibold-italic.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Text/v3/sf-pro-text_semibold-italic.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_semibold-italic.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Text';
  font-style:normal;
  font-weight:700;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_bold.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Text/v3/sf-pro-text_bold.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_bold.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Text';
  font-style:italic;
  font-weight:700;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_bold-italic.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Text/v3/sf-pro-text_bold-italic.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_bold-italic.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Text';
  font-style:normal;
  font-weight:800;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_heavy.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Text/v3/sf-pro-text_heavy.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_heavy.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Text';
  font-style:italic;
  font-weight:800;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_heavy-italic.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Text/v3/sf-pro-text_heavy-italic.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_heavy-italic.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Text';
  font-style:normal;
  font-weight:900;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_black.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Text/v3/sf-pro-text_black.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_black.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Text';
  font-style:italic;
  font-weight:900;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_black-italic.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Text/v3/sf-pro-text_black-italic.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_black-italic.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Text';
  font-style:normal;
  font-weight:400;
  src:url('https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_regular.eot');
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_regular.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Text/v3/sf-pro-text_regular.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_regular.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Icons';
  font-style:normal;
  font-weight:100;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_ultralight.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_ultralight.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_ultralight.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Icons';
  font-style:normal;
  font-weight:200;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_thin.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_thin.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_thin.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Icons';
  font-style:normal;
  font-weight:300;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_light.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_light.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_light.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Icons';
  font-style:normal;
  font-weight:500;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_medium.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_medium.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_medium.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Icons';
  font-style:normal;
  font-weight:600;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_semibold.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_semibold.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_semibold.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Icons';
  font-style:normal;
  font-weight:700;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_bold.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_bold.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_bold.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Icons';
  font-style:normal;
  font-weight:800;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_heavy.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_heavy.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_heavy.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Icons';
  font-style:normal;
  font-weight:900;
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_black.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_black.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_black.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
@font-face { 
  font-family:'SF Pro Icons';
  font-style:normal;
  font-weight:400;
  src:url('https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_regular.eot');
  src:local('☺'), url("https://www.apple.comhttps://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_regular.woff2") format("woff2"), url("/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_regular.woff") format("woff"), url("https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_regular.ttf") format("truetype");/* (C) 2019 Apple Inc. All rights reserved.
 */;
} 
  body {  
     overflow-x: hidden;
    font-size:106.25%;
    line-height:1.47059;
    font-weight:400;
    letter-spacing:-.022em;
    font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    color:#1d1d1f;
    font-style:normal;
    direction:ltr;
    text-align:left;
    background:linear-gradient(#1D1D1F var(--global-nav-collective-height), transparent 0%);
  }  
body { 
/* CSS Variables that may have been missed get put on body */ 
    --global-nav-collective-height:  calc(var(--r-globalnav-height) + var(--global-nav-ad-bar-height)); 
    --safe-area-inset-lt:  0px;  
    --safe-area-inset-lt:  env(safe-area-inset-left);  
    --safe-area-inset-rt:  0px;  
    --safe-area-inset-rt:  env(safe-area-inset-right);  
    --safe-area-inset-lt:  env(safe-area-inset-left);  
    --safe-area-inset-rt:  env(safe-area-inset-right);  
    --safe-area-inset-lt:  env(safe-area-inset-left);  
    --safe-area-inset-rt:  env(safe-area-inset-right);  
    --safe-area-inset-lt:  env(safe-area-inset-left);  
    --safe-area-inset-rt:  env(safe-area-inset-right); 
    --content-height:  580px;  
    --columns:  2;  
    --gutter-width:  12px;  
    --gutter-color:  #fff;  
    --double-edge-border-width:  24px;  
    --edge-border-width:  12px;  
    --background-color:  #f5f5f7;  
    --text-color:  #1d1d1f;  
} 

:lang(fr) { 
    quotes: "« " " »";
} 

body { 
    margin: 0; 
    padding: 0;
} 

body { 
    font-size: 17px; 
    line-height: 1.47059; 
    font-weight: 400; 
    letter-spacing: -.022em; 
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif; 
    background-color: #fff; 
    color: #1d1d1f; 
    font-style: normal;
} 

body { 
    font-synthesis: none; 
    -moz-font-feature-settings: 'kern'; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
    direction: ltr; 
    text-align: left;
} 

body { 
    min-width: 320px;
} 

html { 
    margin: 0; 
    padding: 0;
} 

html { 
    --r-globalnav-height: 44px;
} 

html { 
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%;
} 

html { 
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif; 
    font-size: 106.25%; 
    quotes: "" """; 
} 

html { 
    --global-nav-ad-bar-height: 0px; 
    --global-nav-collective-height: 0px;
} 

[data-module-template]  { 
    position: relative;
} 

[data-module-template="promos"]  { 
    width: 100%;
} 

[data-module-template="promos"]  { 
    --safe-area-inset-lt: 0px; 
    --safe-area-inset-lt: env(safe-area-inset-left); 
    --safe-area-inset-rt: 0px; 
    --safe-area-inset-rt: env(safe-area-inset-right); 
    --safe-area-inset-lt: env(safe-area-inset-left); 
    --safe-area-inset-rt: env(safe-area-inset-right); 
    --safe-area-inset-lt: env(safe-area-inset-left); 
    --safe-area-inset-rt: env(safe-area-inset-right); 
    --safe-area-inset-lt: env(safe-area-inset-left); 
    --safe-area-inset-rt: env(safe-area-inset-right);
} 

@media screen and (max-width: 1440px) and (min-width: 1069px){ 
  [data-module-template="promos"]  { 
    --content-height: 580px; 
    --columns: 2; 
    --gutter-width: 12px; 
    --gutter-color: #fff; 
    --double-edge-border-width: 24px; 
    --edge-border-width: 12px; 
    --background-color: #f5f5f7; 
    --text-color: #1d1d1f; 
  } 
}     

[data-module-template]:nth-child(2)  { 
    z-index: 41;
} 

[data-module-template].collection-module  { 
    display: -ms-grid; 
    display: grid; 
    width: 100%;
} 

[data-module-template="promos"].collection-module  { 
    background-color: var(--gutter-color); 
    grid-gap: var(--gutter-width); 
    grid-template-areas: ""; 
    grid-template-columns: repeat(var(--columns), 1fr); 
    width: calc(100% - var(--double-edge-border-width) - var(--safe-area-inset-lt) - var(--safe-area-inset-rt)); 
    left: calc(var(--edge-border-width) + var(--safe-area-inset-lt)); 
    border-bottom: var(--gutter-width) solid var(--gutter-color);
} 

[data-unit-id]  { 
    position: relative;
} 

[data-unit-id]:nth-child(1)  { 
    z-index: 42;
} 

[data-module-template="promos"] [data-unit-id]  { 
    width: 100%;
} 

@media screen and (max-width: 1440px) and (min-width: 1069px){ 
  [data-module-template="promos"] [data-unit-id]  { 
    height: 580px;
  } 
}     

[data-module-template="promos"] [data-unit-id]  { 
    background-color: #fbfbfd;
} 

[data-module-template].collection-module [data-unit-id]  { 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    position: relative; 
    padding-top: 0px; 
    border-style: none; 
    overflow: visible; 
    border-left-width: 0px; 
    border-right-width: 0px;
} 

[data-module-template="promos"].collection-module [data-unit-id]  { 
    border-color: var(--gutter-color); 
    background-color: var(--gutter-color); 
    height: var(--content-height);
} 

[data-unit-id]:nth-child(2)  { 
    z-index: 41;
} 

[data-unit-id]:nth-child(4)  { 
    z-index: 39;
} 

[data-unit-id]:nth-child(5)  { 
    z-index: 38;
} 

.module-content  { 
    width: 100%; 
    position: relative; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
} 

[data-module-template="promos"] .module-content  { 
    width: 100%;
} 

@media screen and (max-width: 1440px) and (min-width: 1069px){ 
  [data-module-template="promos"] .module-content  { 
    height: 580px;
  } 
}     

[data-module-template="promos"].collection-module [data-unit-id] .module-content  { 
    color: var(--text-color); 
    background-color: var(--background-color); 
    height: var(--content-height);
} 

[data-module-template] [data-unit-id] .unit-wrapper  { 
    height: var(--content-height); 
    position: relative; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal; 
    -ms-flex-direction: column; 
    flex-direction: column; 
    overflow: hidden; 
    background: #f5f5f7;
} 

[data-module-template="promos"] [data-unit-id="ipad-air"] .unit-wrapper  { 
    background: #c7e6f1;
} 

[data-module-template="promos"] [data-unit-id="macbook-pro-14-and-16"] .unit-wrapper  { 
    background: #fafafa;
} 

[data-module-template] [data-unit-id] .unit-wrapper.fill-secondary  { 
    background: #fbfbfd;
} 

a { 
    color: #06c; 
    letter-spacing: inherit;
} 

a:link { 
    text-decoration: none;
} 

a:hover { 
    text-decoration: underline;
} 

[data-module-template] [data-unit-id] .unit-wrapper a.unit-link  { 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    z-index: 3;
} 

[data-module-template] [data-unit-id] .unit-wrapper a.unit-link:hover  { 
    text-decoration: none;
} 

[data-module-template] [data-unit-id] .unit-wrapper .unit-copy-wrapper  { 
    position: relative; 
    -webkit-box-flex: 0; 
    -ms-flex-positive: 0; 
    flex-grow: 0; 
    z-index: 4; 
    pointer-events: none;
} 

[data-module-template="promos"] .unit-image-wrapper  { 
    position: absolute; 
    top: 0; 
    left: 0; 
    height: 100%; 
    width: 100%;
} 

[data-module-template] [data-unit-id] .unit-wrapper .unit-image-wrapper  { 
    z-index: 1; 
    overflow: visible; 
    -webkit-box-flex: 1; 
    -ms-flex-positive: 1; 
    flex-grow: 1;
} 

a:visited { 
    text-decoration: none;
} 

.promo-legacy-top-copy .unit-image-wrapper  { 
    margin-top: 12px;
} 

h3 { 
    margin: 0; 
    padding: 0;
} 

h3 { 
    font-weight: 600; 
    color: #1d1d1f;
} 

.logo-image { 
    margin: 0 auto;
} 

.logo-image-ipad-air-promo-logo-ipadair { 
    width: 144px; 
    height: 33px; 
    background-size: 144px 33px; 
    background-repeat: no-repeat; 
    background-image: url("https://www.apple.com/v/home/bn/images/logos/ipad-air/promo_logo_ipadair__frwnnsqveeye_large.png"); 
    background-position: center;
} 

[data-module-template] [data-unit-id] .headline  { 
    text-align: center; 
    display: block; 
    width: 100%; 
    margin-left: auto; 
    margin-right: auto; 
    position: relative; 
    -ms-flex-negative: 1; 
    flex-shrink: 1;
} 

[data-module-template] [data-unit-id] .headline  { 
    color: #1d1d1f;
} 

[data-module-template="promos"] [data-unit-id] .unit-copy-wrapper .headline  { 
    width: 88%; 
    max-width: 430px;
} 

[data-module-template="promos"] [data-unit-id] .unit-copy-wrapper .headline  { 
    font-size: 40px; 
    line-height: 1.1; 
    font-weight: 600; 
    letter-spacing: 0em; 
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif; 
    margin-top: 53px;
} 

[data-module-template="promos"] [data-unit-id="ipad-air"] .unit-wrapper .unit-copy-wrapper .headline  { 
    margin-top: 58px;
} 

p { 
    margin: 0; 
    padding: 0;
} 

h3 + *  { 
    margin-top: .8em;
} 

[data-module-template] [data-unit-id] .subhead  { 
    text-align: center; 
    display: block; 
    width: 100%; 
    margin-left: auto; 
    margin-right: auto; 
    position: relative; 
    -ms-flex-negative: 1; 
    flex-shrink: 1;
} 

[data-module-template] [data-unit-id] .subhead  { 
    color: #1d1d1f;
} 

[data-module-template="promos"] [data-unit-id] .unit-copy-wrapper .subhead  { 
    width: 88%; 
    max-width: 430px;
} 

[data-module-template="promos"] [data-unit-id] .unit-copy-wrapper .subhead  { 
    font-size: 21px; 
    line-height: 1.19048; 
    font-weight: 400; 
    letter-spacing: .011em; 
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif; 
    margin-top: 4px;
} 

[data-module-template="promos"] [data-unit-id="ipad-air"] .unit-wrapper .unit-copy-wrapper .subhead  { 
    margin-top: 10px;
} 

p + *  { 
    margin-top: .8em;
} 

[data-module-template="promos"] [data-unit-id] .unit-copy-wrapper .cta-links  { 
    text-align: center; 
    margin-top: 17px;
} 

[data-module-template="promos"] [data-unit-id] .unit-copy-wrapper .cta-links  { 
    position: relative; 
    z-index: 4; 
    text-decoration: none;
} 

figure { 
    margin: 0; 
    padding: 0;
} 

[data-module-template] [data-unit-id] .unit-image  { 
    z-index: 1; 
    position: absolute; 
    border: 0; 
    margin: 0; 
    padding: 0; 
    left: calc(50% + 0px); 
    right: auto; 
    bottom: 0px; 
    top: auto; 
    -webkit-transform: translatex(-50%); 
    transform: translatex(-50%);
} 

[data-module-template="promos"] .unit-image-wrapper .unit-image.unit-image-ipad-air-promo-ipadair-announce  { 
    width: 1262px; 
    height: 580px; 
    background-size: 1262px 580px; 
    background-repeat: no-repeat; 
    background-image: url("https://www.apple.com/v/home/bn/images/promos/ipad-air/promo_ipadair_announce__eqsaj3vip4om_large.jpg");
} 

h2 { 
    margin: 0; 
    padding: 0;
} 

h2 { 
    font-weight: 600; 
    color: #1d1d1f;
} 

h2 + *  { 
    margin-top: .8em;
} 

h2 + h3  { 
    margin-top: .4em;
} 

[data-module-template="promos"] .unit-image-wrapper .unit-image.unit-image-macbook-air-m3-promo-macbook-air-m3  { 
    width: 1262px; 
    height: 580px; 
    background-size: 1262px 580px; 
    background-repeat: no-repeat; 
    background-image: url("https://www.apple.com/v/home/bn/images/promos/macbook-air-m3/promo_macbook_air_m3__e43jegok3wuq_large.jpg");
} 

h4 { 
    margin: 0; 
    padding: 0;
} 

h4 { 
    font-weight: 600; 
    color: #1d1d1f;
} 

h5 { 
    margin: 0; 
    padding: 0;
} 

h5 { 
    font-weight: 600; 
    color: #1d1d1f;
} 

h4 + *  { 
    margin-top: .8em;
} 

h4 + h5  { 
    margin-top: .4em;
} 

h5 + *  { 
    margin-top: .8em;
} 

[data-module-template="promos"] [data-unit-id="macbook-pro-14-and-16"] .unit-copy-wrapper .cta-links  { 
    padding-top: 5px;
} 

[data-module-template="promos"] .unit-image-wrapper .unit-image.unit-image-macbook-pro-14-and-16-promo-mbp  { 
    width: 1262px; 
    height: 580px; 
    background-size: 1262px 580px; 
    background-repeat: no-repeat; 
    background-image: url("https://www.apple.com/v/home/bn/images/promos/macbook-pro-14-and-16/promo_mbp__ek7p477bkp6q_large.jpg");
} 

[data-module-template="promos"] .unit-image-wrapper .unit-image.unit-image-ipad-promo-ipad  { 
    width: 1262px; 
    height: 580px; 
    background-size: 1262px 580px; 
    background-repeat: no-repeat; 
    background-image: url("https://www.apple.com/v/home/bn/images/promos/ipad/promo_ipad__fioegapg12qi_large.jpg");
} 

.visuallyhidden { 
    position: absolute; 
    clip: rect(1px,1px,1px,1px); 
    clip-path: inset(0 0 99.9% 99.9%); 
    overflow: hidden; 
    height: 1px; 
    width: 1px; 
    padding: 0; 
    border: 0;
} 

.visuallyhidden { 
    position: absolute; 
    clip: rect(1px, 1px, 1px, 1px); 
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%); 
    clip-path: inset(0px 0px 99.9% 99.9%); 
    overflow: hidden; 
    height: 1px; 
    width: 1px; 
    padding: 0; 
    border: 0;
} 

.button { 
    cursor: pointer; 
    display: inline-block; 
    text-align: center; 
    white-space: nowrap; 
    font-size: 17px; 
    line-height: 1.17648; 
    font-weight: 400; 
    letter-spacing: -.022em; 
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif; 
    border-style: solid; 
    border-width: 1px; 
    min-width: 30px; 
    padding-left: 15px; 
    padding-right: 15px; 
    padding-top: 7px; 
    padding-bottom: 7px; 
    border-radius: 980px; 
    background: #0071e3; 
    color: #fff; 
    border-color: rgba(0,0,0,0);
} 

.button { 
    text-decoration: none !important;
} 

.button-primary-dark { 
    background: #1D1D1F !important; 
    color: #FFF !important;
} 

[data-module-template] [data-unit-id] .unit-wrapper a:not(.unit-link)  { 
    z-index: 4; 
    text-decoration: none;
} 

[data-module-template] [data-unit-id] .unit-wrapper .unit-copy-wrapper a  { 
    pointer-events: all;
} 

[data-module-template="promos"] [data-unit-id] .unit-copy-wrapper .cta-links a  { 
    text-align: center;
} 

[data-module-template="promos"] [data-unit-id] .unit-copy-wrapper .cta-links .button  { 
    font-size: 14px; 
    line-height: 1.42859; 
    font-weight: 400; 
    letter-spacing: -.016em; 
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
} 

.button:hover { 
    text-decoration: none;
} 

.button:hover { 
    background: #0077ED; 
    color: #fff; 
    border-color: transparent;
} 

.button-primary-dark:hover { 
    background: #272729 !important;
} 

[data-module-template] [data-unit-id] .unit-wrapper a:not(.unit-link):hover { 
    text-decoration: underline;
} 




/****************************************/
.our-services {
    font-size: 2.5em;
    font-weight: 701;
    color: #2C3E50;
    text-align: center;
    font-family: 'Arial', sans-serif;
    letter-spacing: normal;
    margin: 0;
    padding: 0;
    text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 3rem;
    font-size: calc(1.375rem + 1.5vw);
    font-family: "Nunito", sans-serif;
    word-spacing: 1px;
    letter-spacing: 0px;
    /* Remove any border or divider styles */
    border-top: none;
    border-bottom: none;
}

/* If there's a container or wrapper around the title, ensure it doesn't have borders */
.services-section-header {
    border: none;
    margin: 0;
    padding: 0;
}

/*----------------------------------------*/
@media (max-width: 769px) {
    #packagesCarousel .carousel-inner {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch; /* For smooth scrolling on iOS */
    }
    #packagesCarousel .carousel-item {
        flex: 0 0 auto;
        width: 80%; /* Adjust this width to fit your design */
        margin-right: 10px; /* Space between items */
    }
    #packagesCarousel .carousel-item img {
        width: 100%;
    }
    /* Optionally hide carousel controls on small screens */
    #packagesCarousel .carousel-control-prev,
    #packagesCarousel .carousel-control-next {
        display: none;
    }
}



@media (max-width: 769px) {
    #prev{
        display:none;
    }
    #next{
        display: none;
    }
}


/******************************************/
@media (max-width: 769px) {
    #packagesCarousel .carousel-inner {
        display: flex;
        flex-wrap: wrap;
    }
    #packagesCarousel .carousel-item {
        flex: 1 0 100%;
        max-width: 100%;
        display: block;
        transition: none;
    }
}





/******************************************/

@media (max-width: 993px) {
    #image1 {
        display: none;
    }
}


#whatsapp-button:hover{
    transform: scale(1.1);
}


#whatsapp-button {
    position: fixed;
    bottom: 0px;
    right: 2px;
    width: 100px; /* Small size */
    height: 100px; /* Small size */
    border: none;
    border-radius: 50%; /* Rounded button */
    cursor: pointer;
    z-index: 1000;
}

    /* Custom Controls */
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: white;
    width: 25px;
    height: 25px;
}

.carousel-control-prev {
    left: -70px; /* Adjust as needed to place the control outside the package items */
}

.carousel-control-next {
    right: -70px; /* Adjust as needed to place the control outside the package items */
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: darkblack;
}

/* Package Item Styling */
.package-item {
    border: ;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.package-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.package-item .d-flex {
    background-color: #f9f9f9;
}

.package-item .text-center {
    padding: 20px;
}







.package-item {
    height: 100%; /* Ensures all package items stretch to the same height */
}

.package-item img {
    height: 200px; /* Set a uniform height for images */
    object-fit: cover; /* Maintain aspect ratio while covering the area */
}


/* 
    ================================
        Best Viewed In Full Page
    ================================
*/

/* Hover over a card to flip, can tab too. */

@import url('https://fonts.googleapis.com/css?family=Lato');

/* Ensure the parent div of the cards is centered horizontally */
.custom-style {
  display: flex;
  justify-content: center; /* Centers the cards horizontally */
  align-items: center; /* Align items in the center vertically, if needed */
  flex-wrap: wrap; /* Wrap the cards if they overflow */
  height: 100vh; /* Optional: Full viewport height */
}

/* Maintain the flip card container-cr styles */
.custom-style .flip-card-container-cr {
  --hue: 150;
  --primary: hsl(var(--hue), 50%, 50%);
  --white-1: hsl(0, 0%, 90%);
  --white-2: hsl(0, 0%, 80%);
  --dark: hsl(var(--hue), 25%, 10%);
  --grey: hsl(0, 0%, 50%);

  width: 310px;
  height: 500px;
  margin: 40px;
  
  perspective: 1000px;
}


/* default */
.custom-style *,
.custom-style *::after,
.custom-style *::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* body */
.custom-style body {
  min-height: 100vh;
  padding: 40px;

  display: flex;
  justify-content: center;
  align-items: center;

  background: hsl(220, 10%, 12%);
  font-family: "Lato", "Segoe Ui", -apple-system, BlinkMacSystemFont, sans-serif;
}

/* .flip-card-container-cr */
.custom-style .flip-card-container-cr {
  --hue: 150;
  --primary: hsl(var(--hue), 50%, 50%);
  --white-1: hsl(0, 0%, 90%);
  --white-2: hsl(0, 0%, 80%);
  --dark: hsl(var(--hue), 25%, 10%);
  --grey: hsl(0, 0%, 50%);

  width: 310px;
  height: 500px;
  margin: 40px;

  perspective: 1000px;

  display: inline-flex; /* Ensure the cards are displayed inline */
}

/* .flip-card */
.custom-style .flip-card {
  width: inherit;
  height: inherit;

  position: relative;
  transform-style: preserve-3d;
  transition: .6s .1s;
}

/* hover and focus-within states */
.custom-style .flip-card-container-cr:hover .flip-card,
.custom-style .flip-card-container-cr:focus-within .flip-card {
  transform: rotateY(180deg);
}

/* .card-... */
.custom-style .card-front,
.custom-style .card-back {
  width: 100%;
  height: 100%;
  border-radius: 24px;

  background: var(--dark);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;

  backface-visibility: hidden;

  display: flex;
  justify-content: center;
  align-items: center;
}

/* .card-front */
.custom-style .card-front {
  transform: rotateY(0deg);
  z-index: 2;
}

/* .card-back */
.custom-style .card-back {
  transform: rotateY(180deg);
  z-index: 1;
}

/* figure */
.custom-style figure {
  z-index: -1;
}

/* figure, .img-bg */
.custom-style figure,
.custom-style .img-bg {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

/* img */
.custom-style img {
  height: 100%;
  border-radius: 24px;
}

/* figcaption */
.custom-style figcaption {
  display: block;

  width: auto;
  margin-top: 12%;
  padding: 8px 22px;

  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 2px;
  word-spacing: 6px;
  text-align: right;

  position: absolute;
  top: 0;
  right: 12px;

  color: var(--white-1);
  background: hsla(var(--hue), 25%, 10%, .5);
}

/* .img-bg */
.custom-style .img-bg {
  background: hsla(var(--hue), 25%, 10%, .5);
}

.custom-style .card-front .img-bg {
  clip-path: polygon(0 20%, 100% 40%, 100% 100%, 0 100%);
}

.custom-style .card-front .img-bg::before {
  content: "";

  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(18deg);

  width: 100%;
  height: 6px;
  border: 1px solid var(--primary);
  border-left-color: transparent;
  border-right-color: transparent;

  transition: .1s;
}

.custom-style .card-back .img-bg {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 60%);
}

/* hover state */
.custom-style .flip-card-container-cr:hover .card-front .img-bg::before {
  width: 6px;
  border-left-color: var(--primary);
  border-right-color: var(--primary);
}

/* ul */
.custom-style ul {
  padding-top: 50%;
  margin: 0 auto;
  width: 70%;
  height: 100%;

  list-style: none;
  color: var(--white-1);

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* li */
.custom-style li {
  width: 100%;
  margin-top: 12px;
  padding-bottom: 12px;

  font-size: 14px;
  text-align: center;

  position: relative;
}

.custom-style li:nth-child(2n) {
  color: var(--white-2);
}

.custom-style li:not(:last-child)::after {
  content: "";

  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 1px;

  background: currentColor;
  opacity: .2;
}

/* button */
.custom-style button {
  font-family: inherit;
  font-weight: bold;
  color: var (--white-1);

  letter-spacing: 2px;

  padding: 9px 20px;
  border: 1px solid var (--grey);
  border-radius: 1000px;
  background: transparent;
  transition: .3s;

  cursor: pointer;
}

.custom-style button:hover,
.custom-style button:focus {
  color: var (--primary);
  background: hsla(var (--hue), 25%, 10%, .2);
  border-color: currentColor;
}

.custom-style button:active {
  transform: translate(2px);
}

/* .design-container-cr */
.custom-style .design-container-cr {
  --tr: 90;
  --op: .5;

  width: 100%;
  height: 100%;

  background: transparent;
  position: absolute;
  top: 0;
  left: 0;

  pointer-events: none;
}

/* .design */
.custom-style .design {
  display: block;

  background: var (--grey);
  position: absolute;

  opacity: var (--op);
  transition: .3s;
}

.custom-style .design--1,
.custom-style .design--2,
.custom-style .design--3,
.custom-style .design--4 {
  width: 1px;
  height: 100%;
}

.custom-style .design--1,
.custom-style .design--2 {
  top: 0;
  transform: translateY(calc((var (--tr) - (var (--tr) * 2)) * 1%))
}

.custom-style .design--1 {
  left: 20%;
}

.custom-style .design--2 {
  left: 80%;
}

.custom-style .design--3,
.custom-style .design--4 {
  bottom: 0;
  transform: translateY(calc((var (--tr) + (var (--tr) - var (--tr))) * 1%))
}

.custom-style .design--3 {
  left: 24%;
}

.custom-style .design--4 {
  left: 76%;
}

.custom-style .design--5,
.custom-style .design--6,
.custom-style .design--7,
.custom-style .design--8 {
  width: 100%;
  height: 1px;
}

.custom-style .design--5,
.custom-style .design--6 {
  left: 0;
  transform: translateX(calc((var (--tr) - (var (--tr) * 2)) * 1%));
}

.custom-style .design--5 {
  top: 41%;
}

.custom-style .design--6 {
  top: 59%;
}

.custom-style .design--7,
.custom-style .design--8 {
  right: 0;
  transform: translateX(calc((var (--tr) + (var (--tr) - var (--tr))) * 1%))
}

.custom-style .design--7 {
  top: 44%;
}

.custom-style .design--8 {
  top: 56%;
}

/* states */
.custom-style button:hover + .design-container-cr,
.custom-style button:active + .design-container-cr,
.custom-style button:focus + .design-container-cr {
  --tr: 20;
  --op: .7;
}

.custom-style .abs-site-link {
  position: fixed;
  bottom: 20px;
  left: 20px;
  color: hsla(0, 0%, 100%, .6);
  font-size: 16px;
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
}

/********** Template CSS **********/
:root {
    --primary: black;
    --secondary: #FE8800;
    --light: #F5F5F5;
    --dark: #14141F;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: #FFFFFF !important;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    }

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}


/*** Hero Header ***/
.hero-header {
    position: relative;
    overflow: hidden;
    background-attachment: fixed !important;
    transition: all 0.5s ease-out;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    transform: translateZ(0);
}

.hero-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    filter: blur(1px);
    z-index: -1;
    transition: transform 0.5s ease-out;
    will-change: transform;
    transform: translateZ(0);
}

/* Smooth parallax effect */
@keyframes smoothParallax {
    from {
        background-position: center 0%;
    }
    to {
        background-position: center 100%;
    }
}

/* Add smooth scroll behavior to html */
html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

/* Optional: Add a subtle scale animation */
@keyframes subtleScale {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.02);
    }
}

.hero-header {
    animation: subtleScale 15s infinite alternate ease-in-out;
}

.hero-header h1 {
    position: relative;
    z-index: 1;
}

.hero-header p {
    position: relative;
    z-index: 1;
}

/* Optional: Add a subtle animation to the background */
@keyframes slowZoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.05);
    }
}

.hero-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    animation: slowZoom 20s infinite alternate;
    z-index: -1;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Destination ***/
.destination img {
    transition: .5s;
}

.destination a:hover img {
    transform: scale(1.1);
}


/*** Package ***/
.package-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.package-item img {
    transition: .5s;
}

.package-item:hover img {
    transform: scale(1.1);
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/booking.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 20px;
    border-bottom: 1px solid var(--primary);
}

.team-item .btn:hover {
    background: var(--primary);
    color: #FFFFFF;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: black !important;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* Add these styles */

/* Prediction Section Styles */
.prediction-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(78, 238, 255, 0.2),
                inset 0 0 20px rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(78, 238, 255, 0.3);
    backdrop-filter: blur(10px);
    animation: containerGlow 3s infinite;
}

@keyframes containerGlow {
    0% { box-shadow: 0 0 20px rgba(78, 238, 255, 0.2); }
    50% { box-shadow: 0 0 40px rgba(78, 238, 255, 0.4); }
    100% { box-shadow: 0 0 20px rgba(78, 238, 255, 0.2); }
}

.form-range {
    width: 100%;
    height: 4px;
    border-radius: 2px;
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(90deg, #00f2fe 0%, #4facfe 100%);
    outline: none;
    opacity: 0.8;
    transition: opacity .2s;
}

.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 0 15px rgba(78, 238, 255, 0.5),
                inset 0 0 5px rgba(255, 255, 255, 0.5);
}

.form-range::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 0 25px rgba(78, 238, 255, 0.8),
                inset 0 0 10px rgba(255, 255, 255, 0.8);
}

.savings-summary {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(78, 238, 255, 0.2);
    box-shadow: inset 0 0 20px rgba(78, 238, 255, 0.1);
}

.savings-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(78, 238, 255, 0.2);
}

.savings-item.total {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid rgba(78, 238, 255, 0.3);
    font-weight: 700;
    font-size: 1.2rem;
}

.savings-label {
    color: #e0e0e0;
    font-family: 'SF Pro Display', sans-serif;
    letter-spacing: 0.5px;
    text-shadow: 0 0 10px rgba(78, 238, 255, 0.3);
}

.savings-value {
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 10px rgba(78, 238, 255, 0.5);
}

.prediction-bar-container {
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 1rem;
    position: relative;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(78, 238, 255, 0.3);
}

.prediction-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #00f2fe 0%, #4facfe 100%);
    border-radius: 25px;
    transition: width 0.8s ease-in-out;
    position: relative;
    box-shadow: 0 0 20px rgba(78, 238, 255, 0.3);
}

.prediction-amount {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    text-shadow: 0 0 10px rgba(78, 238, 255, 0.8);
    font-family: 'SF Pro Display', sans-serif;
}

.prediction-labels {
    display: flex;
    justify-content: space-between;
    color: #e0e0e0;
    font-size: 0.9rem;
    padding: 0.5rem 0;
    text-shadow: 0 0 5px rgba(78, 238, 255, 0.3);
}

.form-label {
    display: block;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    text-shadow: 0 0 10px rgba(78, 238, 255, 0.5);
}

#carsValue, #daysValue {
    font-weight: 700;
    color: #fff;
    background: rgba(78, 238, 255, 0.2);
    padding: 4px 12px;
    border-radius: 12px;
    display: inline-block;
    min-width: 40px;
    text-align: center;
    box-shadow: 0 0 15px rgba(78, 238, 255, 0.3);
    border: 1px solid rgba(78, 238, 255, 0.3);
    text-shadow: 0 0 5px rgba(78, 238, 255, 0.5);
}

.container-fluid.py-5 {
    background: linear-gradient(135deg, #000428 0%, #004e92 100%);
}

.text-title-s {
    color: #000;
    text-shadow: 0 0 20px rgba(128, 128, 128, 0.5); /* Gray shadow */
    letter-spacing: 1px;
}

.text-muted {
    color: #e0e0e0 !important;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    text-shadow: 0 0 5px rgba(78, 238, 255, 0.3);
}

/* Add pulsing effect to values */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

.savings-item.total .savings-value {
    animation: pulse 2s infinite;
    display: inline-block;
}

/* Add these new styles */
.calculator-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 3rem;
    background: #1a1a1a;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.calculator-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #333333, #666666);
}

.calculator-title {
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.calculator-subtitle {
    color: #999;
    font-size: 1.1rem;
    letter-spacing: 0.02em;
}

.control-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.value-display {
    background: linear-gradient(135deg, #333333, #666666);
    color: white;
    padding: 0.3rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    min-width: 3rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-range {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    -webkit-appearance: none;
    background: #2a2a2a;
    margin: 1rem 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #666666;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease;
}

.form-range::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2);
    background: #f0f0f0;
}

.range-labels {
    display: flex;
    justify-content: space-between;
    color: #999;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.results-container {
    background: #2a2a2a;
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cost-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: #1a1a1a;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cost-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

.cost-item.total {
    background: linear-gradient(135deg, #333333, #666666);
    color: white;
    border: none;
}

.cost-label {
    font-weight: 500;
    color: #ffffff;
}

.cost-value {
    font-weight: 600;
    font-size: 1.1rem;
    color: #ffffff;
}

.progress-container {
    position: relative;
    height: 40px;
    background: #1a1a1a;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #333333, #666666);
    border-radius: 20px;
    transition: width 0.8s ease-in-out;
}

.progress-amount {
    position: absolute;
    left: 0;  /* Changed from 50% */
    right: 0; /* Added */
    top: 50%;
    transform: translateY(-50%); /* Changed from translate(-50%, -50%) */
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    z-index: 2;
    width: 100%;
    text-align: center;
    margin: 0 auto; /* Added */
    pointer-events: none; /* Added to prevent text selection */
}

/* Add a text shadow for better visibility when bar is low */
.progress-amount {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

/* Responsive adjustment */
@media (max-width: 576px) {
    .progress-amount {
        font-size: 0.9rem;
    }
}

/* Update container background */
.container-fluid.py-5 {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

/* Add glow effects */
@keyframes subtleGlow {
    0% { box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2); }
    50% { box-shadow: 0 20px 60px rgba(255, 255, 255, 0.1); }
    100% { box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2); }
}

.calculator-container {
    animation: subtleGlow 3s infinite;
}

/* Add hover effects */
.cost-item {
    position: relative;
    overflow: hidden;
}

.cost-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transition: 0.5s;
}

.cost-item:hover::after {
    left: 100%;
}

/* Add these styles to adjust spacing with navbar */
.navbar + .container-fluid {
    margin-top: -1px; /* Remove any gap between navbar and calculator */
}

/* Adjust calculator container for top position */
.calculator-container {
    margin-top: 2rem;
    z-index: 1; /* Ensure calculator stays below navbar */
}

/* Optional: Add transition when scrolling */
.navbar.sticky-top + .container-fluid {
    transition: transform 0.3s ease;
}

/* Ensure proper z-index stacking */
.navbar {
    z-index: 1030;
}

/* Add these styles for the car type checkboxes */
.car-types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.car-type-checkbox {
    position: relative;
}

.car-type-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.car-type-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.car-type-label i {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #666;
    transition: color 0.3s ease;
}

.car-type-label span {
    color: #999;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

/* Hover state */
.car-type-label:hover {
    background: #2a2a2a;
    border-color: rgba(255, 255, 255, 0.2);
}

/* Checked state */
.car-type-input:checked + .car-type-label {
    background: linear-gradient(135deg, #333333, #666666);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.car-type-input:checked + .car-type-label i,
.car-type-input:checked + .car-type-label span {
    color: white;
}

/* Animation for selection */
.car-type-input:checked + .car-type-label {
    transform: translateY(-2px);
}

/* Active state */
.car-type-label:active {
    transform: scale(0.95);
}

/* Add these styles */
.calculator-explanation {
    color: #999;
    max-width: 800px;
    margin: 2rem auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    padding: 2rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.calculator-explanation:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.explanation-header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.explanation-header .calc-icon {
    font-size: 2.5rem;
    color: #666;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #333333, #666666);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.explanation-header p {
    font-size: 1.2rem;
    color: #ccc;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.explanation-features {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 1rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-3px);
}

.feature-item i {
    font-size: 1rem;
    color: #666;
    width: 20px;
    text-align: center;
}

.feature-item span {
    color: #999;
    font-size: 0.9rem;
    font-weight: 400;
    white-space: nowrap;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.feature-item {
    animation: fadeInUp 0.4s ease-out;
    animation-fill-mode: both;
}

.feature-item:nth-child(1) { animation-delay: 0.1s; }
.feature-item:nth-child(2) { animation-delay: 0.2s; }
.feature-item:nth-child(3) { animation-delay: 0.3s; }
.feature-item:nth-child(4) { animation-delay: 0.4s; }

/* Responsive */
@media (max-width: 768px) {
    .explanation-features {
        flex-wrap: wrap;
        gap: 1rem;
    }
    
    .feature-item {
        flex: 1 1 calc(50% - 1rem);
        justify-content: center;
    }
}

/* Add/update these styles */
.calculator-section {
    position: relative;
    overflow: hidden;
}

.calculator-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    filter: blur(2px);
    z-index: -1;
}

.calculator-title {
    color: white;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.calculator-subtitle {
    color: rgba(255, 255, 255, 0.9);
    position: relative;
}

/* Update the calculator container for better contrast */
.calculator-container {
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Add these responsive styles */

/* General responsive adjustments */
@media (max-width: 768px) {
    .hero-header h1 {
        font-size: 2rem;
    }
    
    .hero-header p {
        font-size: 1rem;
    }
    
    .calculator-container {
        padding: 1.5rem;
    }
    
    .calculator-title {
        font-size: 1.8rem;
    }
    
    .calculator-subtitle {
        font-size: 1rem;
    }
    
    .cost-item {
        padding: 0.8rem;
    }
    
    .cost-value {
        font-size: 1rem;
    }
}

/* Calculator responsiveness */
@media (max-width: 576px) {
    .calculator-controls {
        margin-bottom: 2rem;
    }
    
    .car-types-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .results-container {
        padding: 1rem;
    }
    
    .cost-comparison {
        flex-direction: column;
        gap: 1rem;
    }
    
    .cost-item {
        width: 100%;
    }
    
    .progress-container {
        height: 30px;
    }
    
    .progress-amount {
        font-size: 0.9rem;
    }
}

/* Benefits section responsiveness */
@media (max-width: 768px) {
    .benefits {
        flex-direction: column;
        gap: 1rem;
    }
    
    .benefit-item {
        width: 100%;
    }
}

/* Partner logos responsiveness */
@media (max-width: 576px) {
    .partner_component {
        gap: 1rem;
    }
    
    .partner_item {
        padding: 1rem;
    }
    
    .partner-img {
        max-width: 80%;
    }
}

/* Navigation responsiveness */
@media (max-width: 991px) {
    .navbar-light .navbar-toggler {
        margin-left: auto;
    }
    
    .navbar-collapse {
        background: rgba(255, 255, 255, 0.95);
        padding: 1rem;
        border-radius: 8px;
        margin-top: 1rem;
    }
}

/* Calculator explanation responsiveness */
@media (max-width: 768px) {
    .calculator-explanation {
        padding: 1rem;
    }
    
    .explanation-features {
        flex-direction: column;
        gap: 1rem;
    }
    
    .feature-item {
        justify-content: flex-start;
    }
}

/* Ensure proper spacing on mobile */
@media (max-width: 576px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}

/* WhatsApp button responsiveness */
@media (max-width: 576px) {
    #whatsapp-button {
        width: 60px;
        height: 60px;
        bottom: 20px;
        right: 20px;
    }
}

/* Promo section responsiveness */
@media (max-width: 768px) {
    .promo-section__item {
        flex: 1 1 100%;
        margin-bottom: 1rem;
    }
    
    .promo-section__text {
        padding: 1rem;
    }
    
    .text-title-s {
        font-size: 1.5rem;
    }
}