body {
font-size: 22px;
font-family: 'Roboto', sans-serif;
}
h1, h2{color: #00bf63;font-family: 'Roboto', sans-serif;}
.main-heading {
color: #28a745;
font-weight: bold;
margin: 0px 0 10px;
    font-size: 68px;
font-family: 'Roboto', sans-serif;    

}
.header-section{background: #fdfdfd;font-family: 'Roboto', sans-serif;}
.apple-products img {
max-width: 100%;
height: auto;
width: 75%;
}
.btn-learn-more {
background-color: #28a745;
color: white;
padding: 14px 52px;
border-radius: 50px;
text-decoration: none;
font-weight: bold;
font-family: 'Roboto', sans-serif;
}
.cards{padding:3rem 0 6rem;}
.cards h4.mt-3 {
padding: 0 5vw;
}

.helpdesk{padding:8rem 0;background:#ffffff;}
.helpdesk h2{font-size: 48px;}
.support{padding:.8rem 0;}
.support .col-md-4.mt-4 div {
vertical-align: middle;
height: 150px;
align-items: center;
display: flex;
text-align: center;
}
.support .col-md-4.mt-4 div img {
margin: 0 auto;
}
.contact-section {
background-color: #006b32;
color: white;
}

.contact-section h2 {
font-weight: bold;
color:#fff;
font-size: 54px;
}
.boxshadw {
background: #fff;
/*box-shadow: 0 0px 5px 0px #0000002e;*/
padding-bottom: 30px;
}
.boxshadw a{display:contents;}
.contact-section a {
color: white;
text-decoration: none;
}
.padding-custom{padding-top: 2rem;}

.contact-section a img {
width: 30px;
margin-right: 10px;
}
.contact-section form {
background: #fff;
padding: 1.5rem;
}

h2.sub-heading {
font-size: 44px;
}
.social{display: flex;gap:18px;}
.social a{font-size:24px;}
.form-control, .btn-primary {
border-radius: 5px;
}
.form-control {font-size: 20px; }
.btn-primary {
background-color: #28a745;
border-color: #28a745;
}
#loader {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1051; /* Ensure it appears above the modal backdrop */
}



/* Animation Keyframes */
@keyframes slideInFromLeft {
	from {
		transform: translateX(-100%);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideInFromRight {
	from {
		transform: translateX(100%);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideInFromTop {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

/* Apply animations to columns but only when triggered */
.card-left, .card-center, .card-right {
	opacity: 0; /* Initially hidden */
}

/* Animation will apply once in-view class is added */
.in-view .card-left {
	animation: slideInFromLeft 1.5s ease-in-out forwards;
}

.in-view .card-center {
	animation: slideInFromTop 1.5s ease-in-out forwards;
}

.in-view .card-right {
	animation: slideInFromRight 1.5s ease-in-out forwards;
}

/* Staggered delay for each column */
.in-view .card-left {
	animation-delay: 0.3s;
}

.in-view .card-center {
	animation-delay: 0.5s;
}

.in-view .card-right {
	animation-delay: 0.7s;
}
 .language-switcher {
        display: inline-block;
        font-size: 16px;
    }
    .btn-language {
        color: #000;
        text-decoration: none;
        margin: 0 5px;
        padding: 5px 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
    }
    .btn-language:hover {
        background-color: #f1f1f1;
    }
@media only screen and (max-width: 600px) {
  body {
    text-align:center;
  }
  .main-heading {font-size: 42px;}
  .helpdesk h2, h2.sub-heading,.contact-section h2 {
  font-size: 32px;
}
/*.navbar {*/
/*  text-align:center;*/
/*  display: block;*/
/*}*/
.social {
  display: block;
  text-align: center;
  margin-bottom:2rem;
}
.social a {
  margin: 0 .5rem;
}
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.navbar-brand img, 
.navbar img {
    max-width: 100%;
    height: auto;
}

.language-switcher {
    display: flex;
    gap: 10px;
    text-align: center;
}

.language-switcher a {
    text-decoration: none;
    color: #000;
}

@media (max-width: 768px) {
    .navbar {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding:0;
    }

    .language-switcher {
        flex-direction: row;
        justify-content: center;
    }

   .navbar img {
       max-width: 40vw;
    max-height: 6vw;
    }
      .navbar-brand img {
    max-width: 32vw;
    max-height: 9vw;
  }
    .btn-language { padding: 5px 5px;}
    .contact-section .p-5 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#submit {
  width: 100%;
}
}
