/** Shopify CDN: Minification failed

Line 1093:0 Expected "}" to go with "{"

**/

/* Container same as header alignment */
.container {
  width: 100%;
  max-width: 1473px !important;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .about-section .container {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .about-content {
    margin-left: 12px;
    margin-right: 12px;
  }
}



/* About Section */
.about-section {
  background: #f5f5f5;
  padding: 30px 0;
}

.about-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* Left Content */
.about-content {
  flex: 1;
}

.about-subtitle {
  font-family: Poppins;
  font-size: 17px;
  color: #555;
}

.about-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 15px 0;
}

.about-content p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
  font-size:15px;
}

/* Button – First screenshot style */
.primary-btn {
  display: inline-block;
  padding: 10px 22px;
  background: #fff;
  color: #000;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.primary-btn:hover {
  background: #000;
  color: #fff;
}

/* Right Image */
.about-image {
  flex: 1;
  text-align: right;
}

.about-image img {
  max-width: 100%;
  height: auto;
}

/* Responsive */
@media (max-width: 992px) {
  .about-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .about-image {
    text-align: center;
  }

  .about-content p {
    margin: 0 auto 30px;
  }
}


.features-section{
  /* background: #81175f17; */
padding:40px 0;
      margin-bottom: 35px;
}

.features-wrapper{
display:flex;
justify-content:space-between;
align-items:center;
gap:40px;
}

.feature-item{
display:flex;
align-items:center;
gap:18px;
max-width:260px;
}

.feature-item svg{
width:45px;
height:auto;
}

.feature-text h4{
margin:0;
font-size:18px;
font-weight:600;
}

.feature-text p{
margin:4px 0 0;
font-size:14px;
color:#666;
}

/* Mobile */
@media(max-width:768px){

.features-wrapper{
  flex-direction: column;
  align-items: center;
  gap:30px;
}

.feature-item{
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width:100%;
}

.feature-item svg{
  margin-bottom:12px;
}

}
.mv-section {
  padding: 100px 20px;
  background: #f2f4f7;
  text-align: center;
}

/* Header */
.mv-header {
  max-width: 700px;
  margin: 0 auto 80px auto;
}

.mv-header h2 {
  font-size: 32px;
  font-weight:600;
  margin-bottom: 15px;
}

.mv-header p {
  color: #555;
  font-size: 16px;
}

/* Container */
.mv-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
}

.mv-wrapper {
  position: relative;
  width: 350px;
}

/* Bottom Base */
.mv-base {
  height: 160px;
  border-radius: 20px;
  position: relative;
}

.mission-base {
  background: #f4a300;
}

.vision-base {
  background: #2d6cdf;
}

