html, body {max-width: 100%;overflow-x: hidden !important;}
.header-top .shape-1,
.header-top .shape-2 {
    background: linear-gradient(135deg, #F59E0B 0%, #FBBF24 45%, #FCD34D 100%);
}

.header-top {
    background: #173269;
}

.site-title {
    font-size: 35px;
}

.footer-logo img {
    height: 80px !important;
    width: auto !important;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.footer-widget-box p {
    margin-bottom: 0px !important;
}

.footer-social {
    justify-content: start;
}

.copyright-text {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.p50 {
    padding: 50px 0px 50px 0px;
}


p {
    color: #000 !important;
    font-size: 17px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-10 {
    margin-bottom: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.creative-frame {
    position: relative;
    width: 520px;
    height: 620px;
    margin: auto;
}

/* Main Image */

.image-wrapper {
    position: absolute;
    inset: 35px;
    overflow: hidden;
    border-radius: 45px 10px 45px 10px;
    /*z-index: 5;*/
    box-shadow:
        0 35px 70px rgba(0, 0, 0, .18),
        0 8px 25px rgba(21, 44, 122, .08);
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: 1s;
}

/*
.creative-frame:hover img {
    transform: scale(1.08);
}*/

/* Gold Frame */

.gold-border {

    position: absolute;
    inset: 0;

    border: 2px solid #F4B400;

    border-radius: 55px 15px 55px 15px;

}

/* Decorative Lines */

.line {

    position: absolute;
    background: #152C7A;
    border-radius: 50px;

}

.line1 {

    width: 180px;
    height: 6px;

    left: -30px;
    top: 90px;

    animation: slide1 7s infinite ease-in-out;

}

.line2 {

    width: 6px;
    height: 180px;

    right: -20px;
    bottom: 80px;

    animation: slide2 7s infinite ease-in-out;

}

/* Floating Background Circles */

.bg-circle {

    position: absolute;
    border-radius: 50%;
    z-index: -1;

}

.bg-circle-1 {

    width: 180px;
    height: 180px;

    background: rgba(244, 180, 0, .08);

    top: -40px;
    right: -50px;

    animation: float1 7s infinite ease-in-out;

}

.bg-circle-2 {

    width: 110px;
    height: 110px;

    background: rgba(21, 44, 122, .08);

    left: -40px;
    bottom: 50px;

    animation: float2 6s infinite ease-in-out;

}

.bg-circle-3 {

    width: 55px;
    height: 55px;

    background: #FF8C1A;

    bottom: -10px;
    right: 120px;

    animation: rotateCircle 10s linear infinite;

}

/* Small Dot Pattern */

.creative-frame:before {

    content: "";

    position: absolute;

    left: -80px;
    top: 160px;

    width: 120px;
    height: 120px;

    background-image:
        radial-gradient(#152C7A 1.8px, transparent 1.8px);

    background-size: 18px 18px;

    opacity: .18;

    animation: moveDots 12s linear infinite;

}

/* Large Ring 

.creative-frame:after {

    content: "";

    position: absolute;

    width: 520px;
    height: 520px;

    border: 2px dashed rgba(244, 180, 0, .25);

    border-radius: 50%;

    top: 50px;
    left: 20px;

    animation: rotateRing 40s linear infinite;

    z-index: -2;

}


@keyframes rotateRing {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}
*/

@media (max-width:991px) {

    .creative-frame {
        max-width: 420px;
        max-height: 420px;

    }

}

@media (max-width:767px) {

    .creative-frame {
        max-width: 340px;
    }

    .image-wrapper {
        border-radius: 30px 10px 30px 10px;
    }

    .gold-border {
        border-radius: 38px 12px 38px 12px;
    }

    .line1 {
        width: 110px;
        left: -15px;
        top: 70px;
    }

    .line2 {
        height: 110px;
        right: -12px;
        bottom: 60px;
    }

    .bg-circle-1 {
        width: 120px;
        height: 120px;
    }

    .bg-circle-2 {
        width: 80px;
        height: 80px;
    }

    .bg-circle-3 {
        width: 40px;
        height: 40px;
    }

}

@keyframes rotateCircle {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}

@keyframes float1 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-25px);
    }

}

@keyframes float2 {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(25px);
    }

}

@keyframes slide1 {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(25px);
    }

}

@keyframes slide2 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-25px);
    }

}

