@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* font-family: "Montserrat", sans-serif; */
/*   font-family: "Inter", sans-serif; */

body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
}

p {
      font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

a {
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
}

.common-lightbtn {
   border-radius: 25px;
  padding: 10px 20px 12px;
    transition: 0.4s;
    color: #006693;
    font-size: 14px;
    font-weight: 500;
}

.common-outlinebtn {
   border-radius: 25px;
  padding: 10px 20px 12px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}


/* Banner css start */
.hero-banner {
      /*background: linear-gradient(135deg, #162738 0%, #045982 100%);*/
    background: url('../assets/img/hero-banner.jpg')no-repeat;
    min-height: 750px;
    background-size: auto;
    background-size: cover;
    background-position: center top;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    margin-top: -100px;
    padding-top: 150px;
    position: relative;
}

.hero-banner h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-banner p {
    font-size: 14px;
    text-transform: capitalize;
    opacity: 0.9;
}

.hero-banner .content {
    position: relative;
    z-index: 150;
}

.hero-banner .worldmps {
    position: absolute;
    left: 0;
    right: 0;
    top: 17%;
    bottom: 0;
    z-index: 140;
    height: 90%;
    width: 100%;
}

.footersec__select {
  background-color: #1cc7d0;
  color: #28282B;
  border: 1px solid #1cc7d0;
  border-radius: 30px;
  padding: 12px 20px;
  appearance: none;        /* removes native arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* dropdown list */
.footersec__select option {
  background-color: #0f1f2e;
  color: #fff;
}

/* selected item */
.footersec__select option:checked {
  background-color: #1cc7d0;
  color: #28282B;
}

/* disabled option */
.footersec__select option:disabled {
  background-color: #444;
  color: #28282B;
}
.footersec__select option:hover {
  background-color: #1cc7d0 !important;
  color: #28282B !important;
}
/* banner css end */



/* marquee css start */
.io-marquee-section {
    background: #2f2f2f;
    padding: 14px 0;
    overflow: hidden;
}

.io-marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.io-marquee-track {
    display: flex;
    align-items: center;
    gap: 40px;
    white-space: nowrap;
    animation: io-marquee-scroll 18s linear infinite;
}

.io-marquee-text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.io-marquee-star {
    color: #ffffff;
    font-size: 18px;
}

@keyframes io-marquee-scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* marquee css end */

/* about-us section start */
.io-about-section {
    background: #f7f9fb;
}

.io-about-section .io-about-tag {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    color: #006694;
    letter-spacing: 1px;
}

.io-about-section .io-about-title {
    font-size: 32px;
    color: #28282B;
    line-height: 1.3;
}

.io-about-section .io-about-description {
    font-size: 14px;
    color: #888885;
    line-height: 1.7;
    /*text-align: justify;*/
}

.io-about-section .io-about-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0.8px 2px 12px rgba(0, 0, 0, 0.4);
    border: 2px solid #006694;
    transition: 0.3s ease;
    padding: 14px 10px 0px;
}

.io-about-section .io-about-card h6{
    font-size: 14px;
}

.io-about-section .io-about-card:hover {
    transform: translateY(-4px);
}

.io-about-section .io-about-card img {
    width: 20%;
}

.io-about-section .io-about-icon {
    font-size: 24px;
}

.io-about-section .io-about-quote {
    font-style: italic;
    font-weight: 600;
    color: #006694;
}

.io-about-section .io-about-card p {
    font-size: 12px;
    color: #888885;
}

.img-abut-bx {
    padding: 0 0 0 10%;
    background:url('../assets/img/about-us.png')no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    border-radius: 15px;
    height: 800px;
}

.img-abut-bx img {
    width: 100%;
    margin: 0 0 0 auto;
    border-radius: 20px;
    display: none;
}

/* about-us section end */



/* Product Section start */
.products-section {
    padding: 60px 0;
    /* background-color: #f8f9fa; */
}

.products-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.products-section .section-subtitle {
    font-size: 14px;
    color: #006794;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-decoration: underline;
}

.products-section .section-heading {
    font-size: 36px;
    color: #006794;
    font-weight: 700;
    margin: 0;
}

.products-section .product-card{
    background: #F8FAFC;
    border-radius: 12px;
    padding: 30px 25px;
    margin-bottom: 25px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    cursor: pointer;
     height: 100%; 
    display: flex;
    flex-direction: column;
}

.products-section .product-card:hover {
    background: linear-gradient(135deg, #162738 0%, #045982 100%);
    border-color: #045982;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.product-cardroducts-section {}

.products-section .product-icon {
    font-size: 40px;
    color: #0066cc;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.products-section .product-card:hover .product-icon {
    color: #ffffff;
}

.products-section .product-title {
    font-size: 18px;
    width: 70%;
    font-weight: 700;
    color: #28282B;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.products-section .product-card:hover .product-title {
    color: #ffffff;
}

.products-section .product-description {
    font-size: 13px;
    color: #888885;
    /* line-height: 1.7; */
    margin-bottom: 25px;
    /* flex-grow: 1; */
    height: 120px;
    transition: color 0.3s ease;
    border-bottom: 1px solid #888885;
}

.products-section .product-card:hover .product-description {
    color: rgba(255, 255, 255, 0.9);
}

.products-section .product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

.products-section .product-tag {
    background-color: #f0f2f4;
    color: #888885;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11.5px;
    font-weight: 500;
    border: 1px solid #f0f2f4;
    transition: all 0.3s ease;
}

.products-section .product-card:hover .product-tag {
    background-color: #1b5a79;
    color: #ffffff;
    border-color: #1b5a79;
}

.products-section .product-card.featured {
    background: linear-gradient(135deg, #162738 0%, #045982 100%);
    border-color: #045982;
}

.products-section .product-card.featured .product-icon {
    color: #ffffff;
}

.products-section .product-card.featured .product-title {
    color: #ffffff;
}

.products-section .product-card.featured .product-description {
    color: rgba(255, 255, 255, 0.9);
}

.products-section .product-card.featured .product-tag {
    background-color: #1b5a79;
    color: #ffffff;
    border-color: #1b5a79;
}






/* Strategic section cssstart */
.strategic-section {
    background-color: #f7f9fb;
}

.strategic-section .strategic-section-header h2 {
    font-size: 36px;
    color: #28282B;
    font-weight: 700;
    margin: 0;
}

.strategic-section .strategic-section-header p {
    color: #888885;
    max-width: 700px;
    margin: 2% auto 10%;
}

.strategic-section .strategic-item {
    padding: 20px 0;
}

.strategic-item .img-icon{
  width: 70px;
  height: 70px;
  margin: 0 0 3% 0;
}

.strategic-item img {
    width: 100%;
}

.strategic-section .strategic-text {
    padding: 0 10% 0 0;
}

.strategic-section .strategic-text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #28282B;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.strategic-section .strategic-text p {
    color: #888885;
    margin-bottom: 15px;
}

.strategic-section .strategic-btn {
    display: inline-block;
    text-decoration: underline;
    color: #102A54;
    font-weight: 600;
    font-size: 14px;
}

.strategic-section .strategic-btn:hover {
    text-decoration: underline;
    color: #28282B;
}

.strategic-section .strategic-image .image-placeholder {
    width: 100%;
    height: 220px;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-weight: 500;
    color: #888888;
}

/* Industry Section Start */
.industries-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #162738 0%, #045982 100%);
    position: relative;
    overflow: hidden;
}

.industries-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(44, 82, 130, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(30, 90, 122, 0.3) 0%, transparent 50%);
    pointer-events: none;
}

.industries-section .section-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.industries-section .section-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.industries-section .section-title {
    font-size: 42px;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.industries-section .industries-container {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

.industries-section .industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 40px;
    justify-items: center;
    align-items: center;
}

.industries-section .industry-item {
    text-align: center;
    transition: transform 0.3s ease;
    /*cursor: pointer;*/
}

.industries-section .industry-item:hover {
    transform: translateY(-10px);
}

.industries-section .industry-icon-wrapper {
    width: 110px;
    height: 110px;
    background: linear-gradient(135deg, #d4e9f7 0%, #b8dff0 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 102, 204, 0.1);
}

/*.industries-section .industry-item:hover .industry-icon-wrapper {*/
/*    background: linear-gradient(135deg, #0066cc 0%, #004999 100%);*/
/*    box-shadow: 0 8px 25px rgba(0, 102, 204, 0.3);*/
/*    transform: scale(1.05);*/
/*}*/

.industries-section .industry-icon {
    font-size: 45px;
    color: #0066cc;
    transition: color 0.3s ease;
}

/*.industries-section .industry-item:hover .industry-icon {*/
/*    color: #ffffff;*/
/*}*/

.industries-section .industry-name {
    font-size: 14px;
    font-weight: 600;
    color: #28282B;
    margin: 0;
    transition: color 0.3s ease;
}

/*.industries-section .industry-item:hover .industry-name {*/
/*    color: #0066cc;*/
/*}*/


/* Client logo section start */
.trusted-brands-section {
    background-color: #f8f9fa;
}

.trusted-brands-section .trusted-brands-title {
    font-weight: 700;
    color: #222222;
}

.trusted-brands-section .trusted-brands-logos {
    margin-top: 30px;
}

.trusted-brands-section .trusted-brand-item {
    padding: 15px;
}

.trusted-brands-section .brand-placeholder {
    /*background-color: #e9ecef;*/
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #888885666;
    transition: transform 0.3s ease;
}
.trusted-brands-section .brand-placeholder img{
    width:  75%;
}

.trusted-brands-section .brand-placeholder:hover {
    transform: scale(1.05);
}









/* infinity-breadcumb banner start */
.infinity-breadcumb {
    background: url('../assets/img/inifinity-banner.png')no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: -100px;
    padding-top: 180px;
    min-height: 680px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
}

.infinity-breadcumb .content {
    padding: 5% 0;
}

.infinity-breadcumb .content h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
}

.infinity-breadcumb .content p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}




/* Journey section start */
.about-section {
    background-color: #f5f5f5;
    padding: 5% 0 4%;
}

.about-section .about-image-wrapper {
    border-radius: 20px;
    overflow: hidden;
}

.about-section .about-image {
    border-radius: 20px;
}

.about-section .section-title {
    font-size: 30px;
    font-weight: 700;
    padding: 0 0 2% 0;
    color: #28282B;
}

.about-section .journey-title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #28282B;
}

