*,::before,::after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Thin.ttf);
    font-weight: 100;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-ExtraLight.ttf);
    font-weight: 200;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
    font-weight: 600;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-ExtraBold.ttf);
    font-weight: 800;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Black.ttf);
    font-weight: 900;
}


body {
    font-family: var(--bodyFont);
    font-size: 16px;
}
:root{
    --primaryColor:#139098;
    --bgGradient45: linear-gradient(45deg, #09224d, #32d2aa);
    --bgGradient90:linear-gradient(90deg, #09224d, #32d2aa);
    --secondaryColor: #000;
    --textColor:#2e2d2d ;
    --whiteColor: #ffffff;
    --bodyFont: "Poppins"; 
    --iconFont: "Font Awesome 5 Free"; 
}
h1,h2,h3,h4,h5{
    color: var(--secondaryColor);
}
h2{
    font-size: 36px;
    font-weight: 700;
}
h3{
    font-size: 20px;
    font-weight: 700;
}
h4{
    font-size: 18px;
    font-weight: 400;
    color: var(--themeColor);
    line-height: 30px;
}
h5{
    font-size: 16px;
    font-weight: 700;
}
header,section,.headerInner,.headerBottom,footer,.footerTop,.footerBottom{
    width: 100%;
    float: left;
}
p{
    font-size: 15px;
    line-height:25px;
    font-weight: 400;
    color: var(--textColor);
}
a{
    display: inline-block;
    text-decoration: none;
    color: var(--secondaryColor);
    font-weight: 500;
    font-size: 15px;
}
ul.contentlist li{
    position: relative;
    padding: 5px 0 5px 30px;
    line-height: 30px;
    color: var(--secondaryColor);
    font-size: 16px;
    font-weight: 500;
}
ul.contentlist li:hover{
    color: var(--primaryColor);
}
ul.contentlist li::before{
    position: absolute;
    content: "\f35a";
    top: 6px;
    left: 0;
    font-family: var(--iconFont);
    font-size: 16px;
    font-weight: 900;
    color: var(--primaryColor);
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}


a.primaryBtn{
    font-size: 16px;
    padding: 12px 30px;
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    border-radius: 35px;
}
a.primaryBtn span{
    display: inline-block;
    background-color: var(--whiteColor);
    color: var(--primaryColor);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
}

section {
    padding: 70px 0;
}

header{
  position: relative;
  z-index: 99999;
}
header .header-top{
    padding: 10px 0;
    background-color: var(--secondaryColor);
}

header .header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .header-top .top-right ul li{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: solid 1px rgba(0, 0, 0, 0.06);
    padding: 0 20px;
}
header .header-top .top-right ul li:last-child{
    border: none;
}
header .header-top .top-right ul li i{
    font-size: 22px;
    color: var(--whiteColor);
    float: left;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: var(--primaryColor);
}
header .header-top .top-right ul li p{
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding-left: 20px;
    font-weight: 600;
    color: var(--whiteColor);
}
header .header-top .top-right ul li p span{
    display: block;
    color: var(--whiteColor);
    font-size: 14px;
    font-weight: 400;
}
header .header-top .top-right ul li p a{
    color: var(--whiteColor);
}
header .headermid{
    padding: 25px 0;
    background-color: #f1f1f1;
}
header .headerInner .headerBottom nav.navbar{
    background-color: var(--primaryColor);
    width: 100%;
    float: left;
    padding: 0;
}
header .headerInner .headerBottom .navbar ul.navbar-nav li.nav-item a{
    color: var(--whiteColor);
    font-weight: 500;
    font-size: 16px;
    transition: 0.3s;
    text-transform: uppercase;
}
header .headerInner .headerBottom .navbar ul.navbar-nav li.nav-item{
    height: 72px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .headerInner .header-top .top-left img{
    height:80px;
}
header .headerInner .headerBottom .navbar-nav .nav-link {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.company-name {
    font-size: 26px;
    font-weight: 700;
    border-radius: 40px;
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.3s ease;
    background: linear-gradient(to right, #09224d, #24b691);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.company-name:hover {
    transform: translateY(-3px);
}
header .headerInner .headerBottom .navbar-nav .nav-item.active,
header .headerInner .headerBottom .navbar-nav .nav-link.active {
    background-color: var(--secondaryColor);
}

header .headerInner .headerBottom .navbar-nav .nav-link.active {
    color: var(--whiteColor) !important;
}

section.productInfowrap{
  position: relative;
  z-index: 1;
  padding: 20px 0 60px;
}
section.productInfowrap ul.nav-tabs li.nav-item button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #f8f8f8;
    color: #333;
    transition: all 0.4s ease;
}
section.productInfowrap ul.nav-tabs li.nav-item button::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: var(--bgGradient90);
    -webkit-mask: linear-gradient(var(--whiteColor) 0 0) content-box, linear-gradient(var(--whiteColor) 0 0);
    mask:linear-gradient(var(--whiteColor) 0 0) content-box, linear-gradient(var(--whiteColor) 0 0) ;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: 0.4s ease;
}
section.productInfowrap ul.nav-tabs li.nav-item button:hover::before {
    opacity: 1;
}
section.productInfowrap .nav-tabs .nav-item.show .nav-link,
section.productInfowrap .nav-tabs .nav-link.active {
    background: var(--bgGradient90);
    color: var(--whiteColor) !important;
    border: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateY(-3px);
}

section.productInfowrap ul.nav-tabs li.nav-item{
    flex: 1;
}
section.productInfowrap .nav-tabs .nav-link {
    color:#000;
}
section.productInfowrap .tab-content .productImg img{
    height: 320px;
    object-fit: cover;
    object-position: center;
}
section.productInfowrap .tab-content .productTitle{
   background-color: #eee;
    font-weight: 600;
    text-align: center;
    padding: 12px;
}
section.productInfowrap .tab-content .productTitle h4{
    color: var(--secondaryColor);
    font-size: 18px;
    font-weight: 600;
    margin:8px 0;
}
section.productInfowrap .tab-content .productBox{
    background-color: var(--whiteColor);
    border: 1px solid #eee;
}
.titleTg h3 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
    color: #2d2d2d;
    letter-spacing: 1px;
}

.titleTg h3::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #0c1e43, #32d2aa);
    border-radius: 50px;
}

.titleTg h3::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #32d2aa;
    border-radius: 50%;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}