.mv-number {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

/* Floating Card */
.mv-card {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.3s ease;
}

.mv-card:hover {
  transform: translateX(-50%) translateY(-8px);
}

.mv-icon {
  font-size: 35px;
  margin-bottom: 15px;
}

.mv-card h3 {
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.mv-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .mv-container {
    flex-direction: column;
    align-items: center;
    gap: 100px;
  }
}

.testimonial-section {
  background: #f5f5f5;
  font-family: Poppins;
  margin-bottom:50px;
  
}

/* Rating */
.google-rating {
  background: #eaeaea;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}

.google-rating img {
  width: 80px;
}

.rating-content strong {
  font-size: 22px;
  margin-right: 10px;
}

.stars {
  color: #fbbc04;
}

/* Slider */
.slider-wrapper {
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  gap: 20px;
}

.testimonial-card {
  min-width: calc(33.333% - 14px);
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.profile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.green { background: #34a853; }
.gray { background: #9aa0a6; }
.blue { background: #4285f4; }

.testimonial-card h4 {
  margin: 0;
  font-size: 15px;
}

.testimonial-card span {
  font-size: 12px;
  color: #777;
}

.testimonial-card p {
  font-size: 14px;
  margin-top: 10px;
  color: #444;
}

/* Responsive */
@media (max-width: 991px) {
  .testimonial-card {
    min-width: calc(50% - 10px);
  }
}

@media (max-width: 600px) {
  .testimonial-card {
    min-width: 100%;
  }
}

 .our-story-dark {
    background: #111;
    color: #fff;
    padding: 120px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .our-story-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("https://images.unsplash.com/photo-1556761175-5973dc0f32e7") center/cover;
    opacity: 0.08;
  }

  .our-story-dark .content {
    max-width: 900px;
    margin: auto;
    position: relative;
    z-index: 2;
  }

  .our-story-dark h2 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 600;
  }

  .our-story-dark p {
    font-size: 17px;
    line-height: 1.9;
    color: #ddd;
    margin-bottom: 20px;
  }

  .our-story-dark .highlight {
    color: #f4c430; /* accent color */
    font-weight: 600;
  }

  .our-story-dark .divider {
    width: 60px;
    height: 3px;
    background: #f4c430;
    margin: 25px auto 40px;
  }

  .our-story-dark .cta-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 35px;
    border: 1px solid white;
    color: black;
    text-decoration: none;
    border-radius: 40px;
    transition: 0.3s ease;
    color:white;
  }

  .our-story-dark .cta-btn:hover {
    background: white;
    color: black;
        border: 1px solid black;

  }

  @media(max-width:768px){
    .our-story-dark h2{
      font-size: 30px;
    }
  }
   .offer-section {
    padding: 100px 20px;
    background: #f4f6f9;
    font-family: 'Poppins';
    margin-top:-95px;
  }
  @media screen and (max-width: 749px) {
  .offer-section {
    margin-top: -110px;
  }
}

  .offer-container {
    max-width: 1200px;
    margin: auto;
  }

  /* Heading */
  .offer-heading {
    text-align: center;
  }

  .offer-heading h2 {
    font-size: 40px;
    font-weight: 600;
    color: #111;
  }

  /* Subtitle */
  .offer-subtitle {
    text-align: center;
    max-width: 800px;
    margin: 20px auto 60px auto;
    font-size: 17px;
    color: #666;
    line-height: 1.8;
  }

  /* 2 Half Cards */
  .offer-grid {
    display: flex;
    gap: 30px;
  }
  .offer-card{
  flex:1;
}

  .offer-card {
    flex: 1;
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    transition: 0.3s ease;
  }
  .offer-title
  {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }

  .offer-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  }

  .offer-card h3 {
   font-size: 20px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 500;
  }

  .offer-card ul {
    list-style: none;
    padding: 0;
  }
  .offer-card p {
    font-size:15px;
    text-align:center;
  }


  .offer-card ul li {
    margin-bottom: 16px;
    font-size: 16px;
    color: #555;
    padding-left: 25px;
    position: relative;
  }

  .offer-card ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #f4c430;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
  }

  .offer-footer {
    margin-top: 70px;
    text-align: center;
    font-size: 16px;
    color: black;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
  }

  @media(max-width: 992px) {
    .offer-grid {
      flex-direction: column;
    }

    .offer-heading h2 {
      font-size: 30px;
    }
  }
/* /////////contact us////////// */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins';
}

body{
    background:#f4f4f4;
}



/* Map */
.map iframe{
    width:100%;
    height:400px;
    border:0;
}

/* Contact Section */
.contact-section{
    display:flex;
    justify-content:space-between;
    padding:80px 60px;
    gap:60px;
}

.contact-form{
    flex:1;
}

.contact-form h2{
    margin-bottom:40px;
    letter-spacing:2px;
    font-weight:700;
       font-size:18px;

}
.contact-form p{
   font-size:15px;
}

.form-group{
    margin-bottom:30px;
    font-size:15px;
}

.form-row{
    display:flex;
    gap:40px;
}

input, textarea{
    width:100%;
    border:none;
    border-bottom:2px solid #bcd2d6;
    background:transparent;
    padding:10px 5px;
    outline:none;
}

textarea{
    height:120px;
    resize:none;
}

.button-cntct-smt{
    margin-top:20px;
    padding:10px 20px;
    border:none;
    background:#e7a6b1;
    cursor:pointer;
    font-weight:600;
}

/* Office Cards */
.office-info{
    flex:1;
    display:flex;
    flex-direction:column;
    gap:40px;
}

.office-card{
    padding:40px;
    border-radius:30px;
}

.office-card h3{
    margin-bottom:20px;
}

.office-card p{
    margin-bottom:10px;
    font-size:14px;
}

.yellow{
    background:#e4ddb9;
}

.pink{
    background:#e7c2b8;
}

/* Bottom Features */
.features{
    background:#e6dce2;
    padding:60px;
    display:flex;
    justify-content:space-between;
    text-align:center;
    flex-wrap:wrap;
}

.feature{
    flex:1;
    min-width:200px;
}

.feature h4{
    margin-top:10px;
}

.feature p{
    font-size:14px;
}

/* Responsive */
@media(max-width:992px){
    .contact-section{
        flex-direction:column;
    }
}
.top-bar{
    position: relative;
    background: url('https://images.unsplash.com/photo-1492724441997-5dc865305da7') center/cover no-repeat;
    padding: 80px 20px;
    text-align: center;
    color: #fff;
}

/* Dark overlay */
/* .top-bar::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
} */

.breadcrumb{
    position: relative;
    z-index: 2;
}

.breadcrumb h2{
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 600;
}

.breadcrumb p{
    font-size: 14px;
    letter-spacing: 1px;
}
input:focus,
textarea:focus{
    outline: none;
    box-shadow: none;
}


.success-message {
    background: #e6f9ed;
    color: #1a7f37;
    padding: 12px 15px;
    border: 1px solid #1a7f37;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 14px;
}

/* /////////FAQ///////// */
/* Section */
.faq-section {
  padding: 80px 20px;
  background: #f9f9f9;
}

.faq-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: flex-start;   /* ✅ fix */
  gap: 60px;
}

