/*PEN STYLES*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto:400,700);


.blog-card {
  transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
  margin: 0 auto 1.6%;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  line-height: 1.45em;
   
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blog-card:hover .details {
  left: 0;
}
.blog-card:hover.alt .details {
  right: 0;
}
.blog-card.alt .details {
  right: -100%;
  left: inherit;
}
.blog-card .photo {
  height: 200px;
  position: relative;
}
.blog-card .photo.photo1 {
  background: url("../index.html") center no-repeat;
  background-size: cover;
}
.blog-card .photo.photo2 {
  background: url("../index.html") center no-repeat;
  background-size: cover;
}



.blog-card .details {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  color: #fff;
  font-family: "Open Sans";
  list-style: none;
  margin: 0;
  padding: 10px 15px;
  height: 00px;
  /*POSITION*/
  position: absolute;
  top: 0;
  left: -100%;
}
.blog-card .details > li {
  padding: 3px 0;
}
.blog-card .details li:before, .blog-card .details .tags ul:before {
  font-family: FontAwesome;
  margin-right: 10px;
  vertical-align: middle;
}
.blog-card .details .author:before {
  content: "\f007";
}
.blog-card .details .date:before {
  content: "\f133";
}
.blog-card .details .tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-card .details .tags ul:before {
  content: "\f02b";
}
.blog-card .details .tags li {
  display: inline-block;
  margin-right: 3px;
}
.blog-card .details a {
  color: inherit;
  border-bottom: 1px dotted;
    
}
.blog-card .details a:hover {
  color: #75D13B;
  background: #cc00cc;
    
    
}
.blog-card .description {
  padding: 25px;
  box-sizing: border-box;
    margin: 0px;
  position: relative;
     box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    border-top: 1px dotted;
    
    
}

.blog-card .description h1 {
  font-family: "Righteous";
  line-height: 1em;
  margin: 17px 0 40px 0;    
  color: #ff3300;
}
.blog-card .description h2 {
  color: #9b9b9b;
  font-family: "Open Sans";
  line-height: 1.2em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  margin: 2.2% 0;
   
}
.blog-card .description p {
  position: relative;
  margin: 0;
  padding-top: 10px;
font-size: 20px;
    font-family: "Righteous";
     
}
.blog-card .description p:after {
  content: "";
 
  height: 6px;
  width: 40px;
  /*POSITION*/
  position: absolute;
  top: 6px;
  left: 0;
}
.blog-card .description a {
  color: #75D13B;
  margin-bottom: 10px;
  float: right;
    
}
.blog-card .description a:after {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  content: "\f061";
  font-family: FontAwesome;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
    
}
.blog-card .description a:hover:after {
  margin-left: 5px;
  opacity: 1;
    
}

@media screen and (min-width: 600px) {
  .blog-card {
    height: 300px;
    max-width: 90%;
      background: #1ad1ff;
  }
        
    
  .blog-card:hover .photo {
    -webkit-transform: rotate(5deg) scale(1.3);
            transform: rotate(5deg) scale(1.3);
      
  }
  .blog-card:hover.alt .photo {
    -webkit-transform: rotate(-5deg) scale(1.3);
            transform: rotate(-5deg) scale(1.3);
  }
  .blog-card.alt .details {
    padding-left: 30px;
  }
  .blog-card.alt .description {
    float: right;
  }
  .blog-card.alt .description:before {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
    right: -15px;
    left: inherit;
  }
  .blog-card.alt .photo {
    float: right;
  }
  .blog-card .photo {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    float: left;
    height: 100%;
    width: 40%;
  }
  .blog-card .details {
    width: 40%;
  }
  .blog-card .description {
    float: left;
    width: 60%;
    z-index: 0;
  }
  .blog-card .description:before {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    content: "";
    background: #fff;
    width: 100%;
    z-index: -1;
    /*POSITION*/
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
  }

}

  .multi-brand-features {
  padding: 20px 0;
  text-align: center;
}

.section-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.section-para {
  max-width: 850px;
  margin: 0 auto 40px;
  font-size: 16px;
}

.feature-card {
  background: #000;
  border-radius: 18px;
  padding: 20px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.feature-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
}

.feature-card h5 {
  margin-top: 15px;
  font-weight: 600;
  color: #000;
  background: #fff;
  padding: 10px;
  border-radius: 0 0 14px 14px;
}

