/*

Ocean Template

http://www.templatemo.com/tm-420-ocean
	
*/


/* ==========================================================================
    HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.text-muted {
  color: #848b8f;
}
/* ==========================================================================
    Forms
   ========================================================================== */
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="password"] {
  background: #fff;
  color: #999999;
  border: 1px solid #dddddd;
  padding: 12px 15px;
  width: 100%;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-color: #f57e37;
}
label {
  font-weight: normal;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
    Structure & Defaults
   ========================================================================== */
html,
body {
  font-size: 100%;
  width: 100%;
  height: 100%;
}
body {
  background: #f8f9fa;
  color: #2c3e50;
  font-size: 15px;
  line-height: 26px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #0f6bc8;
  text-decoration: none !important;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover {
  color: #2196f3;
}

#products a {
  color: #0066AA;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.3;
}
input.main-button,
.main-button {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 13px 32px;
  color: #ffffff;
  background: linear-gradient(135deg, #0f6bc8 0%, #2196f3 100%);
  outline: 0;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(15, 107, 200, 0.3);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
input.main-button:hover,
.main-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(15, 107, 200, 0.4);
}
/* ==========================================================================
    Header - Modern 2025 Design
   ========================================================================== */
.site-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 1000;
  overflow: hidden;
  padding: 16px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.navbar-logo {
  flex-shrink: 0;
  white-space: nowrap;
}
.navbar-logo a {
  text-decoration: none;
}
.site-header.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* ... existing code ... */
.site-header .logo {
  margin-top: 12px;
}

/* Logo Text Styling - Modern 2025 Branded Design */
.logo-text {
  font-size: 20px;
  font-weight: 900;
  background: linear-gradient(135deg, #0f6bc8 0%, #2196f3 50%, #64b5f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  letter-spacing: -0.3px;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  text-shadow: 0 2px 8px rgba(15, 107, 200, 0.1);
  position: relative;
  display: inline-block;
}

.logo-text::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -8px;
  right: -8px;
  bottom: -2px;
  background: linear-gradient(135deg, rgba(15, 107, 200, 0.1) 0%, rgba(33, 150, 243, 0.05) 100%);
  border-radius: 8px;
  z-index: -1;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.logo-text:hover {
  transform: scale(1.03);
  letter-spacing: 0px;
}

.logo-text:hover::before {
  background: linear-gradient(135deg, rgba(15, 107, 200, 0.15) 0%, rgba(33, 150, 243, 0.1) 100%);
  box-shadow: 0 4px 12px rgba(15, 107, 200, 0.15);
}
.main-menu {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.main-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 40px;
}
.main-menu ul li {
  display: inline-block;
  margin: 0;
  position: relative;
}
.main-menu ul li a {
  font-size: 13px;
  font-weight: 600;
  color: #2c3e50;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  padding: 8px 0;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.main-menu ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #0f6bc8, #2196f3);
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.main-menu ul li a:hover {
  color: #0f6bc8;
}
.main-menu ul li a:hover::after {
  width: 100%;
}
.mobile-menu-toggle {
  flex-shrink: 0;
  margin-left: 20px;
}

/* Hamburger Menu Styling */
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #0f6bc8 0%, #2196f3 100%);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hamburger:hover {
  box-shadow: 0 4px 12px rgba(15, 107, 200, 0.3);
  transform: scale(1.05);
}

.hamburger.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translateY(12px);
  width: 24px;
}

.hamburger.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translateY(-12px);
  width: 24px;
}

.hamburger-line {
  width: 20px;
  height: 2.5px;
  background-color: #ffffff;
  margin: 4px 0;
  border-radius: 3px;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* Mobile Responsive Menu Overlay */
#responsive-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 320px;
  height: 100vh;
  background: linear-gradient(135deg, #0f3a4a 0%, #1a3a52 50%, #0f6bc8 100%);
  z-index: 5000;
  overflow-y: auto;
  transition: right 400ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -4px 0 12px rgba(0, 0, 0, 0.2);
}

#responsive-menu.active {
  right: 0;
}

.responsive-menu-overlay {
  position: fixed;
}

.mobile-menu-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.close-menu {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 32px;
  font-weight: 300;
  color: #ffffff;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1001;
}

.close-menu:hover {
  transform: rotate(90deg) scale(1.1);
  color: #64b5f6;
}

.menu-holder {
  padding: 80px 0 30px 0;
  margin: 0;
  list-style: none;
  flex-grow: 1;
}

.menu-holder li {
  display: block;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-holder li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-holder li a {
  padding: 18px 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.menu-holder li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(180deg, #64b5f6 0%, #ffffff 100%);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-holder li a:hover {
  background: rgba(255, 255, 255, 0.1);
  padding-left: 30px;
}

.menu-holder li a:hover::before {
  opacity: 1;
}

.menu-holder li a i {
  font-size: 16px;
  width: 20px;
  text-align: center;
  color: #64b5f6;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-holder li a:hover i {
  color: #ffffff;
  transform: scale(1.2);
}

/* Mobile Overlay for Menu */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4999;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

ul.social-top {
  padding: 0;
  margin: 20px 0 0 0;
}
ul.social-top li {
  display: block;
}
ul.social-top li a i {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #39c8e2;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
}

.content-section {
  padding-top: 80px;
}
/* Hero Section - Modern Minimalist */
.top-c {
  background: linear-gradient(135deg, #1a472a 0%, #0f6bc8 50%, #2196f3 100%);
  width: 100%;
  height: auto;
  margin-top: 0;
  position: relative;
  z-index: 12;
  padding: 120px 0;
  overflow: hidden;
}
.top-c::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 8s ease-in-out infinite;
}
.top-c::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 10s ease-in-out infinite reverse;
}
.top-c .topc-img {
  margin-top: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  animation: slideInLeft 1s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-c .topc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.top-c .topc-img img:hover {
  transform: scale(1.05);
}
.top-c ul {
  padding: 0;
  margin: 30px 0 0 0;
  list-style: none;
  position: relative;
  z-index: 2;
}
.top-c ul li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.7;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  border-left: 3px solid rgba(255, 255, 255, 0.3);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
}
.top-c ul li:hover {
  background: rgba(255, 255, 255, 0.15);
  border-left-color: rgba(255, 255, 255, 0.6);
  transform: translateX(8px);
}
.top-c ul li i {
  margin-right: 14px;
  color: #64b5f6;
  font-size: 18px;
  flex-shrink: 0;
}
.top-c h3.topc-title {
  font-size: 48px;
  color: #ffffff;
  font-weight: 800;
  margin: 0 0 25px 0;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  animation: slideInUp 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.top-c > .container > .row > div:last-child > p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 17px;
  line-height: 1.8;
  position: relative;
  z-index: 2;
  margin-bottom: 35px;
  animation: slideInUp 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s backwards;
}
.top-c .main-button {
  animation: slideInUp 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s backwards;
}
/* Services Section - Modern Grid */
#services {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 10;
  margin-top: 0;
}
#services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.05) 50%, transparent 100%);
}
#services .service-item {
  padding: 40px 30px;
  border-radius: 12px;
  background: #f8f9fa;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
