@import url('https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
    --primary: #0000ff;
    --secondary:#ffa500;
    --white: #fff;
    --black: #000;
    --optional: #008000;
}
body {
    font-family: "Anek Latin", sans-serif;
    font-family: "DM Sans", sans-serif;
    margin: 0;
    padding: 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1270px;
}
.breadcrumb-section {
    background: linear-gradient(179deg, #000000, #0d6efd);
    border-bottom: 1px solid #e9ecef;
    padding: 70px 0 50px !important;
    margin: 0 !important;
}
ol.breadcrumb.mb-0 {
    justify-content: center;
}
.breadcrumb a {
  text-decoration: none;
  color: #fff;
   font-size: 18px;
}
section.breadcrumb-section h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px !important;
    font-size: 38px;
    letter-spacing: 1px;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
ol.breadcrumb.mb-0 li {
    color: #fff;
    font-size: 18px;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
::placeholder{
 color:#f7f7f7;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"], textarea, select {
    border: solid 1px #945b0a12;
    color: #000;
    font-size: 15px;
    line-height: normal;
    margin: 0 0 15px;
    padding: 12px 18px;
    width: 100%;
    outline: 0;
    border-radius: 6px;
    font-family: "Rubik", sans-serif;
    background: #094fb712;
}
::placeholder {
 color: #000;
}

input[type="submit"] {
    color: var(--white);
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    padding: 4px 25px;
    font-weight: 400;
    font-size: 14px;
    border: 0;
    letter-spacing: 1px;
    cursor: pointer;
    outline: none;
    border-radius: 6px;
    font-family: "DM Sans", sans-serif;
}
input[type="submit"]:hover {
	background: var(--secondary);
	color: var(--white);
	transition: 0.8s;
}
textarea {
	height: 90px;
	margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
    font-family: "Anek Latin", sans-serif;
	color: #000;
	letter-spacing: 0.5px;
}
h1 {
	font-size:28px
}
h2 {
	font-size:25px
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size:16px;
}
h6 {
	font-size:15px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
   font-family: "DM Sans", sans-serif;
    color: #1a1a1a;
    font-size: 15px;
    line-height: 25px !important;
}
ul, li, a {
	list-style-type: none;
    font-family: "Anek Latin", sans-serif;
	color:  var(--paragraph);
	line-height: 25px;
	font-size: 15px;
}
strong {
    color:  var(--paragraph);
}
a:hover {
	transition:0.8s;
	text-decoration:none;
}
.heading {
    letter-spacing: 0.5px;
    font-size: 40px;
    font-weight: 500;
    position: relative;
    text-align: center;
    width: fit-content;
    margin: 0 auto 40px;
    color: #000;
}
.leftheading {
    letter-spacing: 0.5px;
    font-size: 40px;
    font-weight: 500;
    position: relative;
    text-align: left;
    margin: 0 auto 12px;
    color: #000;
}
.subheading {
    width: 60%;
    margin: 0 auto 15px;
    text-align: center;
    font-size: 15px;
    display: block;
    font-weight: 600;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

/* TOPBAR */

.topbar {
    background: var(--primary);
    padding: 5px 0;
    position: relative;
}
.topbar:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 52px;
    background: #ffffff45;
    left: 35%;
    top: 0;
}
.topbar:after {
    position: absolute;
    content: '';
    top: 0;
    height: 50px;
    background: #ffffff45;
    right: 34%;
    width: 1px;
}
.smoicons {
    z-index: 9;
}
.topbar h5 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 3px;
}
ul.top-contact {
    z-index: 9;
}
.top-contact li, .topbar span {
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.top-contact li a, .topbar p {
    color: var(--white);
    font-size: 15px;
    letter-spacing: .3px;
    font-weight: 300;
    text-decoration: none;
}

.topbar p {
    margin: 0;
}
.smoicons {
    column-gap: 5px;
}
.smoicons li {
    color: var(--white);
    font-size: 16px;
}

.smoicons li i, .top-contact li i {
    color: var(--primary);
    background: var(--white);
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.top-contact {
    column-gap: 20px;
}
ul.smoicons figure {
    height: 35px;
    width: 35px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
ul.smoicons figure img {
    width: 17px;
}


/* ================================
   Desktop Navigation
================================ */
.main-header {
    position: inherit;
    margin: 0 auto;
    background: #fff;
}

.site-header .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header .nav > li {
  position: relative;
}
.site-header .nav > li > a {
    color: var(--black);
    text-decoration: none;
    padding: 0px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 18px;
    letter-spacing: .5px;
}

.site-header .nav > li > a:hover, .site-header .nav > li.current-menu-item > a, .site-header .nav > li.current_page_item > a {
    color: var(--primary);
}
.logo img {
    border-radius: 10px;
}
.logo h2 {
    font-size: 21px;
    margin: 0;
    text-align: center;
    color: var(--primary);
    background: #f9f9f9;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #9258062b;
}
footer .logo h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease;
  z-index: 1050;
}
.mobile-menu.open {
  right: 0;
}
.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1040;
}
.mobile-menu-overlay.active {
  display: block;
}
.main-header .btn {
    padding: 12px 25px !important;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    background: var(--primary)!important;
    transition: right 0.3s ease;
    z-index: 1050;
}
.mobile-menu-header {
    background-color: #fff;
}
#menu-primary-1 li {
    padding: 6px;
}
#menu-primary-1 li a {
    color: var(--white);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
/* dropdown menus css  */

 .dropdown-menu {
    width: 295px;
    background: #ffffff;
    padding: 0;
}
.dropdown-menu li a {
    padding: 15px;
    border-bottom: 1px solid #00000024;
    color: #000;
} 
/* SLIDER SECTION CSS */

.mainslider {
    margin-bottom: 60px;
    background: #fff;
}
.mainslider button {
    display: none !important;
}
.carousel-caption {
    position: absolute;
    left: 100px;
    text-align: left;
    width: 45%;
    top: 35px;
}
.carousel-content h2 {
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 61px;
    margin-bottom: 20px;
}
.carousel-content p {
    width: 85%;
    font-size: 18px;
    line-height: 30px !important;
    margin-bottom: 25px;
}
.mainslider {
    margin-bottom: 60px;
    background: #fff;
    border: 1px solid #0000ff1f;
}
.mainslider #carouselExampleFade img {
    height: 100vh;
    object-fit: cover;
}