.feature-card:hover {
  transform: translateY(-6px);
}

.sales-commitment-section {
  padding: 20px 0;
  background-color: #f5f5f5;
}

.section-title {
  font-weight: 700;
  margin-bottom: 15px;
}

.section-para {
  font-size: 16px;
  margin-bottom: 15px;
}

.custom-list {
  list-style: none;
  padding-left: 0;
}

.custom-list li {
  font-size: 16px;
  padding: 10px 0;
  position: relative;
  margin: 0px 0px 0px 155px ;
}

.custom-list li::before {
  content: "✔";
  color: #4CAF50;
  font-weight: bold;
  margin-right: 10px;
}
.founder-section h3 {
    font-weight: 600;
}

.founder-section h5 {
    color: #777;
    margin-bottom: 15px;
}

.founder-section img {
    max-width: 100%;
    border-radius: 8px;
}


/* Section background */
.vision-mission {
    padding: 80px 0;
    background: linear-gradient(135deg, #dcdcdc, #dcdcdc);
    border-radius: 24px;
}

/* Card styling */
.vm-box {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 20px;
    padding: 50px 35px;
    color: #5fb559;
    height: 100%;
    backdrop-filter: blur(12px);
    transition: all 0.35s ease;
}

.vm-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

/* Icons */
.vm-icon {
    font-size: 48px;
    margin-bottom: 20px;
    opacity: 0.9;
}

/* Titles */
.vm-box h3 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

/* Text */
.vm-text {
    font-size: 15px;
    line-height: 1.7;
    opacity: 0.95;
    margin-bottom: 2%;
}

/* Responsive spacing */
@media (max-width: 767px) {
    .vm-box {
        margin-bottom: 30px;
    }
}



.value-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.value-btn {
    padding: 14px 22px;
    font-size: 16px;
    font-weight: 600;
    background: #f3f3f3;
    border: none;
    cursor: pointer;
    min-width: 220px;
    text-align: left;
    position: relative;
}

.value-btn::after {
    content: "+";
    position: absolute;
    right: 15px;
    font-size: 20px;
}

.value-btn.active::after {
    content: "-";
}

.value-content {
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s ease;
    margin-left: 10px;
    padding: 0;
}

.value-btn.active + .value-content {
    max-width: 500px;
    padding: 14px 20px;
    background: #ffffff;
    border-left: 4px solid #2ecc71;
    white-space: normal;
}
/* ===== HEADER MENU ===== */

/* Keep menu in one line */
.theme-main-menu .navbar-collapse {
    display: flex !important;
    justify-content: flex-end;
}

.theme-main-menu .nav {
    display: flex;
    flex-wrap: nowrap;
}

.theme-main-menu .nav > li {
    white-space: nowrap;
}

/* Adjust spacing so all items fit */
.theme-main-menu .nav > li > a {
    padding: 25px 12px;
    font-size: 14px;
}

/* Logo size control */
.logo img {
        max-height: 77px;
        max-width: 69px;
    height: auto;
}

/* Mobile view – keep hamburger working */
@media (max-width: 991px) {
    .theme-main-menu .navbar-collapse {
        display: block !important;
    }

    .theme-main-menu .nav {
        flex-direction: column;
    }
}

/* abouts bg  */
.image-overlay-container {
  position: relative;
  width: 100%;
}

.image-overlay-container img {
  width: 100%;
  height: auto;
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black overlay */
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.overlay h2 {
  margin: 0 0 10px 0;
  font-size: 2em;
  color: #fff;
}
/* -------- */
/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} */

/* body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: #f8f9fa;
    padding: 60px 20px;
} */

.features-section {
    max-width: 1170px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;

    margin-bottom: 20px;
    margin-top: 20px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.feature-item {
    text-align: center;
    padding: 30px 20px;
    background: #06923E;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    position: relative;
}

.icon-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px dashed #d4d4d4;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0059b4;
}

.icon-inner {
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0059b4;
    font-size: 28px;
}

.feature-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.3;
}

.feature-content {

    color: #ffffff;

}

/* Responsive Design */
@media (max-width: 992px) and (orientation: landscape) {
  .features-grid {
    width: 80% !important;
  }
}
@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .features-grid {
      width: 90%;
        grid-template-columns: 1fr;
    }
    
    .section-title {
        font-size: 35px;
        text-align: left;
    }
}
/* ------- */
/* abouts bg end */

