body {
    font-family: "DM Serif Display", "Odoo Unicode Support Noto", serif;
    font-size: 18px; 
    width: 100%;
  min-height: 100%;   /* ✅ REQUIRED */
  margin: 0;
  
}
html {
    scroll-behavior: smooth;
    width: 100%;
  max-width: 100%;
  
}
header a,
nav a, footer a{
  color: white !important;
  -webkit-text-fill-color: white !important;
}
#mobileMenu a{
    color: #63A9B2 !important;
  -webkit-text-fill-color: #63A9B2  !important;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    
}
section {
  width: 100%;
  max-width: 100%;
}

h1, h2, p {
  word-wrap: break-word;
}
img {
  max-width: 100%;
  height: auto;
}
.content{
    max-width: 1400px; /* Set your content width */
    margin: 0 auto;   /* Center the content */ 
    min-height: auto;
}
.emailsign{
     list-style: none;
  padding-left: 28px;
  position: relative;
}
.emailsign::before {
  content: "✉";        /* U+2709 */
  color: #fff;
  font-size: 16px;
   margin-right: 8px;
}
.whatsappno a{
    color: white;
}
.header-contacts {
  display: flex;
  align-items: center;
}
.header-contacts ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.headermail{
    color: #f0f0f0;
}
.header-contacts li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  position: relative;
  color: #fff;

  /* 🔥 ANDROID FIX */
  min-width: 0;
  flex: 1 1 auto;
  white-space: normal;
  overflow-wrap: anywhere;
}

/* vertical line */
.header-contacts li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 3px;
  background-color: white;
}
.header-contacts li img {
  width: 16px !important;
  height: auto;
  flex-shrink: 0;
}

/* remove line after last item */
.header-contacts li:last-child::after {
  display: none;
}

