

/*******************************************************/
/************ REMOVE GLOBAL TEXT STROKE ****************/
/*******************************************************/

/* Kill text stroke everywhere */
* {
  -webkit-text-stroke: 0 !important;
  text-stroke: 0 !important;
}

/* Kill grey shadow outline everywhere */
body,
h1, h2, h3, h4, h5, h6,
p, span, a, li,
.giant-text,
.section-title h2,
.classic-fill,
.about-stroke {
  text-shadow: none !important;
  filter: none !important;
}

/*======= About =======*/
.about-area .about-paragraph {
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.75;
    hyphens: auto;
}


/*======= Home Service =======*/


.logo{
    width:200px;
    height: 100px;;
}
/* Main section heading */
.section-heading h2 {
    color: #ffffff !important;
}

/* Service title headings */
.carousel-caption h6 {
    color: #F31515 !important;
}
.carousel-caption p {
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.6;
}

.text-white-heading {
  color: #ffffff!important;
}

/* Section background */
.homeproject-area {
    background: #ffffff !important;
}

/* ----Timeline Text Css Starts Here---- */
/* Override only this section heading */
.section-heading-1 .section-title h2 {
    color: #000000;
}

.section-heading-1 .button {
    margin-left: auto;
    text-align: right;
}


/* Default (all tabs) → Black text + Black underline */
.project-filter .nav-link {
    color: #000000 !important;
    border-bottom: 2px solid #000000 !important;
    padding-bottom: 6px; /* adjust if needed */
}

/* Active tab (current selected filter) → Red text + Red underline */
.project-filter .nav-item.current .nav-link,
.project-filter .nav-link.active {
    color: #F31616 !important;         /* red text */
    border-bottom: 2px solid #F31616 !important;  /* red underline */
}


/* Black box with rounded 15% radius */
.apartment-content {
    background: #000000 !important;   /* force black */
    border-radius: 15px !important;    /* rounded corners */
    padding: 40px 30px;
    text-align: center;
}

/* White heading */
.apartment-content .pro-title h4,
.apartment-content .pro-title h4 a {
    color: #ffffff !important;
}
/**** Products Section Responsive Query ****/

@media (max-width: 575px) {
    .item .apartment-content {
        padding-top: 18%;
    }
}
@media (max-width: 767px) {
    .glass-contact-wrap .glass-title {
        font-size: 22px;
    }
}

/**** Products Section Responsive Query Ends ****/

/* White/light paragraph text */
.apartment-content .pro-title p {
    color: #f5f5f5 !important;
}

/* REMOVE grey background your template adds */
.apartment-content .pro-title {
    background: transparent !important;
}

/* OPTIONAL – remove any padding box from theme */
.pro-title {
    padding: 0 !important;
    margin: 0 !important;
}



/* White paragraph + justify */
.apartment-content .pro-title p {
    color: #f5f5f5 !important;
    text-align: justify !important;
}

/* Remove grey background */
.apartment-content .pro-title {
    background: transparent !important;
}

/* Remove extra spacing if needed */
.pro-title {
    padding: 0 !important;
    margin: 0 !important;
}


/* ===== Service Section Heading – White Text Override ===== */

.service-area .section-title .text-white-heading {
  color: #ffffff;
}

.products-head{
  color: #000000;
}
/* ----Latest Works carousel-caption Css Starts Here---- */

/* Image wrapper */
.interior-act {
  position: relative;
  overflow: visible;
}

/* Caption holder – fixed inside image */
.carousel-caption-1 {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 10;
}

/* Icon + popup container */
.Social-Btn {
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* Info icon box */
.svgContainer {
  width: 44px;
  height: 44px;
  border-radius: 12px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.35);

  cursor: pointer;
  z-index: 2;
}

.svgContainer i {
  font-size: 20px;
  color: #fff;
}

/* Hover description box (ABOVE icon) */
.BG {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;

  min-width: 240px;
  max-width: 360px;

  padding: 14px 20px;

  background: rgba(0, 0, 0, 0.88);
  border-radius: 14px;


  color: #fff;

  display: flex;
  flex-direction: column;
  gap: 4px;

  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;

  transition: opacity 0.35s ease, transform 0.35s ease;
}

/* Arrow pointing to icon */
.BG::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 18px;
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0.85);
  transform: rotate(45deg);
}

/* Text styles */
.BG .small-text {
  font-size: 12px;
  color: #F31515;
  line-height: 1.3;
}

.BG .big-text {
  font-size: 16px;
  font-weight: 600;
    line-height: 1.45;
  letter-spacing: 0.2px;
  white-space: normal;
  word-break: break-word;
}

/* Show popup on hover */
.Social-Btn:hover .BG {
  opacity: 1;
  transform: translateY(0);
}

/* Image zoom on hover (reference style) */
.interior-act img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.35, 1);
}

.interior-act:hover img {
  transform: scale(1.1);
}

/* Mobile safety */
@media (max-width: 768px) {
  .carousel-caption-1 {
    bottom: 12px;
    left: 12px;
  }

  .BG {
    min-width: 220px;
    max-width: 260px;
  }

  .BG .big-text {
    font-size: 18px;
  }
}

