@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Spectral:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background: url('img/LuminousHub-Background.webp') no-repeat;
    background-blend-mode: multiply;
    font-family: "Nunito", sans-serif;
    overflow-y: scroll; /* Vertical scroll bar */
    scrollbar-width: thin; /* Thin scrollbar */
}

header {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding: 0 20px;
    position: fixed;
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.01);
    z-index: 100;
}

.checkbox-none {
    display: none;
}

header.scrolled {
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

header .logo.scrolled {
    display: none;
}

.logo {
    display: flex;
    gap: 15px;
}
.logo a {
    text-decoration: none;
}
.logo h1 {
    color: #FF8C00;
    font-size: 35px;
    font-weight: 800;
}
.logo h1 span {
    color: #000;
}

nav {
    display: flex;
    gap: 20px;
}
nav a {
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    transition: 0.3s;
}

nav a::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background: #000;
}

nav a:hover::before {
    width: 100%;
}

nav a:hover {
    color: #FF8C00;
}

main section h3 {
    font-size: 48px;
    font-weight: bold;
    background: darkorange;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.content button {
    width: 270px;
    padding: 15px 0;
    text-align: center;
    margin: 20px 10px;
    border-radius: 25px;
    font-weight: bold;
    border: 2px solid darkorange;
    background: transparent;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.content button:hover span{
    width: 100%;
}

.content button:hover {
    border: none;
}

.content span {
    background: darkorange;
    height: 100%;
    width: 0;
    border-radius: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;
}

figcaption {
    text-align: center;
}

.about-hero {
    background-color: #fff;
    overflow: hidden;
}

.about-heading h2 {
    background: linear-gradient(to right, darkorange, #ff4500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 55px;
    text-align: center;
    margin-top: 35px;
}

.about-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 65px auto;
}

.about-hero-content {
    flex: 1;
    width: 600px;
    margin: 0px 25px;
    animation: fadeInUp 2s ease;
}

.about-hero-content h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #333;
}

.about-hero-content p {
    font-size: 24px;
    line-heighr: 1.5;
    margin-bottom: 40px;
    color: #666;
}

.about-hero-content button {
    display: inline-block;
    background-color: #ff4500;
    color: #fff;
    padding: 12px 24px;
    border-radius: 5px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
}

.about-hero-content button:hover {
    background-color: darkorange;
    transform: scale(1.1);
}

.about-hero-image {
    flex: 1;
    width: 600px;
    margin: auto;
    animation: fadeInRight 2s ease;
}

.about-hero-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.about-line {
    border: 0; /* Remove default border */
    height: 5px; /* Adjust the thickness of the line */
    background: #000; /* Set the color of the line */
    width: 130px; /* Set the width of the line */
    margin: 0 auto; /* Center the line horizontally */
}

@media screen and (max-width: 768px){
    .about-heading h2 {
        font-size: 45px;
        margin-top: 30px;
    }
    .about-hero {
        margin: 0px;
        width: 100%;
    }
    .about-container {
        width: 100%;
        flex-direction: column;
        margin: 0px;
        padding: 0px 40px;
    }
    .about-hero-content {
        width: 100%;
        margin: 35px 0px;
    }
    .about-hero-content h2 {
        font-size: 30px;
    }
    .about-hero-content p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .about-hero-content button {
        font-size: 16px;
        padding: 8px 16px;
    }
    .about-hero-image {
        width: 100%;
    }
}

@media (max-width: 1025px) {
    nav {
        position: absolute;
        top: 100px;
        background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
        backdrop-filter: blur(10px); /* Background blur */
        left: 0;
        gap: 20px;
        flex-direction: column;
        width: 100%;
        align-items: center;
        height: 0;
        transition: 0.5s;
        overflow: hidden;
    }
    nav a:nth-child(1) {
        margin-top: 0;
    }

    label {
        width: 35px;
        height: 20px;
        position: relative;
    }
    label div {
        width: 100%;
        height: 5px;
        background: #fff;
        position: absolute;
        transform: translateY(-50%);
        border-radius: 99px;
        transition: 0.3s;
        transform: scale(1);
    }
    label div:nth-child(1) {
        top: 0;
    }
    label div:nth-child(2) {
        top: 50%;
    }
    label div:nth-child(3) {
        top: 100%;
    }

    input:checked + header nav {
        height: 100vh;
    }
    input:checked + header label div:nth-child(1) {
        transform: rotate(45deg);
        top: 50%;
    }
    input:checked + header label div:nth-child(3) {
        transform: rotate(-45deg);
        top: 50%;
    }
    input:checked + header label div:nth-child(2) {
        transform: scale(0);
        opacity: 0;
    }
}

/* Skills */
.skills-container {
    width: 100%;
    min-height: 100vh;
    padding: 30px 10%;
}

.theme-text1 {
    color: darkorange;
}

.skills-container .skills-main-title {
    max-width: 700px;
    margin: 0px auto;
    text-align: center;
    font-family: helvetica;
}

.skills-container .skills-main-title h2 {
    position: relative;
    font-size: 40px;
    color: #242223;
    margin-bottom: 30px;
    display: inline-block;
}

.skills-container .skills-main-title h2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 125%;
    left: 0;
    background-color: #808080;
}