.maintag{
    z-index: 1;  
    min-height: auto;
    flex: 1; 
    display: block;
    padding-top: 140px;
}
#headertag{
   position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #63A9B2;
  z-index: 9999;
}
.containerheader img{
    width: 18px;
    vertical-align: middle;
    margin-right: 8px;
}
.flex-gap{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.headersocialicon{
    display: flex;
    align-items: center;     /* ✅ vertical center */
}
.header-links{
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
}
.link{
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.containerheader{
     display: flex;
    margin-right: 12px;
    background-color: #63A9B2;
  flex-wrap: wrap;          /* 🔥 allow wrapping */
  gap: 10px;
  padding: 8px 12px;
  max-width: 100%;
  box-sizing: border-box;
  overflow: visible;
}
.containerheader ul li{   /* Keeps it in place */       
    display: inline;
    padding: 20px;
    list-style: none;
    font-weight: bold;
    text-decoration: none;
    color: white;
     vertical-align: middle;

}
.headingspan{
    font-size: 46px;        /* Desktop */
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.maincontainer{
    background-color:#63A9B2;
    padding: 1.5rem;
    border-radius: 0.4rem;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    margin: 1rem auto;
    max-width: 500px;
}
.subcontainer h2{
    font-family: "DM Serif Display", "Odoo Unicode Support Noto", serif;
    font-size: 40px;
    color: white;
}
.subcontainer{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.auto-slider {
    display: flex;
  width: 100%;
}

.bannerimage{
    flex: 1;
    min-width: 0;
    overflow: hidden;
}
.bannerimage img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.sliderpart{
    display: flex;
    width: 100%;  
    max-width: 100%;
}
.backgoundcolor{
    width: 50%;
    background-color: #63A9B2;
   flex: 1;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #6faeb5; /* your teal shade */
  padding: 0 80px;
  
}
.hero-content{
    max-width: 540px;
}
.hero-content h1 {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 18px;
}
.hero-content p {
  font-size: 25px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
   margin-bottom: 32px;
}
.cta-btn {
  display: inline-block;
  padding: 14px 34px;
  background-color: #ffffff;
    color: #0d3b56; /* deep blue-teal for trust */
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.cta-btn:hover {
    background-color: transparent;
    color: #ffffff;
    border: 3px solid #ffffff;

    /* This is the real fix */
    box-shadow:
        0 0 0 1px rgba(13, 59, 86, 0.4),
        0 8px 18px rgba(0, 0, 0, 0.15);
}

.about_detail{
    display: inline-block;
    width: 65%;
    vertical-align: middle;
}
.about_heading img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 4px; /* optional */
}
.about_heading p{
    text-decoration: double;
    position: relative;
}
p.underline::after {
  content: ""; /* Required for pseudo-element */
  position: absolute;
  top: 100%;
  left: 0;
  bottom: 0;
  width: 100%; /* Full width of paragraph */
  height: 10px; /* Thickness of the line */
  background-color: #63A9B2; /* Line color */
}
.about_detail p{
    margin-bottom: 20px;
    line-height: 1.6;
    
}
#about_banner{
    padding-bottom: 50px;
}
.about_detail h1{
    margin-bottom: 20px;
    line-height: 1.6;

}

  .circle-card h2{
     margin-top: 100px;
  }
  /* Circular card container */
  .circle-card {
    width: 350px;              /* Card size */
    overflow: hidden;          /* Ensures image stays inside */
    box-shadow: 0 4px 18px #63A9B2; /* Optional shadow */
    display: inline-block;
    margin-left: 80px;
    margin-top: 80px;
  }
  .caption{
    font-weight: bold;
    font-size: 22px;
    padding: 12px;
  }
  .circle-card img{
    width: 100%;
    height: 250px;
  }
  .category-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 per row */
    gap: 30px;
    align-items: start; /* figures start from top */
    margin-bottom: 60px;
  }
  .product-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 100;
  font-size: 18px;
}

.product-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  line-height: 1;
}
.product-list  {
  list-style: none;
}
.category-heading{
    text-align: center;
    margin-bottom: 10px;
}
.checkclass ul li{
    vertical-align: middle;
    font-weight: bold;
    list-style: none;

}
.checkclass{
    padding-top: 10px;
    line-height: 1.8;
}
.checkclass ul li img{
    width: 20px;
    vertical-align: middle;
    margin-right: 8px;

}
.containerheader  ul li .call{
    width: 15px;
    vertical-align: middle;
    margin-right: 8px;
}
.containerheader ul{
    text-align: center;
}
section.product-type-section{
    position: relative;
    padding-top: 80px !important;
    padding-bottom: 40px !important;
}
section.product-type-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(2px); /* Blur effect */
    transform: scale(1.1); /* Prevents edges from showing */
    z-index: -1; /* Keep it behind content */
    background-size: cover;  
    background: linear-gradient(
  rgba(0, 0, 0, 0.45),
  rgba(0, 0, 0, 0.45)
),
url('../images/category-banner.png') center/cover no-repeat;
}
.product-type-container p{
      color: white;
      text-align: center;
      line-height: 1.8;
      font-size: 18px;
    line-height: 1.7;
    margin: 18px auto 0;
}
.paharagraph {
    word-wrap: break-word;     /* Break long words if needed */
    overflow-wrap: break-word;
    white-space: normal;
    padding-top: 10px;
   line-height: 1.8; /* 1.8 times the font size */
}
.paharagraph, ul li img{
    vertical-align: middle;
    margin-right: 8px;
}
.containerheader ul li{   /* Keeps it in place */       
    padding: 10px;
    list-style: none;
    font-weight: bold;
    vertical-align: middle;
    width: auto;
    white-space: nowrap;
}

