      .hero-sections {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
		  padding:5rem 0;
        }
        
      .hero-sections .checker-right{margin-top:0px !important;}


    

        .hero-sections .content-left {
            flex: 1;
            min-width: 320px;
			display: flex;
           flex-direction: column;
           gap: 3rem;
        }

        .hero-sections .content-left h1 {
            font-family: 'Montserrat';
            font-weight: 700;
            font-size: 55px;
            line-height: 60px;
            /* margin-bottom: 30px; */
        }

        .hero-sections .content-left h1 span {
            color: #0074FF;
        }

        .hero-sections .content-left h1 .conutries{
            color: #00304A;
        }

        .hero-sections .features-list {
            list-style: none;
            padding: 0;
			margin-left: 0;
        }

        .hero-sections .features-list li {
            font-family: 'Poppins';
            font-weight: 400;
            display: flex;
            /* align-items: center; */
            margin-bottom: 15px;
            font-size: 24px;
            line-height: 20px;
        }

        .hero-sections .features-list li img{
            margin-right: 20px;
        }

        .hero-sections .cta-buttonss {
            background-color: #2E69FF;
            height: 44px;
            border-radius: 6px;
            width: 324px;
            color: white;
            text-decoration: none;
            font-weight: 500;
            font-size: 16px;
            font-family: 'Roboto';
            display: inline-block;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .hero-sections .checker-right {
            flex: 1;
			margin-top:-7rem;
        }

        .hero-sections .checker-right .bg-gray-50
 {
    background-color: white!important;
}


        /* --- Section 2: Shipping Speeds --- */
        .speeds-container {
            padding: 15px 20px;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            background-color: #ffffff;
            text-align: center;
            margin:2rem 0 5rem 0;
        }

        .speeds-container h2 {
            font-family: 'Montserrat';
            font-weight: 700;
            font-size: 24px;
            line-height: 32px;
            margin-bottom: 40px;
            color: #171A1F;
        }

        .speeds-grid {
            display: flex;
            justify-content: space-between;
            gap: 20px;
        }

        .speed-item {
            flex: 1;
            padding: 0 20px;
            position: relative;
        }

        .speed-item:not(:last-child)::after {
            content: "";
            position: absolute;
            right: -10px;
            top: 20%;
            height: 60%;
            width: 1px;
            background-color: #e2e8f0;
        }

        .icon-placeholder {
            width: 44px;
            height: 44px;
            background-color: #eff6ff;
            border-radius: 50%;
            margin: 0 auto 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #0074FF;
            font-size: 20px;
        }

        .speed-item h3 {
            font-family: 'Montserrat';
            font-weight: 600;
            line-height: 28px;
            font-size: 18px;
            /* margin: 0 0 12px 0; */
        }

        .speed-item p {
            font-size: 14px;
            color: #565D6D;
            font-weight: 400;
            font-family: 'Poppins';
            line-height: 20px;
            margin: 5px 0;
        }

        /* --- Responsive Design --- */
        @media (max-width: 850px) {
            .hero-sections {
                flex-direction: column;
                text-align: center;
            }
			.hero-sections .content-left h1 {
             font-size: 35px;
             line-height: 37px;
             }
			.hero-sections .features-list li{
            font-size: 20px;
            }
            .hero-sections .checker-right {
            margin-top: 0rem;
               }
			
			.hero-sections .cta-buttonss{
				width:100%;
			}
			
            .speeds-grid {
                flex-direction: column;
                gap: 40px;
            }

            .speed-item:not(:last-child)::after {
                display: none;
            }

            .speed-item {
                border-bottom: 1px solid #e2e8f0;
                padding-bottom: 30px;
            }

            .speed-item:last-child {
                border-bottom: none;
            }
        }


        .section-wrapper {
            max-width: 1100px;
            margin: 0 auto 80px auto;
        }

        /* --- Shipping Speeds Section --- */
        .speeds-card {
            border: 1px solid #e2e8f0;
            border-radius: 16px;
            padding: 40px;
            text-align: center;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
        }

        .speeds-card h2 {
            font-size: 24px;
            margin-bottom: 50px;
        }

        .speeds-flex {
            display: flex;
            justify-content: space-between;
            gap: 20px;
        }

        .speed-col {
            flex: 1;
            position: relative;
            padding: 0 10px;
        }

        .speed-col:not(:last-child)::after {
            content: "";
            position: absolute;
            right: -10px;
            top: 20%;
            height: 60%;
            width: 1px;
            background-color: #e2e8f0;
        }

        .icon-box {
            width: 45px;
            height: 45px;
            background-color: #eff6ff;
            border-radius: 50%;
            margin: 0 auto 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #0074FF;
        }

        .speed-col h3 {
            font-size: 18px;
            margin-bottom: 12px;
        }

        .speed-col p {
            font-size: 14px;
            color: #64748b;
            margin: 5px 0;
            line-height: 1.6;
        }

        /* --- City Coverage Section --- */
        .coverage-header {
            text-align: center;
            margin-bottom: 50px;
            margin-top: 10%;

        }

        .badge {
            background-color: #eff6ff;
            color: #0074FF;
            font-family: 'Poppins';
            font-weight: 600;
            font-size: 14px;
            line-height: 20px;
            padding: 6px 16px;
            border-radius: 20px;
            /* display: inline-block; */
            /* margin-bottom: 20px; */
            display: flex;
            align-items: center;
            justify-content: center;
            width: 238px;
            margin: auto;
			gap:0.25rem;
        }

        .badge img{
            margin-right: 5px;
        }

        

        .coverage-header h2 {
            font-family: 'Montserrat';
            font-size: 48px;
            line-height: 48px;
            font-weight: 700;
            margin-bottom: 30px;
            margin-top: 20px;
        }

        .coverage-header p {
            font-family: 'Poppins';
            font-weight: 400;
            color: #565D6D;
            line-height: 28px;
            font-size: 18px;
        }

        .city-grid {
            display: grid;
            grid-template-columns: repeat(9, 1fr);
            /* 9 columns as per image */
            gap: 12px;
            margin-bottom: 40px;
        }

        .city-item {
            border: 1px solid #DEE1E6;
            background-color: #FFFFFF;
            border-radius: 6px;
            padding: 10px 5px;
            text-align: center;
            font-size: 14px;
            color: #0f172a;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-family: 'Poppins';
            font-weight: 500;
        }

        .city-item:hover {
            border-color: #0074FF;
            cursor: default;
        }

        .footer-note {
            text-align: center;
            color: #64748b;
            font-size: 14px;
        }

        /* --- Responsive Tweaks --- */
        @media (max-width: 1024px) {
            .city-grid {
                grid-template-columns: repeat(6, 1fr);
            }
        }

        @media (max-width: 768px) {
            .speeds-flex {
                flex-direction: column;
                gap: 40px;
            }

            .speed-col:not(:last-child)::after {
                display: none;
            }

            .city-grid {
                grid-template-columns: repeat(3, 1fr);
            }

            .coverage-header h2 {
                font-size: 28px;
            }
        }


/* 
        .section-wrapper {
            max-width: 1100px;
            margin: 0 auto;
        } */

        /* Global Presence Table Container */
        .global-table {
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            overflow: hidden;
            background-color: #ffffff;
        }

        .table-header {
            background-color: #fcfcfc;
            padding: 15px 25px;
            border-bottom: 1px solid #e2e8f0;
            font-weight: 700;
            color: #0f172a;
        }

        /* Row Layout */
        .country-row {
            display: flex;
            border-bottom: 1px solid #e2e8f0;
            min-height: 60px;
        }

        .country-row:last-child {
            border-bottom: none;
        }

        .country-name {
            font-family: 'Montserrat';
            font-weight: 600;
            font-size: 14px;
            width: 250px;
            padding: 20px 25px;
            font-size: 14px;
            font-weight: 600;
            color: #0f172a;
            background-color: #ffffff;
            border-right: 1px solid #e2e8f0;
            display: flex;
            align-items: center;
        }

        .highlightcolor{
            background-color: #F0F7FF !important;
        }

        .city-pills-container {
            flex: 1;
            padding: 15px 25px;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
        }

        /* City Pill Styles */
        .city-pill {
            background-color: #F3F4F6;
            /* color: #475569; */
            padding: 4px 12px;
            border-radius: 6px;
            font-size: 12px;
            white-space: nowrap;
            border: 1px solid transparent;
            transition: all 0.2s;
        }

        .city-pill:hover {
            border-color: #0074FF;
            /* color: #0074FF; */
            cursor: default;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .country-row {
                flex-direction: column;
            }

            .country-name {
                width: 100%;
                border-right: none;
                border-bottom: 1px solid #e2e8f0;
                padding: 12px 25px;
                background-color: #f8fafc;
            }

            .coverage-header h2 {
                font-size: 28px;
            }
        }