.about-section .section-text {
    color: #888885;
}

.about-section .about-content {
    padding: 0 0 0 5%;
}



/* Feature-section start */
.feature-section {
    background-color: #f3f3f3;
}

.feature-box {
    padding: 20px 10px;
}

.feature-icon {
    font-size: 40px;
    color: #2f5f85;
    margin-bottom: 20px;
}

.feature-text {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #888885;
    line-height: 1.7;
}

.feature-section img {
    width: 25%;
}

/* CTA Section Start */
.cta-section {
    background-color: #f3f3f3;
}

.cta-box {
    background: linear-gradient(135deg, #162738 0%, #045982 100%);
    padding: 60px 70px;
    border-radius: 18px;
    color: #ffffff;
}

.cta-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
}

.cta-text {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    max-width: 600px;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    color: #165a76;
    padding: 8px 10px 8px 15px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    min-width: 190px;
}

.cta-btn:hover {
    color: #fff;
    background-color: transparent;
    border: 1.5px solid #fff;
}

.cta-btn:hover .cta-icon {
    color: #006693;
    background-color: #fff;
}

.cta-icon {
    background: #165a76;
    color: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
    font-size: 14px;
}




/* Contact Us Section Start */
.contact-section {
    padding: 8% 5%;
}

.contact-section .contact-title {
    font-size: 30px;
    font-weight: 600;
    color: #28282B;
    line-height: 1.4;
}

