@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap');
:root {
  --primary:#F47B20;
  --white:#fff;
  --black:#000;
}
html {
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0 !important;
	font-family:  "Dosis", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    background: none;
    border: solid 1px #f1f1f1;
    color: #333;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 10px;
    padding: 12px 20px;
    width: 100%;
    outline: 0;
    border-radius: 15px;
    font-family:  "Dosis", sans-serif;
    background: white;
}
input[type="submit"] {
    background: linear-gradient(90deg, #193775, #f39c12);
    text-transform: capitalize;
    border: none;
    padding: 10px 20px;
    font-size: 15px;
    border: 0;
    cursor: pointer;
    outline: none;
    font-weight: 400;
    border-radius: 10px 10px 25px;
    font-family:  "Dosis", sans-serif;
    color: white;
}
input[type="submit"]:hover {
  background: #000;
  color: white;
  transition: 0.8s;
}
.form-group input::placeholder,
.form-group select::placeholder {
    color: #000 !important;
    opacity: 1 !important; 
}

/* Cross-browser support */
.form-group input::-webkit-input-placeholder,
.form-group select::-webkit-input-placeholder {
    color: #000 !important;
}

.form-group input:-ms-input-placeholder,
.form-group select:-ms-input-placeholder {
    color: #000 !important;
}


textarea {
  height: 100px;
  margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
	font-family: "Prata", serif;
    color: #444444;
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}
h1 {
  font-size:28px
}
h2 {
  font-size:24px
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size:18px
}
h6 {
  font-size:16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family:  "Dosis", sans-serif;
    color: #454a50;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 28px;
}
ul, li, a {
    list-style-type: none;
	font-family:  "Dosis", sans-serif;
    color: #222;
    line-height: 24px;
    font-size: 15px;
    letter-spacing: 0;
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}


/* Header */

/* Header Overlay */
/* .slider-header {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 20;
} */
.slider-header {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 20;
}

/* Make logo + hamburger in one row with space-between */
.slider-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* Logo */
.slider-logo img {
    height: 150px;
    width: 100%;
    position: relative;
    top: -15px;
	left: 50px;
}

/* Hamburger Menu */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
.rows .three{
box-sizing: border-box;
    color: #ecf0f1;
    text-align: center;
    position: relative;
    top: -30px;
	right: 50px;
}
.hamburger .line{
  width: 50px;
  height: 5px;
  background-color: #2aa9e0;
  border-radius: 20px;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover{
  cursor: pointer;
}
#hamburger-10{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#hamburger-10.is-active{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#hamburger-10.is-active .line:nth-child(1){
  width: 30px
}

#hamburger-10.is-active .line:nth-child(2){
  width: 40px
}
/* Fullscreen Menu */
.fullscreen-menu {
    position: fixed;
    inset: 0;
    background: #000;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.fullscreen-menu.active {
    opacity: 1;
    visibility: visible;
}

/* Menu Styling */
.fullscreen-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.fullscreen-nav li {
    margin: 20px 0;
}

.fullscreen-nav li a {
    font-size: 34px;
	line-height: 1.5;
	font-family: "Prata", serif;
    font-weight: 500;
    color: #8bc441;
    text-decoration: none;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

.fullscreen-nav li a:hover {
    color: #fff;
    transform: scale(1.05);
}

/* Mobile */
@media (max-width: 768px) {
    .fullscreen-nav li a {
        font-size: 32px;
    }
}
/* Close Button */
.menu-close {
    position: absolute;
    top: 30px;
    right: 40px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s ease;
}

.menu-close:hover {
    color: #8bc441;
    transform: rotate(90deg);
}
@media (max-width: 768px) {
    .menu-close {
        font-size: 32px;
        top: 20px;
        right: 25px;
    }
}

.col-lg-8.menu_sec {
    display: flex;
    justify-content: end;
}

.mainmenu {
    width: 100%;
    background: #f1fbfb !important;
    transition: all 0.3s ease;
}

.mainmenu.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}


