/*
Generat Settings
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
  
      /* Preloader container */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d5322d; /* Updated to match your images */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.3s ease;
}

/* Stylish and modern spinner */


/* Eye-catching site name styling */
.site-name {
  color: #fff;
  font-size: 2.5rem; /* responsive sizing */
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* subtle shadow for depth */
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .spinner {
    width: 60px;
    height: 60px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-top: 5px solid #fff;
  }

  .site-name {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #fff;
  }

  .site-name {
    font-size: 1.5rem;
  }
}


  
 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }

  html, body {
    overflow-x:hidden;
    width:100%;
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
 
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }


  /* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.gallery-caption {
  position: relative;
}
.bypostauthor {
  position: relative;
}


.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}

table{
  width: 100%;
}
.widgets_grid_box .widget_categories ul:before, .widgets_grid_box .widget_meta ul:before, .widgets_grid_box .widget_archive ul:before{
  clear: both;
  content: '';
  overflow: auto;
}

.widgets_grid_box  ul ul.children{
  padding: 0px 0px 0px 5px!important;
  border-radius: 0px;
  border: 0px!important;
  
}

.widgets_grid_box .widget_categories ul li ,
.widgets_grid_box .widget_archive ul li{
  text-align: right;
}

.widgets_grid_box .widget_categories ul li a ,
.widgets_grid_box .widget_archive ul li a{
  float: left;
}
.post-password-form label{
width: 100%;
}
input[type="password"]{
  width: 100%;
}
.wp-block-button{
  margin-bottom: 15px;
}
.has-background-dim ,
.has-background-dim p{
  color: #fff;
}

.col-lg-12.padding_zero{
  padding: 0px;
}
.sec_comments .col-lg-12{
  padding: 0px;
}

.video-section {
    position: relative;
    height: 90vh;
    display: flex;
    align-items: center;
    color: #fff;
}

.video-background {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-background .overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); /* dark overlay for text visibility */
    z-index: 2;
}

.video-section .auto-container {
    position: relative;
    z-index: 3;
}
.services-new {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  padding: 50px 20px;
}

.service-box {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 18px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  transform: translateY(20px);
  opacity: 0;
  animation: fadeInUp 0.8s forwards;
}

/* Fade-in animation */
.service-box:nth-child(1){ animation-delay: 0.1s; }
.service-box:nth-child(2){ animation-delay: 0.2s; }
.service-box:nth-child(3){ animation-delay: 0.3s; }
.service-box:nth-child(4){ animation-delay: 0.4s; }

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(25px); }
  to { opacity: 1; transform: translateY(0); }
}

/* NEW: Hover background color effect */
.service-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #2957a4cc, #0d93c5cc);
  opacity: 0;
  transition: 0.35s ease-in-out;
  z-index: 0;
}

/* Show overlay on hover */
.service-box:hover::before {
  opacity: 1;
}

/* Ensure content stays above overlay */
.service-box * {
  position: relative;
  z-index: 2;
}

/* Hover Effect with Blue Shade */
.service-box:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 12px 35px rgba(41, 87, 164, 0.25);
}

/* ICON DESIGN */
.icon-wrap {
  width: 75px;
  height: 75px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2957a4, #0d93c5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  color: #fff;
  animation: floatIcon 3s ease-in-out infinite;
}

@keyframes floatIcon {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.service-box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2957a4;
  margin-bottom: 12px;
}

.service-box p {
  color: #444;
  font-size: 15px;
  margin-bottom: 18px;
}/* Image Box */
./* ================================
   MODERN PREMIUM IMAGE CARD
================================= */
.image_card_pro {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  height: 520px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.18);
  transition: 0.4s ease;
  background: #fff;
}

/* Smooth Lift Effect */
.image_card_pro:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 55px rgba(0,0,0,0.25);
}

/* Hero Image */
.image_card_pro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.45s ease;
}

/* Zoom on hover */
.image_card_pro:hover img {
  transform: scale(1.12);
}

/* ---------- About Modern - Fixed CSS ---------- */

/* Ensure class selector has dot (common mistake) */
.image_box_modern {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0,0,0,0.15);
  background: #fff;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  height: 520px; /* keeps consistent height with your design */
}

/* the main image */
.image_box_modern .modern-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* Zoom on Hover */
.image_box_modern:hover .modern-img {
  transform: scale(1.06);
  will-change: transform;
}

/* Floating Badge */
.exp_badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: linear-gradient(135deg, #2957a4, #0d93c5);
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  z-index: 4;
}