.contact-section .contact-form label {
    font-size: 13px;
    color: #888885;
    margin-bottom: 8px;
    display: block;
     font-family: "Inter", sans-serif;
}

.contact-section .custom-input {
    border-radius: 30px;
    padding: 10px 20px;
     font-family: "Inter", sans-serif;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #28282B;
    margin: 0 0 19px 0;
}

.contact-section .custom-input:focus {
    border-color: #165a76;
    box-shadow: none;
}

.contact-section .submit-btn {
    width: 100%;
    border: none;
    padding: 14px;
     font-family: "Montserrat", sans-serif;
    border-radius: 50px;
    background: linear-gradient(135deg, #162738 0%, #045982 100%);
    color: #fff;
    font-weight: 500;
}

/* RIGHT SIDE */

.contact-section .info-card {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #162738 0%, #045982 100%);
    padding: 45px 35px;
    border-radius: 16px;
    color: #fff;
    gap: 20px;
     font-family: "Inter", sans-serif;
}

.contact-section .info-card img {
    width: 70%;
}



.contact-section .info-text {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    line-height: 1.7;
}




/* stationery css start */
/* Alternate background when section repeats */
.category-section:nth-of-type(odd) {
    background-color: #f4f6f8;
}

.category-section:nth-of-type(even) {
    background-color: #ffffff;
}

/* Title */
.category-section .category-title {
    font-size: 28px;
    font-weight: 700;
    width: 25%;
    letter-spacing: 2px;
    color: #165a76;
}

/* Product Card */
.category-section .product-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 5%;
    text-align: center;
    transition: 0.3s ease;
    height: 100%;
}