.skills-container .skills-main-title h2::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 3px;
    background-color: darkorange;
    top: calc(125% - 1px);
    left: 50%;
    transform: translateX(-50%);
}

.skills-main-title p {
    color: #808080;
}

.skills-container .skills-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.subject1 span {
    margin-left: 244px; /* Adjust the margin as needed */
}

.subject2 span {
    margin-left: 164px; /* Adjust the margin as needed */
}

.subject3 span {
    margin-left: 256px; /* Adjust the margin as needed */
}

.subject4 span {
    margin-left: 285px; /* Adjust the margin as needed */
}

.subject5 span {
    margin-left: 366px; /* Adjust the margin as needed */
}

.subject6 span {
    margin-left: 380px; /* Adjust the margin as needed */
}

.subject7 span {
    margin-left: 320px; /* Adjust the margin as needed */
}

.subject8 span {
    margin-left: 354px; /* Adjust the margin as needed */
}

@media only screen and (max-width: 568px) {
  .subject1 span {
    margin-left: 98px; /* Adjust the margin as needed for mobile */
  }

  .subject2 span {
    margin-left: 17px; /* Adjust the margin as needed for mobile */
  }

  .subject3 span {
    margin-left: 108px; /* Adjust the margin as needed for mobile */
  }

  .subject4 span {
    margin-left: 138px; /* Adjust the margin as needed for mobile */
  }

  .subject5 span {
    margin-left: 219px; /* Adjust the margin as needed for mobile */
  }

  .subject6 span {
    margin-left: 234px; /* Adjust the margin as needed for mobile */
  }

  .subject7 span {
    margin-left: 174px; /* Adjust the margin as needed for mobile */
  }

  .subject8 span {
    margin-left: 205px; /* Adjust the margin as needed for mobile */
  }
}



.skills-row .skills-col {
    flex-basis: 46%;
}

.skills-row .skills-sub-title h2 {
    position: relative;
    color: #242223;
    font-size: 22px;
    font-family: helvetica;
    display: inline-block;
    margin-bottom: 30px;
}

.skills-row .skills-sub-title h2::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    top: 125%;
    left: 0;
    background-color: #808080;
}

.skills-row .skills-sub-title h2::after {
    content: '';
    position: absolute;
    width: 25%;
    height: 3px;
    top: calc(125% - 1px);
    left: 0;
    background-color: darkorange;
}

