/**
* Template Name: NewBiz - v4.6.0
* Template URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: 'SolaimanLipi';
  		src: url('font/SolaimanLipi.ttf') format('ttf'),
			 url('font/SolaimanLipi.woff') format('woff');
}
*{
    padding:0;
    margin:0;
	font-family: BNG,SutonnyBanglaOMJ,SolaimanLipi;
	font-weight:normal;
}

body {
  /* background: #fff; */
  background: url('../img/bg-img.jpg') 100% repeat;
  color: #444;
  font-family: BNG,SutonnyBanglaOMJ,SolaimanLipi;
}

.wrapper{
  background: #fff !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);

}

a {
  color: #007bff;
  text-decoration: none;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: BNG,SutonnyBanglaOMJ,SolaimanLipi;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 0.4em; /* Scrollbar width */
}
 
::-webkit-scrollbar-track {
  background-color: rgba(23, 2, 121, 0.1); /* Light background with transparency */
  box-shadow: inset 0 0 3px rgba(23, 2, 121, 0.3); /* Soft shadow inside the track */
}
 
::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgba(23, 2, 121, 1), rgba(34, 3, 171, 1)); /* Gradient color for thumb */
  border-radius: 10px; /* Rounded edges for the scrollbar thumb */
  border: 1px solid rgba(23, 2, 121, 0.7); /* Border with a solid color */
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #007bff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #2990ff;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  width:100%;
  float:left;
  height: auto;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  
}

.headertop{
	padding:5px;
	width:100%;
	height:auto;
	text-align:center;
}
.headertop a{
	text-align:center;
}

.headertop a img{
	width:auto;
	max-height:60px;
}

.img-fluid{
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  width:100%;
  border-top:1px solid #ddd;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  background: #170279;
  background: linear-gradient(0deg, rgba(23, 2, 121, 1) 0%, rgba(34, 3, 171, 0.85) 100%);
}

.main-nav,
.main-nav * {
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 15px;
  transition: 0.3s;
  font-size: 18px;
  font-family: BNG,SutonnyBanglaOMJ,SolaimanLipi;
  font-weight: 500;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #1c7400;
  text-decoration: none;
  background:#fff;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 10px); /* Adjust dropdown position */
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: linear-gradient(90deg, rgba(23, 2, 121, 1) 0%, rgba(34, 3, 171, 1) 100%); /* Match dropdown background */
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  border-radius: 10px; /* Rounded corners for dropdown */
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #1c7400;
  background:#fff;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f5faff;
  min-height: 40px;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* About Us Section
--------------------------------*/
#about {
  background: #fff;
  padding: 60px 0;
}
#about .about-container .background {
  margin: 20px 0;
}
#about .about-container .content {
  background: #fff;
}
#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}
#about .about-container p {
  line-height: 26px;
}
#about .about-container p:last-child {
  margin-bottom: 0;
}
#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}
#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
}
#about .about-container .icon-box .icon i {
  color: #007bff;
  font-size: 24px;
  line-height: 0;
}
#about .about-container .icon-box:hover .icon {
  background: #007bff;
}
#about .about-container .icon-box:hover .icon i {
  color: #fff;
}
#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}
#about .about-container .icon-box .title a {
  color: #283d50;
}
#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}
#about .about-extra {
  padding-top: 60px;
}
#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}

/* Services Section
--------------------------------*/
#services {
  padding: 20px 0;
}

.section-header h3 {
  font-size: 22px;
  color: #fff; /* White text for contrast against the background */
  text-align: center;
  font-weight: 600; /* Slightly bolder for emphasis */
  position: relative;
  padding: 10px 15px; /* More padding for better spacing */
  margin: 0 auto; /* Center the element */
  border-bottom: 1px dashed rgba(255, 255, 255, 0.6); /* Softer dashed border */
  box-shadow: 0px 4px 20px rgba(127, 137, 161, 0.3); /* Enhanced shadow for depth */
  width: 100%; /* Content-specific width */
  
  background: linear-gradient(90deg, rgba(23, 2, 121, 1) 0%, rgba(34, 3, 171, 1) 50%, rgba(23, 2, 121, 1) 100%); /* Smooth gradient */
  border-radius: 8px; /* Rounded corners for a softer look */
  overflow: hidden; /* Ensures content stays within borders */
  transition: all 0.3s ease-in-out; /* Smooth hover transition */
}

.section-header h3:hover {
  background: linear-gradient(90deg, rgba(34, 3, 171, 1) 0%, rgba(23, 2, 121, 1) 100%); /* Reverse gradient on hover */
  transform: translateY(-5px); /* Slight upward movement on hover */
  box-shadow: 0px 6px 25px rgba(127, 137, 161, 0.5); /* Stronger shadow on hover */
  cursor: pointer;
}

#services .box {
  padding: 0px;
  position: relative;
  overflow: hidden;
  border-radius: 10px; /* Rounded all corners for a smoother look */
  margin: 0 10px 20px 0;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.05); /* Soft shadow for depth */
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: auto;
  min-height: 200px;
  float: left;
}

