* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Lato", sans-serif;
}



/* header */
header {
  position: unset;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

header .header-top {
  background-color: #123167;
  padding: 3px 0px;
}

header .header-top .top-info li,
header .header-top .top-info li a {
  color: #fff;
  font-size: 14px;
}

header .header-top .top-info li:last-child a {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50px;
  line-height: 35px;
  text-align: center;
  background-color: #123167;
  color: #fff;
  border: 1px solid #123167;
  transition: .5s;
}

header .headermn .navbar .navbar-brand {
  width: 7%;
}

header .headermn .navbar .navbar-brand img {
  width: 100%;
}

header .nav-link {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  transition: .5s;
  position: relative;
  padding: 0px 0px !important;
  text-transform: uppercase;
}

header .nav-link::after {
  content: '';
  background-color: #123167;
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: .5s;
}

header .nav-link:hover::after {
  width: 100%;
}

header .nav-link:hover,
header .nav-link:focus {
  color: #123167;
}

header .navbar-nav {
  gap: 45px;
}

header .navbar-toggler {
  border: none;
  color: #123167;
  font-size: 28px;
  border-radius: 0;
}

header .navbar-toggler:focus {
  box-shadow: none;
}

header .offcanvas-title img {
  width: 34%;
}

header .navbar-nav {
  position: relative;
  align-items: center;
}

.sticky {
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed !important;
  top: 0px;
  animation: slideDown .5s ease-out;
  background-color: #fff;
  box-shadow: 0 0 10px #00000021;
}

.sticky .headermn .navbar .navbar-brand {
  width: 9%;
}

header .dropdown-menu{border-radius: 0; border: 0; padding: 15px 0; box-shadow: 0 0 5px #0000002f;}
header .dropdown-menu li .dropdown-item{padding: 6px 20px; font-size: 18px; font-weight: 500; font-family: initial;}
header .dropdown-menu li .dropdown-item:hover{background-color: #123167; color: #fff;}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(10);
  }
}

header .navbar .whatsapp li a {
  display: inline-block;
  padding: 10px 20px;
  background-color: transparent;
  color: #123167;
  border-radius: 3px;
  transition: .5s;
  border: 1px solid #123167;
  position: relative;
  transition: .5s;
  z-index: 1;
}

header .navbar .whatsapp li a::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  transition: .5s;
  background-color: #123167;
  z-index: -1;
}

header .navbar .whatsapp li a:hover:before {
  width: 100%;
}

header .navbar .whatsapp li a:hover {
  color: #ffffff;
}



/* slider */

#slider .owl-item {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
}

/* #slider .content{text-align: center;}
#slider .content h2{font-size: 50px; color: #fff; font-weight: 600; position: relative; text-transform: uppercase;}
#slider .content h2::before{position: absolute; content: ''; width: 50px; height: 2px; background-color: #fff; top: -10px; left: 0px; right: 0px; text-align: center; margin: auto;}
#slider .content h5{font-size: 16px; font-weight: bold; font-style:italic; margin: 15px 0px 30px; color: #e4e4e4;} 
#slider .content .enquiry-btn{padding: 13px 20px; background-color: #123167; color: #fff; border-radius: 3px; transition: .5s;}  */


#slider .owl-theme .owl-dots .owl-dot {
  display: none;
}

#slider button.owl-prev {
  position: absolute;
  text-align: center;
  padding: 0px;
  color: black;
  top: 50%;
  font-size: 25px;
  left: 15px;
  background-color: white;
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#slider button.owl-next {
  position: absolute;
  text-align: center;
  padding: 0px;
  color: black;
  top: 50%;
  font-size: 25px;
  right: 15px;
  background-color: white;
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#slider button.owl-prev span, #slider button.owl-next span {bottom: 2px; position: relative;}

/* counter */