.subject1 {
    font-size: 18px;
    font-weight: 300;
    color: #808080;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.subject2 {
    font-size: 18px;
    font-weight: 300;
    color: #808080;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.subject3 {
    font-size: 18px;
    font-weight: 300;
    color: #808080;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.subject4 {
    font-size: 18px;
    font-weight: 300;
    color: #808080;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.subject5 {
    font-size: 18px;
    font-weight: 300;
    color: #808080;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.subject6 {
    font-size: 18px;
    font-weight: 300;
    color: #808080;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.subject7 {
    font-size: 18px;
    font-weight: 300;
    color: #808080;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.subject8 {
    font-size: 18px;
    font-weight: 300;
    color: #808080;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.progress-bar {
    position: relative;
    width: 100%;
    height: 5px;
    background-color: #808080;
    border-radius: 15px;
    margin-bottom: 20px;
}



.progress-bar::after {
    position: absolute;
    content: attr(value);
    top: -35px;
    right: 0;
    color: #808080;
    font-size: 18px;
}

.progress-line1 {
    position: absolute;
    width: 94%;
    height: 5px;
    background-color: green;
    border-radius: 15px;
    top: -1px;
}

.progress-line2 {
    position: absolute;
    width: 83%;
    height: 5px;
    background-color: green;
    border-radius: 15px;
    top: -1px;
}

.progress-line3 {
    position: absolute;
    width: 64%;
    height: 5px;
    background-color: green;
    border-radius: 15px;
    top: -1px;
}

.progress-line4 {
    position: absolute;
    width: 97%;
    height: 5px;
    background-color: green;
    border-radius: 15px;
    top: -1px;
}

.progress-line5 {
    position: absolute;
    width: 90%;
    height: 5px;
    background-color: green;
    border-radius: 15px;
    top: -1px;
}

.progress-line6 {
    position: absolute;
    width: 99%;
    height: 5px;
    background-color: green;
    border-radius: 15px;
    top: -1px;
}

.progress-line7 {
    position: absolute;
    width: 85%;
    height: 5px;
    background-color: green;
    border-radius: 15px;
    top: -1px;
}

.progress-line8 {
    position: absolute;
    width: 62%;
    height: 5px;
    background-color: green;
    border-radius: 15px;
    top: -1px;
}

.progress-line::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    background-color: green;
}

@media (max-width: 768px) {
    .skills-container {
        padding: 30px 8%;
    }
}

@media (max-width: 768px) {
    .skills-container .skills-row {
        flex-direction: column;
    }
    .skills-container .skills-main-title h2 {
        font-size: 36px;
    }
    .skills-container .skills-row {
        margin-top: 30px;
    }
    .skills-row .skills-col:nth-child(2) {
        margin-top: 20px;
    }
}

/* Our Services */
.services-container {
    width: 100%;
    min-height: 100vh;
    padding: 30px 10%;
}

.services-container .services-main-title {
    max-width: 1200px;
    margin: 0px auto;
    text-align: center;
    font-family: helvetica;
}

.services-container .services-main-title h2 {
    position: relative;
    font-size: 40px;
    color: #242223;
    margin-bottom: 30px;
    display: inline-block;
}

.services-container .services-main-title h2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 125%;
    left: 0;
    background-color: #808080;
}

.services-container .services-main-title h2::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 3px;
    background-color: darkorange;
    top: calc(125% - 1px);
    left: 50%;
    transform: translateX(-50%);
}

.services-container .services-main-title .services-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
}

.services-container .services-main-title .services-row .service {
    padding: 25px 10px;
    text-align: center;
    border-radius: 5px;
    transition: transform .5s;
    cursor: pointer;
    color: #555;
    font-size: 14px;
}

.services-container .services-main-title .services-row .service:hover {
    transform: scale(1.1);
    background: darkorange;
    color: #fff;
}

.services-container .services-main-title .services-row .service i {
    font-size: 40px;
    color: darkorange;
    margin-bottom: 10px;
}

.services-container .services-main-title .services-row .service:hover i {
    color: #fff;
}

.services-container .services-main-title .services-row .service h2 {
    margin-bottom: 8px;
}

