@import url("https://fonts.googleapis.com/css?family=Montserrat:500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	background: #fff;
	font-family: "Open Sans", sans-serif;
}

header {
	height: 90vh;
	/* background: #000; */
}

.black {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* Base navigation styling */
nav {
	padding: 20px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
	display: flex;
	align-items: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
}

/* Logo container */
#logo {
	flex: 0 0 auto;
}

/* Navigation links */
nav ul {
	display: flex;
	align-items: center;
	margin-left: 50px;
	flex-grow: 1;
}

nav ul li {
	list-style: none;
	margin: 5px 10px;
}

nav ul li a {
	padding: 2px 10px;
	color: #2e2e2e;
	transition: 0.5s;
	text-decoration: none;
}

nav ul li a:hover,
nav ul li a.active {
	color: #fff;
	border-radius: 5px;
	background: #405570;
}
.srch {
	padding: 2px 10px;
	display: flex;
	justify-content: center;
	border: 1px solid;
	border-radius: 20px;
}
.srch img {
	width: 25px;
	cursor: pointer;
}
.srch .search { 
	outline: none;
	border: none;
	background: transparent;
}

.get-started {
	margin-left: 50px;
	padding: 5px 20px;
	border: 2px solid #405570;
	border-radius: 20px;
	text-decoration: none;
	transition: .5s;
	background-color: #DF2771;
	color: #fff;
}
.get-started:hover {
	color: #2e2e2e;
	background: #fff;
}


/* Default nav links & button styling */
nav a,
nav button {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #2e3d49;
	display: inline-block;
	text-decoration: none;
	text-align: center;
}

/* Logo link styling */
#logo a {
	font-size: 18px;
	color: #2e3d49;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 700;
}


/*same styling for all buttons in this website */
a,
button {
	float: left;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #2e3d49;
	display: block;
	text-decoration: none;
	text-align: center;
}

.head-container {
	margin-top: 245px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}

.quote {
	width: 600px;
	transform: translateY(-50px);
}

.quote h5 {
	margin-top: 20px;
	color: #0009;
	line-height: 20px;
}

.quote p {
	font-size: 50px;
	color: #2e2e2e;
}

.quote .play {
	margin-top: 20px;
	display: flex;
	/* justify-content: center; */
	align-items: center;
}