#services .service-item:hover {
  background: linear-gradient(135deg, #f0f4ff 0%, #e8f0ff 100%);
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(15, 107, 200, 0.15);
  border-color: rgba(33, 150, 243, 0.2);
}
#services .service-item .service-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #2196f3;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(15, 107, 200, 0.1) 0%, rgba(33, 150, 243, 0.1) 100%);
  font-size: 40px;
  margin: 0 auto 25px;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
#services .service-item:hover .service-icon {
  background: linear-gradient(135deg, #0f6bc8 0%, #2196f3 100%);
  color: white;
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 8px 20px rgba(15, 107, 200, 0.3);
}
#products {
  background: url(../images/products-bg.png) no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 11;
  color: #ffffff;
  padding-top: 200px;
  padding-bottom: 120px;
  margin-top: -120px;
}
/*#products .product-left .image-product {
  float: left;
  margin-right: 40px;
}
#products .product-right .image-product {
  float: right;
  margin-left: 40px;
}
#products .image-product {
  width: 192px;
  overflow: hidden;
}
#products .image-product img {
  width: 100%;
}
#products .product-content {
  overflow: hidden;
}*/

#products .product-content {
  padding-left: 0;
  padding-right: 0;
}
#products .product-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 5px 0;
}
#products .product-content span {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 20px;
}
#products .product-content p {
  text-align: justify;
}

