/* ====== Top Header ====== */

.top-header {
  background: linear-gradient(135deg, #0db1fd, #17a8fc);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 0;
}
.tour-logo {
    height: 75px;
    width: 86px;
}
.top-header i {
     color: #fff;
    }

.social-circle {
  color: #fff;
  margin-left: 10px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  text-decoration: none !important;
  border-radius: 50%;
  transition: 0.3s;
}
.text-primary{
  color: #17a8fc !important;
}
.social-circle:hover {
  background: #fff !important;
  color: #033cc1 !important;
}
.tagline {
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.tagline i {
  margin: 0 6px;
  font-size: 14px;
}
.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

body {
  padding-top: 80px;
}

/* ===== Main Header ===== */
.main-header {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  position: relative;
  z-index: 100;
}

.logo h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}
.logo span {
  color: #033cc1;
}

.menu li {
  position: relative;
  margin: 0 15px;
}
.menu li a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
  transition: color 0.3s ease;
}
.menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #033cc1;
  transition: width 0.3s ease;
}
.menu li a:hover::after,
.menu li a.active::after {
  width: 100%;
}
.menu li a:hover,
.menu li a.active {
  color: #033cc1;
}
.menu li {
  margin: 0 15px;
}



.dropdown-menu {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  list-style: none;
  padding: 10px 0;
  top: 120%;
  left: 0;
  border-radius: 6px;
  min-width: 206px;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu li a {
  display: block;
  padding: 8px 20px;
  color: #000;
  font-weight: 500;
}
.dropdown-menu li a:hover {
 
  color: #033cc1;
}

.btn-primary {
  background: #033cc1;
  color: #ffffff;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 25px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.btn-primary:hover {
  background: #ffffff;
  color: #033cc1;
}
.btn-secondary {
    background: #ffffff;
    color: #033cc1;
    border: 2px solid #033cc1;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-secondary:hover {
    background: #033cc1;
    color: #fff;
    border-color: #033cc1;
}
html, body {
  width: 100%;
  /* overflow-x: hidden;  */
}


body.menu-open {
  overflow: hidden;
  height: 100vh;
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
    overflow: hidden;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  max-width: 320px;
  height: 100vh;
  background: #fff;
  padding: 20px;
  box-shadow: 3px 0 10px rgba(0,0,0,0.2);
  transition: left 0.4s ease;
  z-index: 9999;
  overflow-y: auto;
}
.mobile-menu.active {
  left: 0;
}

body.menu-open {
  overflow: hidden;
}

.mobile-menu .close-btn {
  text-align: right;
  font-size: 25px;
  cursor: pointer;
  color: #f70505;
}
.mobile-menu ul li {
  margin-bottom: 15px;
}
.mobile-menu a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  display: block;
}
.mobile-menu a:hover {
  color: #033cc1;
}

.mobile-menu .dropdown-sub {
  display: none;
  padding-left: 20px;
}
.mobile-menu .dropdown-sub.show {
  display: block;
}
.mobile-menu .dropdown > a i {
  margin-left: 5px;
  transition: transform 0.3s ease;
}
.mobile-menu .dropdown.open > a i {
  transform: rotate(180deg);
}

.mobile-toggle {
  font-size: 25px;
  color: #033cc1;
  cursor: pointer;
  z-index: 10000;
  position: relative;
}
.logo img{
    height: 63px;
    width: 79px;
}




/* ===== Hero Carousel Section ===== */
#hero-carousel .carousel-item {
  position: relative;
  height: 90vh;
  min-height: 500px;
  overflow: hidden;
}

#hero-carousel img {
  object-fit: cover;
  height: 100%;
}

.carousel-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.45);*/
  z-index: 1;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #020202;
  padding: 0 15px;
}