/* ----Latest Works carousel-caption Css Ends Here---- */
/* ================================================= */
/* Duplicate carousel-caption styles for caption-1 */
/* ================================================= */

.interior-area .carousel-caption-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: unset;
  width: fit-content;
  max-width: 430px;
  background:transparent;
  padding: 32px;
  text-align: left;
}

/* 3D rotate hidden state */
.interior-area .carousel-item .interior-act:first-child .carousel-caption-1,
.interior-area .carousel-item .interior-act:last-child .carousel-caption-1 {
  transform: perspective(250px) rotateY(-90deg);
  transition: all 400ms ease-in-out;
}

/* Show on hover */
.interior-area .carousel-item .interior-act:first-child:hover .carousel-caption-1,
.interior-area .carousel-item .interior-act:last-child:hover .carousel-caption-1 {
  transform: perspective(250px) rotateY(0deg);
}

/* Middle item always visible */
.interior-area .carousel-item .interior-act:nth-child(2) .carousel-caption-1 {
  display: block;
}

/* First & last column spacing */
.interior-area .carousel-item .interior-act:first-child {
  padding-right: 64px;
  width: 25%;
}

.interior-area .carousel-item .interior-act:last-child {
  padding-left: 64px;
  width: 25%;
}

.interior-area .carousel-item .interior-act:first-child .carousel-caption-1 {
  right: 63px;
}

.interior-area .carousel-item .interior-act:last-child .carousel-caption-1 {
  margin-left: 64px;
}

/* Subtitle line */
.interior-area .carousel-caption-1 .sub-title {
  display: inline-flex;
  align-items: center;
  color: var(--primary-color);
  text-transform: uppercase;
}

.interior-area .carousel-caption-1 .sub-title:before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--primary-color);
  margin-right: 16px;
}

/* ================= Responsive ================= */

@media only screen and (max-width: 1199px) {
  .interior-area .carousel-item .interior-act:first-child .carousel-caption-1 p,
  .interior-area .carousel-item .interior-act:last-child .carousel-caption-1 p {
    display: none;
  }

  .interior-area .carousel-item .interior-act:first-child .carousel-caption-1,
  .interior-area .carousel-item .interior-act:last-child .carousel-caption-1 {
    bottom: 30%;
  }
}

@media only screen and (max-width: 991px) {
  .interior-area .carousel-item .interior-act:first-child .carousel-caption-1,
  .interior-area .carousel-item .interior-act:last-child .carousel-caption-1 {
    display: none;
    transform: unset;
    transition: unset;
  }
}

@media only screen and (max-width: 767px) {
  .interior-area .carousel-item .interior-act .carousel-caption-1 .sub-title,
  .interior-area .carousel-item .interior-act .carousel-caption-1 p {
    display: none;
  }

  .interior-area .carousel-item .interior-act .carousel-caption-1 h4 {
    margin-bottom: 0;
  }
}


/* ===== Timeline-1 size refinement (SCOPED) ===== */

/* ---------------- BEFORE (DEFAULT STATE) ---------------- */

/* Title (FIXED selector) */
.timeline-content-1 .timeline-item .h4 {
  font-size: 25px;
  letter-spacing: 0.03em;
  color: #000; /* black */
  transition: color 0.3s ease;
}

/* Description */
.timeline-content-1 .description {
  font-size: 14px;
  line-height: 1.7;
  max-width: 520px;
  color: #333;
}

/* Icon (circle) */
.timeline-content-1 .timeline-item .icon {
  width: 30px;
  height: 30px;
  border: 1.5px solid #999; /* gray */
  transition: border-color 0.3s ease;
}

/* Inner dot */
.timeline-content-1 .timeline-item .icon:after {
  width: 6px;
  height: 6px;
  background: #999; /* gray */
  transition: background-color 0.3s ease;
}

/* Arrow */
.timeline-content-1 .arrow-icon {
  transform: scale(0.8);
  opacity: 0.4;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Spacing */
.timeline-content-1 .timeline-item {
  margin-bottom: 28px;
}


/* ---------------- AFTER (ACTIVE / CLICKED STATE) ---------------- */

/* Active title */
.timeline-content-1 .timeline-item.slick-current .h4 {
  color: var(--primary-color); /* red */
}

/* Active icon border */
.timeline-content-1 .timeline-item.slick-current .icon {
  border-color: var(--primary-color); /* red */
}

/* Active inner dot */
.timeline-content-1 .timeline-item.slick-current .icon:after {
  background: var(--primary-color); /* red */
}

/* Active arrow */
.timeline-content-1 .timeline-item.slick-current .arrow-icon {
  opacity: 1;
  transform: scale(0.8) rotate(90deg);
}



/* ===== Timeline Code ends Here ===== */

/* ===== CTA-1 text color override ===== */

.cta-area-1 p.mt-96 {
  color: var(--primary-color); /* red */
  font-size: 18px;
}
/* CTA section heading override */
.cta-area-1-black .section-title h2 {
    color: #000000;
}

/* ===== CTA Subscribe Form – Style 1 (Corrected) ===== */

.cta-form-1 {
  position: relative;
  width: 100%;
  max-width: 680px;          /* increased width */
  margin-top: 48px;
  border: none;
}

/* Input field */
.cta-form-1 input {
  width: 100%;
  height: 68px;              /* slightly taller */
  padding: 0 80px 0 32px;    /* better spacing */

  background: #000;
  color: #fff;

  border: none !important;   /* remove thin border */
  outline: none !important;
  box-shadow: none !important;

  border-radius: 999px;

  font-size: 16px;
  letter-spacing: 0.02em;
  box-sizing: border-box;
}

/* Placeholder */
.cta-form-1 input::placeholder {
  color: rgba(255, 255, 255, 0.85);
}

/* Submit button */
.cta-form-1 button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);

  width: 54px;
  height: 54px;
  border-radius: 50%;

  background: var(--primary-color);
  border: none;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Arrow icon */