.counter-section {display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; max-width: 100%; margin: 10px;     margin-top: 20px;}
.counter-box {background: #123167; border-radius: 10px; padding: 10px; transition: 0.3s; display: flex; align-items: center; justify-content: space-evenly; }
.counter-box:hover { box-shadow: 0 4px 15px rgba(0,0,0,0.1); transform: translateY(-5px); }
.counter-box i { font-size: 40px; color: #fff; margin-bottom: 10px; }
.counter-number { font-size: 26px; font-weight: bold; color: #fff; }
.counter-text { font-size: 15px; color: #fff; margin-top: 5px; }
@media (max-width: 600px) { .counter-number { font-size: 22px; } .counter-text { font-size: 14px; } }

@media (max-width: 600px) {
  .counter-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .counter-box {
    padding: 8px;
  }
  .counter-box i {
    font-size: 28px;
    margin-right:10px;
  }
  .counter-number {
    font-size: 20px;
  }
  .counter-text {
    font-size: 13px;
  }
}


/* Interior */
.interior-box img{width: 100%; height: 250px; object-fit: cover;}
.interior-box h5{font-size: 18px; font-weight: 600; padding: 10px 0px; background-color: #123167; color: #fff; text-align: center; border-bottom-left-radius: 7px; border-bottom-right-radius: 7px;}
/* service */

#service{background-color: #e2e2e2; padding: 40px 0;}
#service .service-box-icon img{width:100px; height: auto;}
#service .service-box-content h5{ font-family: "Roboto", Sans-serif; font-size: 16px; font-weight: 600; margin-top: 40px; text-decoration: underline;   text-decoration-thickness: 3px; text-underline-offset: 20px; text-decoration-color: #123167;}
#service .service-box { display: flex; align-items: center; justify-content: center; flex-direction: column; background: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: 0.3s; 
    border-style: solid; border-width: 8px 0px 0px 0px; border-color: #123167; padding: 50px 0; margin-bottom: 20px; }
#service .service-box:hover { box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); transform: translateY(-5px); }
#service1 .container h2{
        font-size: 25px;
    font-weight: 600;
    color: #15346a;
}

@media screen and (max-width: 768px) {
        #service .service-box{
                padding: 24px 0;
        }
        #service .service-box-icon img {
            width: 53px;
            height: auto;
        }
        #service .service-box-content h5{
            font-size: 11px;
        }
        
}

/* gallery */

#gallery { background-color: #f3f1f1; padding: 60px 0 40px; overflow: hidden; }
#gallery .row{row-gap: 20px;}
#gallery h2 { font-size: 38px; color: #123167; font-weight: bold; text-align: center; margin-bottom: 30px; }
#gallery h2 span { color: #000; }
#gallery .img-wrapper { position: relative; margin-top: 15px; overflow: hidden; border-radius: 10px; box-shadow: 0 0 8px #00000033; }
#gallery .img-wrapper img { width: 100%; height: 400px;}
#gallery .img-overlay { background: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; opacity: 0; }
#gallery .img-overlay i { color: #fff; font-size: 3em; }
#overlay { background: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; position: fixed; top: 0; left: 0; display: flex; justify-content: center; align-items: center; z-index: 999; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
#overlay img { margin: 0; width: 80%; height: auto; -o-object-fit: contain; object-fit: contain; padding: 5%; }

@media screen and (min-width: 768px) {
  #overlay img { width: 60%; }
}
@media screen and (max-width: 768px) {
    #gallery .img-wrapper img { width: 100%; height: 300px; }
}
#nextButton i { color: #fff; font-size: 2em; transition: opacity 0.8s; }
#nextButton:hover { opacity: 1; }
#prevButton i { color: #fff; font-size: 2em; transition: opacity 0.8s; }
#prevButton:hover { opacity: 0.7; }
#exitButton i { color: #fff; font-size: 2em; transition: opacity 0.8s; position: absolute; top: 15px; right: 15px; }
#exitButton:hover { opacity: 0.7; }


/* Book form  */

    .hero-section { display: flex; justify-content: space-between; gap: 30px; padding: 50px 8%; flex-wrap: wrap; position: relative; 
      background: url("../images/background-form-img.webp") no-repeat center center/cover;
      position: relative;}
    .hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* black transparent overlay */
  z-index: 1;
}
    .hero-content, .hero-form { position: relative; z-index: 2; }
    .hero-content { flex: 1; min-width: 300px; margin-left: 35px; justify-content: center; display: flex; flex-direction: column;}
    .hero-content h4 { font-size: 20px; font-weight: 600; color: #fff; margin-bottom: 10px; }
    .hero-content h1 { font-size: 38px; font-weight: 700; line-height: 1.3; margin-bottom: 15px; color: #fff;}
    .hero-content p { font-size: 18px; color: #fff; margin-bottom: 25px; }
    .hero-content .btn { background: #123167; color: #fff; padding: 12px 28px; border: none; border-radius: 6px; font-size: 16px; cursor: pointer; transition: 0.3s; }
    .hero-content .btn:hover { background: #123167; }
@media (max-width:768px) { .hero-section{ padding: 0; } .hero-content{margin-left: 0; margin-top: 20px;} }
    /* Form Section */

    .hero-form { flex: 0.6; min-width: 300px; background: #fff; padding: 30px; border-radius: 12px; box-shadow: 0 4px 25px rgba(0,0,0,0.1); }
    .hero-form h3 { font-size: 22px; margin-bottom: 20px; text-align: center; }
    .hero-form label { display: block; margin-bottom: 6px; font-size: 14px; font-weight: 600; text-align: start;}
    .hero-form input, .hero-form select { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 6px; margin-bottom: 15px; font-size: 14px; }
    .hero-form input:focus, .hero-form select:focus { border-color: #123167; outline: none; }
    .hero-form button { width: 100%; padding: 14px; background: #123167; color: #fff; font-size: 16px; font-weight: 600; border: none; border-radius: 6px; cursor: pointer; transition: 0.3s; margin-top: 20px;}
    .hero-form button:hover { background: #123167; }
    /* Responsive */
    @media (max-width: 992px) {
      .hero-section { flex-direction: column; text-align: center; }
      .hero-content { margin-bottom: 30px; }
    }
    
    @media (max-width: 768px) {
        .hero-form {
         margin: 0 20px 20px 10px;
        }
    }
    @media (max-width: 500px) {
      .hero-content h1 { font-size: 28px;  }
      .hero-content p { font-size: 16px; }
      .hero-content h4 {font-size: 15px;}
    }

/* testimonials */

#testimonials { padding: 60px 0; position: relative; z-index: 1; overflow: hidden;}
#testimonials h2 { text-align: center; font-size: 28px; font-weight: 600; color: #444; margin-bottom: 40px; }
.testimonials-slider .item { background: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); padding: 25px 20px; margin: 10px; text-align: center; transition: transform 0.3s ease; }
.testimonials-slider .item:hover { transform: translateY(-5px); }
.testimonials-slider .item h3 { font-size: 18px; margin-bottom: 12px; font-weight: 600; color: #222; }
.testimonials-slider .item p { font-size: 15px; color: #555; margin-bottom: 15px; line-height: 1.5; }
.stars { color: teal; font-size: 20px; }

/* Owl nav buttons outside */
.testimonials-slider .owl-nav button { position: absolute; top: 40%; transform: translateY(-50%); background: #fff !important; border-radius: 50%; width: 40px; height: 40px; box-shadow: 0 2px 6px rgba(0,0,0,0.15); font-size: 20px !important; color: #444 !important; }
.testimonials-slider .owl-nav .owl-prev { left: -50px; }
.testimonials-slider .owl-nav .owl-next { right: -50px; }

/* Dots */
.testimonials-slider .owl-dots { text-align: center; margin-top: 20px; }
.testimonials-slider .owl-dots .owl-dot span { width: 12px; height: 12px; background: #ccc; display: inline-block; border-radius: 50%; margin: 5px; }
.testimonials-slider .owl-dots .owl-dot.active span { background: #f9a825; }

/* Responsive */
@media (max-width: 768px) {
  .testimonials-slider .owl-nav .owl-prev { left: -25px; }
  .testimonials-slider .owl-nav .owl-next { right: -25px; }
}


/* footer */

footer .footertop { background-color: #f8f9fa; padding: 70px 0px 20px; }
footer .row { row-gap: 25px; }
footer .footertop h3{font-size: 20px; margin-bottom: 15px;}
footer .footertop .about img { width: 111px; }
footer .footertop .about p { color: #000; font-size: 14px; width:77%; margin-top: 20px; }
footer .footertop ul { list-style: none; }
footer .footertop ul li { color: #000; font-size: 14px; margin-top: 10px; }
footer .footertop ul li a { color: #000; font-size: 14px; transition: .5s; display: inline-block; border-bottom: 1px solid transparent;}
footer .footertop ul li a:hover { color: #123167; }
footer .footertop .addres li { margin-bottom: 20px; }
footer .footertop .addres li i { color: #123167; font-size: 22px; }
footer .footerboo ul { display: flex; justify-content: space-between; margin: 0; border-top: 1px solid #123167; padding-top: 20px;}
footer .footerboo { background-color: #f8f9fa; padding: 20px; }
footer .footerboo .soical li:first-child { color: #123167; text-align: center; }
footer .footerboo .soical li:first-child a { color: #fff; font-size: 16px; display: inline-block; width: 35px; height: 35px; line-height: 35px; background-color: #123167; border-radius: 50%; transition: .5s; }
footer .footerboo .soical li:first-child a:hover { background-color: #000; }
footer .footerboo ul li img { width: 195px; background-color: #123167; padding: 0px 10px 8px; border-radius: 100px; }


/* quickcontact */
.quickcontact { width: 45px; position: fixed; top: 77%; right: 15px; z-index: 102; }



/* modal */

.modal form.row { row-gap: 20px; }
.modal .form-control { border-radius: 0px; border: none; box-shadow: none; background-color: #f1f1f1; }
.modal .form-control:focus { border-color: #000; }
.modal .submit { background-color: #123167; color: #fff; font-weight: 500px; padding: 10px; border: 0; transition: .5; }
.modal .submit:hover { background-color: #000; }


/* about */

#about-banner {padding: 60px 0px; background-color: #123167;}
#about-banner h2 {color: #fff; text-align: center;}
#about-banner p, #about-banner p a {color: #fff; text-align: center;}

/* about-sec */

#about-sec{padding: 50px 0px;}
#about-sec .row{row-gap: 25px; align-items: center;}
#about-sec h3{color: #123167; font-size: 35px; font-weight: 600;}
#about-sec .text{font-size: 16px; text-align: justify; margin-bottom: 15px;}
#about-sec .imgs img{width: 100%; border-radius: 10px;}

/* contact */

#contact{padding: 60px 0px;}
#contact .row{row-gap: 30px;}
#contact h2{margin-bottom: 30px;}
#contact .contact-info{margin-bottom: 50px;}
#contact .contact-info li h5{line-height: 34px; color: #000000; font-size: 19px; margin-bottom: 0; font-family: Arial, Helvetica, sans-serif;}
#contact .contact-info li .inco{color: #ffffff; margin-right: 10px; width: 35px; height: 35px; line-height: 25px; font-size: 16px; background-color: #123167; padding: 6px; display: inline-block; text-align: center; border-radius: 1px;}
#contact .contact-info li .text-a a, #contact .contact-info li .text-a{font-size: 15px; color: #000;}
#contact .iner{border: 1px solid #f0eded; padding: 30px;}
#contact .contact-inr{background: #f5f6f6; margin-top: 5px; padding: 30px 25px;}
#contact .contact-inr .form-control{padding: 9px; background-color: transparent; box-shadow: none; border-radius: 0px;}
#contact .contact-inr .submit-btn{padding: 10px 20px; background: linear-gradient(90deg, #123167 0%, #123167 100%); color: #fff; display: block; width: 100%; margin-top: -22px; border: transparent;}

/* contact-map */

#contact-map{padding: 10px 0px 40px;}

/* blog-det */

#blog-detail {
  padding: 70px 0;
}

#blog-detail .row {
  row-gap: 30px;
  justify-content: center;
}

#blog-detail .img img {
  width: 100%;
}

#blog-detail .content h5 a {
  color: #000;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 10px;
}

#blog-detail .content span {
  color: #6d6d6d;
  display: inline-block;
  margin: 15px 0;
  font-size: 15px;
}

#blog-detail .content span i {
  color: #123167;
}

#blog-detail .content p {
  color: #6d6d6d;
  font-size: 16px;
  text-align: justify;
}

#blog-detail .blog {
  background-color: #12316713;
  padding: 15px 30px 30px;
  border: 1px solid #123167;
  position: sticky;
  top: 100px;
}

#blog-detail .blog h4 {
  color: #123167;
  margin-bottom: 15px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

#blog-detail .blog ul {
  list-style: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  padding: 10px;
}

#blog-detail .blog ul li {
  margin-bottom: 15px;
  align-items: center;
}

#blog-detail .blog ul li:last-child {
  margin-bottom: 0;
}

#blog-detail .blog a {
  color: #000;
  font-size: 13px;
  display: inline-block;
}

#blog-detail .blog p {
  color: #6d6d6d;
  display: inline-block;
  font-size: 14px;
}

#blog-detail .blog p i {
  color: #123167;
}

/* service-det */
.service-heading{font-size: 38px; color: #123167;font-weight: bold; text-align: center; margin-bottom: 30px;}
#service-det{padding: 50px 0px;}
#service-det .row{row-gap: 25px;}
#service-det h3{font-size: 30px; font-weight: 600;}
#service-det .text{font-size: 15px; text-align: justify; margin-bottom: 25px;}
#service-det .read-more{display: inline-block; padding: 10px 30px; border: 1px solid #123167; background-color: #123167; color: #fff; transition: .5s; border-radius: 3px;}
#service-det .read-more:hover{background-color: transparent; color: #123167;}