.quote .play img {
	width: 45px;
	cursor: pointer;
	filter: drop-shadow(0 0 10px #0002);
}

.quote .play span a {
	margin-left: 0px;
	font-size: 20px;
	font-weight: 900;
	color: rgba(0, 0, 0, 0.8);
	cursor: pointer;
}

.svg-image img {
	width: 500px;
	filter: drop-shadow(0 20px 10px rgba(0, 0, 0, 0.2));
}

/* SIDE MENU */
.menu {
	display: none !important;
	width: 25px;
	cursor: pointer;
	margin-left: 20px;
}

.side-menu {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	/* Full viewport height */
	background: rgba(64, 85, 112, 1);
	z-index: 2000;
	transition: transform 0.8s ease;
	transform: translateX(-100%);
	overflow: hidden;
}

.side-menu ul {
	margin-top: 15%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* background: #FA4B37; */
}

.side-menu ul li {
	list-style: none;
	/* background: #009900; */
	display: flex;
	justify-content: center;
	align-items: center;
	/* border-bottom: 1px solid #fff; */
	/* padding: 10px 0px; */
}

.side-menu ul li:hover a {
	background: #fff;
	color: #405570;
}

.side-menu ul li a {
	color: #fff;
	width: 100%;
	font-size: 1em;
	/* background: #2E3D49; */
	text-decoration: none;
	padding: 15px 0px;
}

.close {
	cursor: pointer;
	/* Adjust padding/margin if needed */
}

.close i {
	font-size: 30px;
	/* Adjust size as needed */
	color: #fff;
	/* Change color to suit your design */
	transition: transform 0.3s ease;
}

.close i:hover {
	transform: scale(1.2);
	/* Add a slight scale effect on hover */
}

.user {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10%;
}

.user img {
	width: 60px;
	border-radius: 50%;
	border: 2px solid #fff;
	filter: drop-shadow(0 10px 20px #0004);
	margin-right: 30px;
	cursor: pointer;
}

.user p {
	color: #fff;
	cursor: pointer;
}

.user img,
.user p {
	opacity: 1;
}

/*Common things in all sections*/
#about_section,
#portfolio_section,
#team_section,
#services_section,
#contactus_section {
	font-family: "Open Sans", sans-serif;
	color: #2e3d49;
	position: relative;
}

.diffSection {
	width: 100%;
	/*position: relative;*/
	justify-content: center;
	align-items: center;
}

.diffSection .content {
	margin: 10px;
	text-align: center;
	padding: 10px 100px;
	font-size: 1.1em;
}

/*PORTFOLIO*/
.extra {
	width: 100%;
}

.extra p {
	padding: 30px;
	padding-bottom: 150px;
	font-size: 50px;
	text-align: center;
	color: #fff;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)),
		url("images/extra/b1.jpg");
	background-size: cover;
	background-attachment: fixed;
	font-family: cursive;
	z-index: -9;
}

.smbox {
	display: flex;
	flex-wrap: wrap;
	transform: translateY(-100px);
	justify-content: center;
}

.smbox span {
	margin: 1%;
	background: #fff;
	box-shadow: inset 0px 0px 25px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	padding: 30px 50px;
	cursor: pointer;
}

.smbox span:hover {
	transform: scale(1.3);
	transition: 0.5s ease;
}

.smbox .data {
	font-size: 80px;
	color: #405570;
}

.smbox .det {
	font-size: 20px;
	color: #272529;
	font-family: cursive;
}

/*Title*/
.title {
	margin-top: 0px;
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	text-align: center;
	color: #2e3d49;
}

/*ABOUT*/
.about-content {
	width: 100%;
	position: relative;
	justify-content: center;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

.about-content .side-text {
	width: 550px;
	padding: 50px 40px;
	background: #fff;
	box-shadow: 2px 0 100px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	text-align: justify;
	line-height: 22px;
	opacity: 0;
	transform: translateX(-100px);
	transition: 1s ease-in-out;
}

.about-content .side-text-appear {
	opacity: 1;
	transform: translateX(0px);
}

.about-content .side-text h2 {
	padding: 10px;
}

.about-content .side-text p {
	padding: 10px;
}

.about-content .side-image img {
	width: 90%;
	border-radius: 5px;
}

.sideImage {
	transform: translateX(100px);
	opacity: 0;
	transition: 0.8s ease-in-out;
}

.sideImage-appear {
	opacity: 1;
	transform: translateX(0px);
}

/*POPULAR SUBJECTS*/
.cbox {
	position: relative;
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cbox .det {
	width: 250px;
	height: 80px;
	margin: 10px;
	background: #fff;
	cursor: pointer;
}

.cbox .det a {
	justify-content: space-around;
	width: 250px;
	padding: 28px;
	border-radius: 10px;
	border: 1px solid #405570;
	font-size: 15px;
	color: #272529;
	font-family: cursive;
	text-decoration: none;
}

.cbox .det a:hover {
	background: linear-gradient(to right, #405570, #df2771);
	color: white;
}

.cbox .det a:hover img {
	filter: brightness(100);
}

.cbox img {
	width: 20px;
	margin-right: 20px;
}

/* Center headings in founder and team sections */
#founder_section h1,
#team_section h1 {
	text-align: center;
	width: 100%;
}

/* =====================================
   Common Styles for Card Containers
===================================== */
.card-container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}

/* =====================================
   Common Styles for Cards
===================================== */
.card {
	margin: 50px;
	width: 300px;
	border-radius: 10px;
	background: #fff;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.3);
	text-align: center;
	/* Center text in the card */
}

/* =====================================
   Common Styles for Card Images
===================================== */
.card img {
	width: 100px;
	height: 100px;
	margin: 5px auto;
	/* Center image horizontally */
	display: block;
	cursor: pointer;
	border-radius: 50px;
	transition-duration: 0.8s;
}

.card img:hover {
	transform: scale(3.5);
	border-radius: 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* =====================================
   Common Styles for Card Titles
===================================== */
.card-title {
	font-size: 17px;
	color: #343a40;
	padding: 20px;
	font-weight: 700;
}

/* =====================================
   Common Styles for Detail Section
   (Make sure to change ID "detail" to class "detail" in HTML)
===================================== */
.detail p {
	font-size: 15px;
	line-height: 25px;
	font-variant: small-caps;
	text-align: center;
	margin: 25px 25px 0;
}

.detail button {
	outline: none;
	border-radius: 10px;
	border: 1px solid black;
	padding: 9px 25px;
	cursor: pointer;
	transition-duration: 0.4s;
}

.detail a {
	text-decoration: none;
	margin: 20px 0 30px 90px;
	align-self: center;
}

/* =====================================
   Specific Button Hover Effects
===================================== */
#founder_section .btn-ritik:hover {
	background: rgba(255, 99, 71, 0.5);
	color: #fff;
}

.btn-mohit:hover {
	background: rgba(0, 34, 255, 0.5);
	color: #fff;
}

.btn-Prashant:hover {
	background: rgba(38, 255, 0, 0.5);
	color: #fff;
}

.btn-ritikkumar:hover {
	background: rgba(255, 0, 242, 0.863);
	color: #fff;
}

/* =====================================
   Team-Specific Styles
===================================== */
#founder_section .card {
	border-top: 5px solid tomato;
}

.team-section .card:nth-child(1) {
	border-top: 5px solid blue;
}

.team-section .card:nth-child(2) {
	border-top: 5px solid chartreuse;
}

.team-section .card:nth-child(3) {
	border-top: 5px solid purple;
}

#founder_section .card:hover {
	box-shadow: inset 0 0 10px rgba(255, 99, 71, 0.5),
		1px 1px 30px rgba(255, 99, 71, 0.5);
}