.carousel-caption .tagline {
    font-size: 38px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    color: #0a0a0a;
    letter-spacing: 1px;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.carousel-caption .tagline span {
    font-weight: 600;
    color: #17a8fc;
    padding-bottom: 5px;
}

.carousel-caption h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.carousel-caption .desc {
  font-size: 17px;
  max-width: 600px;
  margin-bottom: 25px;
}

.btn-book {
  background-color: #17a8fc;
  color: #000;
  font-weight: 600;
  padding: 10px 28px;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.btn-book:hover {
  background-color: #7086b9;
  color: #ffffff;
}

.carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background-color: #fff;
  border: 2px solid #17a8fc;
  transition: all 0.3s ease;
  margin: 0 6px;
}

.carousel-indicators .active {
  background-color: #17a8fc;
  transform: scale(1.2);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

/* Process Section  */

.process-section {
    margin-top: -90px;
    position: relative;
    z-index: 5;
}

.process-card {
    background: #fff;
    padding: 35px 25px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.icon-box {
    width: 60px;
    height: 60px;
    background: #17a8fc;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-box i {
    font-size: 28px;
    color: #fff;
}

.step-number {
    font-size: 56px;
    font-weight: 700;
    color: rgb(0 0 0 / 8%);
    position: absolute;
    top: 10px;
    right: 20px;
}

.process-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.process-card p {
    font-size: 15px;
    color: #444;
}

@media (max-width: 768px) {
    .process-section {
        margin-top: -40px;
    }
}

.section-title{
   font-size: 26px;
   font-weight: 700;
   margin-bottom: 10px;
   text-transform: uppercase;
   color: #17a8fc;
}

/* ABOUT SECTION  */

.about-section {
    position: relative;
}

.about-badge {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #17a8fc;
    text-transform: uppercase;
}

.about-title {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #111;
}

.about-title span {
    color: #ffb400;
}

.about-text {
    color: #555;
    font-size: 16px;
}

.about-image-grid {
    position: relative;
    width: 100%;
    min-height: 450px;
}

.about-image-grid .img-box {
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.img-main {
    width: 58%;
    height: 100%;
    left: 0;
    top: 0;
}
.img-top {
    width: 38%;
    height: 45%;
    right: 0;
    top: 0;
}
.img-bottom {
    width: 38%;
    height: 50%;
    right: 0;
    bottom: 0;
}

.about-image-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.about-img {
    width: 55px;
    height: 55px;
    background: #ffb400;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-img img {
  height: 50px;
  width: 50px;
    font-size: 26px;
    color: #fff;
}


/* Features section  */

.features-section {
  background: #eef3ff;
}
.feature-box {
    background: #f6fafd;
    transition: .3s;
    border: 1px solid rgba(0,0,0,0.05);
    
}

.features-section .feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.features-section .icon i {
    font-size: 2.5rem;
    color: #17a8fc;
}

.bg-primary {
  background-color: #17a8fc !important;
  font-size: 14px !important;
}

/* Our Services Section */

.our-services .service-box {
    position: relative;
    padding-left: 60px;
}
.our-services .icon i {
    font-size: 40px;
    color: #17a8fc;
}
.our-services .service-number {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 70px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.05);
}
.our-services ol li {
    margin-bottom: 5px;
}


/* OUR product SECTION  */
.threat-protection{
  background: url(../images/bg.jpg);
  padding: 60px 0;
}
.product-card {
    overflow: visible;
}

.product-img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    transition: .4s ease-in-out;
}

.product-card:hover .product-img {
    transform: scale(1.08);
}

.product-overlay {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0px 8px 24px rgba(0,0,0,0.12);
    position: absolute;
    left: 50%;
    bottom: -95px;
    transform: translateX(-50%);
    width: 88%;
    transition: .3s ease-in-out;
}

.product-card:hover .product-overlay {
    bottom: -55px;
    box-shadow: 0px 12px 28px rgba(0,0,0,0.18);
}

.read-more {
    font-weight: 600;
    color: #17a8fc;
    text-decoration: none;
    transition: .3s;
}

.read-more:hover {
    letter-spacing: 1px;
    color: #0047b3;
}



/* Gallery section  */
.photo-gallery{
  background: rgb(238, 243, 255);
}
.gallery-tabs .btn {
    margin: 5px;
    padding: 6px 18px;
    border-radius: 30px;
    border: 2px solid #17a8fc;
    font-weight: 500;
    transition: 0.3s;
}

.gallery-tabs .btn.active,
.gallery-tabs .btn:hover {
    background: #17a8fc;
    color: #fff;
}

.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}


/* Why Choose us section  */

.why-choose-style {
    background: #f7f9fc;
}

.feature-item {
    position: relative;
    padding-left: 60px;
}

.feature-icon {
    width: 45px;
    height: 45px;
    background: #007bff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}

.choose-img {
    max-width: 260px;
    filter: drop-shadow(0px 8px 25px rgba(0,0,0,0.1));
}



/* Testimonial section  */

.testimonial-card {
    max-width: 600px;
    transition: transform .3s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
}

.testimonial-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 4px solid #17a8fc;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    background-color: #17a8fc !important;
    border-radius: 50%;
}

/* Banner section  */

.security-banner {
    width: 100%;
    height: 350px;
    position: relative;
    background-attachment: fixed;
}

.security-banner::before {
    content: "";
    position: absolute;
    inset: 0;
}

.security-banner .container {
    position: relative;
    z-index: 2;
}



/* Blog Section  */

.blog-section {
background: #f8f9fa;
}


.section-title {
font-size: 32px;
font-weight: 700;
margin-bottom: 5px;
}


.section-subtitle {
color: #6c757d;
margin-bottom: 25px;
}


.blog-card {
background: #fff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 8px 20px rgba(0,0,0,0.08);
transition: 0.3s ease;
}


.blog-card:hover {
transform: translateY(-6px);
box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}


.blog-card img {
width: 100%;
height: 220px;
object-fit: cover;
}


.blog-card .content {
padding: 18px;
}
.blog-card .img-box {
    position: relative;
}

.date-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #17a8fc;
    padding: 5px 12px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
}


.blog-card h5 {
font-size: 18px;
font-weight: 600;
margin-bottom: 8px;
}