.slider-cnts {
    padding-left: 130px;
}
.slider-cnts h2 {
    font-size: 50px;
    line-height: 72px;
}

.mainslider .carousel-caption h2 {
    font-size: 60px;
    display: block;
    line-height: 70px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: var(--white) !important;
    margin: 30px 0 20px;
    font-weight: 500 !important;
}
.mainslider .carousel-caption h2 span {
    font-size: 45px;
    font-weight: 700;
    display: inline;
}
.mainslider .carousel-caption p {
    font-size: 16px;
    color: #fff;
    width: 70%;
    line-height: 40px !important;
    margin-bottom: 20px;
}
.btn-primary {
    background: var(--primary);
    border: unset !important;
    padding: 9px 30px;
    letter-spacing: 1px;
    font-weight: 400;
    transition: .3s ease-in-out;
    font-family: "Anek Latin", sans-serif;
    border-radius: 50px;
}
 .btn-primary:hover {
 background:var(--black);
 transition:.3s ease-in-out;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--white) !important;
    background-color: var(--black) !important;
    border-color: #fff !important;
}

button.carousel-control-next {
    height: 45px;
    width: 45px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    top: 55%;
    transform: translateY(-50px);
    right: 20px;
}

button.carousel-control-prev {
    height: 45px;
    width: 45px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    top: 64%;
    transform: translateY(-50px);
}
#previousbtn {
    left: auto;
    right: 21px ;
}
.carousel-control-prev-icon {
    filter: invert(1);
}
.carousel-control-next-icon {
    filter: invert(1);
}
.carousel-content {
    padding-left: 60px;
}
.shape1 {
    position: absolute;
    top: 0;
    left: 28%;
}
.shape1 img {
    width: 330px;
}
.rounded {
    position: absolute;
    top: 20px;
    left: 20px;
    animation: rotateCircle 18s linear infinite;
}

.rounded img {
    opacity: 0.5;
    display: block;
    width:85px;
}

/* Rotation keyframes */
@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.roundball {
    position: absolute;
    top: 60%;
    left: 54%;
}

.roundball span {
    height: 30px !important;
    width: 30px !important;
    background: linear-gradient(45deg, black, #0000ff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    animation: floatDown 4s ease-in-out infinite;
    will-change: transform;
}

/* Goes more down, less up */
@keyframes floatDown {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(6px);
    }
    70% {
        transform: translateY(22px);
    }
    100% {
        transform: translateY(0);
    }
}
.roundball span {
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
}
.roundball span:hover {
    animation-play-state: paused;
}
.shapes2 {
    position: absolute;
    bottom: -15px;
}


