@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed: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&family=PT+Sans+Narrow:wght@400;700&display=swap');

*,
html {
    scroll-behavior: smooth;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


::-webkit-scrollbar {
    height: 12px;
    width: 19px;
    background: #3c3d3c;
}

::-webkit-scrollbar-thumb {
    background: rgb(230, 117, 42);
    -webkit-box-shadow: 0px 1px 2px #3c3d3c;
}

::-webkit-scrollbar-corner {
    background: #3c3d3c;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    overflow-x: hidden !important;
    font-family: "PT Sans Narrow", sans-serif;
    font-style: normal;
}

a {
    text-decoration: none !important;
    min-width: fit-content;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
}

a,
button {
    transition: 0.5s;
}

.center-y em {
    font-style: normal;
    color: #c24a4e;
}

.center-y a,
p,
.btn {
    font-size: 15px;
}

p {
    line-height: 1.9em;
    color: rgba(255, 255, 255, 0.6);
}

a,
button,
input,
textarea,
select {
    outline: none !important;
}

fieldset {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

/* ===========================================================================
   SLIDER SECTION 
   ============================================================================*/
.sub_title {
    font-weight: 400;
    margin: 0;
}

.padding_2x {
    padding: 2rem;
}

.big {
    font-size: 4.2em;
    font-weight: 600;
}



.btn {
    padding: 1rem;
    border-radius: 5px;
    color: #FFF;
    position: relative;
    border: 0;
    text-align: center;
}


@media (max-width:920px) {
    .flex {
        flex-wrap: wrap;
    }

    .padding_2x {
        padding: 1rem;
    }

    .big {
        font-size: 1.8em;
    }

    .medium {
        font-size: 1.3em;
    }

    .small {
        font-size: 1.1em;
    }

    .btn {
        padding: 0.5rem 1rem;
    }

    a,
    p,
    .btn {
        font-size: 12px;
    }
}

.slider {
    width: 100%;
    height: 100vh;
    font-family: "PT Sans Narrow", sans-serif;
    overflow: hidden;
}

.slider ul {
    padding: 0;
    margin: 0;
}


.slider li {
    position: absolute;
     inset: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    transition: clip .7s ease-in-out, z-index 0s .7s;
    clip: rect(0, 100%, 100%, 100%);
    display: flex;
    align-items: center;
    justify-content: left;
}

.slider li:nth-child(1) {
   
    background: linear-gradient(to right, rgba(82, 103, 124, 0.4) 10%,  rgba(94, 92, 91, 0.2) 100%), url("../images/hero1.webp");
    background-size: cover;
    background-position: top left;
}

.slider li:before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    width: 250px;
    height: 250px;
    background-image: url("../images/shape1.png");
    background-size: 100% 100%;
    transition-delay: 1s;
    transform: rotate(-90deg);
    z-index: 1;
}

.slider li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background-image: url("../images/shape2.png");
    background-size: 100% 100%;
    transform: rotate(360deg);
    transition: all 1.5s cubic-bezier(0, 0, .2, 1);
    z-index: 1;
    background-position: center left;
}

.slider li:nth-child(2) {
    background: linear-gradient(to right, rgba(82, 103, 124, 0.4) 10%,  rgba(94, 92, 91, 0.2) 100%), url("../images/hero2.jpg");
    background-size: cover;
    background-position: top left;
}

.slider li:nth-child(3) {
    background: linear-gradient(to right, rgba(82, 103, 124, 0.4) 10%,  rgba(94, 92, 91, 0.2) 100%), url("../images/hero3.webp");
    background-size: cover;
    background-position: top left;
}

.slider article {
    width: 60%;
    margin-top: 4rem;
    color: #fff;
    z-index: 11;
}

.slider h3+p {
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
}

.slider p{
    font-size: 25px;
    font-weight: 500;
    margin-top: -20px;
  
}

.slider h3,
.slider h3+p,
.slider p+.btn,
li:after {
    opacity: 0;
    transition: opacity .7s 0s, transform .5s .2s;
    transform: translate3d(0, 50%, 0);
}