.exp_badge h2 {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

/* RIGHT SIDE CONTENT */
.title_area_modern .subtitle_modern {
  color: #f58634;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}

.main_title_modern {
  font-size: 32px;
  font-weight: 800;
  color: #2957a4;
  margin-bottom: 15px;
}

.desc_modern {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* Feature Boxes */
/* Feature Boxes with New Colors */
.feature_box_modern {
  background: #2957a4;        /* 🔵 Background blue */
  padding: 22px;
  border-radius: 14px;
  margin-bottom: 20px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Hover Effect */
.feature_box_modern:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.25);
}

/* Heading */
.feature_box_modern h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #f58634;             /* 🟠 Heading orange */
}

/* Paragraph Text */
.feature_box_modern p {
  color: #ffffff;             /* White text for readability */
  line-height: 1.6;
  margin-top: 5px;
}



/* Read More Button */
.modern-btn {
  background: #f58634;
  color: #fff;
  padding: 12px 28px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
  font-weight: 600;
}

.modern-btn:hover {
  background: #0d93c5;
  transform: translateY(-4px);
}

/* ---------------- Extra card elements ---------------- */
.image_card_pro {
  /* optional extra lift */
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.image_card_pro:hover { transform: translateY(-6px); }

/* Floating circular icon top-right */
.card_icon_circle {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  z-index: 5;
}
.card_icon_circle i { color: #2957a4; font-size: 20px; }

/* Bottom title badge */
.card_title_badge {
  position: absolute;
  left: 20px;
  bottom: 90px;
  padding: 12px 18px;
  background: rgba(255,255,255,0.95);
  border-radius: 10px;
  z-index: 5;
  backdrop-filter: blur(4px);
}
.card_title_badge h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #2957a4;
}
.about-modern-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .image_box_modern { height: 420px; }
  .card_title_badge { bottom: 70px; left: 15px; padding: 10px 14px; }
  .exp_badge { bottom: 14px; left: 14px; padding: 10px 14px; }
}
@media (max-width: 575px) {
  .image_box_modern { height: 300px; border-radius: 12px; }
  .card_icon_circle { width: 48px; height: 48px; top: 12px; right: 12px; }
  .exp_badge h2 { font-size: 16px; }
}

/* Section Background */
.section-bg {
    background: linear-gradient(135deg, #2957a4 0%, #0d93c5 50%, #f58634 100%);
    padding: 40px 0;
}

/* Button Styling */
.new-btn {
    background: #f58634;
    padding: 10px 25px;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s;
}
.new-btn:hover {
    background: #0d93c5;
    color: #fff;
}

/* Product Card */
.product-card {
    background: #fff;
    border-radius: 16px;
    padding: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transition: transform 0.4s ease;
}
.product-card:hover {
    transform: translateY(-10px);
}

/* Product Image Box */
.product-img {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

/* Image Zoom Animation */
.product-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.product-card:hover img {
    transform: scale(1.12);
}

/* Gradient Overlay */
.product-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(transparent, rgba(0,0,0,0.6));
    border-radius: inherit;
    transition: 0.3s;
}

/* Zoom Icon */
.zoom-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f58634;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
}
.product-card:hover .zoom-btn {
    opacity: 1;
}














/* Title */
.p-title {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #2957a4;
    text-align: center;
}


/* Read more button */
.more-btn {
  color: #f58634;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}

.more-btn:hover {
  letter-spacing: 1px;
  color: #0d93c5;
}
.expertise {
    position: relative;
    padding: 80px 0;
    color: #fff;
}

.expertise-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.expertise-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.expertise-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55); /* Dark overlay */
    z-index: 1;
}

.expertise .auto-container {
    position: relative;
    z-index: 2;
}

.enquiry-form-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 10px 25px rgba(0,0,0,0.2);
    color: #333;
}

.enquiry-form-box h3 {
    margin-bottom: 20px;
    color: #2957a4; /* brand color */
}

.enquiry-form-box .form-control {
    margin-bottom: 15px;
    padding: 12px;
    border-radius: 6px;
}

.submit-btn {
    width: 100%;
    padding: 12px;
    background: #f58634;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #0d93c5;
}
.industry-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.10);
    transition: all 0.3s ease-in-out;
}

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

.industry-card:hover img {
    transform: scale(1.12);
    filter: brightness(70%);
}

.industry-card .info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 18px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: #fff;
    transition: 0.4s ease;
}

.industry-card h4 {
    color: #f58634;
    font-weight: 700;
    margin-bottom: 5px;
}

.industry-card p {
    font-size: 14px;
    margin: 0;
}
/* ====================== TOPBAR ====================== */
/* ==========================================
   TOP BAR STYLING
========================================== */
.top_bar {
    background: #2957A4 !important;
    padding: 6px 0;
    color: #fff;
}

.top_bar .text a,
.top_bar small {
    color: #fff !important;
    font-weight: 500;
}