/* cursor section css  */

.custom-cursor {
    width: 42px;
    height: 42px;
    border: 2px solid var(--secondary); 
    border-radius: 50%;
    background: transparent;    
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease, background 0.25s ease, border 0.25s ease;
    z-index: 9999;
}

.custom-cursor-dot {
    width: 8px;
    height: 8px;
    background: var(--primary); /* Small dot color */
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 10000;
}

/* Hover effects (leave these as is) */
.cursor-text {
    transform: translate(-50%, -50%) scale(1.8);
    background: rgba(0, 0, 255, 0.15);
    border-color: transparent;
}
.cursor-image {
    transform: translate(-50%, -50%) scale(2.2);
    background: rgba(0, 0, 0, 0.8);
    border-color: #fff;
}


/* about section css  */

.aboutcounter {
    position: absolute;
    top: -5px;
    background: var(--black);
    border-radius: 50%;
    height: 150px;
    width: 150px;
    text-align: center;
    left: 20px;
    padding: 8px;
}
.aboutcounter h4 {
    font-size: 55px;
    margin-bottom: 0;
    color:#fff;
}
.aboutcounter h4 span {
    font-size: 50px;
    display: inline-block;
    margin-left: -5px;
}
.aboutcounter h3 {
    color: #fff;
    font-size: 20px;
}
figure.aboutimg img {
    width: 100%;
    object-fit: cover;
}
.companycnts .subheadings {
    background: linear-gradient(
356deg, black, #0000f8);
    color: #fff;
    display: inline-block;
    padding: 8px 27px 10px;
    border-radius: 50px;
    font-size: 16px;
    letter-spacing: 1px;
}
.aboutcompany {
    margin-bottom: 60px;
}
.companycnts li {
    background: #f9f9f9;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 6px;
    border-left: 2px solid var(--secondary);
}
.companycnts ul {
    margin: 25px 0;
}
button#support {
    position: absolute;
    bottom: 0px;
    right: 18px;
    border: none;
    color: #fff;
    padding: 15px 50px;
    border-radius: 5px;
    cursor: pointer;

    background: linear-gradient(
        270deg,
        #000000,
        #0000ff,
        #000000
    );
    background-size: 400% 400%;
    animation: gradientFlow 6s ease infinite;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
button#support:hover {
    animation-duration: 3s;
    transform: scale(1.05);
}

/* Services Section  */