li.current h3,
li.current h3+p,
li.current p+.btn,
li.current:after {
    opacity: 1;
    transition-delay: 1s;
    transform: translate3d(0, 0, 0);
}

.slider li:before {
    transition: 0.5s;
    top: -250px !important;
}

li.current:before {
    transition-delay: 1s;
    transform: rotate(-90deg);
    top: -20px !important;
}

li.current {
    z-index: 1;
    clip: rect(0, 100%, 100%, 0);
}

li.prev {
    clip: rect(0, 0, 100%, 0);
}

.slider aside {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    text-align: center;
    z-index: 10;
}

.slider aside a {
    display: inline-block;
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    background-color: #FFF;
    margin: 0 0.2rem;
    transition: transform .3s;
}

.slider em {
    background: linear-gradient(145deg, #e95f47, #c24a4e);
    -webkit-text-fill-color: transparent;
    /* -webkit-background-clip: text;*/
}

a.current_dot {
    transform: scale(1.4);
    background: linear-gradient(145deg, #e95f47, #c24a4e) !important;
}

@media screen and (max-width: 920px) {
    header {
        height: 70vh;
        position: relative;
    }

    .cs-down {
        display: none;
    }

    .slider {
        height: 70vh;
    }

    .slider article {
        width: 100%;
        margin-top: 2rem;
    }

    .slider li:nth-child(2) {
        background-position: top center;
    }

    .slider li:nth-child(3) {
        background-position: top center;
    }

    li.current:before {
        top: -30px;
        right: -10px;
    }
}

@media (max-width: 768px) {
    .slider p{
        line-height: 28px;
        margin-top: -10px;
    }
}

/* --############## --*/



/* ===========================================================================
   NAVBAR STARTED
   ============================================================================*/
   
   /* OVERLAY */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 98;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
   
.main-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    /* background: rgba(255,91,10,0.85);  */
    padding: 15px 30px;
    transition: all .3s ease;
}


.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    height: 80px;
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 35px;
    margin: 0;
    padding: 25px 40px;
    background: #ec6b2b;

}

.nav-menu li a {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}

.nav-icons {
    display: flex;
    align-items: center;
}

.menu-icon {
  display: none;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
   align-items: center;
}

.menu-icon .icon {
    padding: 15px;
    cursor: pointer;
}

.menu-icon .icon i {
    color: #ffffff;
    font-size: 18px;
}

/* DESKTOP MENU CENTER */
@media (min-width: 993px) {
  .nav-container {
    position: relative;
  }

  .nav-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* MOBILE MENU */
@media (max-width: 992px) {

  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 250px;
    height: 100vh;
    background: #ec6b2b;
    flex-direction: column;
    padding-top: 100px;
    transition: .4s ease;
    z-index: 99;
  }

  .nav-menu.show {
    right: 0;
  }

  .nav-menu li a {
    padding: 15px 25px;
    display: block;
  }

  .menu-icon {
    display: block;
    z-index: 100;
  }
}

@media (max-width: 768px) {
    .icon {
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .main-nav {
        padding: 10px 15px;
    }

    .nav-container {
        width: 100%;
    }

    .menu-icon {
        position: relative;
        top: 18px;
        right: 16px;
        z-index: 1002;
    }

    .nav-menu {
        right: -260px;
        width: 240px;
    }

    .nav-menu.show {
        right: 0;
    }
}


/* ===========================================================================
   ABOUT PAGE 
   ============================================================================*/
.about-section {
    padding: 140px 20px;
    background: #fff;
    font-family: "PT Sans Narrow", sans-serif;
    min-height: auto;
}

.about-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 50px;
}

.about-image {
    position: relative;
    flex: 1;
}

.about-image img {
    width: 100%;
    border-radius: 5px;
}
 
.about-content {
    flex: 1;
    font-family: "PT Sans Narrow", sans-serif;
}

.sub-title {
    color: #ff5a00;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 10px;
}