.video-feature {
  padding: 90px 0;
  background: url(../images/video-bg.png) no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 12;
  margin-top: -60px;
}

#contact {
  color: #ffffff;
  background: url(../images/contact-bg.png) no-repeat top center;
  background-size: cover;
  margin-top: -40px;
  padding-bottom: 100px;
  position: relative;
  z-index: 14;
}
#contact .section-header {
  margin-bottom: 80px;
}
#contact .section-header p {
  width: 70%;
  margin: 0 auto;
}
#contact h2.section-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
#contact p {
  margin-bottom: 30px;
}
#contact a:hover,
#faq a:hover {
  color: #ffffff;
}
#contact ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#contact ul li {
  margin-bottom: 0.5em;
}
#contact ul li i {
  color: #39c8e2;
  margin-right: 10px;
}
#contact input[type=text],
#contact input[type=email],
#contact textarea {
  color: #fff;
  border: 1px solid #000;
  background: transparent;
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
#contact input[type=text]:focus,
#contact input[type=email]:focus,
#contact textarea:focus {
  border-color: #39c8e2;
}
#contact textarea {
  padding: 15px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
#contact textarea:focus {
  outline: 0;
}
.site-footer {
  background: url(../images/footer-bg.png) no-repeat bottom;
  background-size: cover;
  color: #ffffff;
  position: relative;
  z-index: 7px;
  margin-top: -55px;
  padding: 30px 0;
}
.site-footer p {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.6;
}

.site-footer strong {
  font-size: 16px;
  font-weight: 700;
  color: #39c8e2;
}


@media (max-width: 992px) and (min-width: 780px) {
	.container {
		width: 96%;
	}
}

/*  Medium devices (desktops, 992px and up)  */

@media (max-width: 992px) {

  .main-menu ul li {
    margin: 0 10px;
  }
  .menu-holder {
    overflow: hidden;
  }
/*  ul.social-top {
    display: none;
  }*/
  .main-menu {
    text-align: right;
  }
  /* Social icons removed */
  .top-c {
  	background-image: none;
    background-color: #39c8e2;
	background-position: top;
	height: auto;
    padding-bottom: 60px;
  }
  .top-c .topc-img {
    margin-top: 100px;
  }
  .top-c h3.topc-title {
    margin-top: 100px;
  }
  #services {
/*  background-image: none;
    background-color: #ececec;	*/
    margin-top: 0;
	padding-top: 100px;
    padding-bottom: 60px;
  }
  #services .service-item {
    margin-bottom: 40px;
  }
  #products {
    margin-top: 0;
/*	background-image: none;
    background-color: #39c8e2;	*/
    padding-bottom: 60px;
    padding-top: 100px;
  }
  #products .product-left {
    margin-bottom: 60px;
  }
  .video-feature {
    margin-top: 0;
/*	background-image: none;
    background-color: #243b4e;	*/
  }
  .video-feature iframe {
    width: 100%;
  }
  #contact {
    margin-top: 0;
/*	background-image: none;  
    background-color: #14282b;	*/
  }
  #contact .section-header p {
    display: none;
  }
  #contact .contact-info {
    margin-bottom: 60px;
  }
  .site-footer {
/*  background-image: none; 	*/
    background-color: #111a1f;
    margin-top: 0;
    padding: 15px 0;
  }
}
/*  Small devices (tablets, 768px and up)  */
@media (max-width: 768px) {
  .top-c {
    text-align: center;
  }
  .top-c .topc-img {
    margin-top: 60px;
    margin-left: 70px;
  }
  .top-c h3.topc-title {
    margin-top: 60px;
  }
  .site-header {
    padding: 12px 0;
  }
  .navbar-logo {
    margin-right: 0;
  }
  .logo-text {
    font-size: 16px;
  }
  .main-menu ul {
    gap: 20px;
  }
  .main-menu ul li a {
    font-size: 12px;
  }
  .site-header .logo {
    margin-top: 20px;
  }
  ul.social-top li {
    display: inline-block;
    margin-right: 6px;
  }
  /* Services Grid - Mobile Responsive */
  #services .service-item {
    margin-bottom: 20px;
    padding: 30px 20px;
  }
  #services .service-item .service-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 32px;
    margin: 0 auto 20px;
  }
  #services h3.service-title {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  #services .service-item p {
    font-size: 13px;
  }
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