/* Homepage Css */

.home-banner {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
/* 	margin-top: -35px; */
}
.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}
.video-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
}
.vision-section {
    padding: 100px 0;
    background: #f4faf8;
    background: url(https://visioneyecarekpm.com/wp-content/uploads/2026/01/shape-2.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.vision-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    gap: 60px;
}
span.top-head {
    background: #8bc441;
    padding: 5px 10px;
    border-radius: 15px 0px 20px 0px;
    color: #fff;
}
.vision-content h2 {
    font-size: 34px;
    font-weight: 700;
    color: #2e154e;
    margin: 20px 0px;
}
span.colour {
    background: transparent;
    color: #2aa9e0;
}
.vision-content p {
	font-size: 19px;
    color: #000;
    max-width: 560px;
    margin-bottom: 35px;
    text-align: justify;
    font-weight: 500;
}
.vision-buttons {
    display: flex;
    align-items: center;
    gap: 25px;
}
.btn-primary {
    background: #8bc441;
    color: #fff;
    padding: 14px 28px;
    border-radius: 0px 40px 40px 0px;
    text-decoration: none;
    font-weight: 600;
}
.vision-images {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
}
.vision-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.img-large {
    grid-row: span 2;
	z-index: 1;
}
.img-small {
    position: relative;
}
span.play-icon {
    color: #2e154e;
    font-size: 25px;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    animation: skewWobble 1.8s ease-in-out infinite;
}
a.btn-video {
    font-size: 18px;
    font-weight: 500;
    color: #2e154e;
}
a.btn-primary:hover {
    background: #2aa9e0;
    color: #fff;
    transition: 0.3s ease-in-out;
}
/* Skew Animation */
@keyframes skewWobble {
    0% {
        transform: skew(0deg, 0deg);
    }
    25% {
        transform: skew(6deg, 0deg);
    }
    50% {
        transform: skew(-6deg, 0deg);
    }
    75% {
        transform: skew(4deg, 0deg);
    }
    100% {
        transform: skew(0deg, 0deg);
    }
}
@media (max-width: 991px) {
    .vision-grid {
        grid-template-columns: 1fr;
    }

    .vision-content h2 {
        font-size: 36px;
    }
}
.round-rotate {
  width: 250px;              
  height: auto;
  animation: zoomFade 6s ease-in-out infinite;
  transform-origin: center;
  position: absolute;
  top: 83%;
  left: 80%;
}
@keyframes zoomFade {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.15);   
    opacity: 0.5;             
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.eye-feature-wrap {
    padding: 100px 0;
    background-image: url(https://visioneyecarekpm.com/wp-content/uploads/2026/01/bg7.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f1fbfb;
}
.eye-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
}
/* -------- LEFT IMAGE STRUCTURE -------- */
.eye-visual-area {
  position: relative;
  height: 520px;
}
.eye-main-img {
  width: 380px;
  height: 680px !important;
  overflow: hidden;
}
.eye-main-img img {
    width: 380px;
    height: 530px;
    border-radius: 180px 190px 0px 0px;
    overflow: hidden;
    object-fit: cover;
}
.eye-sub-img {
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 270px;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
.eye-sub-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eye-rotator {
  position: absolute;
  top: -10px;
  right: 165px;
  width: 140px;
  height: 140px;
  background: #2aa9e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: eyeSpin 14s linear infinite;
}
.eye-rotator-svg {
  width: 100%;
  height: 100%;
}
@keyframes eyeSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.lt-rt {
    top: -17%;
    left: -17%;
}

/* service-card section */

.sec-title h2{
	font-size: 34px;
    font-weight: 700;
    color: #2e154e;
    margin: 20px 0px;
}
.cards-section {
    text-align: center;
    padding: 40px 0;
    background: url(https://visioneyecarekpm.com/wp-content/uploads/2026/01/shape-2.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  justify-items: center;
  margin: 40px 0px;	
}
.card {
  --background: linear-gradient(to right, #74ebd5 0%, #acb6e5 100%);
  width: 280px;
  height: 340px;
  padding: 5px;
  border-radius: 1rem;
  overflow: visible;
  background: var(--background);
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;	
}

.card::before,
.card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  z-index: -1;
}

.card::before {
    background: linear-gradient(#8bc441, #2aa9e07a), linear-gradient(137.48deg, #2e154ea8 10%, #8bc44173 45%, #263a74 67%, #fff 87%);
    transform: rotate(2deg);
}

.card::after {
    background: linear-gradient(to top right, #2e154e 0%, #2aa9e0 100%);
    transform: rotate(-2deg);
}

.card-info {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.7rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.info-flx{
	display: flex;
	flex-direction: column;
	    position: relative;
    top: 131px;
}
.card-info::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 71%);
  z-index: 0;
}

.card .title {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Dosis", sans-serif;
    text-align: center;
}

.card:hover::before,
.card:hover::after {
  opacity: 0;
}

.card:hover .card-info::before {
  background: rgba(0,0,0,0.15);
  transition: background 0.8s ease;
}

section.cards-section .sec-title {
    text-align: center;
}
section.cards-section .sec-title h2:before{
	display: none;
}
section.cards-section button.btn {
    display: flex;
    margin: 0 auto;
}
.card-info .cta svg {
    top: 8px;
}
.cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  text-align: center;		
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #fff;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}
.cta span {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #2aa9e0;
}
.cta svg {
  position: relative;
  top: 8px;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #2aa9e0;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.cta:hover:before {
  width: 100%;
  background: #fff;
}
.cta:hover svg {
  transform: translateX(0);
}
.cta:active {
  transform: scale(0.95);
}

/* CTA Section */

.appointment-form {
  display: grid;
  gap: 20px;
}
.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.form-group input,
.form-group select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgb(139 196 65);
  padding: 10px 5px;
  color: #333 !important;
  font-size: 18px;
}
.form-group input::placeholder {
  color: #e6f7f6;
}
.form-group select {
  color: #fff;
}
.form-group select option {
  color: #000;
}
.button-group button {
  background: #fff;
  color: #1fa7a0;
  border: none;
  padding: 14px 22px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
.button-group button:hover {
  background: #eaf8f7;
}
@media (max-width: 768px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}
.appointment-hero {
    background-image: linear-gradient(#8bc44138, #edfbfa), url(https://visioneyecarekpm.com/wp-content/uploads/2026/01/bg7.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	padding-top: 20px;
}
.appointment-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("hex-pattern.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  opacity: 0.15;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 2;
}

.hero-content h1 {
  color: #2e1559;
  font-size: 34px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 40px;
}

.hero-content h1 span {
  display: block;
}

.hero-image img {
  max-width: 100%;
  height: auto;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .hero-image {
    display: none;
  }
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #8bc441;
    color: #fff;
    padding: 14px 28px;
    border-radius: 0px 40px 40px 0px;
    text-decoration: none;
    font-weight: 600;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background: #2aa9e0;
    color: #fff;
	transition: 0.3s ease-in-out;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    border-color: #8bc441;
    font-size: 18px;
}

/* TESTIMONIAL*/

.testimonial {
text-align: center;
    padding: 40px 0;
    background: url(https://visioneyecarekpm.com/wp-content/uploads/2026/01/shape-2.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.testimonial h2.heading {
    color: #2e1559;
    font-size: 34px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 40px !important;
}
.testimonial .slick-list {
    overflow: visible; /* FIX image cut */
    margin: 0 -10px;   /* spacing fix */
}
.testimonial .slick-track {
    margin-top: 60px;
}
.testimonial .slick-slide {
    padding: 0 10px; 
}
.testimonial-item {
    position: relative;
    padding-top: 60px; 
	height: 300px !important;
}
.testimonial-item figure {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.testimonial-item img {
    border-radius: 50% !important;
    height: 120px;
    width: 120px !important;
    object-fit: cover;
    border: 4px solid #fff;
    background: #fff;
}
.testimonial-cnt {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 75px 25px 25px;
    z-index: 1;
    border: 1px solid #fff;
	height:100% !important;
}
.testimonial-cnt:before {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background: url('../images/review-shape.webp') no-repeat center;
    background-size: contain;
    height: 26px;
    width: 75px;
}
.testimonial-cnt:after {
    position: absolute;
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-text-stroke: 1px #f2f2f2;
    color: transparent;
    font-size: 45px;
    bottom: 15px;
    right: 25px;
}
.testimonial-cnt p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #555;
}

.testimonial h3 {
    margin: 15px 0 5px;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
	font-family:"Dosis", sans-serif;
}
.testimonial .rating {
    display: flex;
    justify-content: center;
    gap: 4px;
    font-size: 12px;
    margin-top: 10px;
    color: #8bc441;
}
@media (max-width: 768px) {
    .testimonial-item img {
        width: 90px !important;
        height: 90px;
    }

    .testimonial-cnt {
        padding: 65px 20px 20px;
    }

    .testimonial h3 {
        font-size: 18px;
    }
}
ul.slick-dots {
    text-align: center;
}
.slick-dots li button{
   background: #2aa9e0 !important;
}
.slick-dots .slick-active button{
	background: #8bc441 !important;
}

/*  FAQs Section */
section.faq-section{
    padding-top: 40px;
    background-image: url(https://visioneyecarekpm.com/wp-content/uploads/2026/01/bg7.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f1fbfb;
}
h2.faq-title.mb-4{
	font-size: 34px;
    font-weight: 700;
    color: #2e154e;
    margin: 20px 0px;
}
.accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #e1f0d7, #9dd7ec) !important;
}
.accordion-item {
	border: 1px solid rgb(139 197 61 / 27%) !important
}
.accordion-button{
color: #2e154e !important;
    font-family: "Dosis", sans-serif !important;
}
div#faqAccordion {
    margin-bottom: 10px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #8bc442;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(46 21 89 / 12%);
}

/* blog page css  */

.secondary-container.blogpost {
    padding: 60px 0;
}
.blog-item {
    background: #fff;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #306b9c38;
}
.blog-item img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 10px;
    transition: .5s ease-in-out;
}
.blog_top_cnt {
    position: absolute;
    top: 28px;
    left: 23px;
    background: linear-gradient(#2e154e, #3391c0);
    padding: 4px 30px;
    border-radius: 50px;
}
.blog_top_cnt li {
    color: #fff;
    letter-spacing: 1px;
}
.blog-content h3 a {
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    line-height: 34px;
}
.blog-content p {
    font-size: 17px;
}
article.singlepost {
    padding: 60px 0;
}
article.singlepost img {
    width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: 10px;
    margin-bottom: 20px;
}
article.singlepost ul {
    margin: 10px 0;
}
article.singlepost ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left:22px;
}
article.singlepost ul li:after {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    height: 6px;
    width: 6px;
    background: #2e154e;
    border-radius: 50%;
    outline: 1px solid #00000080;
    outline-offset: 2px;
}
.singlepost h3 {
    margin: 22px 0 14px;
}


/* Footer */

footer {
    background: #110128;
    padding-top: 60px;
    border-top: 1px solid #8ac2407d;
}

footer .border-start {

    border-left: 1px solid #dee2e640!important;

}
 
img.ftr-logo {

    height: 127px;

    width: 164px;

    background: var(--white);

    border-radius: 50%;

    justify-content: center;

    align-items: center;

    display: flex;

    padding: 12px;

}

.details li {

    margin-bottom: 17px;

}

a.footer-logo{

	width:100%;

	background: var(--white);

	height:100%;

	display:flex;

	align-items:center;

	justify-content:center;

}

ul.ftrsmoicons a {

    background: #cccccc26;

    margin-bottom: 12px !important;

    display: inline-block;

    padding: 8px 10px;

    width: 70%;

    border-radius: 6px;

}

ul.ftrsmoicons a span {

    border-left: 1px solid #ffffff47;

    padding-left: 10px;

}

footer a.footer-logo img {

    width: 200px;

    padding: 2px 19px;

    margin-bottom: 0px;

}

footer #menu-quick-links a, #menu-services li a {

    font-size: 15px;

    display: block;

    padding-bottom: 15px;

    font-weight: 400;

}

footer li:last-child a {

    border: none !important;

}

.ftrcontact li:last-child {

    border: none;

}

.email-class {

    margin-left: 10px;

    text-align: start;

    margin-top: 8px;

}

a.web_link {

    margin: 6px 0px 0px 9px;

}

.contact-info {

    display: flex;

    align-items: center;

}

.contact-info p {

    display: flex;

    margin: 11px 0 0 8px;

}

footer h3 {

    color: #fff;
    font-size: 27px;
    margin-bottom: 28px;
	font-family: "Dosis", sans-serif;

}

footer a, footer ul li {

    color: #fff;

    transition: 0.5s ease-in-out;

    font-weight: 300;
	line-height: 2;

}

footer a:hover {

    color: #8bc441;

}

footer i{

    font-size: 13px;

    margin-right: 6px;

}

footer p {

    margin-bottom: 0;

    color: #efefef;

}
 
.ftricons {

    margin-top: 15px;

    column-gap: 5px;

}

.ftricons li i {

    color: #fff;

    font-size: 13px;

    background: #ff67021c;

    width: 32px;

    height: 32px;

    border-radius: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0;

}
 
.ftr-contact {

    display: flex;

    column-gap: 20px;

    border-bottom: 1px solid #ffffff1f;

    padding-bottom: 25px;

}

.ftrcontact li {

    display: flex;

    align-items: center;

    column-gap: 10px;

    font-size: 15px;

    padding: 20px 0;

    border-bottom: 1px solid #1c1c1c;

}

.ftr-contact li i {

    color: var(--white);

    font-size: 16px;

    background: #ffffff1f;

    width: 45px;

    height: 45px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto 13px;

}

.ftr-contact li h4 {

    font-size: 18px;

    color: var(--white);

    margin: 18px 0 5px;

    font-weight: 600;

}

.ftrcontact li {

    display: flex;

    align-items: center;

    column-gap: 10px;

    font-size: 15px;

    padding: 17px 0;

    border-bottom: 1px solid #1c1c1c;

}

.ftrcontact li a {

    font-size: 16px;

}

.ftrcontact li a span {

    font-size: 15px;

}

.ftrcontact li i {

    font-size: 16px;

    margin: 0;

    color: var(--primary);

}

.ftr-newsletter input[type="submit"] {

    width: 100%;

    margin-top: 5px;

}
 
.copyright {

    padding: 15px 0;

    margin-top: 40px;

    border-top: 1px solid #8cc343;

    text-align: center;

}
footer a, footer ul li i {
    font-size: 18px;
}
.copyright .row {

    align-items: center;

}

.copyright p, .copyright p a {

    margin: 0 !important;

}

.copyright p a {

    font-weight: 400;

}

.copyright ul {

    display: flex;

    column-gap: 30px;

    justify-content: flex-end;

}

.copyright li{

	position:relative;

}

.copyright li:before {

    position: absolute;

    top: 9px;

    left: -12px;

    background: var(--white);

    content: '';

    height: 6px;

    width: 6px;

    border-radius: 30px;

}

.smoicons li a {

    display: flex;

    border-radius: 50%;

    justify-content: center;

    align-items: center;

    color: var(--white);

    font-size: 17px;

    transition: all ease-in-out .5s;

}

.smoicons li a{

    margin: 0;

    height: 30px;

    width: 30px;

    background: var(--primary);

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 5px;

    font-size: 15px;

}
 
 footer img {
    width: 225px;
    position: relative;
    top: -70px;
    height: 255px;
    object-fit: cover;
}

/* whatsapp */

#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 9;
    padding: 8px 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    color: var(--white);
   
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}
.wp-img{
	width: 33px;
    position: relative;
    top: -5px;
    height: 30px;
    object-fit: cover;
}

/* Breadcrumb */

section.breadcrumb {
    background: linear-gradient(#2e154e, #3391c0);
    padding: 165px 0px 100px;
    text-align: center;
}
p#breadcrumbs {
    color: #fff;
    font-size: 28px;
    font-family: "Dosis", sans-serif;
	font-weight: 500;
}
#breadcrumbs a {
    color: #fff;
    font-size: 28px;
    font-family: "Dosis", sans-serif;
	font-weight: 500;
    position: relative;
    z-index: 9;
}



/* Entire section sticks */
.what-we-do-section {
/*     height: 100vh; */
    position: relative;
}
/* 
.full-sticky {
    height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
} */

/* Layout */
.sticky-layout {
    display: flex;
    gap: 60px;
    width: 100%;
}

/* Left */
.sticky-left {
    flex: 0 0 40%;
}

/* HEADER */
.section-header {
  text-align: center;
  margin-bottom: 70px;
}

.section-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #082032;
}