section.productInfowrap .tab-content {
    border-radius: 15px;
    background: var(--whiteColor);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

 section.formWrap .form-heading{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(to right, #09224d, #24b691);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.formWrap font{
    color: red;
    margin: 0 0 10px;
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
}

section.formWrap .form-heading::after{
    content: "";
    width: 70px;
    height: 4px;
    background: linear-gradient(to right, #09224d, #24b691);
    display: block;
    margin: 10px auto 0;
    border-radius: 10px;
}
section.formWrap .form-wrapper {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 35px 45px 45px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    transition: 0.3s ease;
}

section.formWrap .form-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}
section.formWrap .form-control{
    border: 1px solid #e0e0e0;
    padding: 14px 18px;
    border-radius: 12px;
    transition: 0.3s ease;
    font-size: 15px;
    resize: none;
}
section.formWrap label{
    font-weight: 700;
    padding-left: 20px;
    text-align: center;
    display: block;
}

section.formWrap .form-control:focus{
    border: 1px solid var(--primaryColor);
    box-shadow: 0 0 0 4px rgba(102,126,234,0.2);
    outline: none;
}
section.formWrap input.submit{
    background: linear-gradient(to right, #09224d, #24b691);
    color: var(--whiteColor);
    border-radius: 50px;
    padding: 12px 35px;
    font-weight: 600;
    transition: 0.3s ease;
    border: none;
}

section.formWrap input.submit:hover{
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(118,75,162,0.4);
}


.common-btn {
    background: #0d6efd;
    color: var(--whiteColor);
    padding: 10px 25px;
    border-radius: 50px;
    transition: 0.3s;
}

.common-btn:hover {
    background: #000;
    color: var(--whiteColor);
}

section.premium-about {
    position: relative;
    background-color: var(--whiteColor);
    overflow: hidden;
}

section.premium-about .about-label {
    background: var(--bgGradient45);
    color: var(--whiteColor);
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

section.premium-about .about-heading {
    font-size: 40px;
    font-weight: 700;
}

section.premium-about .about-heading span {
    background: var(--bgGradient45);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.premium-about .about-desc {
    color: #6c757d;
}

section.premium-about .premium-image-area {
    position: relative;
    height: 480px;
}

section.premium-about .big-image {
    width: 340px;
    height: 400px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.15);
    position: relative;
    z-index: 2;
}

section.premium-about .big-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.premium-about .small-image {
    position: absolute;
    bottom: 0;
    right: 40px;
    width: 220px;
    height: 260px;
    border-radius: 25px;
    overflow: hidden;
    border: 8px solid var(--whiteColor);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    z-index: 3;
}

section.premium-about .small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.premium-about .experience-badge-new {
    position: absolute;
    top: 120px;
    right: 0;
    width: 140px;
    height: 140px;
    background: linear-gradient(56deg, #09224d, #32d2aa);
    color: var(--whiteColor);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
    z-index: 4;
}

section.premium-about .experience-badge-new h2 {
    margin: 0;
    font-weight: 700;
    color: var(--whiteColor);
}

section.premium-about .experience-badge-new span {
    font-size: 13px;
}

section.premium-about .dots-pattern {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 180px;
    height: 180px;
    background-image: radial-gradient(#66babf 2px, transparent 2px);
    background-size: 15px 15px;
    opacity: 0.3;
    z-index: 1;
}


section.premium-about .experience-box {
    position: absolute;
    top: 180px;
    left: 220px;
    width: 130px;
    height: 130px;
    background: var(--bgGradient45);
    color: var(--whiteColor);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

section.premium-about .experience-box h2 {
    margin: 0;
    font-weight: 700;
}

section.premium-about .corporate-card {
    background: var(--whiteColor);
    padding: 30px 25px;
    border-radius: 20px;
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    border: 1px solid #f1f1f1;
    height: 100%;
}

section.premium-about .corporate-card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background: var(--bgGradient90);
    transition: 0.4s;
}

section.premium-about .corporate-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.1);
}

section.premium-about .corporate-card:hover::before {
    height: 100%;
    opacity: 0.05;
}

section.premium-about .icon-box {
    width: 55px;
    height: 55px;
    background: var(--bgGradient45);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: 0.4s;
}

section.premium-about .icon-box i {
    font-size: 24px;
    color: var(--whiteColor);
}

section.premium-about .corporate-card h6 {
    font-weight: 600;
    margin-bottom: 10px;
}

section.premium-about .corporate-card p {
    font-size: 14px;
    color: #6c757d;
}

section.premium-about .corporate-card:hover .icon-box {
    transform: rotate(10deg) scale(1.1);
}
.common-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 190px;
    height: 55px;
    padding: 0 20px;
    border-radius: 60px;
    background: #0d1b2a;
    color: var(--whiteColor);
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
    font-size: 15px;
}

.common-btn .btn-text {
    position: relative;
    z-index: 2;
}

.common-btn .btn-icon {
    width: 45px;
    height: 45px;
    background: var(--bgGradient45);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    z-index: 2;
}

.common-btn::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--bgGradient45);
    transition: all 0.5s ease;
    z-index: 1;
     font-size: 14px;
}
.common-btn:hover::before {
    left: 0;
}

.common-btn:hover {
    color: var(--whiteColor);
}

.common-btn:hover .btn-icon {
    background: var(--whiteColor);
    color: var(--primaryColor);
    transform: rotate(45deg);
}

.common-btn:active {
    transform: scale(0.95);
}


section.premium-about .bg-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    z-index: 0;
}