.team-section .card:nth-child(1):hover {
	box-shadow: inset 0 0 10px rgba(0, 34, 255, 0.5),
		1px 1px 30px rgba(0, 34, 255, 0.5);
}

.team-section .card:nth-child(2):hover {
	box-shadow: inset 0 0 10px rgba(38, 255, 0, 0.5),
		1px 1px 30px rgba(38, 255, 0, 0.5);
}

.team-section .card:nth-child(3):hover {
	box-shadow: inset 0 0 10px rgba(255, 0, 242, 0.863),
		1px 1px 30px rgba(255, 0, 242, 0.863);
}

/*FOUNDER SECTION*/
.foundercard {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}

.foundercard .card {
	margin: 50px;
	width: 300px;
	border-radius: 10px;
	background: #fff;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.3);
}

.foundercard .card img {
	width: 100px;
	height: 100px;
	margin-top: 5px;
	cursor: pointer;
	border-radius: 50px;
	transition-duration: 0.8s;
}

.foundercard .card img:hover {
	transform: scale(3.5);
	border-radius: 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.btn-ritik:hover {
	background: rgba(0, 34, 255, 0.5);
	color: #fff;
}

.card-title {
	font-size: 17px;
	color: #343a40;
	padding: 20px;
	font-weight: 700;
}

/*TEAM SECTION*/
.totalcard {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}

.totalcard .card {
	margin: 50px;
	width: 300px;
	border-radius: 10px;
	background: #fff;
}

.totalcard .card {
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.3);
}

.card:nth-child(1) {
	border-top: 5px solid blue;
}

.card:nth-child(2) {
	border-top: 5px solid chartreuse;
}

.card:nth-child(3) {
	border-top: 5px solid purple;
}

.card:nth-child(1):hover {
	box-shadow: inset 0px 0px 10px rgba(0, 34, 255, 0.5),
		1px 1px 30px rgba(0, 34, 255, 0.5);
}

.card:nth-child(2):hover {
	box-shadow: inset 0px 0px 10px rgba(38, 255, 0, 0.5),
		1px 1px 30px rgba(38, 255, 0, 0.5);
}

