.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== CIVIL THIKADAR HERO SECTION ===== */
.ct-hero {
    min-height: 550px;
    display: flex;
    align-items: center;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

/* Dark overlay */
.ct-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(5, 20, 45, 0.85),
        rgba(5, 20, 45, 0.4)
    );
    z-index: 1;
}

.ct-hero > .elementor-container {
    position: relative;
    z-index: 2;
}

/* Left content */
.ct-hero-left {
    color: #ffffff;
}

/* Headings */
.ct-hero h1,
.ct-hero h2 {
    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}

.ct-hero .highlight {
    color: #ffc107;
}

/* Description text */
.ct-hero p {
    font-size: 17px;
    color: #e0e0e0;
    margin-bottom: 15px;
}

/* Location line */
.ct-hero .location {
    color: #ffc107;
    font-size: 16px;
    margin-bottom: 25px;
}

/* Buttons common */
.ct-hero .elementor-button {
    padding: 14px 26px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

/* Call Now Button */
.ct-btn-call .elementor-button {
    background: #ffc107;
    color: #000;
}

.ct-btn-call .elementor-button:hover {
    background: #ffb300;
    transform: translateY(-2px);
}

/* Get Estimation Button */
.ct-btn-estimate .elementor-button {
    background: #222;
    color: #fff;
    margin-left: 10px;
}

.ct-btn-estimate .elementor-button:hover {
    background: #000;
    transform: translateY(-2px);
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {
    .ct-hero {
        min-height: 420px;
        text-align: center;
        background-position: center;
    }

    .ct-hero h1,
    .ct-hero h2 {
        font-size: 30px;
    }

    .ct-btn-estimate .elementor-button {
        margin-left: 0;
        margin-top: 10px;
    }
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background: #ffffff;
  color: #222;
  line-height: 1.6;
}

/* Container */
.container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

/* Header */
.header {
  background: #ffffff;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}

/* Buttons */
.btn {
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  border: 1px solid #000;
  color: #000;
  font-weight: 600;
}

.btn.primary {
  background: #000;
  color: #fff;
}

/* Hero */
.hero {
  padding: 80px 0;
  text-align: center;
}

.hero h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.hero p {
  color: #555;
  margin-bottom: 20px;
}

/* Services */
.services {
  padding: 60px 0;
  background: #fafafa;
}

.services h2 {
  text-align: center;
  margin-bottom: 30px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.card {
  background: #ffffff;
  border: 1px solid #eee;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  font-weight: 600;
}

/* Footer */
.footer {
  text-align: center;
  padding: 20px;
  border-top: 1px solid #eee;
  margin-top: 40px;
}/* End custom CSS */