@import url("https://fonts.googleapis.com/css2?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");
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

html,
body {
    position: relative;
    scroll-behavior: smooth;
}

:root {
    --nav-gradient: linear-gradient(90deg, #d2f8ff, #ffffff, #ffffff, #d2f8ff);
    --footer-gradient: linear-gradient(
        90deg,
        #d2f8ff,
        #ffffff,
        #ffffff,
        #d2f8ff
    );
    --nav-gradient-btn: linear-gradient(90deg, #010101, #4a4949);
    --nav-link-color: rgb(111, 111, 111);
    --nav-active-link-color: #061862;
    --nav-hover-radius: 5px;
    --nav-transition-speed: 0.3s;
    --nav-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.custom-navbar {
    background: var(--nav-gradient);
    box-shadow: var(--nav-shadow);
}
.navbar-nav .nav-link {
    color: var(--nav-link-color);
    padding: 10px 15px;
    transition: background var(--nav-transition-speed),
        color var(--nav-transition-speed);
}

.navbar-nav .nav-link:hover {
    color: #000000;
}

.navbar-nav .nav-link.active {
    color: var(--nav-active-link-color);
    font-weight: 500;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.nav-call-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--nav-gradient-btn);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.nav-call-btn a {
    text-decoration: none;
    font-size: 20px;
    color: #dbdbdb;
}

@media (max-width: 786px) {
    .nav-call-btn {
        display: none;
    }
}

.owl-theme .item {
    overflow: hidden;
}

.item img {
    display: block;
    object-fit: cover;
}

:root {
    --main-color: #061862;
}

.owl-nav button {
    height: 40px !important;
    width: 40px !important;
    top: 40%;
    background: rgba(255, 255, 255, 0.255) !important;
    border-radius: 50% !important;
    font-size: 32px !important;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
}

.owl-nav button:hover {
    background: white !important;
    color: #000;
}
.owl-theme .owl-dots .owl-dot span {
    background: orange;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: black;
}

.owl-nav .owl-prev {
    position: absolute;
    left: 0;
}
.owl-nav .owl-prev i {
    position: relative !important;
    top: -4px !important;
    left: -1px;
}
.owl-nav .owl-next {
    position: absolute;
    right: 0;
}

.owl-nav .owl-next i {
    position: relative !important;
    top: -4px !important;
    right: -2px;
}
.owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

.slider-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider-box .slider-content {
    position: absolute;
    padding: 0px 0 0 3.5rem;
    width: 45%;
    left: 209px;
}
@media (max-width: 786px) {
    .slider-box .slider-content {
        left: 9px;
    }
}
.slider-box .slider-title {
    font-size: 47px;
    font-weight: 600;
}

:root {
    --slider-span-text: #fff;
    --slider-description-text: #3a3939;
    --description-text: #3a3939;
    --custome-btn: linear-gradient(90deg, #000000, #434343);
}

.slider-box .slider-title .slider-span-text {
    color: var(--slider-span-text) !important;
}

.span-text {
    color: var(--slider-span-text) !important;
}

.slider-box .slider-description {
    padding: 1rem 0;
    color: var(--slider-description-text) !important;
}
a {
    text-decoration: none;
}

:root {
    --custom-btn-bg: linear-gradient(90deg, #020133, #1c0a57);
    --custom-btn-color: #ffffff;
    --custom-btn-radius: 47px;

    --custom-btn-padding: 0.7rem 1rem;
    --custom-btn-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    --page-bg: #effbff;
    --page-bg2: #f4f4f4;
}

::selection {
    background: rgb(15, 0, 53) !important;
    color: #fff;
    padding: 5px 30px;
}

.page-bg2 {
    background: var(--page-bg2);
}
.custom-btn {
    background: var(--custom-btn-bg);
    color: var(--custom-btn-color);
    padding: var(--custom-btn-padding);
    border-radius: var(--custom-btn-radius);
    box-shadow: var(--custom-btn-shadow);
    position: relative;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
}

.custom-btn:hover {
    transform: scale(1.03);
    filter: brightness(1.1);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
    background: #03071b;
}

/* ✨ Reusable Shine Effect */
.shine-effect {
    overflow: hidden;
}

.shine-effect::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 150%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    transform: skewX(-20deg);
    z-index: 0;
    animation: shine 2.5s ease-in-out infinite alternate;
    pointer-events: none;
    border-radius: inherit;
}

@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

/* ✨ Optional: Shine Only on Hover */
.shine-hover::before {
    animation: none;
}
.shine-hover:hover::before {
    animation: shine 2.5s ease-in-out infinite alternate;
}

:root {
    --color-text: #061862;
    --color-label: #37474f;
    --bg-color: #ffffff;
}

.metrics-grid {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}
.metric {
    background: linear-gradient(to right, #ffffff, #ffffff, #ffffff);
    color: #ffffff;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: rgba(36, 36, 36, 0.173) 1.95px 1.95px 2.6px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.metric:hover {
    transform: translateY(-5px);
    box-shadow: rgba(36, 36, 36, 0.516) 1.95px 1.95px 2.6px;
}

.metric .value {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-text);
}

.metric .label {
    margin-top: 0.5rem;
    font-size: 1rem;
    color: var(--color-label);
}

.page-bg {
    background: var(--page-bg);
    padding: 2rem 0;
}

.page-title {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}

.internal-text {
    color: var(--main-color);
}

.page-section {
    padding: 2rem 3rem;
}

.slide {
    width: 250px;
    height: 100px;
    background: linear-gradient(90deg, rgb(255, 255, 255), #ffffff);
    box-shadow: rgba(36, 36, 36, 0.173) 1.95px 1.95px 2.6px;
    border-radius: 5px;
    animation: scroll 20s linear infinite;
    padding: 2.5rem 5rem !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slide img {
    width: 100px !important;
    height: 100px !important;
}

.slide-track {
    width: 100%;
    display: flex;
    gap: 1em !important;
    overflow: hidden;
}

.slide {
    margin: 2rem 00px;
    width: 200px;
}

/* @keyframes scroll {
0% {
transform: translateX(0);
}
50% {
transform: translatex(500%);
}

100% {
transform: translatex(-500%);
}
} */

.section-two {
    padding: 1rem 11rem;
}

.section-two .page-title {
    line-height: 1.2;
}
.section-two-content {
    padding: 1rem 4rem;
}

.section-two-content p {
    color: var(--description-text);
}
.section-two-content p:nth-child(1) {
    padding: 0 0 1rem 0;
}

.np {
    padding: 0px;
}

.image_services {
    width: 100%;
    height: 370px;
    padding: 1rem;
    overflow: hidden;
    border-radius: 10px;
}

.image_services img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
    display: block;
    transform: scale(1);
}

.image_services:hover img {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    filter: brightness(1.05);
    cursor: pointer;
}

@media (max-width: 768px) {
    .image_services {
        width: 100%;
        height: 200px;
    }
}

.image_services img:hover {
    scale: 1;
}
.image_services img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(35, 35, 35, 0.905);
    top: 0;
    left: 0;
    z-index: 100;
}

.services_content {
    padding: 10px 20px 20px  20px;
}

.featuredPropBoxs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: outside none none;
    padding: 0;
    gap: 10px;
}

.featuredPropBox {
    background: #ffffff;
    display: block;
    margin: 5px;
    position: relative;
    transition: all 0.3s ease-in-out;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    outline: none; /* outline: #000; doesn't do anything here */
    overflow: hidden;
    border-radius: 10px;
}

/* 🌟 On Hover */
.featuredPropBox:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.featuredPropBox .fplogo {
    z-index: 1;
    transition: all 0.3s;
}

.featuredPropBox .fplogo h4 {
    color: #000000;
    font-size: 18px;
    text-align: center !important;
}

.featuredPropBox .fptext {
    font-size: 14px;
    text-align: justify;
    transition: all 0.3s ease 0s;
}

.featuredPropBox .custom-btn {
    display: block;
    width: 100%;
    text-align: center !important;
}
.featuredPropBox .fptext p {
    color: #000000;
    margin: 0px;
}

.section-three .image-content {
    width: 550px;
    height: 400px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.section-three .image-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.section-three .image-content::after {
    content: "";
    position: absolute;
    top: 18px;
    left: -18px;
    z-index: -1;
    border-radius: 10px;

    width: 100%;
    height: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    background: var(--main-color);
}

.section-three .page-title {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1rem;
}

:root {
    --footer-text: #000000;
    --footer-muted: #767777;
    --accent-color: #ff8c28;
}

.footer {
    background: var(--footer-gradient);
    color: var(--footer-text);
    font-family: "Segoe UI", sans-serif;
    padding: 3rem 1rem 1rem;
}

.footer-container {
    margin: auto;
    display: grid;
    gap: 2rem;
}

.footer-brand {
    grid-column: span 5;
}

.footer-brand h2 {
    font-size: 1.8rem;
    font-weight: 700;
}

.footer-brand p {
    margin-top: 0.2rem;
    color: var(--footer-muted);
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.footer-col h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 0.6rem;
}

.footer-col ul li a {
    color: var(--footer-muted);
    text-decoration: none;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: var(--accent-color);
}

.footer-col.contact p,
.footer-col.contact a {
    color: var(--footer-muted);
    font-size: 0.95rem;
    text-decoration: none;
}
.social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 1rem;
}

@keyframes wave {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.2) rotate(-5deg);
    }
    50% {
        transform: scale(1.1) rotate(5deg);
    }
    75% {
        transform: scale(1.15) rotate(-3deg);
    }
    100% {
        transform: scale(1);
    }
}

.social-icons a {
    font-size: 1rem;
    color: var(--footer-muted);
    transition: color 0.3s ease, transform 0.3s ease;
    width: 40px;
    height: 40px;
    border: 1px solid var(--footer-muted);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.social-icons a:hover {
    color: var(
        --footer-accent,
        #00aaff
    ); /* fallback color if variable undefined */
    border-color: var(--footer-accent, #00aaff);
    animation: wave 0.5s ease-in-out;
}

.social-icons a:hover {
    color: var(--accent-color);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2rem;
    text-align: center;
    padding-top: 1rem;
    font-size: 0.9rem;
    color: var(--footer-muted);
}

:root {
    --primary: var(--main-color, #1c2b7a);
    --highlight: #ff9431;
    --light-bg: #f9f9f9;
    --card-bg: #fff;
    --shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.blog-section {
    padding: 4rem 2rem;
    background: var(--light-bg);
    text-align: center;
}

.blog-heading {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    color: var(--primary);
}

.blog-heading span {
    color: var(--highlight);
}

.blog2-grid {
    padding: 1rem 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    justify-items: center;
}

.blog2-grid .blog-image {
    width: 100%;
    height: 300px;
    background: rgba(24, 24, 79, 0.537);
}

.blog2-grid .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.blog-grid {
    padding: 1rem 10rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    justify-items: center;
}

.blog-card {
    background: var(--card-bg);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: var(--shadow);
    text-align: left;
}

.blog-image {
    position: relative;
}

.blog-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background: var(--nav-gradient);
    color: #000000;
    font-size: 1.1rem;
    font-weight: 500;
    width: 100%;
}

.blog-content {
    padding: 1.2rem;
}

.blog-content h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--primary);
}

.blog-content .meta {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 0.8rem;
}

.blog-content p {
    font-size: 0.95rem;
    color: #333;
}

.footer-icon {
    background: var(--main-color);
    color: #fff !important;
    border: none;

    font-size: 1.2rem;
    cursor: pointer;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* pricing */

:root {
    --primary: #061862;
    --secondary: #ffffff;
    --bg-light: #f4f7ff;
    --text-muted: #888;
    --border-radius: 12px;
}

body {
    font-family: "Segoe UI", sans-serif;
    margin: 0;
    padding: 0;
    background: var(--bg-light);
}

.pricing-section {
    padding: 4rem 2rem;
    background: var(--bg-light);
    text-align: center;
}

.pricing-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: var(--primary);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    justify-content: center;
}

.pricing-card {
    background: var(--secondary);
    border-radius: var(--border-radius);
    padding: 2rem 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    text-align: left;
    position: relative;
}

.pricing-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.price {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 1rem;
}

.price span {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 400;
}

.tag {
    display: inline-block;
    background: var(--primary);
    color: var(--secondary);
    padding: 0.4rem 1rem;
    border-radius: 8px;
    font-size: 0.8rem;
    margin-bottom: 1rem;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: default;
}

.features {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.features li {
    margin-bottom: 0.6rem;
    font-size: 0.95rem;
    color: #222;
}

.features i {
    color: var(--accent);
    margin-right: 0.5rem;
    font-weight: bold;
}

.plan-btn {
    display: block;
    width: 100%;
    padding: 0.7rem;
    background: var(--primary);
    color: var(--secondary);
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

.plan-btn:hover {
    background: #0a1355;
}

/* contact */
:root {
    --primary-color: #061862;
    --accent-color: #00c853;
    --text-color: #222;
    --bg-light: #f9f9f9;
    --border-radius: 10px;
}

body {
    background: white;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 2rem;
    align-items: flex-start;
    background: #fff;
    padding: 2rem;
    border-radius: var(--border-radius);
}

.contact-info h2 {
    font-size: 1.8rem;
    color: var(--primary-color);
}

.contact-info h3 {
    margin-top: 2rem;
    font-size: 1.2rem;
    color: var(--primary-color);
}

.contact-info p,
.contact-info li {
    color: #444;
    font-size: 0.95rem;
    margin: 0.5rem 0;
}

.contact-details {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.contact-details li {
    margin: 0.6rem 0;
    font-size: 1rem;
}
.contact-details li a {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-details i {
    color: var(--primary-color);
    margin-right: 0.6rem;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 0.8rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: var(--border-radius);
    font-size: 0.95rem;
    transition: 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--primary-color);
    outline: none;
}

.form-row {
    display: flex;
    gap: 1rem;
}

.form-row input {
    flex: 1;
}

.captcha-box {
    margin-bottom: 1.5rem;
}

.fake-captcha {
    background: #e6e6e6;
    padding: 1.2rem;
    text-align: center;
    border-radius: var(--border-radius);
    color: #777;
    font-size: 0.9rem;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 0.7rem 1.5rem;
    border-radius: var(--border-radius);
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    transition: background 0.3s ease;
}

.btn-primary {
    background: var(--primary-color);
    color: #fff;
    border: none;
}

.btn-primary:hover {
    background: #0a1355;
}

.btn-secondary {
    background: var(--accent);
    color: #171717;
}

.btn-secondary:hover {
    background: #00b34a;
}

.full {
    width: 100%;
}

:root {
    --primary-color: #222;
    --breadcrumb-bg: #e5ecf5;
    --muted: #666;
    --gap: 0.5rem;
    --font-family: "Segoe UI", sans-serif;
}
.breadcrumb-section {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url("../images/img.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 1rem;
    text-align: center;
    font-family: var(--font-family);
    color: #fff !important;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .breadcrumb-section {
background: var(--breadcrumb-bg);
padding: 3rem 1rem;
text-align: center;
font-family: var(--font-family);
} */

.breadcrumb-content h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.breadcrumb-nav {
    display: inline-flex;
    align-items: center;
    gap: var(--gap);
    color: #ffffff;

    font-size: 1rem;
}

.breadcrumb-nav a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-nav a:hover {
    text-decoration: underline;
}

.breadcrumb-nav i {
    font-size: 1.1rem;
}

.about-section strong {
    font-weight: 500;
}

.about-section {
    padding: 0.5rem 0rem;
    background-color: var(--bg);
    color: var(--text);
}

.about-section h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: var(--primary);
    text-align: center;
}

.about-section h2 {
    color: var(--primary);
    margin-top: 2rem;
    font-size: 1.5rem;
}

.about-section p {
    margin-bottom: 1rem;
    font-size: 1rem;
    color: var(--text);
}

.about-section ul {
    margin: 1rem 0 2rem 1.5rem;
    padding-left: 1rem;
}

.about-section ul li {
    margin-bottom: 0.7rem;
    color: var(--text);
}

.about-section strong {
    color: var(--primary);
}

.modalcloseBtn {
    width: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0a1355;
    border-radius: 50%;
    color: #fff;
}

.career-section {
    text-align: center;
    padding: 0px 20px;
    background: #fff;
    font-family: Arial, sans-serif;
}

.career-section .highlight {
    color: #0f0053;
    border-bottom: 3px solid #14023b;
}

.subtext {
    margin: 10px auto 40px;
    color: #555;
    max-width: 600px;
    font-size: 1rem;
}
.stats-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: auto;
    padding: 10px 2rem;
}
.stat-item h3 {
    font-size: 1.8rem;
    margin: 0;
}
.stat-item p {
    color: #777;
    font-size: 1rem;
    margin-top: 5px;
}

@media (max-width: 980px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%;
    }
    .stat-item h3 {
        font-size: 1.5rem;
        margin: 0;
    }
}

@media (max-width: 786px) {
    .stats-grid {
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .separator {
        display: none;
    }
}
@media (max-width: 500px) {
    .stat-item p {
        color: #777;
        font-size: 0.8rem;
        margin-top: 2px;
    }

    .subtext {
        margin: 10px auto 40px;
        color: #555;
        max-width: 800px;
        font-size: 12px;
    }
    .stats-grid {
        gap: 20px;
    }
    .stat-item h3 {
        font-size: 1rem;
    }
}

.iit-collab-sectionb {
    border-radius: 16px;
    color: #fff;
    font-family: "Segoe UI", sans-serif;
}

.iit-container {
    background: linear-gradient(to right, #240a6b, #0f077e53);
    display: grid;
    grid-template-columns: 30% 60%;
    border-radius: 285px 0 0 285px;
    padding: 20px 30px;
    overflow: hidden;
}

.iit-containerb {
    background: linear-gradient(to right, #240a6b, #0f077e53);
    display: grid;
    grid-template-columns: 60% 52%;
    border-radius: 0 285px 285px 0;
    padding: 20px 30px;
    overflow: hidden;
}

.iit-containerb .iit-left {
    justify-content: center;
}

.iit-left {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 350px;
    border-radius: 50%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.iit-left img {
    width: 349px;
    height: 349px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

@media (max-width: 988px) {
    .iit-container {
        grid-template-columns: 100%;
        border-radius: 5px;
        padding: 20px 30px;
        overflow: hidden;
        gap: 1rem;
    }

    .iit-containerb {
        grid-template-columns: 100%;
        border-radius: 5px;
        padding: 20px 30px;
        overflow: hidden;
        gap: 1rem;
    }

    .iit-containerb .iit-left {
        justify-content: center;
        order: -1;
    }

    .iit-left {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .iit-left img {
        width: 100%;
        height: auto;
        border-radius: 5px;
        display: block;
    }
}

.iit-right h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.iit-header span {
    font-size: 18px;
    color: #fff;
}

.iit-right p {
    font-size: 16px;
    line-height: 1.6;
    color: #ccc;
}

@media (max-width: 768px) {
    .iit-right h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .iit-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .iit-left {
        order: 2;
    }

    .iit-buttons .btn {
        margin-bottom: 10px;
    }
    .iit-container,
    .iit-containerb {
        padding: 20px;
        background: linear-gradient(
            hsla(0, 0%, 100%, 0) -2.34%,
            rgba(0, 0, 0, 0.65) 47.23%,
            rgba(0, 0, 0, 0.1) 100%,
            hsla(0, 0%, 100%, 0) 0
        ) !important;
    }
}

.why-frigito {
    color: #0f0053;
    text-align: center;
    padding: 60px 20px;
    font-family: "Segoe UI", sans-serif;
}

.why-frigito h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.iit-right h2 {
    color: white !important;
    text-align: start !important;
}

.why-frigito .highlight {
    color: #0f0053;
    border-bottom: 2px solid #0f0053;
}

.why-frigito .subtext {
    color: #555;
    max-width: 600px;
    margin: 0 auto 30px;
    font-size: 13px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: auto;
}

.feature-box {
    background: #fff;
    padding: 14px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.252);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 208px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.feature-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(15, 0, 83, 0.15);
}

.feature-box img {
    width: 35px;
    margin-bottom: 15px;
}

.feature-box h3 {
    font-size: 14px;
    margin-bottom: 6px;
}

.feature-box p {
    color: #666;
    font-size: 12px;
    line-height: 1.4;
}

/* Responsive adjustments for mobile screens */
@media (max-width: 600px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .why-frigito h2 {
        font-size: 18px;
    }

    .feature-box {
        padding: 15px 10px;
    }
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

.review_boxs .owl-nav .owl-prev {
    position: absolute;
    top: 35%;
    left: -10px;
    width: 40px !important;
    height: 40px !important;
    background: linear-gradient(
        185deg,
        rgba(255, 165, 100, 0.918),
        rgba(255, 224, 189, 0.918)
    );
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.review_boxs .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    right: -10px;
    width: 40px !important;
    height: 40px !important;
    background: var(--main-color) !important;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.review_boxs .owl-nav .owl-prev.disabled {
    background: var(--disible-bg) !important;
    color: #000000 !important;
}

.review_boxs .owl-nav .owl-next.disabled {
    background: var(--disible-bg) !important;
    color: #000000 !important;
}

.review_boxs .owl-stage-outer {
    padding: 0rem 0;
}

.review_boxs .owl-nav .owl-prev {
    position: absolute;
    top: 35%;
    left: -10px;
    width: 40px !important;
    height: 40px !important;
    background: var(--main-color) !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.review_boxs .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    right: -10px;
    width: 40px !important;
    height: 40px !important;
    background: var(--main-color) !important;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.review_boxs .owl-nav .owl-prev.disabled {
    background: var(--disible-bg) !important;
    color: #000000 !important;
}

.review_boxs .owl-nav .owl-next.disabled {
    background: var(--disible-bg) !important;
    color: #000000 !important;
}

.review_box {
    background: #fff;
    border: 1px solid rgb(1, 40, 1);
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(51, 16, 112, 0.05);
    padding: 1.5rem;
    margin: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.review_box:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(32, 19, 106, 0.1);
}

.review_content {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.review_name {
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
}

.star {
    color: #ffd700;
    font-size: 1.2rem;
    margin: 0;
}

.star i {
    margin-right: 2px;
}

.msg {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}

.faq {
    text-align: center;
    font-weight: 500;
    padding: 1rem 0;
    font-size: 25px;
}

@media (max-width: 786px) {
    .faq {
        font-size: 18px;
    }
    #accordionExample .accordion-body p {
        font-size: 12px;
    }
}

@media (max-width: 786px) {
    .review_box {
        background: #fff;
        border: 1px solid rgb(1, 40, 1);
        border-radius: 10px;
        box-shadow: 0 2px 6px rgba(51, 16, 112, 0.05);
        padding: 0.5rem;
        margin: 1rem 1px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 100%;
    }
    .msg {
        font-size: 12px;
        margin: 0;
    }
    .review_name {
        font-size: 14px;
        margin: 0;
        padding: 0;
        line-height: 1;
    }
}

#accordionExample .accordion-item {
    background: transparent;
    outline: none !important;
    border: none !important;
}

#accordionExample .accordion-button {
    border: none;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    background: transparent;
    border-bottom: 1px solid;
}
@media (max-width: 786px) {
    #accordionExample .accordion-button {
        font-size: 13px;
    }
}

#accordionExample .accordion-button:focus {
    outline: none !important;
    border: none !important;
}

#accordionExample .accordion-body {
    background: rgb(255, 255, 255);
}

#accordionExample .accordion-body p {
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
}

.separator {
    background: linear-gradient(
        hsla(0, 0%, 100%, 0) -2.34%,
        rgba(0, 0, 0, 0.65) 47.23%,
        rgba(0, 0, 0, 0.1) 100%,
        hsla(0, 0%, 100%, 0) 0
    );
    height: 64px;
    width: 2px;
}

.about-section h3 {
    font-size: 17px;
}

.about-section h2 {
    font-size: 18px;
}

.logistics-section {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 5%;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
}

.images {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 650px;
    flex: 1;
}

.ship-box,
.worker-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.ship-img,
.worker-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.delivery-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #24b7d0;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-weight: bold;
    gap: 8px;
    font-size: 14px;
}

.delivery-badge img {
    width: 24px;
}

.content {
    flex: 1;
    min-width: 320px;
    max-width: 600px;
}

.sub-title {
    color: #1992d4;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.content h1 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}

.content h1 span {
    color: #0e1f47;
}

.content .desc {
    font-size: 15px;
    color: #666;
    margin-bottom: 25px;
}

@media (max-width: 786px) {
    .content h1 {
        font-size: 20px;
    }
}
.services {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.service-card {
    flex: 1 1 200px;
    background: #f9f9f9;
    border-radius: 12px;
    padding: 20px 20px;
    text-align: center;
    border: 1px solid #ddd;
}

.service-card img {
    width: 40px;
}

.service-card h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.bottom-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.read-more {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}
