/********** Template CSS **********/
:root {
    --primary: #0173A7;
    --secondary: #00537B;
    --light: #EDF1FC;
    --dark: #17224D;
    --theme-color: #694c1a;
}

.fw-medium {
    font-weight: 600 !important;
}
h2{
    color: var(--primary);
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.invalid-feedback {
    display: block;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.sky-zipper-logo{
  height: 100%;
}
.height{
  height: 90px;
}
/*** Button ***/
.btn {
    border-radius: 0 !important;
    font-weight: 600;
    transition: .5s;
}

#whatsapp-icon {
    display: flex;
    transition: transform 0.3s ease;
}
@media (max-width: 991px) {
   #whatsapp-icon {
   padding: 10px 0;
}
.navbar .btn-primary{
  width: 60%;
}
}



#whatsapp-icon:hover {
    transform: scale(1.1);
}

.navbar .btn-primary {
    font-weight: 600;
    padding: 8px 20px;
}
.mobile-height{
  height: 60px;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.top-bar {
    height: 75px;
    padding: 0 4rem;
}

.nav-bar {
    position: relative;
    padding: 0 4.75rem;
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .nav-bar {
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
/* .header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
    border-left: 15px solid #FFFFFF;
} */

/* .header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 15px;
    background: #FFFFFF;
} */

.owl-theme .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.owl-theme .owl-dots {
    margin-top: 20px;
    text-align: center;
}

.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
}
.header-carousel .owl-carousel-item {
    height: 600px;
}

.header-carousel .owl-carousel-item img {
    height: 100%;
    object-fit: cover;
}


@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../images/bg.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../images/bg.jpg) center center no-repeat;
    background-size: cover;
}


/*** Service ***/
.service-item-top img {
    transition: .5s;
}

.service-item-top:hover img {
    transform: scale(1.1);
}

.service-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.service-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    transition: .5s;
}

.service-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}


/*** Booking ***/
.video {
    position: relative;
    padding: 8rem 0 12rem 0;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../images/carousel-1.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.video .btn-play {
    position: relative;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
    margin-bottom: 4rem;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--primary);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-text {
    height: 90px;
    overflow: hidden;
}

.team-item .team-text .bg-light,
.team-item .team-text .bg-primary {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s;
}

.team-item .team-text .bg-primary {
    flex-direction: row;
}

.team-item:hover .team-text .bg-light {
    margin-top: -90px;
}

.team-item .team-text .bg-primary .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-text .bg-primary .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-item .testimonial-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    border: 15px solid;
    border-color: var(--light) transparent transparent transparent;
    transition: .5s;

}

.testimonial-carousel .owl-item.center .testimonial-text::after {
    border-color: var(--primary) transparent transparent transparent;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    font-size: 30px;
    color: var(--primary);
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}
.bg-blue-color{
    background-color: var(--secondary);
}


.bg-color{
    background-color: var(--light);
}

/* Positioning the Images */
.about-images {
    position: relative;
}

.about-images .small-img {
    width: 150px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.about-images .animated-img-top {
    top: 10%;
    left: -20px;
    animation: floatUpDown 4s ease-in-out infinite;
}

.about-images .animated-img-bottom {
    bottom: 10%;
    right: -20px;
    animation: floatUpDown 5s ease-in-out infinite reverse;
}

.about-images .animated-img-top,
.about-images .animated-img-bottom {
    position: absolute;
}

/* Float animation */
@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
}

/* Hide small images on screens smaller than 768px */
@media (max-width: 767.98px) {
    .about-images .small-img {
        display: none;
    }
}


p{
    /* color: #6C7176; */
    color: #484848;
}

.product-carousel .product-card {
    /* background: #000; */
    border: 1px solid black;
    color: #fff;
    /* padding: 20px; */
    /* border-radius: 15px; */
    height: 22rem;
    margin: 10px;
    transition: transform 0.3s ease;
}

