.body {
			margin: 0;
			padding: 0;
			font-family: 'Lato', sans-serif;

		}
		:root {
			--dark-green: #9cc675;
      --dark-yellow: #e89a3d;
      --extra-light-brown:#fdf0d7;
      --light-brown: #ecd5ab;
      --dark-brown:#915b40;
      --light-yellow:#f8e3a8;
      --light-red:#f3ac99;
      --light-teal:#a6c8cc;
      --light-gray:#ddd5d6;
			--theme-color2: ##ff0000;
		}


 .site-logo {
	 width: 218.33px !important;
	 margin-right: 50px;
}
 .btn {
	 border-radius: 5px;
	 font-weight: normal;
	 font-size: 15px;
	 letter-spacing: 0.02em;
	 line-height: 12px;
	 text-align: center;
	 font-weight: 600;
	 font-size: 14px;
	 padding: 14px 30px;
	 cursor: pointer;
}
 .btn-theme {
	 background: var(--theme-color1);
	 color: #212121;
}

.c-container {
    margin: auto;
    width: 93%;
    position: relative;
    z-index: 1;
}

.btn-outline-white {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    background-image: none;
    border-width: 2px;
    border-color: #fff;
    font-weight: 500;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.btn {
    border-radius: 5px;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 30px;
    cursor: pointer;
}
.btn-outline-white:hover {
    background-color: #fff;
    color: var(--text-dark);
}
/* common css up */

.testimonial p {
	 font-size: 28px;
	 letter-spacing: 0.02em;
	 line-height: 35px;
}
 .testimonial .name {
	 font-weight: bold;
	 font-size: 18px;
	 letter-spacing: 0.04em;
	 line-height: 35px;
	 text-align: left;
}
 .testimonial .designation {
	 font-size: 14px;
	 letter-spacing: 0.04em;
	 text-align: left;
	 color: #fff;
	 opacity: 0.65;
}
 .unt {
	 margin-bottom: 20px;
	 margin-top: 60px;
}
 .hero-text {
	 font-size: 30px;
	 letter-spacing: 0.02em;
	 color: #fff;
}
 .gallery-thumbs {
	 height: 100%;
}
 .gallery-thumbs .swiper-wrapper {
	 align-items: center;
}
 .gallery-thumbs .swiper-slide {
	 background-position: center;
	 background-size: cover;
	 width: 250px !important;
	 height: 330px;
	 position: relative;
}
 .gallery-thumbs .swiper-slide img {
	 filter: contrast(0.5) blur(1px);
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 border-radius: 10px;
}
 .gallery-thumbs .swiper-slide-active img {
	 filter: contrast(1) blur(0px) !important;
}
 .flex-row {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 margin-right: -15px;
	 margin-left: -15px;
}
 .flex-row .flex-col {
	 -ms-flex-preferred-size: 0;
	 flex-basis: 0;
	 -webkit-box-flex: 1;
	 -ms-flex-positive: 1;
	 flex-grow: 1;
	 max-width: 100%;
	 position: relative;
	 width: 100%;
	 min-height: 1px;
	 padding-right: 15px;
	 padding-left: 15px;
}

.gallery-thumbs .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* General styles for the testimonial section */
.testimonial-section {
    padding-top: 20px; /* Reduced padding for mobile */
}

/* Heading styling */
.services_taital {
    text-align: center;
    padding: 30px 10px; /* Adjusted padding for mobile */
    font-size: 28px; /* Adjust font size for mobile */
    margin: 0;
    color: #333; /* Added color for better contrast */
}

/* Swiper container */
.swiper-container {
    width: 100%;
    height: auto;
}

/* Swiper slide styling */
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px; /* Reduced padding for mobile */
}

/* Styling for quotes */
.quote {
    text-align: center;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Quote icon styling */
.quote-icon {
    max-width: 40px; /* Reduced max-width for mobile */
    margin-bottom: 10px;
}

/* Text styling */
.quote p {
    font-size: 14px; /* Reduced font size for mobile */
    line-height: 1.4;
    margin: 10px 0;
}

/* Name and designation styling */
.name, .designation {
    font-size: 12px; /* Reduced font size for mobile */
    color: #555; /* Slightly lighter color for name and designation */
}

/* Swiper pagination styling */
.swiper-pagination {
    bottom: 10px;
    text-align: center;
}

/* Mobile and tablet specific styles */
@media (max-width: 768px) {
    .services_taital {
        font-size: 24px;
        padding: 20px 15px;
    }

    .quote {
        padding: 10px;
    }

    .quote p {
        font-size: 12px;
    }

    .quote-icon {
        max-width: 35px;
    }

    .name, .designation {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .services_taital {
        font-size: 20px;
        padding: 15px 10px;
    }

    .quote {
        padding: 5px;
    }

    .quote p {
        font-size: 10px;
    }

    .quote-icon {
        max-width: 30px;
    }

    .name, .designation {
        font-size: 10px;
    }
}