#services .box:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1); /* Deeper shadow on hover */
  transform: translateY(-5px); /* Slight upward movement on hover */
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%); /* Subtle gradient on hover */
}


.left-margin-10{
  margin-left:10px !important;
}
#services .box center img {
  width: auto;
  height: auto;
  max-height: 120px; /* Increased max height for better visibility */
  padding: 5px; /* Adjusted padding for better spacing around the image */
}

#services .box h4 {
  padding: 10px 5px; /* More space around the heading */
  text-align: center;
  margin: 0;
  font-size: 22px; /* Slightly larger font for better emphasis */
  color: #222; /* Darker color for stronger emphasis */
  font-weight: 600; /* Bold text for more impact */
}

#services .box h4 a {
  color: #222; /* Matching the heading color */
  text-align: center;
  text-decoration: none; /* Removing underline for a cleaner look */
  transition: color 0.3s ease; /* Smooth color transition on hover */
}

#services .box h4 a:hover {
  color: #993300; /* Change color on hover for emphasis */
}

#services .box p {
  padding: 15px;
  text-align: justify;
  line-height: 1.6;
  font-size: 17px;
  color: #555;
}


.readMore {
  color: #993300 !important;
  padding: 10px 0; /* Top and bottom padding for spacing */
  margin-left: auto; /* Aligns the link properly */
  margin-right: auto; /* Centers the link horizontally */
  display: block; /* Ensures it takes up the full width */
  width: fit-content; /* Ensures the width is just enough to fit the text */
  text-decoration: none;
  font-size: 16px; /* Slightly larger font */
  font-weight: 600; /* Bold text */
  text-align: center; /* Centers the text */
  transition: color 0.3s ease, background-color 0.3s ease; /* Smooth transition on hover */
  background-color: transparent; /* No initial background */
  border-radius: 5px; /* Rounds the corners */
  margin-bottom: 10px;
}

.readMore:hover {
  color: #ffffff; /* Text color to white on hover */
  background-color: #d35400; /* Add background color on hover */
  padding: 10px 15px; /* Padding to create a button-like appearance */
  text-decoration: underline; /* Underline text on hover */
}



/****************** Lists *********************/
#services .box .lists {
  width: 100%;
  height: auto;
  float: left;
  padding: 10px; /* Increased padding for better spacing */
  color: #000;
}

#services .box .lists ul {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0; /* Removed extra padding and added margin reset */
}

#services .box .lists ul li {
  list-style: none;
  display: block; /* Ensures list items align vertically */
  margin-bottom: 10px; /* Added space between list items */
}

#services .box .lists ul li a {
  width: 100%;
  height: auto;
  float: left;
  padding: 10px; /* Increased padding for more space around content */
  border-bottom: 1px solid #ccc;
  color: #666;
  font-size: 15px;
  text-decoration: none; /* Removes underline from links */
  display: flex; /* Flexbox for better alignment */
  align-items: center; /* Centers content vertically */
  transition: background 0.3s ease, color 0.3s ease; /* Smooth hover transition */
  text-align: left;
}

#services .box .lists ul li a img {
  width: 70px; /* Set a specific width for images */
  height: 70px; /* Set a specific height for images */
  border-radius: 0; /* Remove circular shape, making the image square */
  margin-right: 20px; /* Increased space between image and text */
  object-fit: cover; /* Ensures the image maintains aspect ratio and covers the box */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for a modern look */
}

#services .box .lists ul li a .name {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 0; /* Remove default margin */
  flex-grow: 1; /* Allow text to take available space */
}

#services .box .lists ul li a .designation {
  font-size: 12px;
  font-weight: normal;
  color: #333;
  margin: 0; /* Remove default margin */
}

#services .box .lists ul li a:hover {
  background: #f5f5f5;
  color: #000; /* Changes text color on hover */
  transition: all 0.4s ease-in-out;
}




/****************** Grid *********************/
#services .box .grid {
  width:100%;
  height:auto;
  float:left;
  padding:0;
}

#services .box .grid ul{
  width:100%;
  height:auto;
  float:left;
  padding:0;
  padding:0;
}

#services .box .grid ul li{
  list-style:none;
  display:block;
}

#services .box .grid ul li a{
  width: 32%;
  height: auto;
  float: left;
  padding: 5px;
  margin: 3px;
  border: 1px solid #ccc;
  color: #333;
  text-align: center;
  border-radius: 5px;
  box-shadow: #f5f5f5 0 0 2px 2px;
}

#services .box .grid ul li a img{
  width:auto; 
  max-width:100px;
  height:auto; 
  padding:0;
}

#services .box .grid ul li a .name{
  font-size:14px;
  font-weight:normal;
  width:100%;
}

#services .box .grid ul li a:hover{
 background:#eee;
 transition: all 0.4s ease-in-out;
}

/* .commonText p {
  padding: 0;
  text-align: justify;
  line-height: 1.7;
  font-size: 17px;
  color: #555;
} */