.cta-form-1 button i {
  color: #fff;
  font-size: 18px;
  transform: rotate(45deg);
}

/* Hover effect */
.cta-form-1 button:hover {
  transform: translateY(-50%) scale(1.06);
  box-shadow: 0 10px 24px rgba(243, 21, 21, 0.55);
}

/* Focus state */
.cta-form-1 input:focus {
  box-shadow: 0 0 0 2px rgba(243, 21, 21, 0.35);
}

/* Responsive */
@media (max-width: 575px) {
  .cta-form-1 {
    max-width: 100%;
  }

  .cta-form-1 input {
    height: 56px;
    font-size: 15px;
    padding-left: 24px;
  }

  .cta-form-1 button {
    width: 46px;
    height: 46px;
    right: 6px;
  }
}

/* Make timeline section background white */
.timeline-area {
    background: #ffffff !important;
}

/* Round Contact Us button */
.timeline-area .theme-btn {
    border-radius: 10px !important;   /* fully rounded */
    padding: 12px 32px;               /* smoother button shape */
}


/*******************************************************/
/*********************** ## Footer *********************/
/*******************************************************/

/* ================= CLASSIC GYPSUM FIX ================= */

/* CLASSIC text */
.classic-gypsum .classic-text {
    font-size: 120px;
    font-weight: 300;
    letter-spacing: 4px;
    color: #F31515;
    margin: 0 18px 0 0;
    line-height: 1;
}

/* GYPSUM text */
.classic-gypsum .gypsum-text {
    font-size: 120px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1;
}

/* Align logo with Address (top) */
.classic-gypsum {
    display: flex;
    align-items: flex-start;
    margin-top: 0;
    align-self: flex-start;
}

/* Ensure footer top row aligns properly */
.footer-top .row.mt-32 {
    align-items: flex-start;
}

/* ================= FOOTER BOTTOM ================= */

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* KEY FIX */
    gap: 32px;
    padding: 64px 64px; /* reduced vertical gap */
    position: relative;
}

/* Dark overlay */
.footer-bottom::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 0;
}

.footer-bottom > * {
    position: relative;
    z-index: 1;
}

/* Footer columns */
.footer-widget {
    width: 22%;
    display: flex;
    flex-direction: column;
}

/* Map column */
.map-widget {
    width: 34%;
    display: flex;
    flex-direction: column;
}

/* ================= MAP FIX ================= */

.map-widget h5 {
    margin-bottom: 12px; /* reduce gap above map */
}

.map-box {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    flex: 1; /* stretch to match column height */
}


.map-box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 36px;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0),
        rgba(0,0,0,0.6)
    );
    pointer-events: none;
}

.map-box iframe {
    width: 100%;
    height: 100%; /* MATCH COLUMN HEIGHT */
    border: 0;
    filter: grayscale(20%) contrast(1.05);
}

/* ================= SOCIAL ICONS ================= */
.social-links ul {
  display: flex;
  gap: 16px;
  padding: 0;
  margin-top: 12px;
}

.social-links li {
  list-style: none;
}

.social-links a {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  transition: 0.3s;
}

.social-links a:hover {
  background: #fff;
  color: #000;
  transform: translateY(-2px);
}

/* ================= LISTS ================= */

.links li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.links li:last-child {
    border-bottom: none;
}

.links li i {
    margin-right: 10px;
    color: rgba(255,255,255,0.4);
    font-size: 12px;
}

/* ================= CONTACT INFO ================= */

.f-c-info {
    font-size: 12px;
}

.f-c-info a,
.f-c-info b {
    font-size: 12px;
}

.f-c-info p {
    margin-bottom: 10px;
    line-height: 1.55;
}

.f-c-info p:first-child {
    max-width: 340px;
}

/* Call inline grid */
.f-c-info p:nth-child(2) {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 6px;
    align-items: start;
}

.f-c-info p:nth-child(2) b {
    white-space: nowrap;
}

.f-c-info p:nth-child(2) a:last-of-type {
    margin-top: 4px;
}

.f-c-info a {
    color: #ffffff;
    opacity: 0.9;
    text-decoration: none;
}

.f-c-info a:hover {
    opacity: 1;
    color: #e53935;
}