.blog-card p {
color: #6c757d;
font-size: 14.5px;
}





/* Scroll to top  */

.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #17a8fc;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    text-decoration: none;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    animation: floatUpDown 2.5s ease-in-out infinite;
    opacity: 0;
    visibility: hidden;
}

.scroll-top:hover {
    transform: translateY(-5px) scale(1.1);
    background: #ffffff;
    color: #17a8fc;
}

@keyframes floatUpDown {
    0% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0); }
}
ul{
  list-style: none;
}
a{
  text-decoration: none !important;
}
/* Footer Banner Section */
.footer-banner {
  background-attachment: fixed;
}

.footer-banner h2 {
  font-size: 32px;
}

.footer-banner p {
  font-size: 16px;
  opacity: 0.95;
}

/* Mobile Responsive */
@media (max-width: 576px) {
  .footer-banner h2 {
    font-size: 22px;
  }
  .footer-banner p {
    font-size: 14px;
  }
  .footer-banner-box {
    padding: 22px;
  }
}

/* Footer Section */
.footer {
  background: url(../images/footer-bg2.jpg);
  background-size: cover;
  color: #ffffff;
}
.footer-logo img{
  height: 90px;
  width: 118px;
  background: #fff;
}
.footer .footer-title {
  color: #ffffff;
  font-weight: 700;
}
.footer-title {
  position: relative;
  padding-bottom: 6px;
  display: inline-block;
}

.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px; 
  height: 3px;       
  background: #ffffff;   
  border-radius: 3px;
}

.footer-about {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #ffffff;
}

.footer-social a {
  display: inline-block;
  margin-right: 8px;
  font-size: 1.2rem;
  color: #fff;
  transition: 0.3s ease;
}

.footer-social a:hover {
  color: #17a8fc;
}

.footer-links,
.footer-opening,
.footer-contact {
  list-style: none;
  padding: 0;
}

.footer-links li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 4px 0;
  transition: 0.3s;
}

.footer-links li a:hover {
  color: #030303;
}

.footer-opening li {
  color: #ffffff;
  padding: 4px 0;
}

.footer-opening span {
  float: right;
  color: #fff;
}
.footer-opening i {
  margin-right: 8px;
  color: #17a8fc;
}
.footer-contact li {
  padding: 6px 0;
  color: #ffffff;
}

.footer-contact i {
  margin-right: 8px;
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid #efefef;
  color: #ffffff;
  font-size: 0.9rem;
}

/* loader  */

.full-loader {
  position: fixed;
  inset: 0;
  background: #ffffffee;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.neon-loader {
  width: 55px;
  height: 55px;
  border: 4px solid transparent;
  border-top: 4px solid #0d6efd;
  border-right: 4px solid #00d0ff;
  border-radius: 50%;
  animation: neonSpin 0.9s linear infinite;
}

@keyframes neonSpin {
  100% {
    transform: rotate(360deg);
  }
}



/* Breadcrumb section  */

.inner-banner {
  padding: 80px 0;
  position: relative;
}

.inner-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.inner-banner .container {
  position: relative;
  z-index: 2;
}

.inner-title {
  font-size: 42px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.inner-breadcrumb {
  color: #040404;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.inner-breadcrumb span{
  color: #17a8fc;
}

/* blog details section  */


.blog-details-section {
  background: #fff;
}

.blog-title {
  font-size: 30px;
  font-weight: 700;
  color: #222;
}

.blog-subtitle {
  font-size: 18px;
  color: #555;
  border-left: 4px solid #0d6efd;
  padding-left: 15px;
  margin-bottom: 20px;
}

.blog-details-content ul {
  margin-left: 0;
  padding-left: 18px;
}

.blog-details-img {
  position: relative;
}

.blog-details-img img {
  width: 100%;
  border-radius: 12px;
}

.blog-date {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #0d6efd;
  color: #fff;
  padding: 6px 14px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
}




/* contact section  */
.contact-box {
  background: #fff;
}

.social-icons a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 10px;
  border-radius: 6px;
  color: #fff;
  transition: 0.3s;
}

.social-icons a.facebook {
  background: #1877f2;
}

.social-icons a.instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.social-icons a.whatsapp {
  background: #25D366;
}

.social-icons a.youtube {
  background: #FF0000;
}
.social-icons a.twitter {
  background: #1DA1F2;
}

.social-icons a.linkedin {
  background: #0A66C2;
}

.social-icons a:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}




/* Product details section  */

.product-details-section {
  background: #f8f9fa;
}

.product-title {
  font-weight: 700;
  color: #17a8fc;
}

.product-subtitle {
  color: #555;
  font-size: 1.1rem;
}

.product-desc {
  color: #666;
  line-height: 1.7;
}

.product-details-list {
  padding-left: 18px;
}

.product-details-list li {
  margin-bottom: 8px;
  color: #333;
  list-style: none;
}

.product-img-box img {
  border-radius: 12px;
  transition: transform 0.4s ease;
}

.product-img-box img:hover {
  transform: scale(1.03);
}