.category-section .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Image */
.category-section .product-img {
    width: 100%;
    border-radius: 15px;
    object-fit: contain;
    margin-bottom: 20px;
}

/* Title */
.category-section .product-title {
    font-size: 15px;
    font-weight: 600;
    color: #165a76;
    margin: 0;
}




/* PARENT SECTION */
.empty-products{
    width:100%;
    min-height:60vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px 20px;
    background:linear-gradient(135deg,#faf7f2,#ffffff);
    box-sizing:border-box;
}

/* CENTER BOX */
.empty-box{
    max-width:520px;
    width:100%;
    background:#fff;
    border-radius:18px;
    padding:50px 35px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    border:1px solid #f1f1f1;
}

/* ICON */
.empty-icon{
    font-size:64px;
    margin-bottom:18px;
}

/* HEADING */
.empty-box h2{
    margin:5px 0 10px;
    font-size: 36px;
    font-weight:700;
    color:#006794;
}

/* TEXT */
.empty-box p{
    margin:0 auto 28px;
    font-size:14px;
    line-height:1.7;
    color:#888885;
    max-width:380px;
}

/* BUTTON */
.empty-btn{
    display:inline-block;
    padding:10px 30px;
    background:#111;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:0.3s;
}

.empty-btn:hover{
    background:#333;
    transform:translateY(-2px);
}

/* MOBILE */
@media(max-width:600px){

    .empty-box{
        padding:40px 25px;
    }

    .empty-box h2{
        font-size:26px;
    }

    .empty-icon{
        font-size:52px;
    }
}






/* Stationery Supply Section start */
.supply-contracts-section {
    font-family: 'Inter', sans-serif;
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    overflow: hidden;
}

.supply-contracts-section .section-title {
    font-size: 35px;
    font-weight: 700;
    color: #006694;
    text-align: center;
    margin: 2% 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.supply-contracts-section p{
    text-align: center;
    margin: 0 0 2.5% 0;
}

.supply-contracts-section .content-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 5% auto 1%;
}

.supply-contracts-section .image-container {
    flex: 0 0 45%;
    position: relative;
}

.supply-contracts-section .image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.supply-contracts-section .main-image {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    border-right: 4px solid #1e5a7d;
    position: relative;
}

.supply-contracts-section .main-image::after {
    content: '';
    position: absolute;
    right: -4px;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #3b82f6 0%, #1e5a7d 50%, #3b82f6 100%);
    border-radius: 0 20px 20px 0;
    box-shadow: 0 0 20px rgba(30, 90, 125, 0.5);
    animation: borderGlow 3s ease-in-out infinite;
}

@keyframes borderGlow {

    0%,
    100% {
        box-shadow: 0 0 20px rgba(30, 90, 125, 0.5);
    }

    50% {
        box-shadow: 0 0 30px rgba(59, 130, 246, 0.8);
    }
}

.supply-contracts-section .main-image:hover {
    transform: scale(1.02);
}

.supply-contracts-section .steps-container {
    flex: 1;
    position: relative;
}

.supply-contracts-section .step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.supply-contracts-section .step-item:last-child {
    margin-bottom: 0;
}

.supply-contracts-section .step-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #d1d5db;
    border: 3px solid #e5e7eb;
    flex-shrink: 0;
    margin-right: 20px;
    margin-top: 5px;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.supply-contracts-section .step-item.active .step-dot,
.supply-contracts-section .step-item:hover .step-dot {
    background: #1e5a7d;
    border-color: #1e5a7d;
    box-shadow: 0 0 0 6px rgba(30, 90, 125, 0.2);
    transform: scale(1.2);
}

.supply-contracts-section .step-content {
    flex: 1;
    opacity: 1;
    transition: all 0.3s ease;
    text-align: left;
}

.supply-contracts-section .step-item.active .step-content,
.supply-contracts-section .step-item:hover .step-content {
    opacity: 1;
    transform: translateX(5px);
}

.supply-contracts-section .step-text {
    font-size: 14px;
    color: #888885;
    line-height: 1.7;
    text-align: left;
    font-weight: 500;
    margin: 0;
}

.supply-contracts-section .step-item.active .step-text,
.supply-contracts-section .step-item:hover .step-text {
    color: #1f2937;
}

/* Connecting Line */
.supply-contracts-section .connecting-line {
       position: absolute;
    left: 8px;
    top: 9px;
    width: 4px;
    height: calc(100% - 50px);
    background: #e5e7eb;
    z-index: 1;
    border-radius: 25px;
}

.supply-contracts-section .line-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(180deg, #1e5a7d 0%, #3b82f6 100%);
    transition: height 0.6s ease;
}

/* Pulse animation for active dot */
@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(30, 90, 125, 0.4);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(30, 90, 125, 0);
    }
}