/* Our Team */
.team-row {
  display: flex;
  flex-wrap: wrap;
  padding: 2em 1em;
  text-align: center;
}
.team-column {
  width: 100%;
  padding: 0.5em 0;
}
.team-h2 {
  width: 100%;
  text-align: center;
  font-size: 3.5em;
  color: #1f003b;
}
.team-card {
  box-shadow: 0 0 2.4em rgba(25, 0, 58, 0.1);
  padding: 3.5em 1em;
  border-radius: 0.6em;
  color: #1f003b;
  cursor: pointer;
  transition: 0.3s;
  background-color: #ffffff;
}
.team-card .team-img-container {
  width: 8em;
  height: 8em;
  background-color: darkorange;
  padding: 0.5em;
  border-radius: 50%;
  margin: 0 auto 2em auto;
}
.team-card img {
  width: 100%;
  border-radius: 50%;
}
.team-card h3 {
  font-weight: 500;
}
.team-card p {
  font-weight: 300;
  text-transform: uppercase;
  margin: 0.5em 0 2em 0;
  letter-spacing: 2px;
}
.team-icons {
  width: 50%;
  min-width: 180px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.team-card a {
  text-decoration: none;
  color: inherit;
  font-size: 1.4em;
}
.team-icons a:hover {
    color: #0a69ed;
}
.team-card:hover {
  background: linear-gradient(#FFA500, 	#DAA520);
  color: #ffffff;
}
.team-card:hover .team-img-container {
  transform: scale(1.15);
}
@media screen and (min-width: 768px) {
  .team-section {
    padding: 1em 7em;
  }
}
@media screen and (min-width: 992px) {
  .team-section {
    padding: 1em;
  }
  .team-card {
    padding: 5em 1em;
  }
  .team-column {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 1em;
  }
}

/* Contact Us */
.contact-container {
    min-height: 40vh;
}

.contact-container .contact-main-title {
    max-width: 2000px;
    margin: 0px auto;
    text-align: center;
    font-family: helvetica;
}

.contact-container .contact-main-title h2 {
    position: relative;
    font-size: 40px;
    color: #242223;
    margin-bottom: 30px;
    display: inline-block;
}

.contact-container .contact-main-title h2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 125%;
    left: 0;
    background-color: #808080;
}

.contact-container .contact-main-title h2::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 3px;
    background-color: darkorange;
    top: calc(125% - 1px);
    left: 50%;
    transform: translateX(-50%);
}