.card:nth-child(3):hover {
	box-shadow: inset 0px 0px 10px rgba(255, 0, 242, 0.863),
		1px 1px 30px rgba(255, 0, 242, 0.863);
}

.totalcard .card img {
	width: 100px;
	height: 100px;
	margin-top: 5px;
	cursor: pointer;
	border-radius: 50px;
	transition-duration: 0.8s;
}

.totalcard .card img:hover {
	transform: scale(3.5);
	border-radius: 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

#detail p {
	font-size: 15px;
	line-height: 25px;
	font-variant: small-caps;
	text-align: center;
	margin: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#detail button {
	outline: none;
	border-radius: 10px;
	border-style: none;
	border: 1px solid black;
	padding: 9px 25px;
	cursor: pointer;
	transition-duration: 0.4s;
}

#detail a {
	bottom: 80px;
	text-decoration: none;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-left: 90px;
	align-self: center;
}

.btn-mohit:hover {
	background: rgba(0, 34, 255, 0.5);
	color: #fff;
}

.btn-Prashant:hover {
	background: rgba(38, 255, 0, 0.5);
	color: #fff;
}

.btn-ritikkumar:hover {
	background: rgba(255, 0, 242, 0.863);
	color: #fff;
}

.card-title {
	font-size: 17px;
	color: #343a40;
	padding: 20px;
	font-weight: 700;
}

/*Service Section*/
.service-swipe {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)),
		url("images/extra/b3.jpg");
	background-size: cover;
	background-attachment: fixed;
}

.service-swipe .s-card img {
	width: 100px;
}

.service-swipe a {
	padding: 0;
	margin: 40px 10px;
}

.service-swipe .s-card {
	display: flex;
	justify-content: space-around;
	padding: 10px;
	align-items: center;
	text-align: center;
	width: 350px;
	height: 200px;
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.05),
		0 0 50px rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	cursor: pointer;
	transition-duration: 0.5s;
}

.service-swipe .s-card p {
	color: #f2f2f2;
	font-size: 1.2em;
	font-family: "Open Sans", sans-serif;
}

.service-swipe .s-card:hover {
	box-shadow: 0 0 50px rgba(255, 255, 255, 0.8);
	transform: translateY(-10px);
}

/* Background skew for contact section */
.csec {
	background: linear-gradient(to right, #425973, #df2771);
	background-attachment: fixed;
	position: absolute;
	width: 100%;
	height: 250px;
	top: 200px;
	transform-origin: top right;
	transform: skewY(-10deg);
	z-index: -1;
}

/* Centering the form container */
.back-contact {
	transform: translateY(-50px);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}

/* Form container styling */
.cc {
	width: 400px;
	max-width: 90%;
	height: auto;
	border-radius: 10px;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.4);
	background: #fff;
	padding: 20px;
}

/* Form element styling */
.cc form {
	width: 100%;
}

/* Remove absolute positioning from labels, display as blocks */
.cc form label {
	display: block;
	color: #2e3d49;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 5px;
}

/* Layout form rows */
.form-row {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.form-group {
	flex: 1;
	min-width: 150px;
}

/* Full width group (for textarea) */
.form-group.full {
	flex: 100%;
}

/* Input and textarea styling */
.cc form input,
.cc form textarea {
	width: 100%;
	padding: 15px;
	border-radius: 5px;
	box-shadow: inset 0 0 5px lightgray;
	border: 1px solid rgba(0, 0, 0, 0.2);
	outline: none;
	color: #2e3d49;
	font-weight: 600;
	margin-bottom: 10px;
}

/* Button styling */
#csubmit {
	margin-top: 5px;
	background: linear-gradient(to right, #425973, #df2771);
	border: none;
	border-radius: 5px;
	width: 100%;
	padding: 15px 25px;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	transition: background 0.3s, color 0.3s;
}

#csubmit:hover {
	background: #df2771;
	color: #2e2e2e;
}

/* Imp text for required fields */
.imp {
	color: red;
}