.supply-contracts-section .step-item.active .step-dot {
    animation: pulse 2s infinite;
}




/* Parent Section */
.why-matters-section {
  background-color: #f3f6f8;
}

/* Alternate background when repeated dynamically */
.why-matters-section:nth-of-type(even) {
  background-color: #ffffff;
}

/* Title Styling */
.why-matters-section .why-title {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  color: #006694;
}

/* Card Styling */
.why-matters-section .why-card h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  color: #28282B;
}
.why-matters-section .why-card .why-card ul{
    text-align: left;
    line-height: 30px;
}
.why-matters-section .why-card .why-card ul li{
    text-align: left;
}
.service-point{
    align-items: center;
    padding: 5% 0 0 0;
}
.service-point h3{
    font-weight: 700;
    font-size: 25px;
    padding: 0 0 3% 0;
}
.service-point img{
    width: 100%;
    height: 100%;
}
.why-matters-section .why-card p {
  font-size: 14px;
  color: #888885;
  line-height: 1.7;
  max-width: 260px;
  margin: 0 auto;
}

.why-matters-section .why-card img {
  max-height: 90px;
}





/*Form Error*/
  .error {
        color: red;
        font-size: 13px;
        margin-top: 4px;
        display: none;
    }













/* Footer Section */
.footersec {
    background-color: #1a2332;
    color: #ffffff;
    padding: 60px 0 0;
}

.footersec__logo-container {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    display: inline-block;
    max-width: 250px;
}

.footersec__logo {
    width: 100%;
    height: auto;
}

.footersec__logo img {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
}

.footersec__heading {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #ffffff;
    text-decoration: underline;
}

.footersec__links {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.footersec__links li {
    margin-bottom: 12px;
    font-family: "Inter", sans-serif;
}

.footersec__link {
    font-family: "Inter", sans-serif;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footersec__link:hover {
    color: #4dd4d4;
}

.footersec__contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footersec__contact-item {
    margin-bottom: 12px;
    font-size: 14px;
    color: #b8c5d6;
}

.footersec__address {
    margin-top: 16px;
    line-height: 1.7;
    color: #fff;
     font-family: "Inter", sans-serif;
}

.footersec__subtext {
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.footersec__label {
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 8px;
     font-family: "Inter", sans-serif;
}

.footersec__input,
.footersec__select,
.footersec__textarea {
    background-color: #19212F;
    border: 1px solid #2d3d52;
    border-radius: 25px;
    color: #ffffff;
     font-family: "Inter", sans-serif;
    padding: 10px 20px;
}

.footersec__input:focus,
.footersec__select:focus,
.footersec__textarea:focus {
    background-color: transparent;
    border-color: #4dd4d4;
    color: #ffffff;
    box-shadow: none;
}

.footersec__textarea {
    border-radius: 15px;
    resize: none;
}

.footersec__select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23b8c5d6' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 45px;
}

.footersec__submit-btn {
    background-color: #ffffff;
    color: #1a2332;
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.footersec__submit-btn:hover {
    background-color: #4dd4d4;
    color: #1a2332;
    transform: translateY(-2px);
}
.footersec__headtop{
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}

.footersec__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    margin-top: 40px;
    border-top: 1px solid #2d3d52;
    flex-wrap: wrap;
    gap: 20px;
     font-family: "Inter", sans-serif;
}

.footersec__copyright {
    color: #b8c5d6;
    font-size: 0.9rem;
}

.footersec__bottom-link {
    color: #b8c5d6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footersec__bottom-link:hover {
    color: #4dd4d4;
}

.footersec__social {
    display: flex;
    gap: 15px;
}

.footersec__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b8c5d6;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 25px;
    padding: 0 5px;
}

.footersec__social-link:hover {
    border-color: #4dd4d4;
    color: #4dd4d4;
    transform: translateY(-3px);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .footersec__bottom {
        justify-content: center;
        text-align: center;
    }

    .footersec__copyright {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .footersec {
        padding: 40px 0 0;
    }

    .footersec__heading {
        font-size: 18px;
    }
}