 

/************** Default CSS **************/
html{
  scroll-behavior: smooth;
}
*{
  box-sizing: border-box;
  padding:0;
  margin:0;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-weight:300;
  font-size: 17px;
  color:#494848;
}


a,
.button,
button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:hover {
  text-decoration: none;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  text-decoration: none;
  outline: none;
}

button {
  cursor: pointer
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Teko", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 0px;
  line-height: 1.3;
  color:#282828;
}

h1 {
  font-size: 75px;
}

h2 {
  font-size: 63px;
}

h3 {
  font-size: 31px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 30px;
}

a {
font-size: 100%;
font-weight: 400;
text-decoration: none;
}

/************** Default CSS End **************/


header {
  background: #fff;
  border-bottom: 1px solid #eee;
}

ul.menu {
  display: flex;
  align-items: center;
}
.logo img {
    max-width: 250px;
}
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.menu li {
  padding: 34px 20px;
}

ul.menu li a {
  color: #0f1c57;
  font-weight: 500;
  font-size:16px;
  border-bottom: 2px solid transparent;
}
li.call-btn .btn {
  color: #fff;
  padding: 7px 24px;
}

li.call-btn .btn:hover {
  color: #0f1c57;
}

li.call-btn {padding-top: 20px !important;!i;!;padding-bottom: 20px !important;!i;!;}
ul.menu li a:hover {border-color: #0f1c57;}
div#slider {
  height: calc(100vh - 93px);
}
.slider-left-pattern {
  background-color: rgba(0,0,0,0.35);
  width: 42%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.slider-left-pattern {background-color: rgba(0,0,0,0.35); width: 42%; height: 100%; position: absolute; top: 0; left: 0;  z-index: 99;}
.slider-main{overflow: visible;}
.slider-main .nivo-caption{top: 50%; transform: translateY(-50%); z-index: 99;}
.slider-main .nivo-caption .nivo-caption-content{max-width: 400px; margin:0; text-align:left;  font-family: "Teko", sans-serif;}
.slider-main .nivo-caption .title{font-weight: 600; line-height: 1.1; margin:0;font-size:80px;color:#fff;}
.slider-main .nivo-caption .title small{font-weight: 600; font-size: 30px; display: block; font-family: Assistant; line-height:20px;}
.slider-main .nivo-caption .slidedesc{font-weight: 500; margin:10px auto;}
.slider-main .nivo-caption .slidebtn{display: inline-block; vertical-align: top; margin-top: 40px;}
.slider-main .nivo-caption .slidebtn a{font-weight: 500; padding: 15px 40px; border-radius:100px;}
.slider-main .nivo-caption .slidebtn2 a{background-color: transparent; border: solid 1px #fff;}
.slider-main .nivo-caption .slidebtn a {
  color: #252525;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
}
.slider-main .theme-default .nivo-directionNav{position: absolute;right: 100px;z-index: 9999;top:45%;}
.slider-main .theme-default .nivo-directionNav button{border-radius: 0;background-color: #ffffff;height: 63px;width: 63px;position: static;background-position: center !important;display:inline-block;margin-bottom:5px;display:block;background-repeat: no-repeat;font-size: 0px;outline: none;border-width: 0px;}
.slider-main .theme-default .nivo-directionNav .nivo-prevNav{background-image: url(../img/arrow-left.png);}
.slider-main .theme-default .nivo-directionNav button.nivo-nextNav{background-image: url(../img/arrow-right.png);}
.slider-main .theme-default .nivo-directionNav button:hover{background-color: #0f1c57;color: #fff;}
a.slidelink:hover {
  background:#0d1d57!important;
  color:#fff!important;
}

/* .banner-imag img {
  height: calc(100vh - 93px);
  object-fit: cover;
  object-position: center;
} */
.section-title {
  text-align: center;
  padding-bottom: 30px;
}

section.services-area {
  padding-top: 83px;
  padding-bottom: 56px;
  background: #f8f9fa;
}

.service-card {
  text-align: center;
  padding-bottom: 24px;
}

.service-img img {
  width: 100%;
}

.service-content {
  padding-top: 8px;
}

section.about-area {
  background: #F7F7F7;
  padding-top: 90px;
  padding-bottom: 90px;
}

h4.sub-title {
  font-family: 'Poppins';
  color: #0f1c57;
  padding-bottom: 8px;
}

section.about-area h2 {
  line-height: 1;
  padding-bottom: 24px;
}

.btn {
  background: #0f1c57;
  color: #fff;
  padding: 12px 32px;
  display: inline-flex;
  border-radius: 24px;
  border: 2px solid #0f1c57;
  align-items: center;
  gap: 8px;
}

.btn:hover {
  background: #fff;
  color: #0f1c57;
}

section.about-area p {
  font-weight: 300;
  line-height: 1.6;
}
.about-content {
  padding-right: 64px;
}
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  cursor: pointer;
}

.mobile-menu-toggle span {
  display: block;
  height: 3px;
  background-color: #0f1c57;
  border-radius: 3px;
}


.guide-section {
  background-color: #2d2d2d;
  color: white;
  text-align: center;
  padding: 80px 0 0px;
}
section.guide-section h2 {
    color: #fff;
    line-height: 1.1;
    padding-bottom: 32px;
}

.guide-card h3 {
    font-size: 40px;
    color: #0f1c57;
}
.guide-card {
  background-color: #fff;
  color: white;
  text-align: center;
  padding: 30px 15px;
  border-radius: 0;
  height: 100%;
  transition: transform 0.3s;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.guide-card:hover {
  transform: translateY(-5px);
}

.guide-icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.guide-title {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 24px;
  color: #0f1c57;
}

.read-more-btn {
  background: transparent;
  border: 1px solid white;
  color: white;
  padding: 6px 20px;
  margin-top: 15px;
  border-radius: 0;
  transition: background 0.3s;
}

.read-more-btn:hover {
  background: rgba(255,255,255,0.2);
  color: white;
}

.faq-section {
  padding: 50px 0;
  background-color: #f8f9fa;
  margin-top: -70px;
  padding-top: 120px;
}

.faq-title {
  color: #333;
  margin-bottom: 6px;
  font-size: 20px;
}

.faq-subtitle {
  margin-bottom: 30px;
}

 

.contact-section {
  background-color: white;
  padding: 30px;
}

.contact-title {
  color: #2d2d2d;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.form-control {
  border-radius: 0;
  padding: 12px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  width: 100%;
}
.submit-btn {
  background-color: #0f1c57;
  color: white;
  border: none;
  border-radius: 0;
  padding: 12px 30px;
  width: 100%;
  font-weight: 500;
  transition: background-color 0.3s;
  font-size: 17px;
}

.submit-btn:hover {
  background-color: #222;
  color: #fff;
}

.icon-box {
  width: 90px;
  height: 90px;
  margin: 0 auto 15px;
  border: 2px solid #0f1c57;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #0f1c57;
}

        /* Custom Accordion Styles */
        .custom-accordion {
          margin-bottom: 30px;
          padding-right: 50px;
      }
      
      .accordion-item {
          margin-bottom: 15px;
          background-color: white;
          box-shadow: 0 2px 5px rgba(0,0,0,0.05);
      }
      
      .accordion-header {
          position: relative;
          cursor: pointer;
          padding: 20px;
          font-weight: 500;
          display: flex;
          justify-content: space-between;
          align-items: center;
          color: #2d2d2d;
      }
      
      .accordion-header:after {
          content: '+';
          font-size: 1.5rem;
          font-weight: 500;
          transition: transform 0.3s ease;
      }
      
      .accordion-header.active:after {
          content: 'âˆ’';
      }
      
      .accordion-content {
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.3s ease;
          padding: 0 20px;
      }
      
      .accordion-content-inner {
          padding: 0 0 20px;
          color: #666;
      }
     
      section.product-area {
        padding-top: 60px;
        padding-bottom: 90px;
    }
    
    section.product-area img {
        width: 100%;
    }


.footer {
  background-color: #2a2a2a;
  color: #fff;
  padding: 60px 0 30px;
}
.copyright {
    border-top: 1px solid #545151;
    padding-top: 32px;
}

.copyright p {
    margin-bottom: 0px;
    color: #bbb;
    font-size: 15px;
}
.footer h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #fff;
  letter-spacing: 0.5px;
}

.footer-logo {
  margin-bottom: 0;
}

.footer-logo img {
  max-width: 250px;
}

.about-text {
  color: #bbb;
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 16px;
}

.footer-divider {
  border-top: 1px solid #545151;
  margin: 30px 0;
}

.service-item, .quick-link {
  display: block;
  color: #bbb;
  margin-bottom: 12px;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 16px;
}
.social-icons {
    margin-right: auto;
    display: flex;
    justify-content: end;
}
.service-item:hover, .quick-link:hover {
  color: #fff;
  text-decoration: none;
}

.service-item i, .quick-link i {
  margin-right: 10px;
  color: #aaa;
}

.contact-info {
  margin-bottom: 12px;
  color: #bbb;
  font-size: 16px;
}

.contact-info strong {
  display: inline-block;
}

.social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #1a1a1a;
  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
  transition: background-color 0.3s;
}

.social-icons a:hover {
  background-color: #444;
}
.mobile {
  display: none;
}

section.roomvo-area {
  padding: 90px 0px;
  border-bottom: 2px solid #80808012;
}

.roomvo-text h2 {
  line-height: 1;
  padding-bottom: 12px;
}
.roomvo-text {
  padding-left: 24px;
}

.popup-box {
  display: flex;
  cursor: pointer;
  margin: 0px;
  position: fixed;
  background-color: white;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: solid rgb(0, 0, 0) 1px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 999;
  bottom: 10px;
  -webkit-animation: pulse-bottom-layout 2s infinite;
  animation: pulse-bottom-layout 2s infinite;
  left: 10px;
  align-items: center;
  justify-content: center;
}
@keyframes pulse-bottom-layout {
  0% {
    border: 1px solid rgb(0, 0, 0);
  }
  70% {
    box-shadow: rgb(255, 61, 0) 0px 0px 4px 4px;
    border: 1px solid rgb(255, 255, 255);
  }
  100% {
    border: 1px solid rgb(0, 0, 0);
  }
}
.popup-body p {
  background: rgb(51, 51, 51);
  position: absolute;
  left: 50px;
  width: 174px;
  padding: 10px 8px;
  text-align: right;
  margin: 0;
  bottom: 2px;
  color: #fff;
  font-size: 14px;
  border: solid rgb(0, 0, 0) 1px;
  border-radius: 8px;
  z-index: -1;
}

.popup-body {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.popup-body img {
  max-width: 34px;
}

.popup-body .popup-link {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
}
.popup-body p a {
  color: #fff;
}
.aprat-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}

.aprat-icon img {
  max-width: 44px;
}

.aprat-text h3 {
  font-size: 18px;
  padding-bottom: 5px;
  font-weight: 600;
  font-family: 'Poppins';
}

.aprat-text p {
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}

section.apart-area h2 {
  text-align: center;
  padding-bottom: 32px;
}

section.apart-area {
  padding: 90px 0px;
}

.aprt-image img {
  margin-bottom: 24px;
}
.aprt-image {
    padding-left: 16px;
}
/************** Template CSS End **************/

 /* Hero Section */
        .trinity-hero {
            background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/flooring-installation-banner.jpeg');
            background-size: cover;
            background-position: center;
            padding: 120px 20px 100px;
            text-align: center;
            color: white;
            margin-top: 0;
        }
        
        .trinity-hero h1 {
            margin-bottom: 20px;
            line-height: 1.2;
            font-weight: 600;
            color: #fff;
        }
        
        .trinity-hero .subtitle {
            font-size: 1.4em;
            margin-bottom: 15px;
            font-weight: 300;
        }
        
        .trinity-hero p {
            font-size: 1.1em;
            margin-bottom: 10px;
        }
        
        .service-areas-badge {
            display: inline-block;
            background: rgba(255,255,255,0.1);
            padding: 12px 25px;
            border-radius: 30px;
            margin: 20px 0 30px;
            border: 2px solid rgba(255,255,255,0.3);
        }
        
        .cta-button {
            display: inline-block;
            background: #0f1c57;
            color: white;
            padding: 18px 45px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            font-size: 18px;
            margin-top: 20px;
            transition: all 0.3s ease;
            border: none;
        }
        
        .cta-button:hover {
            background: #c09563;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }
        
        /* Content Sections */
        .content-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 60px 20px;
        }
        
        .content-section h2 {
            font-size: 2.2em;
            margin-bottom: 25px;
            
            text-align: center;
            font-weight: 700;
        }
        
        .content-section p {
            font-size: 1.1em;
            margin-bottom: 0;
            color: #555;
            line-height: 1.8;
        }
        
        /* Alternating Background Sections */
        .bg-light {
            background: #f8f9fa;
        }
        
        /* Service Cards Grid */
        .trinity-services {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin: 40px 0;
        }
        
        .service-card {
            background: #fff;
            padding: 35px;
            border-radius: 8px;
            box-shadow: 0 2px 15px rgba(0,0,0,0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 25px rgba(0,0,0,0.15);
        }
        
        .service-card h3 {
            
            margin-bottom: 15px;
            font-size: 1.4em;
            font-weight: 600;
        }
        
        .service-card p {
            color: #666;
            font-size: 1em;
            line-height: 1.7;
        }
        
        .service-card ul {
            margin-top: 15px;
            padding-left: 20px;
        }
        
        .service-card li {
            color: #666;
            margin-bottom: 8px;
            line-height: 1.6;
            list-style: disc;
            text-align: left;
        }
        
        /* Process Steps */
        .process-steps {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin: 50px 0;
        }
        
        .step {
            text-align: center;
            padding: 35px 25px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }
        
        .step-number {
            display: inline-block;
            width: 70px;
            height: 70px;
            line-height: 70px;
            background: #0f1c57;
            color: white;
            border-radius: 50%;
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 20px;
        }
        
        .step h3 {
            
            margin-bottom: 15px;
            font-size: 1.3em;
        }
        
        .step p {
            color: #666;
            font-size: 0.95em;
            line-height: 1.6;
        }
        
        /* Timeline Box */
        .timeline-box {
            text-align: center;
            margin-top: 40px;
            padding: 35px;
            background: white;
            border-radius: 10px;
            border: 2px solid #0f1c57;
        }
        
        .timeline-box h3 {
            
            margin-bottom: 15px;
            font-size: 1.5em;
        }
        
        .timeline-box p {
            margin-bottom: 10px;
        }
        
        .timeline-box p strong {
            color: #0f1c57;
        }
        
        .timeline-note {
            color: #888 !important;
            font-size: 0.9em !important;
            margin-top: 15px !important;
        }
        
        /* Testimonials */
        .testimonial {
            background: #fff;
            padding: 35px;
            border-left: 5px solid #0f1c57;
            margin: 25px 0;
            border-radius: 5px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }
        
        .testimonial p {
            font-style: italic;
            color: #555;
            font-size: 1.05em;
            margin-bottom: 15px;
        }
        
        .testimonial-author {
            font-weight: bold;
            margin-top: 15px;
            color: #2c3e50 !important;
            font-style: normal !important;
        }
        
        /* FAQ Items */
        .faq-item {
            background: #fff;
            padding: 30px;
            margin: 20px 0;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            border-left: 4px solid #0f1c57;
        }
        
        .faq-item h3 {
            
            margin-bottom: 15px;
            font-size: 1.25em;
            font-weight: 600;
        }
        
        .faq-item p {
            color: #666;
            line-height: 1.8;
        }
        
        /* Service Areas Grid */
        .service-areas-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin: 40px 0;
        }
        
        .area-card {
            text-align: center;
            padding: 25px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }
        
        .area-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }
        
        .area-card h3 {
            color: #0f1c57;
            margin-bottom: 10px;
            font-size: 1.3em;
        }
        
        .area-card p {
            color: #666;
            font-size: 0.95em;
        }
        
        /* CTA Box */
        .cta-box {
            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
            color: white;
            padding: 60px 30px;
            text-align: center;
            border-radius: 10px;
            margin: 60px 0;
        }
        
        .cta-box h2 {
            color: white;
            margin-bottom: 20px;
            font-size: 2.2em;
        }
        
        .cta-box p {
            color: rgba(255,255,255,0.9);
            font-size: 1.2em;
            margin-bottom: 30px;
        }
        
        .cta-box .cta-button {
            background: #0f1c57;
            font-size: 20px;
            padding: 20px 50px;
        }
        
        .cta-box a {
            color: white;
        }
        
        /* Why Choose Section */
        .why-choose-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 35px;
            margin: 40px 0;
        }
        
        .why-choose-item h3 {
            
            margin-bottom: 12px;
            font-size: 1.2em;
        }
        
        .why-choose-item p {
            color: #666;
            line-height: 1.7;
        }
        .content-area h1 {
    font-size: 48px;
    margin-bottom: 8px;
}

.content-area p {
    margin-bottom: 20px;
}

.content-area {
    margin-bottom: 32px;
}
.request-form h2 {
    text-align: center;
    font-size: 30px;
}
section.content-page-area {
    padding-top: 32px;
}
.page-breadcrumb ul {
    display: flex;
    padding: 0;
    margin-left: 0;
    list-style: none;
    gap: 16px;
}

.page-breadcrumb ul li a {
    font-size: 14px;
    color: #a1a1a1;
}

.page-breadcrumb ul li {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #a1a1a1;
    text-transform: uppercase;
}

.page-breadcrumb ul li:after {
    content: "";
    width: 13px;
    height: 1.5px;
    background: #a1a1a1;
    position: absolute;
    rotate: -74deg;
    bottom: 9px;
    right: -14px;
}

.page-breadcrumb {
    border: 1px solid #eee;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 4px 8px;
}
 
.page-breadcrumb ul li:last-child::after {
    display: none;
}

.page-breadcrumb ul li a:hover {
    color: #0f1c57;
}
.content-area h3 {
    font-size: 22px;
    margin-top: 16px;
}
.request-form {
    margin-bottom: 32px;
}
        /* Mobile Responsive */
        @media (max-width: 768px) {
     
            .content-area h1 {
    font-size: 36px;
    margin-bottom: 8px;
    margin-top: 16px;
}
.content-area iframe {
    height: 250px;
}
            .trinity-hero .subtitle {
                font-size: 1.2em;
            }
            
            .content-section h2 {
                font-size: 1.8em;
            }
            
            .service-card,
            .step {
                padding: 25px;
            }
            
            .process-steps,
            .trinity-services {
                grid-template-columns: 1fr;
            }
        }