/* service css */

.service-list {
  list-style: none; 
  padding-left: 0;
  line-height: 1.8;
}

.service-list li {
  position: relative;
  padding-left: 30px; 
  margin-bottom: 10px;
}

.service-list li::before {
  content: "✔"; 
  color: #4CAF50; 
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
/* CTA Section */
.cta-section {
  padding: 60px 0;
  background-color: #f4f4f4;
  text-align: center;
}

.cta-section .cta-text {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 30px;
  color: #333;
  line-height: 1.6;
}

.cta-section .cta-button {
  display: inline-block;
  padding: 15px 40px;
  /* background-color: #662e8e;  */
  background-color: #5fb559;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.cta-section .cta-button:hover {
  background-color: #147817;  /* Hover green */
  color: #fff;
}

/* service */

/* Eryds */

.what-we-do-section {
  padding: 60px 0;
  background-color: #f5f5f5;
}

.what-we-do-section .container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 35px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.section-header p {
  max-width: 720px;
  margin: auto;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.what-we-do-list {
  max-width: 800px;
  margin: auto;
  list-style: none;
  padding: 0;
}

.what-we-do-list li {
  background: #ffffff;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 10px;
  font-size: 16px;
  color: #333;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  padding-left: 45px;
}

.what-we-do-list li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  color: #2ecc71;
  font-size: 18px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .section-header h2 {
    font-size: 26px;
  }

  .what-we-do-list li {
    font-size: 15px;
    padding: 14px 18px 14px 42px;
  }
}

.why-eryds-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.why-eryds-section .container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 600;
  color: #222;
}

/* Two Column Layout */
.why-eryds-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.why-eryds-content,
.why-eryds-image {
  flex: 1;
  min-width: 300px;
}

/* List Styling */
.why-eryds-list {
  list-style: none;
  padding: 0;
}

.why-eryds-list li {
  font-size: 16px;
  margin-bottom: 18px;
  padding-left: 35px;
  position: relative;
  color: #333;
}

.why-eryds-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #2ecc71;
  font-size: 18px;
}

/* Image */
.why-eryds-image img {
  max-width: 100%;
  border-radius: 14px;
}

/* Mobile */
@media (max-width: 768px) {
  .why-eryds-grid {
    flex-direction: column;
    text-align: center;
  }

  .why-eryds-list li {
    padding-left: 0;
  }

  .why-eryds-list li::before {
    position: static;
    margin-right: 8px;
  }
}

/* Eryds end */

/* Container for social icons */
.social-icon {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end; /* align icons to the right */
  gap: 6px; /* space between icons */
}

/* Overlay */
#popupModal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Main Container */
.popup-wrapper {
  display: flex;
  width: 900px;
  max-width: 95%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  animation: zoomIn 0.4s ease;
}

/* Left Image */
.popup-image {
  width: 50%;
  background: #0b61d8;
}

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

/* Right Form */
.popup-form {
  width: 50%;
  padding: 35px;
  position: relative;
}

.popup-form h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
}

/* Close Button */
#closeModal {
  position: absolute;
  top: 15px;
  right: 18px;
  font-size: 24px;
  cursor: pointer;
}

/* Inputs */
.single-input {
  margin-bottom: 15px;
}

.single-input input,
.single-input textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.single-input textarea {
  min-height: 90px;
}

/* Submit Button */
.popup-form input[type="submit"] {
  width: 100%;
  padding: 14px;
  border-radius: 30px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  color: #fff;

  background: linear-gradient(135deg, #0b61d8, #4b4fd8);
  box-shadow: 0 6px 18px rgba(11, 97, 216, 0.35);

  transition: all 0.3s ease;
}

.popup-form input[type="submit"]:hover {
  background: linear-gradient(135deg, #094fb0, #3d3fb8);
  transform: translateY(-2px);
}

.popup-form input[type="submit"]:active {
  transform: scale(0.98);
}

/* Animation */
@keyframes zoomIn {
  from { transform: scale(0.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  #popupModal {
    align-items: center;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 16px;
  }
  .custom-list li{
    font-size: 16px;
  padding: 10px 0;
  position: relative;
  margin: 0px 0px 0px 15px;
  }

  .popup-wrapper {
    flex-direction: column;
    max-height: calc(100vh - 32px);
  }
  .popup-image,
  .popup-form {
    width: 100%;
  }
}