/* Start custom CSS for html, class: .elementor-element-c6383e3 */body {
    margin: 0;
    padding: 0;
}
*{box-sizing:border-box;}

/* Top Orange Promo Bar */
.top-promo-bar {
    background-color: #FF5A26;
    color: #ffffff;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
}

.marquee {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.marquee span {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    animation: marquee 20s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
/* Navbar Custom Styles */
.custom-navbar {
    background-color: #ffffff;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Logo Styling mimicking "Swansea Gas and Oil" logo */

.logo-container{
        display: contents;
}

.logo-img{
    /*width: 10%;*/
    height: auto;
}

/* Navigation Links */
.nav-link-custom {
    color: #4A4A4A !important;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 12px !important;
    transition: color 0.2s ease-in-out;
}
.nav-link-custom:hover {
    color: #FF5A26 !important;
}

/* Rounded Contact Button with Shadow */
.btn-contact {
    background-color: #38B6FF; /* Exact Sky Blue */
    color: #ffffff !important;
    font-weight: 600;
    font-size: 15px;
    border-radius: 50px;
    padding: 8px 24px !important;
    border: none;
    box-shadow: 0 4px 10px rgba(56, 182, 255, 0.3);
    transition: all 0.2s ease-in-out;
}
.btn-contact:hover {
    background-color: #1E90FF;
    box-shadow: 0 4px 15px rgba(30, 144, 255, 0.4);
    transform: translateY(-1px);
}

/* Phone and Whatsapp Icons styling */
.header-icon-link {
    color: #000000;
    font-size: 20px;
    transition: color 0.2s;
    text-decoration: none;
}
.header-icon-link:hover {
    color: #FF5A26;
}
.whatsapp-icon:hover {
    color: #25D366; /* WhatsApp Green on Hover */
}

/* Custom Hamburger (Toggler) Icon */
.navbar-toggler {
    border: none;
    outline: none;
    padding: 0;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler-icon-custom {
    font-size: 24px;
    color: #FF5A26;
}

/* Alignment utility for Desktop Icons */
.action-icons-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Adjustments for Mobile and Tablet Screens */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: #ffffff;
        padding: 20px 0;
        border-top: 1px solid #f0f0f0;
        margin-top: 15px;
    }
    .nav-link-custom {
        padding: 10px 0 !important;
        border-bottom: 1px solid #f8f9fa;
    }
    .action-icons-group {
        margin-top: 15px;
        justify-content: flex-start;
        gap: 20px;
    }
    .btn-contact {
        display: inline-block;
        width: auto;
        text-align: center;
    }
}


/* --- Custom Hero Banner Styles --- */
.custom-hero-banner {
    position: relative;
    background-image: url('https://www.swanseagasandoil.co.uk/wp-content/uploads/2026/08/meet-the-team-bg.jpg');
    background-size: cover;
    background-position: center;
    min-height: 500px;
    padding: 80px 0 110px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}

.custom-hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff5c2480
;
    z-index: -1;
}

.hero-text-wrapper {
    position: relative;
    z-index: 2;
}

.hero-main-heading {
    font-size: 52px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.hero-main-heading span {
    font-weight: 800;
}

.hero-paragraph-text {
    font-size: 14.5px;
    color: #ffffff;
    line-height: 1.6;
    max-width: 580px;
    font-weight: 500;
}

.hero-floating-cta {
    position: absolute;
    bottom: 35px;
    right: 15px;
    z-index: 3;
}

.cta-white-card {
    background: #ffffff;
    padding: 12px 20px;
    border-radius: 12px;
    display: inline-block;
}

.cta-orange-btn {
    background-color: #FF5A26;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 28px;
    border-radius: 10px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

.cta-orange-btn:hover {
    background-color: #e04818;
    color: #ffffff;
    transform: translateY(-1px);
}

.hero-bottom-blue-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #38B6FF;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .custom-hero-banner {
        padding-bottom: 140px;
    }
    .hero-main-heading {
        font-size: 34px;
    }
    .hero-floating-cta {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 30px;
        display: block;
    }
}

@media (max-width: 575.98px) {
    .hero-main-heading {
        font-size: 28px;
    }
    .cta-white-card {
        width: 100%;
        text-align: center;
    }
    .cta-orange-btn {
        width: 100%;
    }
}

/* --- Our Story Section Styles --- */
.our-story-wrapper {
    width: 100%;
}

.story-top-info-bar {
    background-color: #F8F9FA;
    border-bottom: 1px solid #ECECEC;
    padding: 30px 0;
}

.story-top-info-bar p {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.story-main-block {
    background-color: #FF5A26;
    padding: 80px 0;
    color: #ffffff;
}

.story-content-text {
    padding-right: 15px;
}

.story-subtitle {
    font-size: 38px;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.story-title {
    font-size: 28px;
    font-weight: 500;
    opacity: 0.95;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

.story-description {
    font-size: 14px;
    line-height: 1.7;
    opacity: 0.9;
    font-weight: 400;
    text-align: justify;
}

.story-image-container {
    display: inline-block;
    max-width: 100%;
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.story-team-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .story-top-info-bar p {
        font-size: 18px;
    }
    .story-main-block {
        padding: 50px 0;
    }
    .story-content-text {
        padding-right: 0;
        text-align: center;
    }
    .story-description {
        text-align: left;
    }
    .story-image-container {
        margin-top: 20px;
        border-radius: 20px;
    }
}

/* --- Team Section Styles --- */
.team-section {
    padding: 60px 0;
    background-color: #FAFAFA;
}

.team-card {
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.team-card:hover {
    transform: translateY(-5px);
}

.card-orange {
    background-color: #FF5A26;
}

.card-blue {
    background-color: #38B6FF;
}

.team-img-container {
    width: 200px;
    height: 200px;
    margin: 15px  auto;
    position: relative;
    border-radius: 50%;
    padding: 4px; /* Border ki thickness */
    background:  #ffffff;
    background-size: 300% 300%;
    animation: borderRotate 5s linear infinite;
    transition: all 0.4s ease;
}

.team-img-container img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
    transition: all 0.4s ease;
}

/* Hover */
.team-img-container:hover {
    transform: translateY(-8px) scale(1.04);
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

.team-img-container:hover img {
    filter: brightness(1.08);
}

/* Animated Border */
@keyframes borderRotate {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 300% 50%;
    }
}

/* .team-img-container {
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.team-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
} */

.team-card-body {
    padding: 25px 20px;
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.member-name {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

.member-role {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 0.95;
    margin-bottom: 12px;
}

.member-meta {
    font-size: 11px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    opacity: 0.85;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.member-bio {
    font-size: 11.5px;
    line-height: 1.6;
    font-weight: 400;
    opacity: 0.95;
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .team-img-container {
        height: 320px;
    }
}


/* --- Built For The Future Section Styles --- */
.future-section {
    background: #FF5A26;
    padding: 90px 0 100px 0;
    font-family: 'Montserrat', sans-serif;
}

.future-title {
    font-size: 36px;
    font-weight: 800;
    color: #f3f3f3;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.future-subtitle {
    font-size: 24px;
    font-weight: 500;
    color: #f5f5f5;
    margin-bottom: 45px;
    line-height: 1.45;
}

.future-text-content {
    max-width: 660px;
    margin: 0 auto;
}

.future-paragraph {
    font-size: 14.5px;
    line-height: 1.8;
    color: #f1f1f1;
    font-weight: 500;
    margin-bottom: 25px;
}

.future-highlight-list {
    margin: 30px 0;
    padding: 0;
}

.future-highlight-list li {
    font-size: 15px;
    font-weight: 600;
    color: #2D1A15;
    margin-bottom: 10px;
    line-height: 1.6;
}

@media (max-width: 767.98px) {
    .future-section {
        padding: 60px 0 70px 0;
    }
    .future-title {
        font-size: 26px;
    }
    .future-subtitle {
        font-size: 19px;
        margin-bottom: 30px;
    }
    .future-paragraph {
        font-size: 13.5px;
        line-height: 1.7;
    }
    .future-highlight-list li {
        font-size: 14px;
    }
}

/* --- Family Carousel Section Styles --- */
.family-carousel-section {
    background-color: #38B6FF;
    padding: 70px 0;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}

.carousel-card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    transition: transform 0.3s ease;
}

.carousel-card-item:hover {
    transform: translateY(-5px);
}

.carousel-img-wrapper {
    width: 100%;
    height: 190px;
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.carousel-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.carousel-card-title {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    text-align: center;
    letter-spacing: -0.5px;
}

@media (max-width: 767.98px) {
    .family-carousel-section {
        padding: 50px 15px;
    }
    .carousel-img-wrapper {
        height: 170px;
        border-radius: 25px;
    }
    .carousel-card-title {
        font-size: 17px;
    }
}


/* --- Local Features Section Styles --- */
.local-features-section {
    background-color: #F9FAFB;
    padding: 40px 0;
    font-family: 'Montserrat', sans-serif;
}

.section-main-title {
    font-size: 34px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.5px;
    margin: 0;
    line-height: 1.2;
}

.section-sub-title {
    font-size: 34px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: 0.5px;
    margin-top: 5px;
    margin-bottom: 30px;
    line-height: 1.2;
}

.features-grid-container {
    position: relative;
    z-index: 1;
}

.feature-card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.icon-circle-badge {
    width: 65px;
    height: 65px;
    background-color: #EBF5FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -10px;
    position: relative;
    z-index: 3;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.icon-circle-badge i {
    color: #141414;
    font-size: 24px;
}

.feature-blue-box {
    background-color: #ff5c24;
    border-radius: 14px;
    padding: 24px 15px;
    color: #ffffff;
    width: 100%;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 24px rgba(56, 182, 255, 0.15);
    z-index: 2;
    transition: transform 0.25s ease-in-out;
}

.feature-blue-box:hover {
    transform: translateY(-4px);
}

.box-title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.box-desc {
    font-size: 11.5px;
    line-height: 1.5;
    opacity: 0.95;
    margin: 0;
    font-weight: 400;
    max-width: 210px;
}

.desktop-connector-line {
    position: absolute;
    top: 30px;
    left: 12.5%;
    width: 75%;
    height: 120px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='100' viewBox='0 0 1000 100'%3E%3Cpath d='M0,50 Q125,120 250,50 T500,50 T750,50 T1000,50' fill='none' stroke='%23B0C4DE' stroke-width='2' stroke-dasharray='5,5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 0;
    opacity: 0.7;
}

@media (max-width: 991.98px) {
    .desktop-connector-line {
        display: none;
    }
    .section-main-title, .section-sub-title {
        font-size: 26px;
    }
    .section-sub-title {
        margin-bottom: 40px;
    }
    .feature-blue-box {
        min-height: auto;
        padding: 20px 15px;
    }
}

.wa-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
}

.wa-btn img {
  width: 70px;
  height: 70px;
  transition: transform 0.3s ease;
}

.wa-btn img:hover {
  transform: scale(1.1);
}





/* =========================================================
   ADDITIONAL REQUESTED BREAKPOINTS
   1440px, 1399px, 1280px, 1199px, 1024px, 991px,
   768px, 767px, 360px, 320px
   Order: large -> small (max-width, so later/smaller
   blocks override earlier/larger ones, as normal in CSS)
   ========================================================= */

/* ---------- 1440px and below (large desktops / laptops) ---------- */
@media (max-width: 1440px) {
    .container, .container-fluid {
        max-width: 1360px;
    }
     .logo-img {
    width: 22%;
    }

    .hero-main-heading {
        font-size: 48px;
    }
    .story-subtitle {
        font-size: 34px;
    }
    .future-title {
        font-size: 33px;
    }
    .section-main-title,
    .section-sub-title {
        font-size: 31px;
    }
}

/* ---------- 1399px and below ---------- */
@media (max-width: 1399.98px) {
    .hero-main-heading {
        font-size: 45px;
    }
     .logo-img {
    width: 22%;
    }

    .hero-paragraph-text {
        max-width: 520px;
    }
    .story-subtitle {
        font-size: 32px;
    }
    .story-title {
        font-size: 25px;
    }
    .future-subtitle {
        font-size: 22px;
    }
    .carousel-img-wrapper {
        height: 175px;
    }
    .team-img-container {
        height: 260px;
    }
}

/* ---------- 1280px and below ---------- */
@media (max-width: 1280px) {
    .hero-main-heading {
        font-size: 42px;
    }
     .logo-img {
    width: 22%;
    }

    .story-subtitle {
        font-size: 30px;
    }
    .story-title {
        font-size: 23px;
    }
    .future-title {
        font-size: 30px;
    }
    .future-subtitle {
        font-size: 21px;
    }
    .section-main-title,
    .section-sub-title {
        font-size: 29px;
    }
    .feature-blue-box {
        min-height: 130px;
        padding: 20px 12px;
    }
    .box-desc {
        max-width: 190px;
    }
}

/* ---------- 1199px and below ---------- */
@media (max-width: 1199.98px) {
    .hero-main-heading {
        font-size: 38px;
    }
    .hero-paragraph-text {
        max-width: 480px;
        font-size: 14px;
    }
    .story-main-block {
        padding: 65px 0;
    }
    .story-subtitle {
        font-size: 28px;
    }
    .story-description {
        font-size: 13.5px;
    }
    .team-img-container {
        height: 240px;
    }
    .member-name {
        font-size: 20px;
    }
    .future-title {
        font-size: 28px;
    }
    .future-subtitle {
        font-size: 20px;
        margin-bottom: 35px;
    }
    .carousel-img-wrapper {
        height: 165px;
        border-radius: 28px;
    }
    .carousel-card-title {
        font-size: 18px;
    }
    .section-main-title,
    .section-sub-title {
        font-size: 27px;
    }
    .desktop-connector-line {
        left: 10%;
        width: 80%;
    }
}

/* ---------- 1024px and below (tablets landscape) ---------- */
@media (max-width: 1024px) {
    .custom-hero-banner {
        min-height: 440px;
        padding: 60px 0 100px 0;
    }
    .hero-main-heading {
        font-size: 34px;
    }
    .hero-paragraph-text {
        max-width: 100%;
    }
    .story-main-block {
        padding: 55px 0;
    }
    .story-subtitle {
        font-size: 26px;
    }
    .story-title {
        font-size: 21px;
        margin-bottom: 22px;
    }
    .team-section {
        padding: 45px 0;
    }
    .team-img-container {
        height: 300px;
    }
    .future-section {
        padding: 70px 0 80px 0;
    }
    .future-title {
        font-size: 27px;
    }
    .future-subtitle {
        font-size: 19px;
    }
    .family-carousel-section {
        padding: 55px 0;
    }
    .carousel-img-wrapper {
        height: 175px;
    }
    .local-features-section {
        padding: 35px 0;
    }
    .section-main-title,
    .section-sub-title {
        font-size: 26px;
    }
}

/* ---------- 991px and below (tablets / small tablets) ---------- */
@media (max-width: 991px) {
    .custom-navbar {
        padding: 12px 0;
    }
    .logo-img {
    width: 30%;
    }
    .hero-main-heading {
        font-size: 32px;
    }
    .hero-floating-cta {
        margin-top: 25px;
    }
    .story-content-text {
        text-align: center;
    }
    .story-image-container {
        margin-top: 18px;
    }
    .team-card {
        margin-bottom: 25px;
    }
    .future-title {
        font-size: 25px;
    }
    .future-subtitle {
        font-size: 18px;
    }
    .carousel-card-item {
        margin-bottom: 20px;
    }
    .feature-card-wrapper {
        margin-bottom: 25px;
    }
}

/* ---------- 768px and below (tablet / large mobile) ---------- */
@media (max-width: 768px) {
    .top-promo-bar {
        font-size: 12px;
        padding: 8px 12px;
    }
    .hero-main-heading {
        font-size: 30px;
    }
    .hero-paragraph-text {
        font-size: 13.5px;
    }
    .story-top-info-bar p {
        font-size: 17px;
    }
    .story-main-block {
        padding: 45px 0;
    }
    .story-subtitle {
        font-size: 24px;
    }
    .story-title {
        font-size: 19px;
        margin-bottom: 18px;
    }
    .team-img-container {
        height: 280px;
    }
    .member-name {
        font-size: 19px;
    }
    .member-role {
        font-size: 14px;
    }
    .future-title {
        font-size: 24px;
    }
    .future-subtitle {
        font-size: 17.5px;
    }
    .carousel-img-wrapper {
        height: 160px;
        border-radius: 22px;
    }
    .section-main-title,
    .section-sub-title {
        font-size: 24px;
    }
    .footer-heading {
        font-size: 14px;
    }
}

/* ---------- 767px and below (mobile) ---------- */
@media (max-width: 767px) {
    .custom-hero-banner {
        padding: 45px 0 130px 0;
        min-height: auto;
    }
    .hero-main-heading {
        font-size: 27px;
        line-height: 1.25;
    }
    .hero-paragraph-text {
        font-size: 13px;
    }
    .story-top-info-bar p {
        font-size: 15px;
        text-align: center;
    }
    .story-main-block {
        padding: 40px 0;
    }
    .story-subtitle {
        font-size: 21px;
    }
    .story-title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .story-description {
        font-size: 12.5px;
    }
    .team-section {
        padding: 35px 0;
    }
    .team-img-container {
        height: 260px;
    }
    .member-name {
        font-size: 18px;
    }
    .member-bio {
        font-size: 11px;
    }
    .future-section {
        padding: 45px 0 55px 0;
    }
    .future-title {
        font-size: 21px;
    }
    .future-subtitle {
        font-size: 15.5px;
        margin-bottom: 25px;
    }
    .future-paragraph {
        font-size: 12.5px;
    }
    .family-carousel-section {
        padding: 40px 12px;
    }
    .carousel-img-wrapper {
        height: 150px;
        border-radius: 18px;
    }
    .carousel-card-title {
        font-size: 15px;
    }
    .local-features-section {
        padding: 25px 0;
    }
    .section-main-title,
    .section-sub-title {
        font-size: 20px;
    }
    .icon-circle-badge {
        width: 55px;
        height: 55px;
    }
    .icon-circle-badge i {
        font-size: 20px;
    }
    .main-footer {
        padding: 35px 0 25px 0;
    }
    .footer-tagline-desc {
        max-width: 100%;
    }
}

/* ---------- 360px and below (small mobile) ---------- */
@media (max-width: 360px) {
    .top-promo-bar {
        font-size: 10.5px;
        padding: 7px 8px;
        letter-spacing: 0.2px;
    }
    .logo-text .orange-text {
        font-size: 18px;
    }
    .logo-text .blue-text {
        font-size: 12px;
        letter-spacing: 2px;
    }
    .hero-main-heading {
        font-size: 22px;
    }
    .hero-paragraph-text {
        font-size: 12px;
    }
    .cta-orange-btn {
        font-size: 14px;
        padding: 9px 20px;
    }
    .story-subtitle {
        font-size: 18px;
    }
    .story-title {
        font-size: 14px;
    }
    .story-description {
        font-size: 11.5px;
    }
    .team-img-container {
        height: 220px;
    }
    .member-name {
        font-size: 16px;
    }
    .member-role {
        font-size: 12.5px;
    }
    .future-title {
        font-size: 18px;
    }
    .future-subtitle {
        font-size: 13.5px;
    }
    .future-paragraph {
        font-size: 11.5px;
    }
    .carousel-img-wrapper {
        height: 130px;
        border-radius: 14px;
    }
    .carousel-card-title {
        font-size: 13.5px;
    }
    .section-main-title,
    .section-sub-title {
        font-size: 17px;
    }
    .feature-blue-box {
        min-height: auto;
        padding: 16px 10px;
    }
    .box-title {
        font-size: 12.5px;
    }
    .box-desc {
        font-size: 10.5px;
        max-width: 170px;
    }
    .footer-logo .logo-title-top {
        font-size: 21px;
    }
    .footer-logo .logo-title-bottom {
        font-size: 16px;
    }
}

/* ---------- 320px and below (smallest supported mobile) ---------- */
@media (max-width: 320px) {
    .top-promo-bar {
        font-size: 9.5px;
        padding: 6px 6px;
    }
    .logo-text .orange-text {
        font-size: 16px;
    }
    .logo-text .blue-text {
        font-size: 10.5px;
        letter-spacing: 1.5px;
    }
    .btn-contact {
        font-size: 13px;
        padding: 7px 18px !important;
    }
    .hero-main-heading {
        font-size: 19px;
    }
    .hero-paragraph-text {
        font-size: 11.5px;
    }
    .cta-white-card {
        padding: 10px 14px;
    }
    .cta-orange-btn {
        font-size: 13px;
        padding: 8px 16px;
    }
    .story-subtitle {
        font-size: 16px;
    }
    .story-title {
        font-size: 12.5px;
    }
    .story-description {
        font-size: 11px;
    }
    .team-img-container {
        height: 200px;
    }
    .member-name {
        font-size: 15px;
    }
    .member-role {
        font-size: 11.5px;
    }
    .member-meta {
        font-size: 9.5px;
    }
    .member-bio {
        font-size: 10px;
    }
    .future-title {
        font-size: 16px;
    }
    .future-subtitle {
        font-size: 12.5px;
    }
    .future-paragraph {
        font-size: 11px;
    }
    .future-highlight-list li {
        font-size: 12px;
    }
    .carousel-img-wrapper {
        height: 115px;
        border-radius: 12px;
    }
    .carousel-card-title {
        font-size: 12.5px;
    }
    .section-main-title,
    .section-sub-title {
        font-size: 15.5px;
    }
    .box-title {
        font-size: 11.5px;
    }
    .box-desc {
        font-size: 10px;
        max-width: 150px;
    }
    .footer-brand-col .tagline-text {
        font-size: 16px;
    }
    .footer-heading {
        font-size: 12.5px;
    }
    .footer-tagline-desc {
        font-size: 11px;
    }
}

/* ==============================
   TRUSTED BY SECTION
================================ */

.trusted-section {
    width: 100%;
    background: #f7f7f7;
    padding: 50px 20px 70px;
    text-align: center;
    box-sizing: border-box;
}

.trusted-container {
    max-width: 900px;
    margin: 0 auto;
}

/* TRUSTED BY */

.trusted-title {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #53698f;
    margin-bottom: 22px;
    text-transform: uppercase;
}

/* LOGOS */

.flexLogos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    width: 100%;
    margin: 0 auto;
}

.logoLink {
    width: 130px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logoLink a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.logoLink img {
    width: 130px;
    height: 40px;
    object-fit: contain;
    display: block;
}

/* 350 REVIEWS */

.starReview {
    margin: 20px 0 0 !important;
    font-family: Arial, sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.3px !important;
    color: #53698f !important;
    text-transform: uppercase !important;
}

.starReview .stars {
    color: #f6a531;
    font-size: 18px;
    letter-spacing: 1px;
}


/* ==============================
   OUR SERVICES SECTION
================================ */

.feature-section {
    width: 100%;
    padding: 55px 20px;
    background: #ffffff;
    box-sizing: border-box;
}

.featureContent {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.featureContent .h4 {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    color: #263b61;
}

.featureContent .h4 span {
    font-weight: 700;
}


/* ==============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {

    .trusted-section {
        padding: 40px 15px 55px;
    }

    .trusted-title {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .flexLogos {
        gap: 25px;
    }

    .logoLink {
        width: 110px;
        height: 60px;
    }

    .logoLink img {
        width: 110px;
        height: 38px;
    }

    .starReview {
        font-size: 14px;
        margin-top: 18px;
    }

    .starReview .stars {
        font-size: 16px;
    }

    .feature-section {
        padding: 45px 15px;
    }

    .featureContent .h4 {
        font-size: 25px;
    }
}


@media (max-width: 500px) {

    .trusted-section {
        padding: 35px 15px 45px;
    }

    .flexLogos {
        gap: 12px;
    }

    .logoLink {
        width: 95px;
        height: 55px;
    }

    .logoLink img {
        width: 95px;
        height: 35px;
    }

    .starReview {
        font-size: 12px;
    }

    .starReview .stars {
        font-size: 14px;
    }

    .featureContent .h4 {
        font-size: 22px;
    }
}



.skyBlueBtn {
    background-color: #41b8ff !important;
    color: #fff !important;
}
.btn{
    display: inline-block !important;
    padding: 11px 49px !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    border-radius: 999px !important;
    text-align: center;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s ease;
    border: 0;
}

.kian-image {
    object-position: center 35%;
}/* End custom CSS */