/* Left Image */
.faq-image {
  flex: 1;
}

.faq-image img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.faq-image img:hover {
  transform: scale(1.05);
}

/* Right Content */
.faq-content {
  flex: 1;
}

.faq-title {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 600;
}

/* FAQ Items */
.faq-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.faq-item input {
  display: none;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s ease;
}

.faq-question:hover {
  color: #000;
}

.icon {
  font-size: 22px;
  transition: transform 0.3s ease;
}

/* Answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  font-size: 15px;
  color: #555;
}

/* Active State */
.faq-item input:checked ~ .faq-answer {
  max-height: 200px;
  padding-bottom: 15px;
}

.faq-item input:checked + .faq-question .icon {
  transform: rotate(45deg);
}

/* Responsive */
@media (max-width: 768px) {
  .faq-container {
    flex-direction: column;
    gap: 40px;
  }

  .faq-title {
    text-align: center;
  }
}


/* ////////main blog */

.news-page {
    padding: 60px 0;

.news-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 600;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.news-card {
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s ease;
}

.news-card:hover {
  transform: translateY(-5px);
}

.news-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 12px;
}

.news-content {
  padding: 15px 5px;
}

.news-meta {
  font-size: 13px;
  margin-bottom: 10px;
  color: #777;
}

.news-tag {
  background: #e5e7eb;
  color: black;
  padding: 3px 8px;
  border-radius: 15px;
  margin-left: 5px;
  font-size: 11px;
}

.news-heading {
  font-size: 18px;
  margin-bottom: 10px;
}

.news-heading a {
  text-decoration: none;
  color: #000;
}

.news-excerpt {
  font-size: 14px;
  color: #666;
}

/* Responsive */

@media(max-width: 990px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 600px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}

.news-readmore {
  display: inline-block;
  margin-top: 15px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  color: black;
}

.news-readmore::after {
  content: "";
  width: 0;
  height: 2px;
  background: currentColor;
  position: absolute;
  left: 0;
  bottom: -4px;
  transition: 0.3s ease;
}

.news-readmore:hover::after {
  width: 100%;
}


/* //////artice page//// */
.article-wrapper {
max-width: 1310px;  margin: 0 auto;
  padding: 60px 20px;
}
/* Mobile Responsive */
@media (max-width: 768px) {
  .article-wrapper {
    line-height: 40px;
  }
}

.article-category span {
  background: #e6f4ff;
  color: #007acc;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 20px;
  text-transform: uppercase;
}

.article-title {
  font-size: 36px;
  font-weight: 700;
  margin: 20px 0;
}

.article-meta {
  font-size: 14px;
  color: #777;
  margin-bottom: 30px;
}

.article-image img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 40px;
}

.article-content h2 {
  font-size: 22px;
  margin-top: 40px;
}

.article-content p {
  line-height: 1.8;
  margin-bottom: 20px;
  color: #444;
  font-size:15px
}

.article-back {
  text-align: center;
  margin: 50px 0;
}

.back-btn {
  padding: 12px 24px;
  border: 1px solid #ddd;
  border-radius: 30px;
  text-decoration: none;
  color: #333;
}
.related-blogs {
  margin-top: 60px;
}

.related-heading {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.related-card img {
  width: 100%;
  height: 300px; /* Same height as blog image */
  object-fit: cover;
  display: block;
}
.related-card h3 {
  margin-bottom: 60px;
  font-size: 18px;
   color: black;
  text-align: center;
}


.related-card h4 {
  margin-top: 15px;
  font-size: 18px;
}

.related-card h4 a {
  text-decoration: none;
  color: inherit;
}
.related-articles h2 {
  text-align: center;
  margin-bottom: 40px;
  font-weight:700;
  font-size: 28px; /* optional */
}
.related-articles
{
    margin-left: 50px;
    margin-right: 50px;
}
.newsletter-success {
  margin-top: 10px;
  color: green;
  font-size: 14px;
  white-space: nowrap;
}