.contact-2nd-container{
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 8%;
	background-color: transparent;
	color: white;
}
.contact-2nd-container .contact-row{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1100px;
}
.contact-row section.contact-col{
	display: flex;
	flex-direction: column;
}
.contact-row section.contact-left{
	flex-basis: 35%;
	min-width: 320px;
	margin-right: 60px;
}
.contact-row section.contact-right{
	flex-basis: 60%;
}
section.contact-left .contactTitle h2{
	position: relative;
	font-size: 28px;
	color: #000;
	display: inline-block;
	margin-bottom: 25px;
}
section.contact-left .contactTitle h2::before{
	content: '';
	position: absolute;
	width: 50%;
	height: 1px;
	background-color: #888;
	top: 120%;
	left: 0;
}
section.contact-left .contactTitle h2::after{
	content: '';
	position: absolute;
	width: 25%;
	height: 3px;
	background-color: darkorange;
	top: calc(120% - 1px);
	left: 0;
}
section.contact-left .contactTitle p{
	font-size: 17px;
	color: black;
	letter-spacing: 1px;
	line-height: 1.2;
	padding-bottom: 22px;
}
section.contact-left .contactInfo{
	margin-bottom: 16px;
}
.contactInfo .iconGroup{
	display: flex;
	align-items: center;
	margin: 25px 0px;
}
.iconGroup .icon{
	width: 45px;
	height: 45px;
	border: 2px solid darkorange;
	border-radius: 50%;
	margin-right: 20px;
	position: relative;
}
.iconGroup .icon i{
	font-size: 20px;
	color: black;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.iconGroup .details span{
	display: block;
	color: #000;
	font-size: 18px;
}
.iconGroup .details span:nth-child(1){
	text-transform: uppercase;
	color: darkorange;
}
section.contact-left .socialMedia{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin: 22px 0px 20px;
}
.socialMedia a{
	width: 35px;
	height: 35px;
	text-decoration: none;
	text-align: center;
	margin-right: 15px;
	border-radius: 5px;
	background-color: darkorange;
	transition: 0.3s;
}
.socialMedia a i{
	color: #000;
	font-size: 18px;
	line-height: 35px;
	border: 1px solid transparent;
	transition-delay: 0.3s;
}
.socialMedia a:hover{
	transform: translateY(-5px);
	background-color: transparent;
	color: dodgerblue;
	border: 1px solid darkorange;
}
.socialMedia a:hover i{
	color: dodgerblue;
}

/* Code for the right section (column) */

.contact-row section.contact-right .messageForm{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 30px;
}
.contact-row section.contact-right .inputGroup{
	margin: 18px 0px;
	position: relative;
}
.messageForm .halfWidth{
	flex-basis: 48%;
}
.messageForm .fullWidth{
	flex-basis: 100%;
}
.messageForm input, .messageForm textarea{
	width: 100%;
	font-size: 18px;
	padding: 2px 0px;
	background-color: transparent;
	color: #000;
	border: none;
	border-bottom: 2px solid #666;
    border-radius: 2%;
    outline: none;
}
.messageForm textarea{
	resize: none;
	height: 220px;
	display: block;
}
textarea::-webkit-scrollbar{
	width: 5px;
}
textarea::-webkit-scrollbar-track{
	background-color: #1e1e1e;
	border-radius: 15px;
}
textarea::-webkit-scrollbar-thumb{
	background-color: darkorange;
	border-radius: 15px;
}
.inputGroup label{
	position: absolute;
	left: 0;
	bottom: 4px;
	color: #000;
	font-size: 18px;
	transition: 0.4s;
	pointer-events: none;
}
.inputGroup:nth-child(4) label{
	top: 2px;
}
.inputGroup input:focus ~ label, .inputGroup textarea:focus ~ label,
.inputGroup input:valid ~ label, .inputGroup textarea:valid ~ label
{
	transform: translateY(-30px);
	font-size: 16px;
}
.inputGroup button{
	padding: 8px 16px;
	font-size: 18px;
	background-color: darkorange;
	color: #000;
	border: 1px solid transparent;
	border-radius: 25px;
	outline: none;
	cursor: pointer;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
	transition: 0.3s;
}
.inputGroup button:hover{
	background-color: transparent;
	color: dodgerblue;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	border: 1px solid darkorange;
}
@media(max-width: 768px){
	.messageForm .halfWidth{
		flex-basis: 100%;
	}
}
@media(max-width: 768px){
	.contact-2nd-container .contact-row{
		flex-wrap: wrap;
	}
	.contact-row section.contact-left, .contact-row section.contact-right{
		flex-basis: 100%;
		margin: 0px;
	}
}

/* Testimonials */
.testimonials-container {
    min-height: 40vh;
}

.testimonials-container .testimonials-main-title {
    max-width: 2000px;
    margin: 0px auto;
    text-align: center;
    font-family: helvetica;
}

.testimonials-container .testimonials-main-title h2 {
    position: relative;
    font-size: 40px;
    margin-bottom: 120px;
    display: inline-block;
}

.testimonials-container .testimonials-main-title h2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 125%;
    left: 0;
    background-color: transparent;
}

.testimonials-container .testimonials-main-title h2::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 3px;
    background-color: black;
    top: calc(125% - 1px);
    left: 50%;
    transform: translateX(-50%);
}