/*REVIEW SECTION*/
#makeitfull {
	display: flex;
	justify-content: center;
	transform: translateY(35px);
}

#makeitfull img {
	width: 50px;
}

.review {
	background: #f8f8f8;
	width: 100%;
}

.rev-container {
	padding: 10px 10%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.rev-container .rev-card {
	/*overflow: hidden;*/
	width: 550px;
	height: 240px;
	margin-bottom: 40px;
	background: #fff;
	display: flex;
	padding: 10px;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}

.rev-card:hover {
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.identity {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px;
}

.identity img {
	width: 120px;
	height: 120px;
	transition-duration: 0.8s;
	border-radius: 50%;
}

.identity img:hover {
	transform: scale(2.2);
	border-radius: 0px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.identity p {
	width: 150px;
	font-weight: bold;
	color: #2e3d49;
	text-align: center;
}

.identity h6 {
	width: 150px;
	text-align: center;
}

.identity .rating img {
	width: 12px;
	height: 12px;
	margin-right: 5px;
}

.rev-cont {
	overflow: hidden;
}

.rev-cont #title {
	padding: 10px;
	color: #2e3d49;
	font-weight: bold;
}

.rev-cont #content {
	padding: 10px;
	font-size: 0.9em;
	color: #2e3d49;
	line-height: 22px;
	text-align: justify;
}

/*FEEDBACK*/
.title2 {
	position: relative;
	margin-top: 150px;
	margin-left: 100px;
}

.title2 span {
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	color: #2e3d49;
}

.title2 .shortdesc2 {
	padding: 10px;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	color: #2e3d49;
	margin-bottom: 10px;
}

.feedbox {
	margin-top: 50px;
	width: 100%;
	display: flex;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)),
		url("images/extra/b4.jpg");
	background-size: cover;
	padding: 50px 80px;
	background-attachment: fixed;
}

.feed {
	width: 800px;
	height: 400px;
	position: relative;
	border-radius: 10px;
	justify-content: center;
	box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.6), 0 0 80px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.4);
}

.feed form {
	width: 100%;
	height: 100%;
	padding: 20px;
}

.feed form label {
	position: absolute;
	color: #f2f2f2;
	font-size: 10px;
	font-weight: 800;
}

.feed form input,
.feed textarea {
	padding: 15px;
	border-radius: 5px;
	box-shadow: inset 0 0 5px lightgray;
	border: 1px solid rgba(0, 0, 0, 0.2);
	outline: none;
	color: #2e3d49;
	background: #fff9;
	font-weight: 600;
}

.feed form input {
	margin-bottom: 15px;
	width: 50%;
}

.feed form .fname {
	width: 25%;
}

.feed form textarea {
	width: 100%;
	height: 100px;
}

.feed #csubmit {
	margin-top: 25px;
	background: linear-gradient(to right, #425973, #df2771);
	border-radius: 5px;
	border-style: none;
	outline: none;
	width: 100%;
	padding: 15px 25px;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}

#csubmit:hover {
	color: #2e2e2e;
	background: #df2771;
}

/*SCROLLING TEXT*/
.marqu {
	text-align: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	padding: 10px;
}

/*FOOTER*/
footer {
	color: #e5e8ef;
	background: #000d;
	padding: 50px 0;
}

footer .footer-container {
	max-width: 1300px;
	margin: auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap-reverse;
}

footer .social-media a {
	margin-right: 10px;
	font-size: 22px;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	color: white;
}

.social-media a:hover {
	transform: translateY(-5px);
	color: #316ff6;
}

footer .left-col p {
	font-size: 16px;
	color: #a6b2c4;
}

footer .right-col h1 {
	font-size: 26px;
}