/* ===============================
   RESET
=============================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ===============================
   HEADER BASE
=============================== */
.main-header {
    position: sticky;   /* keeps it fixed on top */
    top: 0;             /* distance from top */
    z-index: 9999;      /* above other elements like hero image */
    background: #fff;   /* optional: keep background solid */
    width: 100%;
}


.header-container {
  max-width: 1200px;
  margin: auto;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ===============================
   LOGO
=============================== */
.logo img {
  max-height: 80px;
  width: auto;
}

/* ===============================
   NAV MENU
=============================== */
.nav-menu ul {
  list-style: none;
  display: flex;
  align-items: center;
}

.nav-menu ul li {
  position: relative;
}

.nav-menu ul li a {
  padding: 12px 18px;
  display: block;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.nav-menu ul li a:hover {
  color: #EE8102;
}

/* ===============================
   DROPDOWN
=============================== */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  display: none;
  z-index: 999999;
}

.dropdown-menu li a {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
}



/* Optional: Remove hover on desktop if using click */
@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block; /* keep hover if you want */
  }
}
/* Hide dropdown by default */
.nav-menu .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;      /* right below parent menu item */
    left: 0;
    background: #fff;
    z-index: 10000; /* above hero image */
    min-width: 200px; /* optional width */
}

/* Show only when dropdown has 'open' class */
.dropdown.open .dropdown-menu {
    display: block;
}


/* ===============================
   HAMBURGER
=============================== */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  width: 28px;
  height: 3px;
  background: #000;
  margin: 5px 0;
}

/* ===============================
   MOBILE MENU
=============================== */
@media (max-width: 992px) {

  .hamburger {
    display: flex;
  }

  .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    flex-direction: column;
    z-index: 999999;
  }

  .nav-menu.active {
    display: flex;
  }

  .nav-menu ul {
    flex-direction: column;
  }

  .nav-menu ul li a {
    padding: 12px 20px;
    border-bottom: 1px solid #eee;
  }

  /* Mobile dropdown */
  .dropdown-menu {
    position: static;
    box-shadow: none;
    display: none;
  }

  /* Show dropdown only when .open is added */
.dropdown.open > .dropdown-menu {
  display: block;
}
}
/* WhatsApp Button */
.navbar_whatsapp_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    background-color: #25D366; /* WhatsApp green */
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.navbar_whatsapp_btn i {
    margin-right: 6px;
    font-size: 16px;
}

/* Hover effect */
.navbar_whatsapp_btn:hover {
    background-color: #1ebe57;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Optional: Fixed WhatsApp button on bottom-right */
/* ===============================
   FLOATING WHATSAPP BUTTON
=============================== */
.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    text-decoration: none;
    z-index: 99999;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

/* Hover Effect */
.whatsapp-float:hover {
    background-color: #1ebe57;
    transform: scale(1.1);
    color: #fff;
}

/* Mobile Adjust */
@media (max-width: 768px) {
    .whatsapp-float {
        right: 15px;
        bottom: 15px;
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}


.header-quote-btn {
  margin-left: 20px; /* spacing from nav */
}

.header-quote-btn .btn-quote {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff6600; /* orange color */
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.header-quote-btn .btn-quote:hover {
  background-color: #e65c00;
  color: #fff;
}

/* ===== Architectural Section ===== */
.arch-section {
  padding: 40px 0;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

.arch-section .container {
  max-width: 1100px;
  margin: auto;
  padding: 0 15px;
}

.arch-title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.arch-line {
  border: none;
  border-top: 1px solid #444;
  margin-bottom: 20px;
}

.arch-meta p {
  margin: 4px 0;
  font-size: 14px;
  color: #000;
}

/* Grid */
.arch-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 30px;
}

/* Box */
.arch-box {
  text-align: center;
}

.arch-box h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.arch-box img {
  width: 100%;
  max-width: 320px;
  height: auto;
  border: 1px solid #ddd;
  padding: 5px;
  background: #fff;
}

.arch-size {
  margin-top: 10px;
  font-size: 13px;
  color: #000;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .arch-grid {
    grid-template-columns: 1fr;
  }

  .arch-box img {
    max-width: 100%;
  }
}

.section-title-sm {
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

/* Nickel Chart */
.nickel-chart-box img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

/* Certificate Box */
.certificate-box {
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transition: transform .3s ease;
}

.certificate-box:hover {
    transform: translateY(-5px);
}

/* PDF Embed */
.certificate-box embed {
    width: 100%;
    height: 450px;
    border: none;
    border-radius: 8px;
}

/* Responsive */
@media (max-width: 768px) {
    .certificate-box embed {
        height: 260px;
    }
}
