@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Raleway:wght@400;600;700&display=swap');
:root {
--Outer-Space:#2C3741;
--Mikado-Yellow:#00bdff;
--Golden-Bell:#ff5c0b;
--Gainsboro: #dbdbdb;
--text-light: #666;
--light: #eeeeee;
--border: #ccc;
--white: #ffffff;
--black: #1a1a1a;
--Fire-Engine-Red:#C62828;
--Astronaut-Blue:#0D3C61;
--card-shadow: rgba(0, 0, 0, 0.1);
--Snow-Drift:#F9F9F9;
}
body {
font-family:'Open Sans', Arial, sans-serif;
}
/* ------------------ Top Header ------------------ */
.top-head {
background: var(--Outer-Space);
color: var(--white);
padding: 4px 0;
}
.top-service {
display: flex;
gap: 30px;
align-items: center;
margin: 0;
padding-left: 0;
}
.top-service a {
font-size: 14px;
font-weight: 500;
margin: 0;
color: var(--white);
text-decoration: none;
transition: .6s;
}
.top-service a:hover{
transition: .6s;
color: var(--Mikado-Yellow);  
}
.top-service li,
.top-social-media li {
list-style: none;
}
.top-service i{
margin-right: 4px;
font-size: .89rem;
}
.top-social-media {
display: flex;
justify-content: flex-end;
gap: 10px;
margin: 0;
}
.top-social-media li a {
color: var(--white);
font-size: .89rem;
transition: .6s;
}
.top-social-media li a:hover {
transition: .6s;
color: var(--Mikado-Yellow);
}
/* ------------------ Navbar ------------------ */
.maataralogo{
  width: 150px;
}
.navbar {
background: var(--white);
box-shadow: 0 1px 8px var(--light);
padding: 8px 0;
}
.navbar-brand {
color: var(--Outer-Space);
font-weight: 700;
font-size: 24px;
transition: 0.6s ease;
}
.navbar-nav .nav-link {
color: var(--Outer-Space);
font-weight: 500;
margin-left: 15px;
transition: 0.6s ease;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
color: var(--black);
}
.offcanvas {
background: var(--light);
}
.offcanvas-title {
color: var(--Outer-Space);
font-weight: 600;
}
/* ------------------ Slider ------------------ */
.slider-item.slider-item img {
height: 85vh;
object-fit: cover;
filter: brightness(0.55);
}
.slider-item .carousel-caption {
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
align-items: center;
justify-content: flex-start;
padding: 0 10%;
text-align: left;
}
.slider-item .slider-caption {
max-width: 1100px;
margin-left: 90px;
}
.slider-item .slider-caption .hero-subtext{
font-size: 1.5rem; 
font-weight: 400;
}
.slider-item .slider-caption h3 {
font-weight: 700;
font-size: 5rem;
color: var(--white);
text-shadow: 1px 1px 3px var(--card-shadow);
text-transform: uppercase;
}
.slider-item .carousel-control-prev-icon,
.slider-item .carousel-control-next-icon {
background-color: var(--Outer-Space);
background-size: 40% 40%;
border-radius: 50%;
padding: 10px;
}
.carousel-control-next,
.carousel-control-prev {
width: auto !important;
}
.carousel-control-next {
right: 20px;
}
.carousel-control-prev {
left: 20px;
}
.slider-item .carousel-indicators [data-bs-target] {
width: 10px;
height: 10px;
border-radius: 50%;
opacity: 0.7;
background-color: var(--black);
transition: opacity 0.3s ease;
}
.slider-item .carousel-indicators .active {
background-color: var(--Outer-Space);
opacity: 1;
}
/* about section start */
.about-section {
padding: 60px 0;
}
.experience-box {
background-color: var(--white);
padding: 20px 30px;
text-align: center;
box-shadow: 0 5px 15px var(--card-shadow);
position: absolute;
top: 20px;
left: 20px;
z-index: 2;
}
.experience-box h2 {
font-size: 38px;
color: var(--Golden-Bell);
font-weight: 700;
margin-bottom: 5px;
}
.experience-box p {
margin: 0;
font-size: 16px;
color: var(--Astronaut-Blue);
font-weight: 600;
}
.img-overlay-container {
position: relative;
}
.img-overlay-small {
position: absolute;
bottom: -30px;
right: 0;
width: 200px;
border: 5px solid var(--white);
box-shadow: 0 8px 20px var(--card-shadow);
}
.title {
color: var(--Outer-Space);
font-weight: 600;
font-size: 15px;
margin-bottom: 10px;
font-style: italic;
}
.heading {
font-size: 38px;
font-weight: 700;
color: var(--Astronaut-Blue);
margin-bottom: 20px;
}
.about-content p {
color: var(--Outer-Space);
font-size: 16px;
line-height: 1.6;
}
.service-box {
margin-bottom: 25px;
}
.service-box i {
color: var(--Mikado-Yellow);
font-size: 1.2rem;
margin-right: 10px;
}
.service-box strong {
font-weight: 600;
font-size: 17px;
color: var(--black);
}
.btn-discover {
background-color: var(--Mikado-Yellow);
color: var(--white);
font-weight: 600;
padding: 12px 26px;
border: none;
text-transform: uppercase;
transition: 0.3s ease;
border-radius: 0;
font-size: .89rem;
text-decoration: none;
}
.btn-discover:hover {
color: var(--white);
background-color: var(--Golden-Bell);
transition: 0.3s ease;
}
/* about sevtion end */
/* service start */
.services-section {
padding: 60px 0;
background-color: var(--Snow-Drift);
;
}
.section-heading {
text-align: center;
margin-bottom: 40px;
}
.section-heading h2 {
font-size: 2.5rem;
color: var(--black);
}
.section-heading p {
color: var(--Outer-Space);
font-size: 1rem;
}
.service-card {
background: var(--card-bg);
border-left: 5px solid var(--Mikado-Yellow);
padding: 20px;
box-shadow: 0 4px 10px var(--card-shadow);
transition: transform 0.3s ease;
border-radius: 8px;
min-height: 362px;
margin-bottom: 20px;
}
.service-card:hover {
transform: translateY(-5px);
}
.service-card h3 {
margin-bottom: 12px;
color: var(--Outer-Space);
font-size: 1.3rem;
}
.service-card p {
color: var(--text-light);
line-height: 1.5;
display: -webkit-box;
-webkit-line-clamp: 3; 
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.service-card img {
width: 100%;
height: 180px;
object-fit: cover;
border-radius: 5px;
margin-bottom: 15px;
}
/* service end */
/* count number start */
.stats-section {
background: linear-gradient(rgba(44, 55, 65, 0.85), rgba(44, 55, 65, 0.85)), 
url('../images/numberbg.webp') center center / cover no-repeat;
color: #fff;
padding: 60px 20px;
text-align: center;
}
.stats-section .section-heading h2{
color:var(--white);
}
.stats-section .section-heading{
margin-bottom: 30px;
} 
.stats-section .section-heading p{
color:var(--white);
}
.stat-item {
flex: 1 1 200px;
max-width: 300px;
}
.stat-item h3 {
font-size: 40px;
color: var(--Golden-Bell);
margin: 0;
}
.stat-item p {
margin-top: 8px;
font-size: 16px;
font-weight: 500;
}
/* count number end */
/* why choose start */
.why-choose-us {
padding: 80px 20px;
background: var(--white);
}
.section-desc {
max-width: 700px;
font-size: 16px;
line-height: 1.6;
color: var(--text-light);
margin-bottom: 40px;
}
.feature-item {
display: flex;
align-items: flex-start;
gap: 15px;
}
.feature-item .icon {
font-size: 32px;
padding: 12px;
border-radius: 10px;
color:var(--white);
}
.icon.orange {
background-color: var(--Mikado-Yellow);
}
.icon.teal {
background-color:var(--Outer-Space); 
}
.icon.blue {
background-color: var(--Astronaut-Blue);
}
.icon.red {
background-color: var(--Golden-Bell);
}
.feature-item h3 {
font-size: 20px;
font-weight: 600;
color: var(--Astronaut-Blue);
margin: 0 0 10px;
}
.feature-item p {
font-size: 15px;
color: var(--Outer-Space);
line-height: 1.5;
display: -webkit-box;
-webkit-line-clamp: 3; /* 3 lines */
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
/* why choose end */
/* testimonial start */
.testimonial-section {
background: linear-gradient(rgba(44, 55, 65, 0.7), rgba(44, 55, 65, 0.7)),
url('../images/testimonialbg.webp') center center / cover no-repeat;
padding: 80px 20px;
color: #fff;
text-align: center;
}
.testimonial-section .label {
color: var(--Golden-Bell);
font-weight: bold;
font-style: italic;
font-size: 18px;
}
.testimonial-section h2 {
font-size: 36px;
margin: 10px 0 20px;
}
.testimonial-section .quote {
font-size: 18px;
font-style: italic;
max-width: 800px;
margin: 0 auto 30px;
line-height: 1.6;
}
.testimonial-section .author {
font-weight: bold;
font-size: 18px;
}
.testimonial-section .role {
color: var(--Golden-Bell);
font-size: 16px;
}
/* testimonial end */
/* partiner strat */
.partner-logos {
background-color: var(--Snow-Drift);
padding: 40px 0;
}
.logo-slider img {
max-height: 60px;
max-width: 100%;
padding: 0 20px;
opacity: 0.6;
transition: opacity 0.3s ease;
}
.logo-slider img:hover {
opacity: 1;
}
/* partner end */
/* footer start */
.footer {
background-color: var(--Outer-Space);
color: var(--Gainsboro);
padding: 40px 0;
}
footer .maataralogo{
  margin-bottom: 20px;
}
.footer-logo {
max-width: 150px;
margin-bottom: 15px;
}
.footer h3, .footer h4 {
font-size: 18px;
color: var(--white);
margin-bottom: 20px;
font-weight: 600;
}
.footer p, .footer ul li {
font-size: 14px;
line-height: 1.6;
}
.footer ul {
list-style: none;
padding: 0;
}
.footer ul li {
margin-bottom: 10px;
}
.footer ul li a {
color: var(--Gainsboro);
text-decoration: none;
transition: 0.3s;
}
.footer ul li a:hover {
color: var(--white);
}
.footer .social-links a {
display: inline-block;
margin-right: 10px;
color: var(--Gainsboro);
font-size: 16px;
transition: color 0.3s;
}
.footer .social-links a:hover {
color: var(--white);
}
.footer-bottom {
border-top: 1px solid var(--Snow-Drift);
padding-top: 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: 14px;
}
.footer-bottom .links a {
color: var(--Gainsboro);
margin-left: 15px;
text-decoration: none;
}
.footer-bottom .links a:hover {
color: var(--white);
}
.footer-bottom a{
color:var(--Golden-Bell);
}
.footer-bottom p{
margin-bottom:0;
}
/* footer end */
/* common banner start */
.common-banner{
background: linear-gradient(rgba(44, 55, 65, 0.7), rgba(44, 55, 65, 0.7)),
url('../images/commonbanner.webp') center center / cover no-repeat;
padding: 80px 20px;
color: var(--white);
text-align: center;
}
.breadcrumb {
background: transparent;
padding: 0;
margin: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
content: ">";
color: var(--border);
padding: 0 8px;
}
.breadcrumb-item a {
color: var(--white);
text-decoration: none;
font-weight: 500;
}
.breadcrumb-item a:hover {
text-decoration: underline;
color: var(--Golden-Bell);
}
.breadcrumb-item.active {
color: var(--Golden-Bell);
font-weight: bold;
}
/* common banner end */
/* contact start */
.contact-section{
padding: 60px 0;
}
.contact-wrapper .contact-left h6 {
color: var(--Outer-Space);
font-weight: 600;
letter-spacing: 2px;
margin-bottom: 10px;
}
.contact-wrapper .contact-left h2 {
font-size: 38px;
color: var(--text-dark);
font-weight: 700;
}
.contact-wrapper .contact-left p {
color: var(--text-light);
line-height: 1.6;
margin:6px 0;
}
.contact-wrapper .contact-info .info-box {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.contact-wrapper .info-box .icon {
background: var(--Snow-Drift);
padding: 15px;
font-size: 20px;
border-radius: 100%;
margin-right: 15px;
color: var(--primary-color);
}
.contact-wrapper form {
background: var(--Snow-Drift);
padding:40px 20px;
}
.contact-wrapper .form-row {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin-bottom: 20px;
}
.contact-wrapper input,.contact-wrapper select,.contact-wrapper textarea {
width: 100%;
padding: 15px;
border: none;
background:var(--white);
font-size: 14px;
box-shadow: 0 0 0 1px var(--Snow-Drift);
}
.contact-wrapper input:focus,.contact-wrapper select:focus,.contact-wrapper textarea:focus {
outline: none;
box-shadow: 0 0 0 2px var(--Outer-Space);
}
.contact-wrapper input,.contact-wrapper select {
flex: 1 1 48%;
}
.contact-wrapper textarea {
width: 100%;
resize: none;
}
.send-btn {
background: var(--Mikado-Yellow);
color: var(--white);
border: none;
padding: 15px 30px;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
cursor: pointer;
transition: background 0.3s;
margin-top:12px;
}
.send-btn:hover {
background: var(--Golden-Bell);
}
/* contact end */
/* gallery start */
.gallery-box {
position: relative;
overflow: hidden;
border-radius: 6px;
margin-bottom:20px;
}
.gallery-box img {
width: 100%;
/* height: auto; */
transition: transform 0.4s ease;
}
.gallery-box .overlay-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0);
background: rgba(0, 0, 0, 0.6);
color: #fff;
padding: 12px 14px;
border-radius: 50%;
font-size: 20px;
transition: transform 0.3s ease, opacity 0.3s ease;
opacity: 0;
}
.gallery-box:hover img {
transform: scale(1.1);
}
.gallery-box:hover .overlay-icon {
transform: translate(-50%, -50%) scale(1);
opacity: 1;
}
/* gallery end */
/* top arrow start */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  font-size: 18px;
  background-color: var(--Golden-Bell);
  color:var(--white);
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

.back-to-top:hover {
  background-color: var(--Golden-Bell);
  transform: scale(1.1); 
}

/* top arrow end */
/* whatsapp  */
.btn-whatsapp {
  position: fixed;
  bottom: 120px;
  right: 25px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  color: white;
  font-size: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  box-shadow: 0 0 0 rgba(37, 211, 102, 0.4);
  animation: pulse 2s infinite;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.btn-whatsapp:hover {
  transform: scale(1.1);
  text-decoration: none;
  color: white;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}


/* media query start */
@media(max-width:1200px){
.slider-item .slider-caption {
max-width:100%;
margin-left: 0;
} 
.heading {
font-size: 30px;
}
}
@media(max-width:1100px){
.slider-item .slider-caption h3
{
font-size: 4rem;
}
}
@media(max-width:992px){
  .footer .social-links{
    margin-bottom: 8px;
  }
  .navbar .nav-link{
  
    padding: 20px 0;
  }

.navbar-toggler{
border: 0;
}
.navbar-toggler:focus {
box-shadow: none;
}
.slider-item .slider-caption h3 {
font-size: 3.5rem;
}
.maataralogo {
    width: 120px;
}
}
@media(max-width:991px){
  .navbar .nav-link{
      border-bottom: 1px solid var(--Snow-Drift);
  }
}
@media(max-width: 768px) {
.img-overlay-small,
.experience-box {
position: static;
margin: 20px auto 0;
display: block;
}
.img-overlay-small {
width: 100%;
max-width: 300px;
}
.stats-section h2 {
font-size: 28px;
}
.stat-item h3 {
font-size: 32px;
}
.testimonial-section h2 {
font-size: 28px;
}
.testimonial-section .quote {
font-size: 16px;
padding: 0 15px;
}
.slider-item .slider-caption h3 {
font-size: 3.5rem;
}
.contact-section,.about-section ,.services-section {
    padding: 40px 0;
}
}
@media(max-width:575px){
.slider-item .slider-caption .hero-subtext {
font-size: 1.2rem;
}
.slider-item .slider-caption h3 {
font-size: 2rem;
}
.service-card {
padding: 6px;
min-height: auto;
}
.contact-wrapper .contact-left h2 {
font-size: 30px;
}
.common-banner {
    padding: 40px 20px;
}
.section-heading h2 {
    font-size: 2rem;
}
}
@media(max-width:500px){
.slider-item .slider-caption {
max-width: 90%;
margin: 0 auto;
} 
}
@media(max-width:375px){
.slider-item .slider-caption h3 {
font-size: 1.6rem;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
width: 1.5rem!important;
height: 1.5rem!important;
}
.slider-item .slider-caption h3
{
font-size: 1.2rem;
}
.slider-item .slider-caption h3
{
font-size: 1.2rem;
}
.slider-item.slider-item img {
    height: 60vh;
}
    .slider-item .slider-caption .hero-subtext {
        font-size: 1rem;
    }
}
/* media query end  */