/* Extra Small Devices (Phones, up to 576px) */
@media (max-width: 576px) {
  #services {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #services .service-item {
    margin-bottom: 20px;
    padding: 25px 15px;
  }
  #services .service-item .service-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    margin: 0 auto 15px;
  }
  #services h3.service-title {
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: 8px;
  }
  #services .service-item p {
    font-size: 12px;
    line-height: 1.5;
  }
  .top-c h3.topc-title {
    font-size: 32px;
  }
  .top-c > .container > .row > div:last-child > p {
    font-size: 15px;
  }
}


#services h3.service-title {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 12px;
  letter-spacing: 0.2px;
}
#services .service-item p {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* Why Us / About Section - Modern Design */
#why-us {
  background: #f8f9fa;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 11;
  margin-top: 0;
}
#why-us .product-content h3 {
  font-size: 22px;
  color: #1a1a1a;
  font-weight: 700;
  margin: 0 0 15px 0;
  line-height: 1.3;
}
#why-us .product-content p {
  color: #555;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}
#why-us i {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, #0f6bc8 0%, #2196f3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Service Area / Coverage - Modern Map & Grid */
#coverage {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 12;
  margin-top: 0;
}
#coverage h2 {
  font-size: 32px;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 20px;
}
#coverage > .container > .row:first-child p {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}
#coverage h4 {
  color: #0f6bc8;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