/* section.premium-about .shape1 {
    width: 300px;
    height: 300px;
    background-color: var(--primaryColor);
    top: -100px;
    left: -100px;
    opacity: 0.3;
}

section.premium-about .shape2 {
    width: 300px;
    height: 300px;
    background-color: var(--primaryColor);
    bottom: -100px;
    right: -100px;
    opacity: 0.3;
} */

@keyframes float {
    0%,100% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
}

section.ngo-advanced-section {
    background-color: #f7faff;
    position: relative;
}

section.ngo-advanced-section .ngo-advanced-wrapper {
    background-color: var(--whiteColor);
    padding: 70px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0,0,0,0.05);
}

section.ngo-advanced-section .ngo-advanced-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    width: 300px;
    height: 100%;
    background: linear-gradient(180deg, #09224d, #32d2aa);
    transform: skewX(-15deg);
    opacity: 0.08;
}

section.ngo-advanced-section .ngo-badge {
    background: var(--bgGradient45);
    color: var(--whiteColor);
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}

section.ngo-advanced-section .ngo-advanced-title {
    font-size: 34px;
    font-weight: 700;
}

section.ngo-advanced-section .ngo-advanced-text {
    color: #6c757d;
}

section.ngo-advanced-section .ngo-list div {
    margin-bottom: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

section.ngo-advanced-section .ngo-list i {
    color: var(--primaryColor);
}
section.ngo-advanced-section .ngo-advanced-btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 50px;
    background: #0d1b2a;
    color: var(--whiteColor);
    text-decoration: none;
    font-weight: 600;
    transition: 0.4s;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

section.ngo-advanced-section .ngo-advanced-btn:hover {
    background: var(--bgGradient45);
    transform: translateY(-5px);
}

section.ngo-advanced-section .ngo-advanced-image {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

section.ngo-advanced-section .ngo-advanced-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    filter: brightness(0.85);
}

section.ngo-advanced-section .impact-card {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: var(--whiteColor);
    padding: 20px 25px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

section.ngo-advanced-section .impact-card h3 {
    margin: 0;
    font-weight: 700;
    color: var(--primaryColor);
}

section.ngo-advanced-section .impact-card span {
    font-size: 14px;
    color: #6c757d;
}
section.partners-light {
    position: relative;
    background: linear-gradient(135deg, #f8fbff, var(--whiteColor));
    overflow: hidden;
}

section.partners-light .partners-tag-light {
    background: var(--bgGradient45);
    color: var(--whiteColor);
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}

section.partners-light .partners-title-light {
    font-size: 34px;
    font-weight: 700;
}

section.partners-light .partners-desc-light {
    max-width: 600px;
    margin: auto;
    color: #6c757d;
}

section.partners-light .partner-card-light {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);
    padding: 35px;
    border-radius: 20px;
    text-align: center;
    transition: 0.4s ease;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

section.partners-light .partner-card-light img {
    max-width: 100%;
    filter: grayscale(100%);
    transition: 0.4s ease;
}

section.partners-light .partner-card-light:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.1);
    border: 1px solid var(--primaryColor);
}

section.partners-light .partner-card-light:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

section.partners-light .featured-light {
    background: linear-gradient(135deg, rgb(255 255 255), rgb(228 253 255));
    border: 1px solid var(--primaryColor);
}

section.partners-light .light-blob {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.25;
}

section.partners-light .blob1 {
    background: var(--primaryColor);
    top: -100px;
    left: -100px;
}

section.partners-light .blob2 {
    background: var(--primaryColor);
    bottom: -100px;
    right: -100px;
}


/* ================= FOOTER ================= */

footer {
    background: #0f172a;
    color: var(--whiteColor);
    position: relative;
    overflow: hidden;
}

footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #48dae3, #133877, var(--primaryColor));
    background-size: 300%;
    animation: gradientMove 6s linear infinite;
}

