/* ========================== assets/css/styles.css ========================== */

:root {
    --primary-dark: #042e52;   /* deep navy blue */
    --primary-accent: #09aaf7; /* bright cyan blue */
}

html,
body {
    scroll-behavior: smooth;
}

body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    color: #222;
}

/* Navbar */
/* Topbar */
.topbar{
  background:#d6e4eb;
  color:#042e52;
  font-size:0.9rem;
  position:fixed;
  top:0; left:0; right:0;
  z-index:1031;
}

.topbar a{
  color:#042e52;              /* visible on light background */
  text-decoration:none;
  font-weight:600;
}
.topbar a:hover{
  color:#021f37;              /* darker on hover (NOT white) */
  text-decoration:underline;
}

.topbar-address{ line-height:1.25; }
.topbar-phones{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  align-items:center;
}

/* Navbar stays dark */

/* Custom Dropdown */
.dropdown-custom {
  position: relative;
}

.dropdown-custom-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 220px;
  padding: 0;
  margin: 0;
  list-style: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  z-index: 999;
}

.dropdown-custom-menu li a {
  display: block;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
}

.dropdown-custom-menu li a:hover {
  background: #f5f5f5;
}

/* Desktop hover */
.dropdown-custom:hover .dropdown-custom-menu {
  display: block;
}

/* Mobile click support */
@media (max-width: 991px) {
  .dropdown-custom-menu {
    position: static;
    box-shadow: none;
  }

  .dropdown-custom:focus-within .dropdown-custom-menu {
    display: block;
  }
}








.navbar{
  background: var(--primary-dark) !important;
}
.navbar .nav-link{
  color:#f4f4f4 !important;
}
.navbar .nav-link:hover,
.navbar .nav-link.active{
  color: var(--primary-accent) !important;
}

/* IMPORTANT: remove old fixed margin-top */
header .navbar{
  margin-top:0 !important;
}

/* Let navbar sit under topbar dynamically */
#mainNav.navbar.fixed-top{
  top: var(--topbar-height, 28px);
}


/* Sections */
.section-pad {
    padding: 80px 0;
}

.section-title {
    color: var(--primary-dark);
    font-weight: 700;
}

.bg-accent {
    background: var(--primary-accent);
}

.bg-light-blue {
    background: #e6f7fd;
}

/* Buttons */
.btn-brand {
    background: var(--primary-accent);
    color: #fff;
    border: 0;
}

.btn-brand:hover {
    background: var(--primary-dark);
    color: #fff;
}

/* Cards */
/* .service-card {
    border: 1px solid #d4e6ef;
} */

.service-card .card-title {
    color: var(--primary-dark);
}


/* Service Card Enhancements */
.service-card {
    border: none;
    transition: transform .3s ease, box-shadow .3s ease;
  }
  
  .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
  }
  
  .service-img {
    height: 220px;
    object-fit: cover;
    transition: transform .4s ease;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }
  
  .service-card:hover .service-img {
    transform: scale(1.05);
  }
  

/* Lists */
.list-check {
    padding-left: 0;
    list-style: none;
}

.list-check li {
    padding-left: 28px;
    position: relative;
    margin: 8px 0;
}

.list-check li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary-accent);
}

/* Gallery */
.gallery-img {
    transition: transform .3s ease;
}

.gallery-img:hover {
    transform: scale(1.03);
}

/* Footer */
.footer {
    background: var(--primary-dark);
    color: #cfe9f5;
    font-size: 0.95rem;   /* slightly larger */
    line-height: 1.6;
}

.footer .footer-links a {
    color: #cfe9f5;
    text-decoration: none;
}

.footer .footer-links a:hover {
    color: var(--primary-accent);
    text-decoration: underline;
}


/* Footer Enhancements */

  
  .footer-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
  }
  
  .footer-text {
    font-size: 0.95rem;
    color: #e6e6e6;
  }
  
  .footer-links li {
    margin-bottom: .4rem;
  }
  
  .footer-links a {
    font-size: 0.95rem;
    color: #d4e6ef;
  }
  
  
  

/* Carousel caption backdrop */
.carousel-caption {
    background: rgba(4, 46, 82, .55);
    border-radius: .5rem;
}

/* Forms */
.form-control:focus {
    border-color: var(--primary-accent);
    box-shadow: 0 0 0 .2rem rgba(9, 170, 247, .25);
}


/* Readable font class */
.font-readable {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    /*font-weight: 500; /*
    line-height: 1.6;
    /* color: #042e52; */
  }
  #callme {
    position: fixed;
    right: 10px;
   
    width: 70px;
    height: 70px;
    cursor: pointer;
    top:190px;
    z-index: 999999999;
}
#callme #callmeMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgb(207,8,8);
    width: 70px;
    height: 70px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
#callme #callmeMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(https://ss.zadarma.com/callbackWidget/images/mini.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;
}
@-webkit-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-moz-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-webkit-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-moz-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}