footer .border {
	width: 100px;
	height: 4px;
	background: linear-gradient(to right, #425973, #df2771);
	margin: 2px;
}

footer .newsletter-form {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

footer input::placeholder {
	color: white !important;
}

footer .email {
	flex: 1;
	padding: 18px 40px;
	font-size: 16px;
	background: #343a40;
	border: none;
	font-weight: 700;
	outline: none;
	border-radius: 5px;
	min-width: 260px;
	margin-top: 20px;
	color: white;
}

footer .btn {
	margin-top: 20px;
	padding: 18px 40px;
	font-size: 16px;
	color: #f1f1f1;
	background: linear-gradient(to right, #425973, #df2771);
	border: none;
	font-weight: 700;
	outline: none;
	border-radius: 5px;
	margin-left: 20px;
	cursor: pointer;
	transition: opacity 0.3s linear;
}

footer .btn:hover {
	opacity: 0.7;
}

/* Responsive styles */

/* Up to 960px */
@media only screen and (max-width: 960px) {
  .footer-container {
    max-width: 600px;
  }
  .right-col {
    width: 100%;
    margin-bottom: 60px;
  }
  .left-col {
    width: 100%;
    text-align: center;
  }
  .social-media {
    display: flex;
    justify-content: center;
  }
  .logo {
    transition: 1s;
    margin-left: 30%;
  }
  /* Hide navigation items and search */
  nav ul,
  .srch,
  .sign-up {
    display: none;
  }
  nav .menu {
    display: block !important;
  }
  nav {
    padding-bottom: 20px;
    border-bottom: 1px solid #0005;
  }
  .quote p,
  .quote h5,
  .play {
    justify-content: center;
    text-align: center;
  }
  .quote p {
    font-size: 30px;
  }
  .service-container .right-side img {
    width: 90%;
  }
  .title {
    margin-top: 0;
  }
}

/* Up to 1000px */
@media screen and (max-width: 1000px) {
  .feedbox form input,
  .feedbox form .fname {
    width: 100%;
  }
}

/* Up to 700px */
@media screen and (max-width: 700px) {
  footer .btn {
    margin: 0;
    width: 100%;
    margin-top: 20px;
  }
  .svg-image img {
    width: 90%;
    margin: 20px;
  }
}

@media only screen and (max-width: 600px) {
	/* Menu button on the far left */
	.menu {
	  order: -1;
	  margin-right: 10px;
	  display: block;
	  font-size: 25px;
	}
  
	/* Logo container: force it to stay in place and prevent shrinking */
	#logo {
	  order: 0;
	  margin-left: 10px;
	  flex-shrink: 0;
	}
  
	/* Right-side container for auth (Sign In) or user icon */
	#auth-container,
	#user-container {
	  order: 1;
	  margin-left: auto;
	  margin-right: 10px;
	  padding-right: 10px;
	  display: flex;
	  align-items: center;
	}
  
	/* Adjust Sign In button styling */
	.sign-in {
	  margin-left: 10px;
	  padding: 12px 20px;
	  font-size: 18px;
	}
  
	/* Hide the Sign Up button */
	.sign-up {
	  display: none !important;
	}
  
	/* Additional adjustments for user container */
	#user-container {
	  margin-left: 5px;
	}
	#user-container,
	#user-button {
	  width: 35px;
	  height: 35px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	#user-container .user-name {
	  display: none;
	}
  
	/* Other responsive rules for close buttons, contact form, etc. remain unchanged */
	.close {
	  display: block;
	  text-align: right;
	  margin: 10px;
	  float: none;
	}
	.close i {
	  font-size: 30px;
	}
	.back-contact {
	  flex-direction: column;
	  padding: 0 10px;
	  justify-content: center;
	}
	.cc {
	  width: 90%;
	  height: auto;
	  padding: 15px;
	  margin: 20px auto;
	}
	.cc form .form-row {
	  flex-direction: column;
	  gap: 10px;
	}
	.cc form .form-group {
	  width: 100%;
	}
	.cc form label {
	  display: block;
	  font-size: 12px;
	  margin-bottom: 5px;
	}
	.cc form input,
	.cc form textarea {
	  padding: 12px;
	  font-size: 14px;
	}
	#csubmit {
	  padding: 15px;
	  font-size: 14px;
	}
  }
  

/* Global message styling */
#msg {
  color: #61b752;
  margin-top: 20px;
  display: block;
}