#coverage .video {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* FAQ Section - Modern Interactive */
#faq {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 14;
  margin-top: 0;
}
#faq h2.section-title {
  font-size: 32px;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: none;
}
#faq > .container > .row:first-child p {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 50px;
}
.faq-item {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item:hover {
  background: linear-gradient(135deg, #f0f4ff 0%, #e8f0ff 100%);
  border-color: rgba(33, 150, 243, 0.2);
  box-shadow: 0 8px 20px rgba(15, 107, 200, 0.1);
}
.faq-item h4 {
  color: #0f6bc8;
  font-size: 16px;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.5;
  cursor: pointer;
  font-weight: 700;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item h4:hover {
  color: #2196f3;
}
.faq-item p {
  color: #555;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
  display: none;
}
.faq-item p.active,
.faq-item:hover p {
  display: block;
}

/* Footer - Modern Design */
.site-footer {
  background: linear-gradient(135deg, #0f3a4a 0%, #1a3a52 50%, #0f6bc8 100%);
  color: #ffffff;
  position: relative;
  z-index: 7;
  margin-top: 80px;
  padding: 80px 0 40px;
}
.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
}
.footer-content {
  text-align: center;
  animation: slideInUp 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-brand {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 30px 0;
  background: linear-gradient(135deg, #64b5f6 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.5px;
  display: inline-block;
  padding: 10px 0;
  text-transform: uppercase;
  position: relative;
  animation: slideInDown 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-brand::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #64b5f6 50%, transparent 100%);
  border-radius: 2px;
}
.footer-brand::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
  border-radius: 1px;
}
.footer-info {
  margin-bottom: 30px;
}
.site-footer p {
  margin: 15px 0;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-address,
.footer-contact,
.footer-hours,
.footer-website {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.footer-address i,
.footer-contact i,
.footer-hours i,
.footer-website i {
  color: #64b5f6;
  font-size: 16px;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}
.footer-contact a,
.site-footer a {
  color: #64b5f6;
  text-decoration: none;
  font-weight: 600;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-contact a:hover,
.site-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer-divider {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(100, 181, 246, 0.6) 50%, transparent 100%);
  margin: 30px auto;
}
.footer-copyright {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.3px;
  margin: 0 !important;
  padding-top: 20px;
}


/* Mobile Menu - Modern Design */
#responsive-menu {
  top: 0;
  width: 280px;
  height: 100%;
  background: #ffffff;
  position: fixed;
  z-index: 5500;
  right: -1500px;
  display: none;
  overflow: auto;
  box-shadow: -4px 0 15px rgba(0, 0, 0, 0.1);
}
#responsive-menu ul {
  padding: 80px 0 20px 0;
  margin: 0;
  list-style: none;
}
#responsive-menu ul li {
  display: block;
  margin-bottom: 4px;
}
#responsive-menu ul li a {
  padding: 14px 20px;
  background: linear-gradient(135deg, #0f6bc8 0%, #2196f3 100%);
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 6px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.3px;
  margin: 0 10px;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
#responsive-menu ul li a:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 15px rgba(15, 107, 200, 0.3);
}
#responsive-menu ul li a i {
  margin-right: 12px;
  font-size: 16px;
}
a#mobile_menu {
  font-size: 24px;
  background: linear-gradient(135deg, #0f6bc8 0%, #2196f3 100%);
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 14px;
  right: 15px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(15, 107, 200, 0.3);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
a#mobile_menu:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 18px rgba(15, 107, 200, 0.4);
}

/* Service Detail Sections */
/* Why Us Section - Modern Card Design */
#why-us {
  background: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
}
.why-us-card {
  padding: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f8f9fa 0%, #f0f4ff 100%);
  border: 1px solid rgba(15, 107, 200, 0.1);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.why-us-card:hover {
  transform: translateY(-8px);
  background: linear-gradient(135deg, #fff 0%, #f0f4ff 100%);
  box-shadow: 0 12px 30px rgba(15, 107, 200, 0.15);
  border-color: rgba(33, 150, 243, 0.3);
}
.why-us-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #0f6bc8;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(15, 107, 200, 0.12) 0%, rgba(33, 150, 243, 0.12) 100%);
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(15, 107, 200, 0.1);
}
.why-us-card:hover .why-us-icon {
  transform: scale(1.15) rotate(-5deg);
  color: white;
  background: linear-gradient(135deg, #0f6bc8 0%, #2196f3 100%);
  box-shadow: 0 12px 30px rgba(15, 107, 200, 0.35);
}
#why-us h2 {
  animation: slideInUp 800ms cubic-bezier(0.4, 0, 0.2, 1);
}
#why-us .why-us-card {
  animation: slideInUp 800ms cubic-bezier(0.4, 0, 0.2, 1) backwards;
}
#why-us .col-md-6:nth-child(1) .why-us-card {
  animation-delay: 100ms;
}
#why-us .col-md-6:nth-child(2) .why-us-card {
  animation-delay: 200ms;
}
#why-us .row:nth-child(2) .col-md-6:nth-child(1) .why-us-card {
  animation-delay: 300ms;
}
#why-us .row:nth-child(2) .col-md-6:nth-child(2) .why-us-card {
  animation-delay: 400ms;
}

.service-detail-section {
  padding: 100px 0;
  position: relative;
  background: #ffffff;
}
.service-detail-section:nth-child(even) {
  background: #f8f9fa;
}
.service-detail-section h2 {
  animation: slideInUp 800ms cubic-bezier(0.4, 0, 0.2, 1);
}
.service-detail-section ul li {
  transition: all 300ms ease;
}
.service-detail-section ul li:hover {
  padding-left: 40px;
  color: #0f6bc8;
}
.service-detail-image {
  animation: slideInLeft 800ms cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* CTA Section Styling */
.cta-section {
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}
.cta-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}
.cta-section h2,
.cta-section p,
.cta-section a {
  position: relative;
  z-index: 2;
}
.main-button-secondary {
  padding: 12px 30px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  display: inline-block;
}
.main-button-secondary:hover {
  background: #0f6bc8 !important;
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15, 107, 200, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .service-detail-section {
    padding: 60px 0;
  }
  .service-detail-section h2 {
    font-size: 24px !important;
  }
  .service-detail-image {
    margin-bottom: 30px;
  }
  .cta-section {
    padding: 50px 0 !important;
  }
  .cta-section h2 {
    font-size: 24px !important;
  }
  .cta-section p {
    font-size: 16px !important;
  }
  #why-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .why-us-card {
    padding: 30px;
    margin-bottom: 20px;
  }
  .why-us-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
  }
  #why-us h2 {
    font-size: 26px !important;
  }
}