.section-header p {
  font-size: 18px;
  color: #5a6c7b;
  margin-top: 12px;
}

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

/* CARD */
.service-card {
  background: #ffffff;
  border-radius: 15px 0px 20px 0px;
  padding: 35px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
  position: relative;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #0d6efd, #4facfe);
  opacity: 0;
  transition: 0.45s ease;
}

.service-card:hover::after {
  opacity: 0.06;
}

.service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.12);
}

/* TEXT */
.service-card h3 {
font-size: 22px;
    margin-bottom: 18px;
    color: #2e154e;
    position: relative;
    z-index: 1;
    font-weight: 600;
}
.service-box h5 {
    font-size: 18px;
    margin-bottom: 18px;
    color: #2e154e;
    position: relative;
    z-index: 1;
    font-weight: 600;
}
.service-card p {
  font-size: 15.5px;
  color: #4b5d6b;
  line-height: 1.7;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

/* SCROLL ANIMATION */
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.9s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
section.optical-services .cta {
    margin-top: 45px;
    display: flex;
    justify-content: center;
    width: 30%;
}
section.optical-services.vision-section {
    background: linear-gradient(rgba(255, 255, 255, 0.22), rgba(42, 169, 224, 0.04)), url("https://visioneyecarekpm.com/wp-content/uploads/2026/01/shape-2.png");
background-repeat: no-repeat;
}
/* RESPONSIVE */
@media (max-width: 768px) {
  .section-header h2 {
    font-size: 32px;
  }
}

/* Why Us */

.why-vision {
	padding: 100px 0;
    background-image: url(https://visioneyecarekpm.com/wp-content/uploads/2026/01/bg7.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f1fbfb;
}

.why-vision .container {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}

.section-tag {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0d6efd;
  margin-bottom: 15px;
}

.why-content h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #082032;
}

.why-content h2 span {
  color: #0d6efd;
}

.why-content .intro {
  font-size: 17px;
  color: #555;
  margin-bottom: 40px;
  max-width: 520px;
}
.why-points {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.point {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.point .icon {
  font-size: 26px;
  background: #eaf3ff;
  color: #0d6efd;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.point h4 {
  font-size: 20px;
  margin-bottom: 6px;
  color: #082032;
}

.point p {
  font-size: 15px;
  color: #666;
}

.why-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 180px;
  gap: 18px;
}

.why-gallery .img {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

.why-gallery .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.why-gallery .img:hover img {
  transform: scale(1.08);
}

.why-gallery .img1 {
  grid-column: span 2;
  grid-row: span 2;
}

.why-content,
.why-gallery .img {
  opacity: 0;
  transform: translateY(40px);
}

@media (max-width: 992px) {
  .why-vision .container {
    grid-template-columns: 1fr;
  }

  .why-gallery {
    grid-auto-rows: 160px;
  }

  .why-content h2 {
    font-size: 34px;
  }
}