.wrapper {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  min-height: 25em;
  max-width: 45em;
  border-radius: 0.6em;
  transform: translate(-50%, -10%);
  left: 50%;
  top: 90%;
  box-shadow: 0 1.8em 3em rgba(1, 17, 39, 0.15);
  display: flex;
}
.testimonial-container {
  width: 85%;
  height: 100%;
  position: relative;
  margin: auto;
  padding: 1.8em 1.2em;
}
.wrapper button {
  font-size: 1.8em;
  height: 2.2em;
  width: 2.2em;
  background-color: #ffffff;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border: darkorange;
  color: darkorange;
  box-shadow: 0 0 1em rgba(1, 17, 39, 0.25);
  cursor: pointer;
  border-radius: 50%;
}
button#next {
  right: -1.1em;
}
button#prev {
  left: -1.1em;
}
.testimonial-container p {
  color: #2d3d67;
  text-align: center;
  font-size: 0.9em;
  line-height: 2em;
  letter-spacing: 0.05em;
}
.testimonial-container img {
  display: block;
  margin: 1.8em auto 1.25em auto;
  border-radius: 50%;
  width: 4.4em;
}
.testimonial-container h3 {
  color: darkorange;
  font-size: 1em;
  text-align: center;
}
.testimonial-container h6 {
  color: #2d3d67;
  font-size: 0.9em;
  letter-spacing: 0.03em;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
   main section h3 {
       margin-left: 55px;
   }
  .wrapper {
    font-size: 14px;
  }

  .testimonials-container .testimonials-main-title {
      max-width: 290px;
      text-align: center;
      font-family: helvetica;
  }
}

/* FAQ */
.accordion{
  display: flex;
  max-width: 1010px;
  width: 100%;
  align-items: center;
  margin-left: 13%;
  justify-content: center;
  background: #fff;
  border-radius: 25px;
  padding: 45px 90px 45px 60px;
}
.accordion .image-box{
  height: 360px;
  width: 300px;
}
.accordion .image-box figure img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.accordion .accordion-text{
  width: 60%;
}
.accordion .accordion-text .title{
  font-size: 35px;
  font-weight: 600;
  color: darkorange;
  font-family: 'Fira Sans', sans-serif;
}
.accordion .accordion-text .faq-text{
  margin-top: 25px;
  height: 263px;
  overflow-y: auto;
}
.faq-text::-webkit-scrollbar{
  display: none;
}
.accordion .accordion-text li{
  list-style: none;
  cursor: pointer;
}
.accordion-text li .question-arrow{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion-text li .question-arrow .question{
  font-size: 18px;
  font-weight: 500;
  color: #595959;
  transition: all 0.3s ease;
}
.accordion-text li .question-arrow .arrow{
  font-size: 20px;
  color: #595959;
  transition: all 0.3s ease;
}
.accordion-text li.showAnswer .question-arrow .arrow{
  transform: rotate(-180deg);
}
.accordion-text li:hover .question-arrow .question,
.accordion-text li:hover .question-arrow .arrow{
  color: #7d2ae8;
}
.accordion-text li.showAnswer .question-arrow .question,
.accordion-text li.showAnswer .question-arrow .arrow{
  color: #7d2ae8;
}
.accordion-text li .line{
  display: block;
  height: 2px;
  width: 100%;
  margin: 10px 0;
  background: rgba(0, 0, 0, 0.1);
}
.accordion-text li p{
  width: 92%;
  font-size: 15px;
  font-weight: 500;
  color: #595959;
  display: none;
}
.accordion-text li.showAnswer p{
  display: block;
}

@media (max-width: 1023px) {
  .accordion{
    max-width: 100%;
    margin-right: 13%;
    padding: 45px 60px 45px 60px;
  }
  .accordion .image-box{
    height: 360px;
    width: 220px;
  }
  .accordion .accordion-text{
    width: 63%;
  }
}
@media (max-width: 1023px) {
  .accordion{
    flex-direction: column;
    margin: 0;
  }
  .accordion .image-box{
    height: 360px;
    width: 300px;
    background: #fff;
    width: 100%;
    border-radius: 25px;
    padding: 30px;
  }
  .accordion .accordion-text{
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 1023px) {
  .accordion{
    padding: 25px;
  }
  .accordion-text li p{
    width: 98%;
  }
}

figcaption {
    color: #808080;
}

/* Footer */
.footer-heading2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #ed2b66;
}

.footer-heading3 {
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #ed2b66;
}

.list-footer li a {
    text-decoration: none;
    color: #fff;
    font-weight: 100;
    font-size: 14px;
}

.list-footer {
    /*list-style: none;*/
}

.list-footer li {
    padding-bottom: 3px;
}

.list-footer li a:hover {
    border-bottom: 1px solid darkorange;
    transition: .3s;
    color: #0000FF;
}

.social-icons a {
    text-decoration: none;
    color: #fff;
    font-weight: 100;
    font-size: 14px;
}

.logo img {
    max-width: 100%;
}

/* Footer Style */
.footer-heading2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    color: darkorange;
}