@keyframes moveDots {

    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-40px);
    }

}

.float-right {
    float: right;
}


.service-item {
    margin-top: 20px;

}

.theme-link {
    color: #f68b34;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.sa-bg {
    background: #173269;
}

h1,
h2 {
    color: #173269;
    font-size: 25px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

h3,
h4 {
    color: #173269;
}






.font-18 {
    font-size: 18px !important;
}

.feature-item {
    padding: 10px;
}

.featureimg {
    max-width: 100px;
    /* width: 80%; */
    border-radius: 30px;
}

.site-title-tagline {
    background: linear-gradient(135deg, #F59E0B 0%, #FBBF24 45%, #FCD34D 100%);
    color: #173269;
}

.site-title-tagline i {
    color: #ff8c1a;
}

.theme-btn,
.theme-btn2 {
    background: linear-gradient(135deg, #F59E0B 0%, #FBBF24 45%, #FCD34D 100%);
    color: #173269;
}

.site-title span {
    color: #ff8c1a;
}

.counter-area {
    background: #173269;
}

.counter-box::before {
    border-left: 3px solid #ff8c1a;
}

.counter-box .unit {
    color: #ff8c1a;
}


.feature-area2 .feature-item {
    border-left: 5px solid #ff8c1a
}

.footer-area {
    background: #173269;
}

.footer-contact .icon {
    background: #ff8c1a;
}

.footer-widget-title::before {
    background: linear-gradient(135deg, #F59E0B 0%, #FBBF24 45%, #FCD34D 100%);
}

.copyright .copyright-text a {
    color: #ff8c1a;
}

.footer-social li a i {
    color: #ff8c1a;
}

.footer-social li a i:hover {
    background: linear-gradient(135deg, #F59E0B 0%, #FBBF24 45%, #FCD34D 100%);
}

.header-top-list a:hover {
    color: #ff8c1a;
}

.service-icon {
    background: #173269;
}


.service-item .count {

    -webkit-text-stroke: 2px #fff;
}

.service-area2 .service-item {
    background: linear-gradient(135deg, #F59E0B 0%, #FBBF24 45%, #FCD34D 100%);
}

.pa-bg::before {
    background: #173269;
}

.portfolio-img::before {
    background: #ff8c1a;
}

.portfolio-arrow {
    background: #ff8c1a;
}

.portfolio-link {
    color: #ff8c1a;
}

.portfolio-link:hover {
    color: #ff8c1a;
}

.portfolio-slider .owl-nav button i {
    background: #ff8c1a;
}

.hero-slider .owl-nav button i {
    color: #ff8c1a;
}

.hero-slider .owl-nav button:hover i {
    background: #ff8c1a;
}


@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        width: 350px !important;
    }

}


@media (min-width: 992px) {
    .service-area .service-item {
        min-height: 390px !important;
    }

}


.site-breadcrumb::before {
    background: #173269;
}

.site-breadcrumb .breadcrumb-menu li.active {
    color: #ff8c1a;
}

.service-details .content .list li {
    color: #000;
}

.service-area2 .service-content h4 a:hover {
    color: #fff;
}

.about-img img {
    border-radius: 25px !important;

    border: solid 5px #ff8c1a;
}

.blog-item-info h4 a {
    font-size: 18px;
}

/* Make slider arrows visible always and on smaller screens */
.service-slider .owl-nav {
    display: block !important;
}

.service-slider .owl-nav .owl-prev {
    opacity: 1 !important;
    left: -10px;
    right: auto;
    z-index: 99 !important;
}

.service-slider .owl-nav .owl-next {
    opacity: 1 !important;
    right: -10px;
    left: auto;
    z-index: 99 !important;
}


/******* Process Section *********/
.premium-process-area {
    position: relative;
    padding: 80px 0;
    background-color: #FFFFFF;
    font-family: 'Manrope', sans-serif;
    overflow: hidden;
}

.premium-process-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(circle at 15% 20%, rgba(92, 203, 58, 0.06) 0%, transparent 40%),
        radial-gradient(circle at 85% 80%, rgba(245, 158, 11, 0.06) 0%, transparent 40%);
}

.premium-process-area .container {
    position: relative;
    z-index: 1;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.premium-process-header {
    text-align: center;
    margin-bottom: 60px;
}

.premium-process-eyebrow {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #2FA63F;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.premium-process-title {
    font-size: 42px;
    font-weight: 800;
    color: #0F172A;
    line-height: 1.2;
    margin: 0;
}

.premium-process-wrapper {
    position: relative;
    width: 920px;
    max-width: 100%;
    margin: 0 auto;
}

.premium-process-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 280px);
    justify-content: center;
    gap: 60px 40px;
    z-index: 1;
}

.premium-process-connector-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
}

.premium-process-path {
    stroke-dasharray: 8 8;
    animation: flowDash 20s linear infinite;
}

@keyframes flowDash {
    from {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: -500;
    }
}

.premium-process-item {
    position: relative;
    width: 280px;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    opacity: 0;
    transform: translateY(40px) scale(0.98);
    animation: revealProcess 600ms cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.premium-process-item:nth-of-type(1) {
    animation-delay: 100ms;
}

.premium-process-item:nth-of-type(2) {
    animation-delay: 200ms;
}

.premium-process-item:nth-of-type(3) {
    animation-delay: 300ms;
}

.premium-process-item:nth-of-type(4) {
    animation-delay: 400ms;
}

.premium-process-item:nth-of-type(5) {
    animation-delay: 500ms;
}

.premium-process-item:nth-of-type(6) {
    animation-delay: 600ms;
}

@keyframes revealProcess {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.premium-process-item:nth-of-type(even) {
    flex-direction: column-reverse;
}

.premium-process-visual {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
    flex-shrink: 0;
}

.premium-process-img-wrap {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: #f8f9fa;
}

.premium-process-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.premium-process-badge {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #F59E0B 0%, #FBBF24 45%, #FCD34D 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 8px 16px rgba(47, 166, 63, 0.25);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 2;
}

.premium-process-item:hover .premium-process-visual {
    transform: translateY(-8px);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.1);
}

.premium-process-item:hover .premium-process-img-wrap img {
    transform: scale(1.05);
}

.premium-process-item:hover .premium-process-badge {
    transform: scale(1.1);
}

.premium-process-content {
    max-width: 280px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.premium-process-content h4 {
    font-size: 20px;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 10px;
    transition: color 0.4s ease;
}

.premium-process-content p {
    font-size: 15px;
    font-weight: 500;
    color: #5E6673;
    line-height: 1.6;
    margin: 0;
}

.premium-process-item:hover h4 {
    color: #ff8c1a;
}

@media (max-width: 991px) {
    .premium-process-timeline {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .premium-process-item,
    .premium-process-item:nth-of-type(even) {
        flex-direction: column;
        height: auto;
        gap: 20px;
    }

    .premium-process-visual {
        width: 240px;
        height: 240px;
    }

    .premium-process-content {
        height: auto;
    }

    .premium-process-title {
        font-size: 36px;
    }

    .premium-process-connector-wrap {
        display: none;
    }
}

@media (max-width: 575px) {
    .premium-process-visual {
        width: 220px;
        height: 220px;
    }

    .premium-process-item {
        width: 100%;
    }

    .premium-process-title {
        font-size: 28px;
    }
    
    .hero-slider .owl-nav .owl-prev, .hero-slider .owl-nav .owl-next{bottom: 0px;}
    .hero-slider .owl-nav .owl-prev{right: 72px;}
    .hero-slider .owl-nav button i{height: 28px;width: 28px;line-height: 28px;font-size: 12px;}
}

/* Video Section Styles */
.video-card {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-info-area {
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-top: 3px solid #ff8c1a;
}

.video-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.video-title a {
    color: #173269;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s ease;
}

.video-title a:hover {
    color: #ff8c1a;
}

.video-icon {
    font-size: 24px;
    transition: transform 0.3s ease;
}

.video-card:hover .video-icon {
    transform: scale(1.1);
}

.choose-img .img-1 {
    width: 100%;
}

/* Floating WhatsApp Widget */
.floating-whatsapp {
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 98;
    font-size: 30px;
    color: #fff;
    background-color: #25d366;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.floating-whatsapp:hover {
    background-color: #128c7e;
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

@media all and (min-width: 768px) and (max-width: 1199px) {
  .floating-whatsapp {
    bottom: 160px;
  }
}

@media (max-width: 767px) {
  .floating-whatsapp {
    bottom: 80px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
}