.about-content h2 {
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #0a1d4d;
}

.desc {
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 23px;
}

blockquote {
    border-left: 4px solid #ff5a00;
    padding-left: 15px;
    color: #0a1d4d;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
}

.about-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.about-list li {
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
    padding-left: 25px;
}

.about-list li::before {
    content: "✔";
    color: #ff5a00;
    position: absolute;
    left: 0;
}

.about-content .btn {
    position: relative;
    display: inline-block;
    background: #ff5a00;
    color: #fff;
    padding: 18px 50px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    font-size: 25px;
    border-radius: 0px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.about-content .btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: #0a1d4d;
    color: #fff;
    transition: top 0.35s ease;
    z-index: 0;
}

.about-content .btn span {
    position: relative;
    z-index: 2;
    color: #fff;
}

.about-content .btn:hover {
    transform: translateY(-4px);
}

.about-content .btn:hover::before {
    top: 0;
}

@media (max-width: 992px) {
  .about-section {
    padding: 100px 20px;
  }

  .about-container {
    gap: 30px;
  }

  .desc {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
     .about-section {
    padding: 80px 15px;
  }

    .about-container {
        flex-direction: column;
    }

    .about-content h2 {
        font-size: 32px;
           line-height: 1.2;
    }

  .about-list li {
    font-size: 16px;
  }

  .about-content .btn {
    padding: 18px 28px;
    font-size: 18px;
  }

    .play-btn {
        width: 60px;
        height: 60px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
  .about-content h2 {
    font-size: 26px;
  }

  blockquote {
    font-size: 16px;
  }
}

/* ====================  SERVICES SECTION ============================== */
.services-section {
    background: #071b55;
    padding: 120px 20px;
    color: #fff;
    font-family: "PT Sans Narrow", sans-serif;
    position: relative;
    overflow: hidden;
}

.services-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}


.services-section::before {
    content: "";
    position: absolute;
    left: -10px;
    bottom: 0px;
    width: 100%;
    height: 70%;
    background: url("/images/services.png") no-repeat;
    background-size: contain;
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
}

@media (max-width: 768px) {
    .services-section::before {
        display: none;
    }
}


/* =========================   HEADER ================================= */

.services-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
    gap: 40px;
    font-family: "PT Sans Narrow", sans-serif;
}

.services-header .sub-title {
    color: #ff5a00;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 10px;
}

.services-header h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "PT Sans Narrow", sans-serif;
}

.services-header .right p {
    max-width: 420px;
    font-size: 19px;
    color: #cbd3ff;
    line-height: 1.7;
    font-family: "PT Sans Narrow", sans-serif;
}

/* ======================================================
   GRID LAYOUT
====================================================== */

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    perspective: 1000px;
    font-family: "PT Sans Narrow", sans-serif;
}


/* ======================================================
   SERVICE CARD (BASE)
====================================================== */

.service-card {
    background: #1c2f6b;
    padding: 45px 35px;
    border-radius: 12px;
    position: relative;
    min-height: 360px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
}

.service-card * {
    position: relative;
    z-index: 2;
}


/* ======================================================
   CARD CONTENT
====================================================== */
.service-card .icon {
    position: relative;
    width: 50px;
    height: 50px;
    margin-bottom: 25px;
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
}

.service-card .icon svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform-origin: center center;
    fill: #ff5a00;
    transition: opacity 0.4s ease, fill 0.4s ease;
}

.service-card:not(.active):hover .icon .back {
    fill: #fff;
}

.service-card h4 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
    transition: color 0.4s ease;
}

.service-card p {
    color: #cbd3ff;
    line-height: 1.6;
    transition: color 0.4s ease;
    font-size: 17px;
    line-height: 1.5;
}

/* ======================================================
   ARROW
====================================================== */

.service-card .arrow {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    font-size: 18px;
    transition: background 0.4s ease, color 0.4s ease;
}

/* ======================================================
   ACTIVE CARD
====================================================== */

.service-card.active {
    background: #ff5a00;
}

