body {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	color: #444444;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: 700;
}
h1, .h1 {
	letter-spacing: 0.005em;
}
h2, .h2 {
	letter-spacing: 0.005em;
}
h3, .h3 {
	letter-spacing: 0.005em;
}
h4, .h4 {
	letter-spacing: 0.005em;
}
h5, .h5 {
	letter-spacing: 0.005em;
}
h6, .h6 {
	letter-spacing: 0.005em;
}
p{font-size: 1rem;}
.column-gap-1{column-gap: 1rem;}

.lightbox2 {
	display: none;
	position: fixed;
	top: 15%;
	left: 20%;
	padding: 10px;
	z-index: 1002999999999;
	overflow: hidden;
	border-radius: 0px;
	background: #fff;
	vertical-align: middle;
	box-shadow: 0 0 15px #272727;
}
#q-enquiry2  {
	float: left;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	margin: 0px 0 0 0px;
}
#q-enquiry2 li {
	list-style: none;
	padding: 4px 0 4px 0px;
	font-size: 14px;
}
.close-2 {
	position: absolute;
	right: 15px;
	width: 30px;
	top: 5px;
}
.forme {
	max-width: 700px;
}
.black_overlay2 {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 150%;
	background-color: black;
	z-index: 999919999;
	opacity:.80;
}

/*footer right*/

.footer-right .list-unstyled {
    margin: 0; /* Remove any default margins from the list */
    padding: 0; /* Remove any default padding from the list */
}

.footer-right .list-unstyled li {
    margin-right: 15px; /* Adjust spacing as needed */
    font-style: normal; /* Ensure font is not italicized */
}

.footer-right .list-unstyled li:last-child {
    margin-right: 0; /* Remove margin from the last item */
}

#footer li {
    list-style: none; /* Removes default list bullets or numbers */
   
    font-family: 'Roboto Condensed', sans-serif; /* Sets the font family */
    font-size: 15px; /* Sets the font size */
    font-style: normal; /* Ensures the font is not italicized or oblique */
    text-decoration: none; /* Removes any text decoration, e.g., underlines */
}

    /* Base styles for the button */
.join-team-team {
    background: #e40a0a;
    color: #fff;
    padding: 10px 15px;
    font-weight: 800;
    border: none;
    margin: 10px 6px 10px 0px;
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 50px;
    box-shadow: 0px 0px 5px rgba(189, 186, 186, 0.5);
    display: inline-block; /* Ensure the button stays inline with other elements */
}

.join-team-team:hover {
    background: #2171bc;
    color: white;
}
/* Media query for mobile devices */
@media (max-width: 600px) {
    .join-team-team {
        width: 100%; /* Make the button full-width on small screens */
        margin: 10px 0; /* Adjust margin for full-width button */
        box-shadow: none; /* Optional: Remove shadow for a cleaner look on small screens */
    }
}



.social-item {
  padding: 0px;
  background: #303452;
  margin: 0px 0px 15px 0px;
  width: 100%; /* Full width to be responsive */
  max-width: 340px; /* Optional: Maximum width */
  height: 450px; /* Fixed height */
  overflow: hidden;
  box-shadow: 2px 4px 8px 5px rgba(80, 80, 80, 0.25);
  position: relative; /* Allows absolute positioning of inner elements */
}

.social-item-title {
  position: relative; /* Ensures it is positioned in the normal document flow */
  z-index: 1; /* Places it above the iframe */
  padding: 10px; /* Adds some padding around the title */
  color: white; /* Ensure text is visible against the background */
  font-size: 16px; /* Adjust font size as needed */
  margin-bottom: 10px; /* Adds 10px space below the title */
}

.acount-responsive {
  position: absolute; /* Positions it absolutely within the .social-item */
  top: 50px; /* Moves the iframe content down by 50px to create space for the title */
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto; /* Adds scrollbar if necessary */
}

.acount-responsive iframe {
  width: 100%;
  height: calc(100% - 50px); /* Adjusts iframe height considering the space for the title */
  border: none;
}

/* Optional: Style for thin scrollbar */
.acount-responsive::-webkit-scrollbar {
  width: 6px; /* Adjust width for a thinner scrollbar */
}

.acount-responsive::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3); /* Color of the scrollbar thumb */
  border-radius: 10px; /* Rounded corners for the scrollbar thumb */
}

.btn.footer-btn {
    display: inline-block;
    padding: 10px 20px; /* Adjust padding to your preference */
    font-size: 14px; /* Adjust font size if needed */
    text-align: center;
    border: none;
   
    text-decoration: none;
    cursor: pointer;
}





/***Social Media Style***/
.social-item {
  padding: 0px;
  background: #303452;
  margin: 0px 0px 15px 0px;
  width: 100%; 
  max-width: 100%;
  height: 450px;
  overflow: hidden;
  box-shadow: 2px 4px 8px 5px rgba(80, 80, 80, 0.25);
  position: relative; /* Allows absolute positioning of inner elements */
}

.social-item-title {
  position: relative; /* Ensures it is positioned in the normal document flow */
  z-index: 1; /* Places it above the iframe */
  padding: 10px; /* Adds some padding around the title */
  color: white; /* Ensure text is visible against the background */
  font-size: 16px; /* Adjust font size as needed */
  margin-bottom: 10px; /* Adds 10px space below the title */
}

.acount-responsive {
  position: absolute; /* Positions it absolutely within the .social-item */
  top: 50px; /* Moves the iframe content down by 50px to create space for the title */
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto; /* Adds scrollbar if necessary */
}

.acount-responsive iframe {
  width: 100%;
  height: calc(100% - 50px); /* Adjusts iframe height considering the space for the title */
  border: none;
}

/* Optional: Style for thin scrollbar */
.acount-responsive::-webkit-scrollbar {
  width: 6px; /* Adjust width for a thinner scrollbar */
}

.acount-responsive::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3); /* Color of the scrollbar thumb */
  border-radius: 10px; /* Rounded corners for the scrollbar thumb */
}


/* Responsive considerations */
@media (max-width: 768px) {
    .btn.footer-btn {
        width: 100%;
        box-sizing: border-box;
    }
}