.subheadings {
    background: linear-gradient(
356deg, black, #0000f8);
    color: #fff;
    padding: 8px 27px 10px;
    border-radius: 50px;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 auto 15px;
    display: block;
    width: fit-content;
}
.services {
    background: #0000ff0f;
    padding: 50px 0;
    margin-bottom: 60px;
}
.about-services {
    background: var(--white);
    padding: 20px 10px;
    transition: .3s ease-in-out;
    border-radius: 10px;
    text-align:center;
}
.about-services figure {
    line-height: 1;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    background-color: transparent;
    width: 115px;
    height: 115px;
    transition: 300ms ease;
}
.about-services figure::before {
    position: absolute;
    left: 6px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    content: "";
    border-style: dashed;
    border-width: 2px;
    border-color: var(--accent-color);
    border-radius: 50%;
    animation-duration: 1500ms;
    animation: rotated 10s infinite linear;
    transition: .5s ease-in-out;
    animation-play-state: running;
}
.about-services figure::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-mask: url(https://demo.tripathyg.me/wp-content/uploads/2026/01/service-bgs.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: var(--primary);
    opacity: 0.14;
    transition: 500ms ease;
    z-index: -1;
}
.about-services h3 {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 8px;
    position: relative;
    transition: .3s ease-in-out;
}
.about-services a {
    display: flex;
    align-items: center;
    column-gap: 8px;
    justify-content: center;
    margin: 20px 0 10px;
    color: #000000d9;
    font-size: 16px;
}
.about-services img {
    width: 50px !important;
}
.about-services:hover figure:after {
    opacity: 1;
    background: var(--primary);
}

@keyframes rotated {
0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}
.about-services:hover figure:before {
    border-color: var(--white);
     border-width: 2px;
     transition: .5s ease-in-out;
}
.about-services:hover figure img {
    filter: invert(3);
}

/* Counter section  */
.counters {
    background: linear-gradient(45deg, black, #00000059), url(https://demo.tripathyg.me/wp-content/uploads/2026/01/counter-banner-scaled.avif);
    background-position: center;
    background-size: cover;
    padding: 50px 0 50px;
    margin: 60px 0 0;
    background-attachment: fixed;
}
.counters-caption h3 {
    color: #fff;
    font-size: 40px;
    letter-spacing: 1px;
    margin-top: 40px;
}
.counters-caption h6 {
    color: #fff;
    font-size: 30px;
}
.counters-caption p {
    color: #fff;
    font-size: 17px;
}
.counter-shape {
    background-image: url(https://demo.tripathyg.me/wp-content/uploads/2026/01/download.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    position: absolute;
    top: -19px;
    left: 35%;
    width: 100px;
    z-index: -1;
}
.about-counters figure {
    z-index: 999;
}
.about-counters img {
    width: 50px;
}
.counters .heading {
    margin-bottom: 60px;
}



/* types section  */

.typeofaids {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap:20px;
}
.about-types a {
    text-decoration: none;
}
img.images {
    width: 100%;
    height: 700px;
    object-fit: cover;
}
ul.typeofaids li {
    width: 32%;
}
.about-types img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}
.about-types {
    background: #fff;
    text-align: center;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 46%);
    padding: 10px;
    height: 100%;
    border-radius: 10px;
}
.about-types h3 {
    font-size: 17px;
}
ul.typeofaids li:nth-child(7) {
    width: 48%;
}
ul.typeofaids li:nth-child(8) {
    width: 48%;
}

/* common section  */

.common {
    margin-top: 70px;
}
.about-common {
    text-align: center;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
    border: 1px solid #0000ff1c;
    height:100%;
}
.about-common figure {
    background: var(--primary);
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
}
.about-common figure img {
width:55px;

}
.common .row {
    justify-content: center;
    row-gap: 20px;
}



/* Brand css  */

.aboutproducts {
    text-align: center;
}
.aboutproducts img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.aboutproducts h3 {
    position: absolute;
    top: 0;
    left: 20px;
    top: 20px;
    font-size: 15px;
    background: linear-gradient(
359deg, var(--primary), var(--optional));
    padding: 5px 20px;
    border-radius: 50px;
    color: lemonchiffon;
    letter-spacing: 1px;
}
.aboutservices h3 {
    margin-bottom: 8px;
}
#products {
    margin: 0px 0 80px;
}
div#products .slick-slide {
    margin: 0 10px;
}

/* Offers Section  */

.offers {
    background: linear-gradient(45deg, black, var(--primary));
    padding: 55px 0;
    margin-bottom: 60px;
}
.offerline {
    border: 3px solid var(--secondary);
    padding: 40px 20px;
    border-radius: 10px;
    background: #111c2f;
}
.about-offers h3 {
    color: #fff;
    font-size: 45px;
    letter-spacing: 1px;
    margin-bottom: 14px;
}
.about-offers span {
    background: var(--secondary);
    padding: 8px 25px;
    border-radius: 50px;
    margin-bottom: 15px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}
.about-offers h3 i {
    margin-right: 10px;
}
.about-offers h3 small {
    font-size: 17px;
    margin: 0 10px;
    letter-spacing: 2px;
}
.about-offers p {
    color: #fff;
}
.offers .btn {
    border-radius: 6px;
    background: var(--secondary);
    padding: 10px 50px;
    font-size: 20px;
}
.about-offer {
    background: #ffffff26;
    padding: 20px;
    border-radius: 10px;
}
.offers-caption h3 {
    color: #fff;
}
.offers-caption p {
    color: #ffffffba;
}
.about-offer img {
    width: 50px;
}
.about-offer figure {
    height: 70px;
    width: 70px;
    background: linear-gradient(45deg, black, #0000cd);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}
.aboutproducts .btn {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 12px;
    padding: 10px 20px;
}


/* review slider  */

.reviews {
    margin-top: 60px;
    background: #f9f9f9;
    padding: 40px 0 0;
}
.reviews .heading {
    margin-bottom: 30px !important;
}
.reviews-info {
    background: var(--white);
    padding: 75px 25px 25px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    height: 285px;
}

.reviews-info p {
    margin: 15px 0;
}
.reviews-info span.starreviews i {
    color: var(--primary);
    font-size: 12px;
    letter-spacing: 5px;
}
.reviews-info figure img {
    width: 80px;
    border-radius: 50px;
}
.reviews-info figure {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-40px);
    box-shadow: 0 21px 10px rgba(4,4,4,.05);
    border-radius: 50%;
    outline: 2px solid var(--primary);
    overflow: hidden;
    outline-offset: 10px;
    margin-bottom: 30px;
    z-index: 1;
}
.reviews .slick-track {
    margin-top: 50px;
    margin-bottom: 50px;
}
.reviews-info h3 {
    font-size: 18px;
    color: var(--black);
    margin-bottom: 25px;
}
div#review .slick-slide {
    margin: 0 15px;
}