/* ACTIVE CARD ICON — ALWAYS VISIBLE */
.service-card.active .icon {
    transform: none !important;
}

.service-card.active .icon svg {
    opacity: 1 !important;
    transform: none !important;
    fill: #fff !important;
}

.service-card.active h4,
.service-card.active p {
    color: #fff;
}

/* ======================================================
   HOVER BACKGROUND OVERLAY (NON-ACTIVE)
====================================================== */

.service-card:not(.active)::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #ff5a00;
    transform: translateY(100%);
    transition: transform 0.5s ease;
    z-index: 0;
}

/* ======================================================
   ICON FLIP EFFECT (NON-ACTIVE)
====================================================== */

.service-card:not(.active) .icon {
    transform-style: preserve-3d;
    transition: color 0.4s ease, transform 0.6s ease;
}

.service-card:not(.active):hover .icon {
    color: #fff;
    transform: rotateY(60deg);
}

/* ===================   HOVER EFFECTS (NON-ACTIVE)  ============ */

.service-card .icon .front {
    color: #ff5a00;
    transform: rotateY(0deg);
    opacity: 1;
}

.service-card .icon .back {
    color: #fff;
    transform: rotateY(180deg);
    opacity: 0;
}

.service-card:not(.active):hover .icon {
    transform: rotateY(180deg);
}

.service-card:not(.active):hover .icon .front {
    opacity: 0;
}

.service-card:not(.active):hover .icon .back {
    opacity: 1;
}

/* ======================= GENERAL HOVER (ALL CARDS)================== */

.service-card:hover {
    transform: translateY(-10px);
}

.service-card:hover .arrow {
    background: rgba(255, 255, 255, 0.35);
    color: #fff;
}

/* ========================== RESPONSIVE=========================== */

@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .services-header h2 {
        font-size: 36px;
    }

    .service-card {
        background: #1c2f6b;
        padding: 45px 35px;
        border-radius: 12px;
        position: relative;
        min-height: 20jjj f ds 0px;
        cursor: pointer;
        overflow: hidden;
        transition: all 0.4s ease;
    }

}

/* ============================================================================================ */

/* ===========================================================================
   WORK EXPERIENCE PAGE
   ============================================================================*/
.work-section {
    background: #f7f7f7;
    padding: 120px 20px;
    font-family: "PT Sans Narrow", sans-serif;
}

.work-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.work-content {
    flex: 1;
}

.work-subtitle {
    color: #ff5a00;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 15px;
}

.work-content h2 {
    font-size: 48px;
    font-weight: 700;
    color: #0a1d4d;
    line-height: 1.2;
    margin-bottom: 25px;
}

.work-desc {
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 40px;
    font-size: 18px;
}

.progress-box {
    display: flex;
    align-items: center;
    gap: 25px;
}

.circle-progress {
    width: 165px;
    height: 120px;
    border-radius: 50%;
    background: conic-gradient(#ff5a00 0%, #e5e7eb 0%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-progress span {
    width: 98px;
    height: 98px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 25px;
    color: #ff5a00;
}

.progress-text h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #0a1d4d;
}

.progress-text p {
    color: #6b7280;
    line-height: 1.6;
    font-size: 16px;
}