.bannersection{
    margin-bottom: 40px;
}
.bannercontainer{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.bannerright{
    width: 30%;
    
    vertical-align: middle;
}
.bannerleft{
    width: 30%;
    
    vertical-align: middle;
}
.aboutbanner {
    
    width: 30%;
    text-align: center;
    vertical-align: middle;
}
.aboutbanner p{
    font-weight: bold;
    font-size: calc(1.525rem + 3.3vw);
    line-height: 1.2; 
}
.discoverbutton{
    padding-top: 40px;
    text-align: center;
    cursor: pointer;
}
.button{
    border-radius: 10px;
    padding: 0.8rem 3.0rem ;
    font-size: 1.25rem;
    border-radius: 10rem;
    background-color: #63A9B2;
}
.discoverbutton a{
    color: white;
    text-decoration: none;
}
.aboutuscontainer{
    display: inline-block;
}
.checkclass{
    padding-top: 10px;
    line-height: 1.8;
}
.contactdetail ul li img{
    width: 20px;
    vertical-align: middle;
    margin-right: 8px;
}
.aboutdetailcontainer{
    display: flex;
    gap: 300px;
}
.contactdetail ul li{
    list-style: none;
    line-height: 1.8;
}
.socialmedia ul li{
    display: inline-block;
    vertical-align: middle;
}
a{
    text-decoration: none;
}
.socialmedia{
    margin-top: 20px;
}
.fa{
  border-radius: 50%;
  padding: 10px;
  font-size: 28px;
  width: 42px;
  text-align: center;
  text-decoration: none;
  margin-right: 20px;
}
.fa-facebook {
  background: #63A9B2;
  color: white;
}
.fa-instagram {
  background: #63A9B2;
  color: white;
}
.fa-linkedin {
  background: #63A9B2;
  color: white;
}
.intro_image1{
    display: flex;
    box-shadow: rgb(99, 169, 178) 0px 4px 18px;
    align-items: flex-start;
  max-width: 100%;
  box-sizing: border-box;
  width: 90%;
  margin-top: 40px;
  padding: 20px;
  
}
.intro_image2{
    display: flex;
    box-shadow: rgb(99, 169, 178) 0px 4px 18px;
    margin-top: 100px;
    width: 90%; 
    margin-bottom: 60px;
    padding: 20px;
}
.intro-image {
  width: 140px;
  height: auto;
  flex-shrink: 0;
  border-radius: 4px;
  flex-shrink: 0;
}
.intro {
  flex: 1;
  font-size: 16px;
  line-height: 1.6;
}
.intro_image1 img{
    width: 100%;
    margin-right: 40px;
    margin-top: 50px;
    margin-left: 40px;
    max-width: 150px;
    display: block;
}
.intro_image2 img{
    width: 100%;
    max-width: 150px;
    margin-left: 40px;
    vertical-align: middle;
    margin-top: 30px;
}
.intro_image2 p{
        margin-left: 40px;
}
.intro_description{
    flex: 1;
  line-height: 1.6;
}

.paharagraph{
  line-height: 1.8; /* 1.8 times the font size */
   width: 100%;
    max-width: 800px;
    white-space: normal;
}
.about_company{
    font-size: 1.2em;

}
.about_section{
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    align-items: center;   /* THIS centers vertically */
    gap: 40px;     
}
.backgroundpahra {
    font-size: 2rem;
    margin-bottom: 10px;
}

/* Description text */
.our_team_section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
}

.team_heading {
    font-size: 2.5rem;
    margin-bottom: 10px;
    text-align: center;
}

.team_intro {
    text-align: center;
    margin-bottom: 50px;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
}

/* Each team member card */
.team_member {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(99, 169, 178, 0.4);
}

/* Reverse layout for zig-zag */
.team_member.reverse {
    flex-direction: row-reverse;
}

/* Photo */
.team_photo {
    flex-shrink: 0;
    text-align: center;
}

.team_photo img {
    width: 160px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.team_email {
    margin-top: 10px;
}

.team_email a {
    font-size: 0.9rem;
    color: #0073e6;
    text-decoration: none;
}

.team_email a:hover {
    text-decoration: underline;
}

/* Info text */
.team_info {
    flex: 1;
}

.team_info h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.5rem;
}

.team_info p {
    line-height: 1.7;
    font-size: 1rem;
    color: #333;
}

.logo img{
    width: 180px;
    height: auto;
    vertical-align: middle;
}
.logo_image{
    background-color: white;
   z-index: 1000;

  align-items: center;
  justify-content: space-between;
    
}
.logo a{
    width: 30px;
}
.secondheader{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap; /* 🔑 VERY IMPORTANT */
  gap: 12px;
}
.logo{
    width: 15%;
}
.header2right{
    display: flex;
    gap: 30px;
}
.hamburger {
  display: none;
}
.info a{
     
     color: #63A9B2;
     font-weight: bold;
     font-size: 20px;
     display: inline-flex;   /* or flex */
     align-items: center;    /* vertical center */
}
.info span{
     
     color: #63A9B2;
     font-weight: bold;
     font-size: 20px;
     display: inline-flex;   /* or flex */
     align-items: middle;    /* vertical center */
}
.info{  
    padding: 12px 8px;
  min-height: 48px;
  
  align-items: center;
  justify-content: center;
  white-space: nowrap;   
}
.infofa {
    position: relative;
}
.hover-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ccc;
    min-width: 150px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.hover-menu a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color:#63A9B2;
}