/* vertigo section  */

.vertigo {
    padding: 60px 0;
    background: #f9f9f9;
}

.vertigo iframe {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 10px;
}
.vertigo ul li {
    margin-bottom: 10px;
}
.vertigo ul {
    column-gap: 20px;
    margin-top: 20px;
}




/* faq section  */

.faq {
    margin-top: 60px;
}

.faq .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #ffe699 !important;
}
.faq .benefits ul {
    display: flex !important;
    column-gap: 30px;
}
.faq .nav-link {
    background: #deebf7 !important;
    font-weight: 600;
    font-size: 17px;
}
.question button {
    background: #deebf773;
    border-radius: 6px !important;
    font-weight: 600;
    font-size: 16px
}
.accordion-item {
    background-color: #ffe69926;
    border-bottom: unset !important;
    margin-top: 30px;
}
.accordion-button::after {
    background: var(--primary);
    border: none;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    right: 20px;
    left: inherit;
    font-size: 18px;
    transform: none;
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: 18px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--primary);
    box-shadow: unset !important;
    color:#fff;
}
.faqs .heading{
 margin-bottom:20px !important;
}
.faqs {
    margin: 50px 0 60px;
}

/* location css  */

.location {
    background: #0000ff08;
    padding: 50px 0;
}
.about-location {
    background: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    border-bottom: 2px solid var(--primary);
}
.about-location figure {
    height: 80px;
    width: 80px;
    background: linear-gradient(45deg, black, #0000c7);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 540%;
    margin: 0 auto 20px;
}
.about-location figure img {
 width:55px;
}
.about-location h4 {
    font-size: 25px;
    margin: 0;
}


/* footer section  */

footer {
    background: linear-gradient(45deg, #070d1aeb, #070d1af0), url(https://demo.tripathyg.me/wp-content/uploads/2026/01/site-footer-bgs.webp);
    padding: 50px 0px 0px;
}
.ftrabout {
    color: #dbdbdb;
}
footer h3 {
    margin-bottom: 25px;
    color: var(--white);
    position: relative;
    font-size: 23px;
    font-weight: 400;
    padding-bottom: 12px;
}
.footer-logo.d-block img {
    width: 250px;
    border-radius: 6px;
    margin-bottom: 20px;
}
footer .menu {
    padding: 0;
}
#menu-links li a {
    position: relative;
    color: #dbdbdb;
    margin-bottom: 10px;
    text-decoration: unset;
    display: inline-block;
    padding-left: 21px;
    letter-spacing: 0.5px;
}
#menu-links li a:before {
    position: absolute;
    content: '\f178';
    font-family: 'Font Awesome 5 Free';
    left: 0;
    font-weight: 600;
    font-size: 11px;
    color: var(--white);
    top: 0px;
}
footer h3:after {
    content: '';
    position: absolute;
    width: 60px;
    border-bottom: solid 2px var(--primary);
    left: 0;
    bottom: 0;
}
ul#menu-quick-links {
    padding: 0;
}
#menu-services-menu li a {
    position:relative;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 12px;
    padding-left: 21px;
}
ul#menu-quick-links li a {
    position: relative;
    color: #dbdbdb;
    margin-bottom: 10px;
    text-decoration: unset;
    display: inline-block;
    padding-left: 21px;
    letter-spacing: 0.5px;
}
#menu-quick-links li a:before {
    position: absolute;
    content: '\f178';
    font-family: 'Font Awesome 5 Free';
    left: 0;
    font-weight: 600;
    font-size: 11px;
    color: var(--white);
    top: 0px;
}
#menu-services-menu li a:before {
    position: absolute;
    content: '\f178';
    font-family: 'Font Awesome 5 Free';
    left: 0;
    font-weight: 600;
    font-size: 11px;
    color: var(--white);
    top: 0px;
}
ul#menu-services-menu {
    padding: 0;
}
ul#menu-tour-menu {
    padding: 0;
}
ul#menu-tour-menu li {
    margin-bottom: 15px;
}
ul#menu-tour-menu li a {
    position: relative;
    padding-left: 15px;
    color: #dbdbdb;
    text-decoration: unset;
}
ul#menu-tour-menu li a:before {
    position: absolute;
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    left: 0;
    font-weight: 600;
    font-size: 6px;
    color: var(--white);
    top: -2px;
}