.work-image {
    flex: 1;
    background: #fff;
    padding: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.work-image img {
    width: 100%;
    display: block;
}


@media (max-width: 992px) {
    .work-container {
        flex-direction: column;
    }

    .work-content h2 {
        font-size: 40px;
    }

    .progress-box {
        flex-direction: column;
        align-items: flex-start;
    }


    .circle-progress {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: conic-gradient(#ff5a00 0%, #e5e7eb 0%);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .circle-progress span {
        width: 98px;
        height: 98px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 25px;
        color: #ff5a00;
    }

    .progress-text h5 {
        font-size: 30px;
        font-weight: 600;
    }

}

@media (max-width: 576px) {
    .work-content h2 {
        font-size: 32px;
    }

    .progress-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .circle-progress {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: conic-gradient(#ff5a00 0%, #e5e7eb 0%);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .circle-progress span {
        width: 98px;
        height: 98px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 25px;
        color: #ff5a00;
    }

    .progress-text h5 {
        font-size: 30px;
        font-weight: 600;
    }
}

/* ######################################################### */


/* =============================================
  GALLERY-SECTION 
  ===========================================================*/
.gallery-section {
    padding: 140px 20px;
    background: #071b55;
    text-align: center;
    min-height: auto;
    font-family: "PT Sans Narrow", sans-serif;
}

.gallery-container {
    margin-inline: auto;
    width: min(100% - 3rem, 1100px);
}

.gallery-heading {
    color: #ec6b2b;
    font-size: 1.8em;
    font-family: "PT Sans Narrow", sans-serif;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
}

.gallery-heading::after {
    content: "";
    width: 100px;
    height: 2px;
    background: currentColor;
    display: block;
    margin: 10px auto 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    cursor: pointer;
    transform: translateY(0);
    transition: transform .4s ease, box-shadow .4s ease;
}

.gallery-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .35);
}

.gallery-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform .6s ease;
}

.gallery-item:hover img {
    transform: scale(1.15);
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(0, 0, 0, .3));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
    opacity: 0;
    transition: .4s;
}

.overlay h3 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    transform: translateY(20px);
    transition: .4s;
}

.gallery-item:hover .overlay {
    opacity: 1;
}

.gallery-item:hover .overlay h3 {
    transform: translateY(0);
}

.img-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: .4s ease;
    z-index: 999;
}

.img-modal.active {
    opacity: 1;
    pointer-events: auto;
}

.img-modal img {
    max-width: 90%;
    height: 450px;
    object-fit: cover;
    border-radius: 12px;
    transform: scale(.7);
    transition: .4s ease;
}

.img-modal.active img {
    transform: scale(1);
}



.modal-box {
    position: relative;
    background: none;
    width: 800px;
    max-width: 95%;
    animation: zoomIn .4s ease;
    padding: 10px;
}


.modal-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    background: #f1f1f1;
    border-radius: 50%;
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}


@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item img {
        height: 220px;
    }

    .img-modal img {
        height: 300px;
    }

}

/* ================================================
TESTIMONIAL STARTED
============================================= ================ */

.testimonials {
    background: #000;
    color: #fff;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, rgba(135, 151, 224, 0.5) 10%, rgba(236, 169, 105, 0.3) 51%, rgba(230, 193, 164, 0.1) 100%), url("../images/3537.jpg");
    background-size: cover;
}

.testimonials-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 2;
    font-family: "PT Sans Narrow", sans-serif;
}

.testimonials h2 {
    font-size: 45px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #07163d;
}

.subtitle {
    max-width: 650px;
    margin: 0 auto 60px;
    font-size: 19px;
    color: #0a1d4d;
    line-height: 1.6;
}

.testimonial-wrapper {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.testimonial-card {
    max-width: 500px;
    padding: 25px 30px;
    text-align: left;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.4),
        inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.6),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.testimonial-card .text {
    font-size: 18px;
    line-height: 1.8;
    
    color: #0a1d4d;
    margin-bottom: 30px;
}

.client {
    display: flex;
    align-items: center;
    gap: 16px;
}

.client img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.client h4 {
    font-size: 17px;
    margin-bottom: 4px;
    color: #0a1d4d;
}

.client span {
    font-size: 14px;
    color: #0a1d4d;
}

.quote {
    font-size: 60px;
    color: #0a1d4d;
    line-height: 1;
    display: block;
}


/*  Responsive */
@media (max-width: 768px) {
    .testimonial-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .testimonial-card {
        text-align: center;
    }

    .client {
        justify-content: center;
    }
}

/* ===================== TESTIMONIAL ENDED ========================  */


/* ===========================================================================
   CONTACT PAGE 
   ============================================================================*/
.contact-section {
    background: #fff;
    padding: 120px 20px;
    font-family: "PT Sans Narrow", sans-serif;
}