.footer-heading3 {
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 500;
    color: darkorange;
}

.list-footer li a {
    text-decoration: none;
    color: #fff;
    font-weight: 100;
    font-size: 14px;
}

.list-footer {
    list-style: none;
}

.list-footer li {
    padding-bottom: 3px;
}

.list-footer li a:hover {
    border-bottom: 1px solid darkorange;
    transition: .3s;
    color: deepskyblue;
}

.social-icons a {
    text-decoration: none;
    color: #fff;
    font-weight: 100;
    font-size: 14px;
}

.logo img {
    max-width: 100%;
}

/* Footer Style */
.footer {
    width: 1200px;
    max-width: 98%;
    padding: 80px 20px 30px 20px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 80px;
    border-bottom: 2px solid #fff;
}

.logo {
    max-width: 170px;
    margin-bottom: 30px;
}

.logo-contact p {
    font-size: 14px;
    font-weight: 100;
    line-height: 1.7;
}

.logo-contact h3 {
    margin-top: 30px;
}

.logo-contact i {
    margin-top: 10px;
    margin-right: 10px;
}


/* Form Style */
.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.input-container i {
    background-color: #fff;
    color: darkorange;
    padding: 5px 10px;
    border-bottom-left-radius: 10px;
}

.input-container input {
    border: none;
}

.btn-submit-footer {
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    padding: 3px 20px;
    border: none;
    background-color: darkorange;
    border-bottom-left-radius: 10px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.btn-submit-footer:hover {
    opacity: 0.8;
    background-color: #fff;
    color: #000;
}

/* Footer Bottom Style */
.footer-bottom {
    width: 1200px;
    max-width: 98%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5px;
}

.copyright p {
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 1px;
}

.social-icons {
    display: block;
}

.social-icons i {
    font-size: 18px;
    color: #fff;
    padding: 0 15px;
}

.social-icons .fa-facebook {
    padding: 0 15px 0 0;
}

.social-icons i:hover {
    color: darkorange;
    transition: 0.3s;
}

.empty-space {
    min-height: 800px;
}

@media (max-width: 960px) {
    .footer {
        width: 100%;
        align-items: center;
        text-align: center;
        grid-template-columns: repeat(2, 1fr);
        margin: 0 auto;
    }

    .logo-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .informations {
        margin-top: 45px;
    }

    .input-container {
        display: flex;
        justify-content: center;
    }

}

@media (max-width: 500px) {
    .footer {
        padding-top: 20px;
        width: 100%;
        align-items: center;
        text-align: center;
        grid-template-columns: repeat(1, 1fr);
    }

    .informations {
        margin-top: -30px;
        margin-bottom: -30px;
    }

    .helpful-links {
        margin-bottom: -30px;
    }

    .subscribe-form {
        padding-bottom: -30px;
    }

    .footer-bottom {
        display: block;
        text-align: center;
    }

    .social-icons {
        margin: 10px 0;
    }
    .copyright {
        margin-bottom: 20px;
    }
}

.footer-body {
    background-color: #333;
    color: #fff;
}

.footer-phone, .footer-mail {
    text-decoration: none;
    color: #fff;
}

.footer-phone:hover, .footer-mail:hover {
    color: deepskyblue;
    border-bottom: 1px solid darkorange;
    transition: .3s;
}