.inner__hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    font-size: 16px
}

@media (min-width:1024px) {
    .inner__hero {
        background-attachment: fixed;
        font-size: 22px
    }
}

@media (min-width:1200px) {
    .inner__hero {
        font-size: 24px
    }
}

.inner__hero h1 {
    margin-bottom: 20px;
    font-size: 22px;
    /* font-size: 52px; */
    line-height: 1.1;
    background: rgba(0, 0, 0, 0.5);
    padding:10px;
}

@media (min-width:1024px) {
    .inner__hero h1 {
        font-size: 40px;
        margin-bottom: 8px
    }
}

.inner__black {
    background-color: rgba(0, 0, 0, .4);
    padding: 156px 0 40px;
}

@media (min-width:1024px) {
    .inner__black {
        padding: 180px 0 80px
    }
}

.inner__cta {
    margin-top: 28px;
    margin-bottom: 40px;
    max-width: 214px
}

.inner__cta.text-center {
    margin-left: auto;
    margin-right: auto
}

.privacy p,
.privacy ul {
    margin-bottom: 12px;
    text-align: justify;

}

.privacy .tapping {
    font-weight: 700
}



.about {
    padding: 60px 0
}

.about__title,
.video h2 {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif
}

.about__title {
    font-size: 30px;
    line-height: 1.1;
    /* max-width: 440px; */
    margin-bottom: 40px
}

@media (min-width:1024px) {
    .about__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .about__wrap_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.about__img {
    position: relative;
    text-align: right
}

@media (min-width:1024px) {
    .about__img {
        text-align: initial
    }

    .about__img_right {
         margin-right: 80px;
    }
}

.about__img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    bottom: -15px;
    right: -15px
}

@media (min-width:1024px) {
    .about__img::before {
        width: 200px;
        height: 200px;
        bottom: -30px;
        right: -30px
    }
}

.about__img img {
    max-width: 100%
}

@media (min-width:768px) {
    .about__img img {
        max-width: 500px
    }
}