.contact-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 80px;
}

.contact-info {
    flex: 1;
}

.contact-info h2 {
    font-size: 48px;
    font-weight: 700;
    color: #0a1d4d;
    line-height: 1.2;
    margin-bottom: 25px;
}

.contact-info p {
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 40px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px 0;
    border-top: 1px solid #e5e7eb;
}

.info-item:last-child {
    border-bottom: 1px solid #e5e7eb;
}

.info-item .icon {
    font-size: 22px;
    color: #ff5a00;
    margin-top: 5px;
}

.info-item span {
    font-size: 14px;
    color: #6b7280;
}

.info-item strong {
    display: block;
    color: #0a1d4d;
    font-weight: 600;
}

.contact-form {
    flex: 1.2;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 16px 18px;
    border: none;
    background: #f7f7f7;
    font-size: 15px;
    outline: none;
}

.contact-form textarea {
    height: 180px;
    resize: none;
    margin-bottom: 30px;
}


 .contact-form .button {
    position: relative;
    display: inline-block;
    background: #ff5a00;
    color: #fff;
    padding: 18px 50px;
    text-decoration: none;
    font-size: 19px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 0px;
    overflow: hidden;
    transition: transform 0.3s ease;
    border: none;
}


.contact-form .button::before {
    content: "";
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: #0a1d4d;
    color: #fff;
    transition: top 0.35s ease;
    z-index: 0;
}

.contact-form .button span {
    position: relative;
    z-index: 2;
    color: #fff;
}

.contact-form .button:hover {
    transform: translateY(-4px);
}

.contact-form .button:hover::before {
    top: 0;
}



@media (max-width: 992px) {
    .contact-container {
        flex-direction: column;
    }
    .contact-info h2 {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .form-grid {
        grid-template-columns: 1fr;
    }

    .contact-info h2 {
        font-size: 32px;
    }
}


/* ======================================================================================= */


/* ================================== FOOTER START===================================================== */

.site-footer {
   background: #071b55;
  color: #cfd6e1;
  padding-top: 70px;
  font-size: 15px;
}

.footer-col.brand img.logo {
  max-width: 180px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px 60px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.3fr;
  gap: 40px;
}

.footer-logo {
  display: block;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.footer-col p {
  line-height: 1.7;
  margin-bottom: 25px;
  font-family: "PT Sans Narrow", sans-serif;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: #020b2d;
  margin-right: 10px;
  font-size: 14px;
  transition: .3s;
}

.footer-social a:hover {
  background: #ec6b2b;
  color: #fff;
}

.footer-col h4 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 18px;
  font-family: "PT Sans Narrow", sans-serif;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
  font-family: "PT Sans Narrow", sans-serif;
}

.footer-col ul li a {
  color: #cfd6e1;
  transition: .3s;
}

.footer-col ul li a:hover {
  color: #ec6b2b;
}

.footer-bottom {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  font-family: "PT Sans Narrow", sans-serif;
}

.footer-bottom span {
  color: #ec6b2b;
}

.footer-links a {
  color: #cfd6e1;
  margin-left: 20px;
}

.footer-links a:hover {
  color: #ec6b2b;
}

@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
     gap: 35px;
  }
    .footer-col h4 {
    margin-bottom: 18px;
  }
}

@media (max-width: 768px) {

  .footer-container {
    grid-template-columns: 1fr;
    gap: 45px;
    text-align: center;
  }

  .footer-col.brand {
    align-items: center;
  }

  .footer-col.brand p {
    max-width: 90%;
    margin: 0 auto 25px;
  }

  .footer-social {
    display: flex;
    justify-content: center;
    gap: 12px;
  }

  .footer-social a {
    margin-right: 0;
  }

  .footer-col ul li {
    margin-bottom: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    padding: 25px 15px;
  }

  .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .footer-links a {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}


@media (max-width: 480px) {
  .site-footer {
    font-size: 14px;
  }

  .footer-col h4 {
    font-size: 17px;
  }

  .footer-social a {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
}