.footer-details li {
    margin-bottom: 20px;
}
.footer-details h4 {
    color: #fff;
}
.footer-details i {
    height: 45px;
    width: 45px;
    background: #0000ff33;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 10px;
    border-radius: 50%;
}
.footer-details a {
    color: #dbdbdb;
    text-decoration: unset;
}
.footer-details span {
    color: #dbdbdb;
    line-height: 30px;
}
.galleryposts {
    flex-wrap: wrap;
    column-gap: 20px;
}
.galleryposts img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}
.copyright {
    background: #000;
    padding: 10px;
}
.copyright p {
    color: #fff;
    margin: 0;
}

/* back to top css  */
#GoToTop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    padding: 0;
    width: 45px;
    height: 47px;
    color: var(--primary);
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    border: 2px solid #fdb614;
    border-radius: 8px;
}
#GoToTop img {
    width: 24px;
}

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

#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;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}


/* Services page css   */

.srvcsoverview img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.srvcsoverview {
    margin-bottom: 60px;
}

.aboutpersonal img {
    width: 100% !important;
    border-radius: 8px;
}
.personalcnts {
    background: var(--white);
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
    width: 90%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,54%);
    padding: 15px;
}
.personalcnts figure {
    height: 75px;
    width: 75px;
    background: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: -100px;
    margin-bottom: 10px;
}
.personalcnts img {
    width: 40px !important;
    height:40px !important;
}
.aboutpersonal img {
    height: 300px;
    object-fit: cover;
}
.personalcnts h3 {
    margin-bottom: 10px;
    font-size: 20px;
}
.personal .slick-slide {
    margin: 0 10px;
}
.personal .slick-track {
    margin-bottom: 70px;
}
.page-id-16 .faqs {
    margin: 0;
    background: #f9f9f9;
    padding: 50px 0;
    margin-top: 70px;
}


/* BLOG SECTION CSS */

.homeblog {
    margin: 60px 0;
}
.homeblog .row, .blogpost .row {
    row-gap: 25px;
}
.homebloglist {
    border-radius: 10px;
    transition: .5s;
    box-shadow: 0 0 40px 5px #0000000d;
    padding: 8px;
}
.homebloglist:hover {
    transform: translateY(-2px);
    background: var(--white);
}
.homebloglist:hover img {
    transform: scale(1.1) rotate(3deg);
    filter: grayscale(1);
}
.homeblogbox h3 {
    line-height: 32px;
    font-weight: 500;
    margin: 0 0 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.homeblogbox span {
    color: var(--primary);
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding-bottom: 12px;
    display: block;
}
.homebloglist figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.user {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary);
    color: var(--white);
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 14px;
}
.homebloglist img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: .5s;
}
.homeblogbox {
    padding: 20px;
    position: relative;
}
.homebloglist p {
    margin: 10px 0 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.homebloglist ul {
    column-gap: 20px;
    border-bottom: solid 1px #dddddd8c;
    padding: 0 0 12px;
    margin-bottom: 15px;
}
.homebloglist ul li, .homebloglist ul li a {
    font-size: 15px;
}
.homebloglist ul li i {
    margin-right: 5px;
    color: var(--primary);
}
.homebloglist .btn-primary {
    padding: 9px 15px !important;
    font-weight: 300;
    margin-top: 12px;
}
.homeblogbox .readmore {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--primary);
    margin: 15px 0 0;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
.blogpost .homeblog {
    background: none;
    padding: 0;
}

.homebloglist figure:before, .whychoose-thumb:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
    transition: all .3s ease;
	z-index:-3;
}
.homebloglist:hover figure:before, .whychoose-thumb:hover:before {
    animation: shine 1s;
	z-index: 1;

}
.homeblogbox a {
    text-decoration: none;
}
.post-category {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.post-category i {
  margin-right: 6px;
  color: #007bff;
}

/* service deatils page css  */

.hearingdtlscnt .leftheading {
    font-size: 30px;
}
.page-id-193 .maintitle {
    position: relative;
}
.maintitle:after {
    position: absolute;
    content: '';
    bottom: -20px;
    width: 100px;
    height: 2px;
    background: var(--primary);
    left: 50%;
    transform: translate(-50%);
}
.maintitle:before {
    position: absolute;
    content: '';
    bottom: -28px;
    width: 75px;
    height: 2px;
    background: var(--primary);
    left: 50%;
    transform: translate(-50%);
}
.hearingdtls {
    margin-top: 75px;
}
.hearingdtls img {
    width: 100%;
    height: 315px;
    object-fit: cover;
    border-radius: 10px;
}
.typess {
    background: #f9f9f9;
    margin: 60px 0 0;
    padding: 50px 0;
}
.about-typess {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border-bottom: 2px solid var(--primary);
}
.about-typess figure {
    height: 70px;
    width: 70px;
    background: linear-gradient(45deg, black, var(--primary));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.about-typess figure img {
    width: 50px;
}

.supported {
    background: linear-gradient(45deg, #000000cc, #000000cf), url(https://demo.tripathyg.me/wp-content/uploads/2026/01/processbg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
}

.supported li {
    padding: 20px;
    border-radius: 8px;
    cursor: pointer;
    width: 24%;
    box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.1);
    background: #ffffff14;
}

.aboutsupported figure {
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}
.aboutsupported figure img {
    width: 110px;
}
.aboutsupported h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}
.aboutsupported p {
    color: #fff;
}
.aboutsupported span {
    font-size: 40px;
    color: var(--primary);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    opacity: .8;
}
.whoneeds img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 10px;
}
.whoneeds {
    padding: 60px 0;
}
.srvcdtls .faqs {
    background: #0000ff0d;
    padding: 60px 0;
    margin-bottom: 0;
}