.product-carousel .product-card:hover {
    transform: translateY(-8px);
}

.product-card img {
    max-height: 200px;
    object-fit: contain;
    width: 100%;
    margin-bottom: 15px;
}

.product-card h5 {
    margin-bottom: 10px;
    font-weight: 600;
}

.btn-theme {
    background-color: white;
    color: var(--primary);
    border: 1px solid black;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 4px;
    text-transform: uppercase;
}

.btn-theme:hover {
    background-color: var(--primary);
    color: white;
    border: 1px solid white;
}

.product-card p {
    padding: 0 20px 0 20px;
  font-size: 14px;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;         /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* why choose us style */

/* Why Choose Us Section */


.why-choose-desc {
  color: var(--dark);
  font-size: 16px;
  line-height: 1.6;
}

.why-choose-img-grid {
  margin-top: 20px;
}

.why-choose-img {
  border-radius: 12px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.why-choose-img:hover {
  transform: scale(1.05);
}

/* Features Grid */
.why-choose-features {
  margin-top: 10px;
}

.why-choose-feature-box {
  background-color: var(--light);
  border-left: 4px solid var(--theme-color);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.why-choose-feature-box:hover {
  transform: translateY(-5px);
  background-color: #fefefe;
}

.why-choose-number {
  font-size: 24px;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 10px;
}

.why-choose-feature-box h5 {
  color: var(--dark);
  font-size: 18px;
}

.why-choose-feature-box p {
  /* color: #555; */
  color: #484848;
  font-size: 14px;
  line-height: 1.5;
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
  .why-choose-title {
    font-size: 2rem;
  }

  .why-choose-feature-box {
    padding: 20px;
    margin-bottom: 20px;
  }

  .why-choose-img-grid .col-6 {
    margin-bottom: 15px;
  }
}

/* industries we serve style */

.industry-card {
  /* border: 1px solid var(--primary); */
  text-align: center;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: var(--light);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);

}

.industry-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.industry-card h5 {
  margin: 15px 0;
  color: var(--dark);
  font-weight: 500;
  font-size: 18px;
}

/* .industry-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
} */

.industry-card img:hover {
  transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .industry-card img {
    height: 180px;
  }

  .industries-section h2 {
    font-size: 1.8rem;
  }
}

/* about us page style */

/* banner */

/* Banner Background */
.about-banner-bg {
  background: url('../images/Sky-Zipper-Banner.webp') center center / cover no-repeat;
  height: 50vh;
  position: relative;
  z-index: 1;
}

/* Overlay */
.about-banner-overlay {
  background-color: rgba(0, 0, 0, 0.5); /* dark overlay */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

/* Text Styling */
.banner-products h1 {
  font-size: 3rem;
  color: var(--light);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

.banner-products p {
  font-size: 1.25rem;
  color: var(--light);
  max-width: 600px;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .about-banner-bg {
    height: 40vh;
  }

  .banner-products h1 {
    font-size: 2rem;
  }

  .banner-products p {
    font-size: 1rem;
    padding: 0 15px;
  }
}

/* about  */

/* Section background overlay */
.about-bg-opacity {
  background-color: rgba(1, 115, 167, 0.05); /* subtle blue tint */
  border-radius: 12px;
}

/* Title styling */
.about-title-blue {
  /* color: var(--theme-color); */
  font-weight: 600;
}

/* Image stack */
.about-img-stack {
  width: 100%;
  /* max-width: 350px;
  height: 350px; */
  position: relative;
}

.about-img-main {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  /* z-index: 2; */
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.about-img-overlap {
  width: 80%;
  top: 60%;
  left: 20%;
  /* z-index: 9999; */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Text and list styling */
/* .about-section p,
.about-section li {
  color: var(--dark);
  line-height: 1.7;
  font-size: 16px;
} */

.about-journey-title {
  /* color: var(--secondary); */
  font-weight: 600;
}

.about-journey-list li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 18px;
}
@media (max-width: 991px) {
  .about-img-overlap{
    display: none;
  
  }}
/* Responsive adjustments */
@media (max-width: 768.98px) {
  .about-img-stack {
    max-width: 100%;
    height: auto;
  }

  .about-img-main,
  .about-img-overlap {
    position: relative !important;
    top: 0;
    left: 0;
    margin-bottom: 15px;
  }
 
}
@media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
}


.text-justify{
    text-align: justify;
}


/* contact page style */

/* Contact Section Background */
/* .contact-section {
  background-color: #f8f9fa; 
} */

/* Section Title */

/* Contact Form Wrapper */
.contact-form-wrapper {
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* Contact Form Shadow (override if needed) */
.contact-form-shadow {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* Contact Labels */
.contact-label {
  font-weight: 600;
  color: #333;
}

/* Form Controls */
.contact-form .form-control {
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 0.6rem 1rem;
  font-size: 1rem;
}

/* Textarea */
.contact-form textarea {
  resize: vertical;
}

/* Submit Button */
.request-quote-btn {
  background-color: #0173a7;
  border: none;
  color: white;
  font-weight: 600;
  padding: 0.75rem;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.request-quote-btn:hover {
  background-color: #005f8c;
}

/* Contact Details Section */
.contact-details-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.contact-details-no-shadow {
  box-shadow: none !important;
}

/* Contact Info Title */
.contact-section-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0173a7;
  margin-bottom: 1rem;
}

/* Contact Details Styling */
.contact-details-blue {
  color: #0173a7;
}

.contact-details-wrapper a {
  transition: color 0.3s ease;
}

.contact-details-wrapper a:hover {
  color: #005f8c;
}

/* Icons */
.contact-section-title i,
.contact-details-blue i {
  color: #0173a7;
}

/* Recaptcha Styling Fix (if needed) */
.g-recaptcha {
  transform: scale(1);
  transform-origin: 0 0;
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
  .section-title.contact-page-title {
    font-size: 2rem;
  }

  .contact-form-wrapper,
  .contact-details-wrapper {
    padding: 1rem;
  }
}

/* product detail page style */

/* Banner Section */
.product-banner-bg {
  background: url('../images/Sky-Zipper-Banner.webp') center center/cover no-repeat;
  height: 50vh;
  position: relative;
}

.product-banner-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

/* Product Tabs */
.product-tabs {
  border: 1px solid #ddd;
  padding: 1rem;
  background-color: #f8f9fa;
}

.product-tabs .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.product-tabs .nav-tabs .nav-link {
  font-weight: 500;
  border: none;
  margin-right: 10px;
  padding: 10px 20px;
  background-color: #e9ecef;
  transition: 0.3s ease;
}

.product-tabs .nav-tabs .nav-link.active {
  background-color: var(--primary);
  color: #fff;
}

.product-tabs .tab-content {
  margin-top: 15px;
}

.product-tabs li {
  margin-bottom: 8px;
}

/* social media icon in vertical page */

/* Container for the social media icons */
.social-icons {
  position: fixed;
  right: 0;  
  top: 50%;     /* Centered vertically */
  transform: translateY(-50%); /* Adjust for perfect centering */
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1000;
}

/* Style for each social media icon */
.social-icons a {
      text-decoration: none;
    color: #ffffff;
    background-color: #1e60aa;
    padding: 10px;
    display: inline-block;
    font-size: 24px;
    transition: background-color 0.3s ease;
}

.social-icons .facebook-icon {
  padding: 13px;
}

/* Hover effect */
.social-icons a:hover {
  background-color: #1a5291;  /* Change to blue on hover */
}

/* Media query to hide icons on smaller screens */
@media (max-width: 768px) {
  .social-icons {
    display: none;
  }
}

/* product page style */

.location-tag{
  color: #6C7176;
}