#about {
  background-color: #f9f9f9; /* Light background for contrast */
  padding: 40px 20px; /* Top and bottom padding, with side padding */
  border-radius: 8px; /* Slightly rounded corners */
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
  margin: 20px 0; /* Margin around the section */
}

.commonText {
  margin: 0 auto; /* Center align the container */
  line-height: 1.6; /* Improved line height for readability */
  font-size: 18px; /* Font size for the text */
  color: #333; /* Darker text color for better contrast */
  float: left;
  background-color: #fff;
  padding-top: 20px;
  width: 100%;
}

.commonText p {
  padding: 20px;
}

.commonText h1, 
.commonText h2, 
.commonText h3, 
.commonText h4 {
  color: #283d50;
  margin: 10px 30px;
  font-weight: 600; 
}

.commonText a {
  color: #007BFF; /* Link color */
  text-decoration: none; /* Remove underline from links */
  transition: color 0.3s; /* Smooth transition for hover */
}

.commonText a:hover {
  color: #0056b3; /* Darker color on hover */
  text-decoration: underline; /* Underline on hover for clarity */
}


#clients {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}
#clients .client-logo {
  padding: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 160px;
}
#clients .client-logo:hover img {
  transform: scale(1.2);
}
#clients img {
  transition: all 0.4s ease-in-out;
}

#footer {
  border-top:1px solid #ddd;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  background: rgb(58,180,207);
  background: linear-gradient(90deg, rgba(23, 2, 121, 1) 0%, rgba(34, 3, 171, 1) 100%);
  padding: 0;
  color: #eee;
  font-size: 14px;
  width:100%;
  float:left;
}
#footer .footer-top {
  padding: 20px;
  width:100%;
  float:left;
}


#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 10px;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #ecf5ff;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #007bff;
  color: #fff;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a i {
  line-height: 0;
}
#footer .footer-top .social-links a:hover {
  background: #0067d5;
  color: #fff;
}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0;
}


#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul li {
  padding: 2px 0;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
}
#footer .footer-top .footer-links ul a:hover {
  color: #74b5fc;
}


#footer .footer-top .footer-contact p {
  line-height: 20px;
}

#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}
#footer .footer-top .footer-newsletter input[type=submit] {
  background: #007bff;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #0062cc;
}
#footer .copyright {
  text-align: center;
  padding: 3px;
  width:100%;
  float:left;
}
#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
  width:100%;
  padding: 3px;
  float:left;
}
#footer .credits a {
  color: #bfddfe;
}
#footer .credits a:hover {
  color: #f1f7ff;
}



.updatearea {
  width: 100%;
  height: auto;
  float: left;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
  padding: 1px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
  border-radius: 10px; /* Slightly rounded corners */
}

.scrolling_update {
  height: 40px; /* Increased height for better visibility */
  background: linear-gradient(90deg, rgba(23, 2, 121, 1) 0%, rgba(34, 3, 171, 1) 100%); /* Gradient background */
  padding-top: 8px; /* Adjusted for more space */
  text-align: center;
  font-size: 18px; /* Increased font size for prominence */
  color: #fff;
  font-weight: bold;
  border-radius: 10px 0 0 10px; /* Rounded left corners only */
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); /* Subtle shadow */
  transition: background 0.3s; /* Smooth transition for hover effect */
}

.scrolling_update:hover {
  background: linear-gradient(90deg, rgba(23, 2, 121, 1) 0%, rgba(0, 128, 255, 1) 100%); /* Change color on hover */
}



.marquee {
  width: 100%;
  height: auto;
  float: left;
  padding: 3px;
  height: 40px;
  overflow: hidden;
  position: relative;
  margin-right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%); /* Gradient background */
  border: none;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #999;
}

.marquee ul {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0; /* Reset margin for consistency */
}

.marquee ul li {
  list-style: none;
  display: inline-block; /* Use inline-block for horizontal alignment */
  width: auto;
}

.marquee ul li a {
  padding: 0 10px; /* Increased padding for better spacing */
  color: #333;
  font-size: 16px;
  display: inline; /* Keep display inline for links */
  transition: color 0.3s; /* Smooth color transition */
}

.marquee ul li a:hover {
  color: #0C3F06; /* Change color on hover for emphasis */
  text-decoration: underline; /* Add underline for hover effect */
}

.gallery-item {
  margin: 10px; /* Space around each gallery item */
  overflow: hidden; /* Hide overflow for images */
  border-radius: 5px; /* Rounded corners for the item */
  box-shadow: 0 0 2px #ccc; /* Subtle shadow */
  transition: box-shadow 0.3s; /* Smooth shadow transition */
}

.gallery-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Darker shadow on hover */
}

.gallery-image {
  width: 100%; /* Full width of the container */
  height: auto; /* Maintain aspect ratio */
  display: block; /* Removes bottom gap */
  object-fit: cover; /* Maintain aspect ratio while filling the box */
  transition: transform 0.3s; /* Smooth transition for scaling */
}

 