/* Types Of hearing aids css  */

.typesdtls img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 10px;
}
.typesdtls {
    padding: 60px 0;
}
.differntiatetables {
    background: #f9f9f9;
    padding: 50px 0;
}
.hearing-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.hearing-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.hearing-compare-table th,
.hearing-compare-table td {
  border: 1px solid #ddd;
  padding: 14px;
  text-align: center;
  font-size: 15px;
}

.hearing-compare-table th {
  background-color: #0b5ed7;
  color: #fff;
  font-weight: 600;
}

.hearing-compare-table th span {
  font-size: 12px;
  font-weight: 400;
}

.hearing-compare-table td:first-child {
  font-weight: 600;
  background-color: #f8f9fa;
  text-align: left;
}

/* Types Of hearing aids details css  */

.keybenefits {
    background: #f9f9f9;
    padding: 50px 0;
    margin: 60px 0;
}
.about-descs {
    background: #0000ff0f;
    padding: 20px;
    border-radius: 10px;
    margin-top: 60px;
    text-align: center;
}
.about-keybenefits {
    background: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
}
.about-keybenefits figure {
    height: 80px;
    width: 80px;
    background: linear-gradient(45deg, black, var(--primary));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 auto 20px;
    margin-top: -50px;
}
.keybenefits .row {
    margin-top: 75px;
    row-gap:20px;
}
.about-proscons ul li {
    background: #0000ff0d;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 5px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 45px;
}
.about-proscons ul li:after {
    position: absolute;
    content: '';
    top: 45%;
    left: 17px;
    height: 8px;
    width: 8px;
    background: var(--primary);
    border-radius: 50%;
    outline: 2px solid #0000006b;
    outline-offset: 5px;
}
.about-brandsoffer img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 5px;
}
.about-brandsoffer {
    text-align: center;
    background: linear-gradient(45deg, #00000026, transparent);
    padding: 13px;
    border-radius: 10px;
    border: 1px solid #0000ff17;
}
.brandsoffering {
    margin: 60px 0;
}
.whoisit img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.whoisit {
    background: #0000ff12;
    padding: 50px 0;
}
.maps {
    background: #f9f9f9;
    padding: 55px 0 45px;
}
.about-map iframe {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}
.youtube-video iframe {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.informstions {
    padding: 55px 0;
    background: #f7f7f7;
}


/* Mobile Responsive */
@media (max-width: 768px) {
  .hearing-compare-table thead {
    display: none;
  }

  .hearing-compare-table,
  .hearing-compare-table tbody,
  .hearing-compare-table tr,
  .hearing-compare-table td {
    display: block;
    width: 100%;
  }

  .hearing-compare-table tr {
    margin-bottom: 20px;
    border: 1px solid #ddd;
  }

  .hearing-compare-table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  .hearing-compare-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    width: 45%;
    text-align: left;
    font-weight: 600;
    color: #333;
  }
}

.typesofaids {
    padding: 60px 0;
}
.about-typeofaids img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.about-typeofaids {
    text-align: center;
    background: #0000ff14;
    padding: 12px;
    border-radius: 10px;
    border-bottom: 3px solid var(--primary);
}
.typesofaids .row {
    justify-content: center;
    row-gap: 25px;
}
.howtochoose img {
    width: 100%;
    border-radius: 10px;
}
.howtochoose {
    background: #ffa5000f;
    padding: 50px 0 40px;
    margin-top: 20px;
}
.howtochoose .btn {
    margin-top: 10px;
}

/* Hearing Aid Brands css  */

.hearingaidsbrands img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.hearingaidsbrands {
    padding: 60px 0;
}
.about-brandgrids img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}
.brandgrids {
    background: #0000ff0d;
    padding: 50px 0 60px;
}
.about-brandgrids {
    background: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 20px;
}
.brandgrids .row {
    justify-content: center;
    row-gap: 20px;
}
.howwehelp {
    background: linear-gradient(45deg, black, #00000094), url(https://demo.tripathyg.me/wp-content/uploads/2026/01/processbg.jpg);
    padding: 60px 0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.howwehelp .heading {
    color: #fff;
    margin-bottom:20px !important;
}
.helpdesc p {
    color: #fff;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    line-height: 30px !important;
}
.howwehelp .btn {
    margin-top: 25px;
}

/* Hearing aids details css  */

.about-popular img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 10px;
}
.popular {
    background: #f9f9f9;
    padding: 45px 0;
    margin: 60px 0;
}
.about-popular {
    background: #fff;
    padding: 12px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    border-bottom: 3px solid var(--primary);
}
.popular .row {
    row-gap: 20px;
}
.about-popular h3 {
    font-size: 26px;
}
.technology img {
    width: 100%;
    height: 355px;
    object-fit: cover;
    border-radius: 10px;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: unset !important;
}
.whoshouldchoose img {
    width: 100%;
    border-radius: 10px;
}
.whoshouldchoose {
    background: #0000ff17;
    padding: 50px 0;
    margin: 60px 0;
}

.aboutsupportes {
    text-align: center;
}
.aboutsupportes p {
    width: 85%;
    margin: 0 auto;
    line-height: 30px;
}
.supportes img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    filter:brightness(0.9);
}
.aboutsupportes {
    border-radius: 10px;
    overflow: hidden;
    transition:.3s;
    position:relative;
}
.aboutsupportes p {
    position: absolute;
    bottom: -60%;
    color: var(--white);
    padding: 30px;
    text-align: center;
    transition:.5s;
}
.aboutsupportes:hover p {
    bottom: 20%;
    transition: .5s;
    width: 100%;
}
.aboutsupportes:hover img{
 filter:brightness(0.3);
 transition:.5s;
}
.aboutsupportes h3 {
    position: absolute;
    bottom: -15px;
    width: 100%;
    text-align: center;
    color: var(--white);
    background: linear-gradient(to top, rgba(13, 21, 15, 0.75) 0%, rgba(13, 21, 15, 0.45) 45%, rgba(255, 255, 255, 0.01) 100%);
    padding: 20px;
}
.supportes .row {
    row-gap: 20px;
}

/* location details css  */
.supportes {
    margin-top: 60px;
}
.clinicdtls img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.clinicdtls {
    margin-top: 90px;
}
.locdetails .services {
    margin-top: 60px;
}
.map iframe {
    width: 100%;
    margin-top: 60px;
    border-radius:10px;
}
.coverage img {
    width: 100%;
    height: 315px;
    border-radius: 10px;
}
.coverage {
    padding: 40px 0 20px;
}
.coveragecnts .leftheading {
    font-size: 30px;
}
.about-location a {
    text-decoration: none;
}




/* Contact Page  */

.secondary-container {
    padding: 60px 0;
}
.contactus_details {
    width: 25%;
    background: #0c67ed0f;
    margin-right: 10px;
    text-align: center;
    padding: 20px 12px;
    border-radius: 5px;
    box-shadow: inset 0 0 10px #0d68ee3b;
}
.contactus_details i {
    height: 40px;
    width: 40px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
    color: var(--primary);
}
.contactus_info h3 {
    margin-bottom: 3px;
    font-size: 18px;
}
.contactus_info a {
    text-decoration: none;
}
.contactss form {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
}
.contactimg img {
    height: 510px;
    object-fit: cover;
    border-radius: 10px;
    width:100%;
}