@keyframes gradientMove {
    0% {background-position: 0%;}
    100% {background-position: 300%;}
}


footer .footerTop {
    padding:70px 0;
}
footer .footerTop .footerWidgets {
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    transition: 0.4s ease;
    height: 100%;
}

footer .footerTop .footerWidgets:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 255, 255, 0.15);
}

footer .footerTop .footerWidgets h3 {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    letter-spacing: 1px;
    color: var(--whiteColor);
}

footer .footerTop .footerWidgets h3::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background: var(--bgGradient90);
    left: 0;
    bottom: 0;
    border-radius: 5px;
}

footer .footerTop .footerWidgets p {
    font-size: 14px;
    line-height: 1.8;
    color: #cbd5e1;
}
footer .footerTop .footerWidgets ul li {
    margin-bottom: 12px;
}

footer .footerTop .footerWidgets ul li a {
    color: #cbd5e1;
    transition: 0.3s ease;
    display: inline-block;
}

footer .footerTop .footerWidgets ul li a:hover {
    color: var(--primaryColor);
    transform: translateX(6px);
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.6);
}
footer .footerTop .footerWidgets ul.info li{
    position: relative;
    padding-left: 30px;
    color: #cbd5e1;
    font-size: 15px;
}
footer .footerTop .footerWidgets ul.info i {
    color: var(--primaryColor);
    position: absolute;
    top: 3px;
    left: 0;
    transition: 0.3s;
}