/* 🔥 Show on hover */
.infofa:hover .hover-menu {
    display: block;
}
.steps-inner-main-container{
    line-height: 20px;
}
.steps{
    display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
.steps-number {
  min-width: 60px;
  height: 80px;
  background: #6aaeb5;
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-heading {
    font-size: 18px;
    font-weight: 600;
    color: #0b2b3c;
    margin: 0 0 8px 0;
}
.steps img {
  max-width: 180px;
  height: auto;
}

p.steps-heading{
    text-align: center;
    margin-bottom: 80px;
    text-decoration: underline;
    font-weight: bold;
    font-size: 25px;
}
.steps-description p{
    font-size: 25px;
    line-height: 20px;
}
.steps-container{
    width: 100%;
  max-width: 1400px;   /* standard website width */
  margin: 0 auto;      /* center section */
  padding: 40px 20px;
}
p.text {
  vertical-align: middle;
}
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    display: block;
    height: 3px;
    width: 25px;
    background: #63A9B2;
    margin-bottom: 5px; /* ✅ iOS SAFE */
}

/* remove extra space on last line */
.hamburger span:last-child {
    margin-bottom: 0;
}

.secondheader {
  position: relative; /* ✅ REQUIRED */
}
.intro_section{
    padding-bottom: 80px;
}
.paharagraph, .contactuscontainer{
    flex: 1;
    align-items: flex-start;
}
#authorities-section .authorities-list ul {
    display: flex;
    align-items: center;      /* vertically center images */
    justify-content: center;  /* center items horizontally */
    gap: 50px;                /* space between logos */
    padding: 0;
    margin: 0;
    list-style: none;
}

#authorities-section .authorities-list li img {
    max-width: 300px;   /* adjust as needed */
    height: auto;
    display: block;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/* FOOTER BASE */
.footersection {
  background: #6aaeb3;
  color: #fff;
  padding: 60px 20px;
  font-family: serif;
}

/* WIDTH CONTROL */
.footer-inner {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

/* REMOVE BULLETS COMPLETELY */
.footersection ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* LEFT TEXT */
.paharagraph p {
  margin-bottom: 12px;
  font-size: 16px;
}

/* RIGHT HEADING */
.contactuscontainer h2 {
  margin-bottom: 20px;
  font-size: 26px;
}

/* CONTACT LIST ALIGNMENT */
.contactdetail li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

/* ICON SIZE FIX (CRITICAL) */
.contactdetail img {
  width: 22px !important;
  height: 22px !important;
  object-fit: contain;
}

/* LINKS */
.contactdetail a {
  color: #fff;
  text-decoration: none;
}

/* ADDRESS FIX */
.contactdetail .address {
  align-items: flex-start;
}

.contactdetail .address span {
  line-height: 1.6;
}

/* SOCIAL ICONS HORIZONTAL */
/* SOCIAL ICONS — FORCE HORIZONTAL */
.socialmedia {
  margin-top: 25px;
}

.socialmedia ul {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 18px;
  padding: 0;
  margin: 0;
}

.socialmedia li {
  list-style: none;
  display: inline-flex !important;
  margin: 0 !important;
}

.socialmedia a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
}
 .email-icon{
  filter: brightness(0) invert(1);
}

#pricing-section {
  padding: 80px 20px;
  background: #f9fafb;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.section-title {
  font-size: 32px;
  margin-bottom: 10px;
  color: #1f2933;
}

.section-subtitle {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 50px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.pricing-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 35px 25px;
  text-align: left;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  position: relative;
}

.stage-label {
  font-size: 13px;
  font-weight: bold;
  color: #63A9B2;
  text-transform: uppercase;
}

.pricing-card h3 {
  font-size: 22px;
  margin: 12px 0;
  color: #111827;
}

.price {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #63A9B2;
}

.pricing-card ul {
  padding-left: 18px;
  margin-bottom: 20px;
}

.pricing-card ul li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #374151;
}

.note {
  font-size: 14px;
  color: #6b7280;
}