.accordion {
    width: 100%;
    /* max-width: 600px; */
    margin: 20px auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: white;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-toggle {
    display: none;
}

.accordion-label {
    display: block;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.accordion-label:hover {
    background-color: #fff;
    color: #1E429C;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background-color: #fafafa;
}

.accordion-content p {
    margin: 10px 0;
    color: #666;
    line-height: 1.6;
}

.accordion-toggle:checked ~ .accordion-content {
    max-height: 150px; /* Adjust based on content size */
    padding: 15px 20px;
}

.accordion-toggle:checked + .accordion-label {
    background: linear-gradient(135deg, #0753af, #0753af, #f28400); 
    /* background-color: #1E429C; */
    color: white;
}



@media only screen and (max-width: 640px) {
    
    .content h2, .content .h2, .content .title {
      
        text-align: center;
        margin-right: 0;
    }
    

}

p span .subText{
    font-size: 18px !important;
}

/* Gallery */

.gallery {
    padding: 20px 0
}

.gallery div.after,
.gallery div.before {
    position: relative
}

.gallery div.before::before {
    content: "before";
    position: absolute;
    bottom: 2px;
    left: 2px;
    background-color: #1E429C;
    color: #fff;
    padding: 3px 10px;
    z-index: 8;
    font-size: 20px;
    text-align: center;
    min-width: 78px
}

@media (min-width:768px) {
    .gallery div.before::before {
        bottom: auto;
        left: auto;
        top: 2px;
        right: 2px;
        font-size: initial;
        min-width: auto
    }
}

.gallery div.after::before {
    content: "after";
    position: absolute;
    top: 2px;
    left: 2px;
    background-color: #1E429C;
    color: #fff;
    padding: 3px 10px;
    z-index: 8;
    font-size: 20px;
    text-align: center;
    min-width: 78px
}

@media (min-width:768px) {
    .gallery div.after::before {
        font-size: initial;
        min-width: auto
    }
}

.gallery .container {
    text-align: center
}

@media (min-width:768px) {
    .gallery .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.gallery .container--galbutton,
.gallery__overlay {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gallery .container--galbutton {
    margin-top: 20px
}

.gallery .container img {
    margin: 2px;
    cursor: pointer;
    position: relative
}

@media (min-width:768px) {
    .gallery .container img {
        width: 224px
    }
}

.gallery .container img:hover {
    opacity: .9
}

.gallery__overlay {
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gallery__overlay.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gallery__popup {
    position: relative;
    text-align: center;
    max-width: 75%
}

@media (min-width:1024px) {
    .gallery__popup {
        max-width: 60%
    }
}

@media (min-width:1200px) {
    .gallery__popup {
        max-width: 50%
    }
}

.gallery__popup .gallery__big-img {
    max-width: 95%;
    border: 6px solid #1E429C
}

.gallery__popup.after::before,
.gallery__popup.before::before {
    position: absolute;
    top: 2px;
    background-color: #1E429C;
    color: #fff;
    padding: 3px 10px;
    z-index: 9;
    font-size: 30px
}

.gallery__popup.before::before {
    content: "before";
    right: 2.5%
}

.gallery__popup.after::before {
    content: "after";
    left: 2.5%
}

.gallery__close,
.gallery__next,
.gallery__prev {
    border: 0;
    background-color: transparent;
    position: absolute;
    cursor: pointer;
    z-index: 1001;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.gallery__close {
    top: 0;
    right: -55px;
}

.gallery__close:hover,
.gallery__next:hover,
.gallery__prev:hover {
    opacity: .7
}

.gallery__next,
.gallery__prev {
    top: 49%
}

.gallery__next {
    right: -45px
}

.gallery__prev {
    left: -45px
}

.accordion-icon {
    fill: none;
    stroke: #f28400cc;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.3s ease;
    float: right;
}

  .grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      max-width: 1200px;
    }

    .card {
      background: #fff;
      border-radius: 12px;
      padding: 20px 20px 20px 70px;
      position: relative;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
      min-height: 120px;
    }

    .icon {
      position: absolute;
      top: 20px;
      left: 20px;
      width: 40px;
      height: 40px;
      background-color: #1E429C;
      color: #fff;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
    }

    .step {
      position: absolute;
      top: -10px;
      right: 10px;
      background: #0b0c2a;
      color: #fff;
      padding: 4px 12px;
      border-radius: 12px;
      font-size: 12px;
    }

    .card h3 {
      margin: 0 0 8px;
      font-size: 1.1rem;
      font-weight: 700;
    }

    .card p {
      margin: 0;
      font-size: 0.95rem;
      color: #666;
    }

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

/* tabs structure */
/* Tabs Container */
.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
  justify-content: center;
}

/* Tab Buttons */
.tab {
  background: linear-gradient(145deg, #eaf3ff, #ffffff);
  border: 1px solid #d2e3ff;
  padding: 12px 20px;
  border-radius: 50px;
  font-weight: 600;
  color: #0753af;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(7, 83, 175, 0.08);
  transition: all 0.3s ease;
}

.tab:hover {
  background: #0753af;
  color: #fff;
  box-shadow: 0 4px 14px rgba(7, 83, 175, 0.2);
}

.tab.active {
  background: linear-gradient(90deg, #0753af, #f28400);
  color: #fff;
  border: none;
  box-shadow: 0 4px 18px rgba(7, 83, 175, 0.3);
}

/* Content Area */
.tab-content {
  background: #fff;
  border: none;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
}

/* Add soft background curve using pseudo element */
.tab-content::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -60px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle at center, rgba(7,83,175,0.15), transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

/* Grid Layout */
.content-grid {
  display: flex;
  gap: 80px;
  align-items: center;
  text-align: justify;
  position: relative;
  z-index: 1;
}

.content-grid .text {
  flex: 0 0 55%;
  min-width: 0;
}

.content-grid img {
  flex: 0 0 40%;
  max-width: 100%;
  height: auto;
  box-shadow: 0 6px 20px rgba(7, 83, 175, 0.15);
  transition: transform 0.4s ease;
}

.content-grid img:hover {
  transform: scale(1.05);
}

/* Buttons */
.buttons {
  display: flex;
  gap: 12px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.btn {
  text-decoration: none;
  background: linear-gradient(90deg, #0753af, #f28400);
  color: #fff;
  padding: 12px 22px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(7, 83, 175, 0.25);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(7, 83, 175, 0.35);
}

.btn.secondary {
  background: #333;
  box-shadow: none;
}

/* Responsive */
@media (max-width: 768px) {
  .tabs {
    flex-direction: column;
    align-items: center;
  }

  .tab {
    width: 100%;
    text-align: center;
  }

  .content-grid {
    flex-direction: column;
    gap: 40px;
  }

  .content-grid img {
    clip-path: none;
    border-radius: 16px;
    width: 100%;
  }

  .tab-content {
    padding: 25px;
  }

  .btn {
    width: 100%;
    text-align: center;
  }
}

/* ---end---- */
.roofing-feature-section {
  padding: 40px 20px;
  background: #f5f5f5;
  max-width: 85%;
  margin: auto;
}

.feature-block {
  display: flex;
  align-items: stretch; /* NEW: stretch line to match p height */
  gap: 16px;
  margin-bottom: 30px;
}

.line {
  width: 4px;
  background: #0072ce;
  border-radius: 2px;
}

.line {
  opacity: 0;
  animation: fadeLine 1s ease forwards;
}

@keyframes fadeLine {
  to {
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 600px) {
  .feature-block {
    flex-direction: column;
    gap: 10px;
  }

  .line {
    width: 100%;
    height: 3px;
  }
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  background: #e8f0ff;
  padding: 80px 20px;
  text-align: center;
}

.feature-item {
  position: relative;
  width: 230px;
  background: transparent;
}

.feature-item .number {
  font-size: 70px;
  font-weight: 800;
  position: relative;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
  text-shadow: 4px 4px 10px rgba(0,0,0,0.1);
}

.feature-item .number::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, var(--clr), transparent);
  transform: translateY(-50%);
}

.feature-item .icon {
  font-size: 20px;
  color: #000;
  margin: 10px 0;
}

.feature-item h3 {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  margin: 8px 0;
  text-transform: uppercase;
}

.feature-item p {
  font-size: 13.5px;
  color: #333;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .features {
    gap: 30px;
  }
  .feature-item {
    width: 45%;
  }
}

@media (max-width: 600px) {
  .feature-item {
    width: 100%;
  }
  .feature-item .number::after {
    display: none;
  }
}

 ul.infoGraphic li .coverWrap .numberCover {
    background: #dde5f9;
 }

ul.infoGraphic {
    font-size: .8rem;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center
}

ul.infoGraphic li {
    position: relative;
    width: 100%;
    max-width: 25em;
    background-color: #fff;
    border-radius: .5em;
    padding: .5em;
    z-index: 1;
    transition: .2s;
    cursor: pointer
}

.value-icon i,
ul.infoGraphic li .numberWrap {
    position: absolute
}

ul.infoGraphic li .number {
    font-size: 10em;
    font-weight: 900;
    width: .9em;
    text-align: center
}

ul.infoGraphic li .number.fontColor1 {
    color: #1E429C;
}

ul.infoGraphic li .number.fontColor2 {
    color: #f28400;
}

ul.infoGraphic li .number.fontColor3 {
    color: #1E429C;
}

ul.infoGraphic li .number.fontColor4 {
    color:  #f28400;
}

ul.infoGraphic li .number.fontColor5 {
    color: #1E429C;
}

ul.infoGraphic li .number.fontColor6 {
    color:  #f28400;
}

ul.infoGraphic li .coverWrap {
    transform: rotate(130deg);
    position: absolute;
    width: 18em;
    height: 15em;
    left: -3em;
    top: -1em
}

ul.infoGraphic li .coverWrap .numberCover {
    position: absolute;
    background-color: #ffffff;
    width: 18em;
    height: 6em;
    border-radius: 50% 50% 0 0;
    border-bottom: 3px solid #f5f8f7;
    transition: .4s
}

ul.infoGraphic li .coverWrap .numberCover::before {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 4em;
    right: 4em;
    top: 5em;
    box-shadow: 0 0 30px 17px #48668577;
    border-radius: 100px/10px;
    z-index: -1
}

ul.infoGraphic li .coverWrap .numberCover::after {
    position: absolute;
    bottom: 0;
    content: "";
    left: -10%;
    width: 120%;
    height: 150%;
    background: radial-gradient(at bottom, #48668533, transparent, transparent);
    z-index: 1
}

ul.infoGraphic li .content {
    margin: 8em 3em 1em 7em;
    position: relative;
}

ul.infoGraphic li .content h2 {
    font-size: 1.7em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase
}

ul.infoGraphic li .content p {
    line-height: 1.5em;
    font-size: 18px;
    text-align: center;
}

ul.infoGraphic li:hover .coverWrap .numberCover {
    border-radius: 100%
}

.infoGraphic .icon {
    position: absolute;
    font-size: 2rem;
    text-align: center;
    top: -1.3em;
    left: 50%;
    transform: translatex(-50%)
}

.infoGraphic .icon:before {
    color: #f28400;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: lighter;
    text-decoration: inherit
}

.icon i {
  font-size: 22px;
  color: #fff;
}


.snow-contact {
  background: linear-gradient(90deg, #f28400, #1E429C);
  color: #fff;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}

.snow-contact__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.snow-contact__image {
  position: relative;
  flex: 0 0 300px;
  text-align: center;
}

.snow-contact__image img {
  width: 260px;
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.snowflake-icon {
  position: absolute;
  top: 10px;
  right: 50px;
  font-size: 48px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
  z-index: 1;
}

.snow-contact__text {
  flex: 1;
  text-align: left;
  min-width: 300px;
}

.snow-contact__text h3 {
  font-size: 1.8rem;
  margin: 0 0 10px;
  font-weight: 700;
}

.snow-contact__text h3 span {
  color: #f5b700;
}

.snow-contact__text p {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #dce7ff;
}

.contact-number {
  display: inline-block;
  color: #f5b700;
  font-size: 1.8rem;
  font-weight: 800;
  text-decoration: none;
  margin-top: 10px;
}

.contact-number:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .snow-contact__inner {
    flex-direction: column;
    text-align: center;
  }

  .snow-contact__text {
    text-align: center;
  }

  .snowflake-icon {
    right: 40%;
  }
}

:root {
  --blue1: #0753af;
  --orange1: #f28400;
  --snowman: url("../img/snowman.png");
}

/* ------------ BASE SECTION ------------ */
.serve--curve {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 4rem 1rem;
}

.serve--curve::after {
  /* Half-circle shape */
  content: "";
  position: absolute;
  top: 0;
  right: -25%;
  width: 70%;
  height: 100%;
  background: var(--blue1);
  border-top-left-radius: 100% 100%;
  border-bottom-left-radius: 100% 100%;
  z-index: 0;
}

/* ------------ LAYOUT ------------ */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 400px;
  align-items: center;
  gap: 2rem;
  position: relative;
  z-index: 2;
}

.left {
  z-index: 2;
}

.left p {
  margin-bottom: 1.5rem;
  line-height: 1.6;
  color:#000;
}

/* ------------ LIST ITEMS ------------ */
.serve-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
  /* width:70% */
}

.serve-list li {
  display: flex;
  align-items: flex-start;
  background: #fff;
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 2px 5px 25px 0 rgba(0, 0, 0, .55);
  transition: transform 0.25s ease;
}

.serve-list li:hover {
  transform: translateY(-3px);
}

.shape {
  width: 30px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--blue1), var(--orange1));
  margin-right: 14px;
  position: relative;
}

.shape::after {
  content: "❄";
  position: absolute;
  top: 0px;
  left: 7px;
  color: #fff;
  font-size: 20px;
}

.serve-list strong {
  color: var(--blue1);
  font-size: 1.1rem;
}

.serve-list p {
  color: #000;
  margin: 0.25rem 0 0;
}

/* ------------ RIGHT SIDE (Snowman) ------------ */
.right {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.snowman {
  width: 320px;
  height: 320px;
  background-image: var(--snowman);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: drop-shadow(0 8px 25px rgba(0, 0, 0, 0.25));
}

/* ------------ RESPONSIVE ------------ */
@media (max-width: 992px) {
  .serve--curve {
    padding: 3rem 1rem;
  }

  .serve--curve::after {
    width: 100%;
    height: 55%;
    top: auto;
    bottom: 0;
    right: 0;
    border-radius: 50% 50% 0 0;
  }

  .wrap {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .right {
    order: -1;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .snowman {
    width: 260px;
    height: 260px;
  }
}

@media (max-width: 600px) {
  .serve--curve {
    padding: 2.5rem 1rem;
  }

  .serve--curve::after {
    height: 50%;
  }

  .left h2 {
    font-size: 1.6rem;
  }

  .left p {
    font-size: 0.95rem;
  }

  .serve-list li {
    padding: 0.9rem;
  }

  .shape {
    width: 28px;
    height: 28px;
  }

  .shape::after {
    font-size: 13px;
    left: 6px;
    top: 4px;
  }

  .snowman {
    width: 200px;
    height: 200px;
  }
}

/* ------------------------- */

.snow-services {
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.service-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  overflow: hidden;
}

.service-block:nth-child(even) {
  direction: rtl; /* image on right for 2nd block */
}

.service-block:nth-child(even) .service-content {
  direction: ltr;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

 .service-image img {
    border-top-right-radius: 10%;
    border-bottom-right-radius: 10%;
}

.service-block:nth-child(even) .service-image img {
      border-top-left-radius: 10%;
    border-bottom-left-radius: 10%;
      border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
} 

.service-content {
  padding: 40px;
}

.service-content p {
 
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: justify;
}

@media (max-width: 768px) {
  .service-block {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .service-block:nth-child(even) {
    direction: ltr;
  }

  .service-content {
    padding: 20px;
  }

  .service-content h2 {
    font-size: 1.6rem;
  }
}