footer .footerTop .footerWidgets ul.info li:hover i {
    color: var(--primaryColor);
    transform: scale(1.2);
}

footer .footerTop .footerWidgets img {
    height: 80px;
    margin-bottom: 15px;
}
footer .footerBottom {
    background: rgba(255,255,255,0.03);
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
}

footer .footerBottom p {
    margin: 0;
    color: #94a3b8;
}

footer .footerBottom a {
    color: var(--primaryColor);
    text-decoration: none;
    transition: 0.3s;
}

footer .footerBottom a:hover {
    color: #ff00c8;
}



@media screen and (max-width: 991px){
  header .headerInner .navbar-toggler:focus{
    box-shadow: none;
  }
  
    header .headerInner .headerBottom .navbar ul.navbar-nav li.nav-item a{
        font-size: 15px;
        color: var(--secondaryColor);
    }
  
    header .headermid .container {
        position: relative;
    }
    header .headerInner .headerBottom{
        position: absolute;
        top: 22%;
        right: 15px;
        transform: translateY(-50%);
        width: auto;
    }
    header .headerBottom .navbar {
        padding: 0;
    }
    header .headerInner .headerBottom nav.navbar .navbar-toggler{
        color: var(--whiteColor);
        border: none;
        font-size: 22px;
        padding: 0;
        width: 50px;
    }
    header .headerBottom  .navbar-collapse {
        position: absolute;
        top: 60px;
        right: 0;
        width: 730px;
        background: #fff;
        padding: 15px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        z-index: 999;
    }
    header .header-top .top-right ul li{
        display: none;
    }
    .mb-sm-20{
        margin-bottom: 20px !important;
    }
    
    header .headerInner .headerBottom .navbar ul.navbar-nav li.nav-item{
        height: 40px;
    }
    header .headerInner .headerBottom nav.navbar{
        padding: 8px 0;
    }
    
    header .headerInner .headerBottom nav.navbar a.navbar-brand img{
      height: 45px;
    }
    header .headerBottomBar > .container{
      flex-direction: column;
      gap: 10px;
    }
    header .headerInner .headerBottom a.commonBtn{
      display: none;
    }
    header .headerInner .headerBottom .navbar ul.navbar-nav{
      align-items: start !important;
      gap: 0 !important;
    }
}

@media screen and (max-width: 767px){
    
    section.productInfowrap ul.nav-tabs li.nav-item button{
        padding: 14px 8px;
        font-size: 11px;
    }
    
    footer .footerTop .footerWidgets{
        height: auto;
        margin:  0 0 20px;
    }
    section.formWrap .form-wrapper{
        padding: 25px;
    }
    section.ngo-advanced-section .ngo-advanced-wrapper{
        padding: 20px;
    }
    section.ngo-advanced-section .ngo-advanced-image img{
        height: 300px;
    }
    section.ngo-advanced-section .ngo-advanced-title{
        font-size: 24px;
    }
    header .headerInner .header-top img{
        height: 60px;
    }
    .company-name{
        font-size: 20px;
    }
    header .headermid{
        padding: 20px 0;
    }
    header .headerBottom .navbar-collapse{
         width: 350px;
    }
    
}

