:root{
    --tj-color-theme-primary: #394288 ;
}
  

/* Preloader Fullscreen */
/* Preloader Fullscreen */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    transition: opacity 0.6s ease, visibility 0.6s;
}

#preloader.hide {
    opacity: 0;
    visibility: hidden;
}

/* Center Content */
.preloader-content {
    text-align: center;
}

/* Logo Animation */
.preloader-logo {
    width: 150px;
    margin-bottom: 20px;
    animation: fadeInPulse 1.4s infinite alternate;
}

/* Text */
.preloader-text {
    font-size: 18px;
    color: #003366;
    font-weight: 500;
    margin-bottom: 15px;
}

/* Loading Line Box */
.loading-line {
    width: 140px;
    height: 4px;
    background: #dce4ef;
    border-radius: 4px;
    margin: 0 auto;
    overflow: hidden;
}

/* Animated Fill */
.loading-fill {
    width: 40%;
    height: 100%;
    background: #003366;
    border-radius: 4px;
    animation: loadingSlide 1.2s linear infinite;
}

/* Pulse Animation */
@keyframes fadeInPulse {
    from { opacity: 0.4; }
    to { opacity: 1; }
}

/* Loading Line Animation */
@keyframes loadingSlide {
    0% { margin-left: -40%; }
    50% { margin-left: 30%; }
    100% { margin-left: 120%; }
}



/*end of preloader*/



/* Pulse animation */
@keyframes fadeIn {
    from { opacity: 0.4; }
    to { opacity: 1; }
}

/*header style sticky*/

/* Sticky Header */
.header-2.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    background: #ffffff; /* You can change to transparent if needed */
    box-shadow: none;
}

/* When scrolled */
.header-2.header-sticky.scrolled {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    padding: 0px 0;
}

/* Logo shrink effect */
.header-2.header-sticky .site-logo img {
    height: 70px;
    transition: all 0.3s ease;
}

.header-2.header-sticky.scrolled .site-logo img {
    height: 50px;  /* Shrinks on scroll */
    transition: all 0.3s ease;
}
header {
    position: sticky;
    top: 0;
    z-index: 9999;
}

@media (max-width: 575px) {
    .hamburger_wrapper {
        padding: 132px 20px 60px 20px;
    }
}

.hamburger_wrapper {
    position: relative;
    padding: 147px 45px 90px 45px;
    overflow: auto;
    height: 100%;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tj-header-area.header-2 .header-bottom {
        padding: 0px 0;
    }
}


.tj-header-area,
.site-header,
.header-sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    z-index: 99999 !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.tj-header-area.header-2.header-duplicate .header-bottom {
    padding: 5px 34px;
}



.site-logo .logo
 {
    display: inline-block;
    max-width: 182px;
    width: 100%;
}
.site-logo .logo
 {
    display: inline-block;
    max-width: 182px;
    width: 100%;
}

/*.slider-feature-box {*/
/*    min-height: 250px;  */
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*}*/
.tj-slider-section::before {
    background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-dark)), to(rgba(5, 18, 41, 0)));
    background: linear-gradient(90deg, #05122900 0%, rgba(5, 18, 41, 0) 100%);
}
.hamburger_bg {
    background-color: #0512293b;
}
.contact-info .contact_item .subtitle {
    color: #cad2de; ;
}

.counter-section .counter-box:first-child .counter-number::after {
    content: none !important;
}



.tj-primary-btn .btn_inner::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    inset-inline-start: 0;
    width: 45px;
    height: 100%;
    background-color: #E2B82E;
    border-radius: 50px;
    -webkit-transition: all 0.3s 
ease-in-out 0s;
    transition: all 0.3s 
ease-in-out 0s;
}
.h10-hero-content .hero-title span {
    color: #fff;
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 48px !important;
    }
}

.sec-heading.h8-section-heading .sub-title1 {
    padding: 0 0px !important;
}
a {
     text-decoration: none !important; 
}
.img-fluid
 {
    max-width: 95% !important;
    height: auto;
}

/*popup*/


/* Dark blurred background */
.modal-backdrop.show {
    opacity: 0.5 !important;
    backdrop-filter: blur(6px);
}

/* MAIN CIRCLE POPUP */
.modal-content {
    width: 601px !important;
    height: 493px !important;
    border-radius: 50% !important;
    position: relative !important;
    overflow: hidden;
    background: rgb(37 32 32 / 41%) !important;
    border: 1px solid rgb(39 36 36 / 26%) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.2), 0 0 80px rgba(0, 0, 0, 0.4);
}

/* OUTER GLOW RING */
.modal-content::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 9%;
    background: radial-gradient(
        circle,
        rgba(255,255,255,0.4) 0%,
        rgba(255,255,255,0.05) 60%,
        transparent 100%
    );
    pointer-events: none;
}

/* TOP GLOSSY HIGHLIGHT */
.modal-content::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    width: 260px;
    height: 130px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    filter: blur(30px);
    pointer-events: none;
}

/* Title */
.modal-title {
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: relative;
    z-index: 10;
}
.modal-header .btn-close {
    position: relative;
    z-index: 9999 !important;
    filter: invert(1) brightness(2) !important;
    opacity: 1 !important;
}

/* Close button */
.btn-close {
    filter: invert(1) !important;
}
/* GRID FOR ICONS */
.company-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    justify-items: center;
    margin-top: 20px;
}

/* INNER GLASS CIRCLES */
.company-item {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    background: rgb(32 33 34 / 26%);
    border: 1px solid rgb(255 255 255 / 50%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 
        inset 0 0 20px rgba(255,255,255,0.2),
        0 4px 20px rgba(0,0,0,0.3);
    transition: 0.3s;
}

.company-item:hover
 {
    transform: translateY(-4px);
    box-shadow: inset 0 0 25px rgb(84 198 207 / 68%), 0 6px 25px rgb(233 221 221 / 28%);
}

.company-item img {
    width: 65%;
    height: auto;
}

/*.modal-body a {*/
/*  text-decoration: none !important;*/
/*  color: inherit; */
/*}*/

/*end of popup*/

.tj-header-area.header-duplicate {
    background-color: #ffffff;
}
.tj-header-area.header-2.header-absolute .header-wrapper {
    background: #ffffff00;
    -webkit-backdrop-filter: blur(0px) !important;
    backdrop-filter: blur(0px) !important;
    padding: 0px 24px;
}

.project-items::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    background: none; 
    background: none;
    z-index: 3;
}

.tj-cta-section {
    position: relative;
    background-color:  #394288;
}
.sec-heading .sub-title {
    color: #394288 !important;
    padding-left: 0px;
}
.sec-heading .sub-title::before, .sec-heading .sub-title::after {
    background-color:  #0075FF;
}
.h10-hero-content .desc {
    font-size: 18px;
    color: #ffffff;
}
.swiper_pagination .swiper-pagination-bullet::after {
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 9px;
    height: 10px;
    background-color: #394288;
}
.sec-heading.h8-section-heading .sub-title::before, .sec-heading.h8-section-heading .sub-title::after
 {
    background-color: #0075FF;
}
.section-space {
    padding: 90px 0;
}
p{
    font-size: 17px;
    text-align: justify;
}
.service-item .service-content .service-text .title {
    letter-spacing: -0.025em;
    margin-bottom: 20px;
    color: #ffffff;
}
.tj-service-section
 {
    background-color: #ecf0f0;
    padding-top: 120px;
    padding-bottom: 90px;
    overflow: hidden;
}
.cta-wrapper .cta-title .title {
    color: var(--tj-color-common-white);
    font-size: 53px;
}
@media (max-width: 575px) {
    .h10-hero-content {
        max-width: 100%;
         min-height: 7px !important; 
        padding: 140px 0 70px;
    }
}
.h9-blog-item .blog_content_wrap .blog_content .excerpt {
    margin-top: 12px;
    font-size: 17px;
    text-align: justify;
}
.tj-feature-section-wrap {
    background-color: #ffffff;
}
.h8-services-list .service_item .content .desc {
    color:#d2d4d6;
    margin-top: 15px;
    font-size: 17px;
    text-align: justify;
}
.h10-hero-content
 {
    min-height: 80vh;
    max-width: 1035px;
 }
.h6-project-item .project_content_inner .desc {
    color: var(--tj-color-common-white-2);
    margin-top: 15px;
    font-size: 17px;
    text-align: justify;
}
.tj-feature-section.with-shape::before {
    background: #ffffff;
}
/*.slider-wrapper .slider-content*/
/* {*/
/*    padding-top: 228px;*/
/*    padding-bottom: 300px;*/
/*    max-width: 927px;*/
/*    width: 100%;*/
/*    height: 860px;*/
/*}*/
.text-primary-bg {
    background-color: var(--tj-color-theme-primary);
    color: var(--tj-color-common-white) !important;
    border-radius: 35px;
    font-size:13px !important;
    padding: 5px 10px; /* optional for spacing */
    display: inline-block; /* fits background nicely around text */
}
.google-map iframe {
    filter: grayscale(0);
}
.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #dcdcdc;
}

.divider span {
  background-color: #e8f0fa; /* light blue-gray background */
  color: #000;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 20px;
  font-family: 'Segoe UI', sans-serif;
  font-size: 24px;
  margin: 0 10px;
}
.feature-item {
    border: 1px solid var(--tj-color-border-2);
    padding: 40px 30px;
    background-color: #ced7e0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .project-item .project-content {
        padding: 15px 15px 12px 20px;
    }
}
.project-style-3 .project-content-box {
    background: rgb(0 0 0 / 32%);
}
/* Default: Black & White */
.brand-slider-2 .brand-logo img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

/* Hover: Original Color */
.brand-slider-2 .brand-logo img:hover {
    filter: grayscale(0%);
}
.footer-widget.footer-contact-infos .infos-item {
    margin-bottom: 10px;
}
.footer-top-area {
    position: relative;
    padding-top: 80px;
    padding-bottom: 0px;
    z-index: 1;
}
.mainmenu ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #000;
    padding: 32px 0;
    font-weight: var(--tj-fw-bold);
    line-height: 1;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.project-item::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 18, 41, 0)), color-stop(84%, var(--tj-color-theme-dark)));
    background: linear-gradient(180deg, rgba(5, 18, 41, 0) 0%, #05122996 84%);
    z-index: 3;
}
.tj-page-header::before {
    background-color: none !important;
}
.tj-page-header {
    background-color: none !important; 
}
.brand-slider-2 .brand-logo {
    background: #ffffff ;
    border: 1px solid rgba(0,0,0,0.3);
}
.about-wrapper-two {
    justify-content: space-evenly;
}
.sec-heading .sub-title::before, .sec-heading .sub-title::after {
  position: absolute;
  content: none !important;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 50%;
  inset-inline-start: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--tj-color-theme-primary);
}
.brand-slider-2::before, .brand-slider-2::after
 {
     background-image: none; 
     background-image: none; 
 }
 .slider-wrapper .slider-content .sub-title {
    display: inline-block;
    font-size: 12px;
    font-weight: var(--tj-fw-bold);
    color: #ffffff;
 }
 
element.style {
}
.mainmenu ul > li > a {
    font-size: 18px;
}
.blog-style-3.style-5 .blog-content
 {
    background-color: #e1e8f0;
}
.contact-form-one .nice-select .list {
    width: 109%;
}
.slides{
    transform: translate3d(-2529px, 48px, 0px) !important;
}
.service-item .service-content .service-text .service-icons {
    max-width: 76px;
    width: 100%;
    margin-bottom: 35px;
}

.sec-heading.style-3 .sub-title
 {
    line-height: 1;
    padding: 5px 0px;
    background-color:#ffffff ; 
}
.project-style-3 .project-thumb {
    position: relative;
    width: 170px;
}
.project-style-3 .project-thumb .project-default-content .title {
    position: absolute;
    inset-inline-start: 50%;
    bottom: 0;
    -webkit-transform: translateX(100%) rotate(180deg);
    -ms-transform: translateX(100%) rotate(180deg);
    transform: translateX(57%) rotate(180deg);
}
.project-style-3.active {
  border: 2px solid #007bff; /* highlight border */
  box-shadow: 0 0 12px rgba(0, 123, 255, 0.3);
  transform: scale(1.02);
  transition: all 0.3s ease;
}

.project-style-3.active .image img {
  filter: brightness(1.1);
}
.feature-items {
    border: 1px solid var(--tj-color-border-2);
    padding: 40px 30px;
    background-color: #fff;
}
/* Brand Section Styling */
.tj-brand-section-three {
  padding: 60px 0;
  background-color: #f8f9fb;
}

/* Divider title */
.divider span {
  background: #fff;
  padding: 0 15px;
  font-weight: 600;
  font-size: 22px;
  color: #333;
  position: relative;
  z-index: 1;
}




.brand-logo {
  text-align: center;
  background: #ffffff;
  padding: 20px 10px;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  overflow: hidden; /* keeps content neatly inside */
}

/* image transition instead of moving the box */
.brand-logo img {
  max-width: 201px;
  opacity: 0.9;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Hover effect */
.brand-logo:hover {
  background-color: #ffffff; /* soft grey */
}

.brand-logo:hover img {
  background: #fff;
  opacity: 1;
}

.brand-slider-2::before,
.brand-slider-2::after {
  content: none !important;
  background: none !important;
  display: none !important;
}
@media (max-width: 575px) {
    .tj-hero-slider.style-1 .slider-title {
        font-size: 45px !important;
    }
}

h1
 {
    font-size: var(--tj-fs-h1) !important;
}
header-area.header-2 .menu_btn .cubes span{
    border-color: #000000 !important;
}
.tj-header-area.header-1 .menu_btn .cubes span, .tj-header-area.header-2 .menu_btn .cubes span, .tj-header-area.header-duplicate .menu_btn .cubes span
 {
    border-color: #000000;
}
.tj-header-area.header-1 .menu_btn .cubes span:nth-child(2), .tj-header-area.header-2 .menu_btn .cubes span:nth-child(2), .tj-header-area.header-duplicate .menu_btn .cubes span:nth-child(2) {
    -webkit-box-shadow: inset 0 0 0 2px var(--tj-color-common-white);
    box-shadow: inset 0 0 0 2px #000000;
}


/*whatsapp*/

.whatsapp-float {
    position: fixed;
    right: 12px;
    top: 94%;
    transform: translateY(-50%);
    z-index: 1000;
    background-color: #059862;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 35px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.whatsapp-float:hover {
    background-color: #fff;
    color: #059862;
    box-shadow: 2px 2px 6px #777;
    transform: translateY(-50%) scale(1.1);
}

@media (max-width: 600px) {
    .whatsapp-float {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 30px;
        right: 15px;
    }
}
 .glow {
        position: absolute;
        width: 300px;
        height: 300px;
        background: #ff4e4e;
        filter: blur(180px);
        border-radius: 50%;
        animation: float 6s infinite alternate ease-in-out;
        top: -80px;
        left: -50px;
    }

    .glow2 {
        position: absolute;
        width: 300px;
        height: 300px;
        background: #4e9cff;
        filter: blur(180px);
        border-radius: 50%;
        animation: float 7s infinite alternate-reverse ease-in-out;
        bottom: -80px;
        right: -50px;
    }

    @keyframes float {
        from { transform: translateY(0); }
        to { transform: translateY(40px); }
    }

    .card {
        position: relative;
        text-align: center;
        padding: 50px;
        backdrop-filter: blur(12px);
        background: rgba(255, 255, 255, 0.08);
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        box-shadow: 0 10px 40px rgba(0,0,0,0.4);
        z-index: 2;
        width: 350px;
    }

    .card h1 {
        font-size: 110px;
        margin: 0;
        line-height: 1;
        font-weight: 700;
        color: #ffffff;
    }

    .card h2 {
        font-size: 26px;
        margin-top: -10px;
        font-weight: 600;
        color: #ff4e4e;
    }

    .card p {
        margin: 15px 0 25px;
        color: #ddd;
        font-size: 15px;
    }

    .btn {
        padding: 12px 30px;
        background: #ff4e4e;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        border-radius: 8px;
        font-weight: 600;
        display: inline-block;
        transition: 0.3s;
    }

    .btn:hover {
        background: #cc3f3f;
        transform: translateY(-3px);
    }



/*colors*/


.service-item {
    background-color: #394288;
}
.service-item .service-content .service-text .desc {
    color: #d2d4d6;
}
.h6-project-item {
    background-color: #394288;
}
.h6-project-item .project_content_inner .desc {
    color: #d2d4d6;
}
.h6-project-item .project_content_inner .no {
    color: rgb(247 247 247 / 31%);
}
.h8-services-section {
    background-color: #394288;
}
.h8-services-list .service_item .no {
    color: #d2d4d6;
}
.h8-services-list .service_item {
    border-bottom: 1px solid #d2d4d6;
}
.project-style-3 .project-thumb{
    background-color: #394288;
}
.project-section-three
 {
    background: #394288;
}    
.h8-services-list
 {
    border-top: 1px solid #d2d4d6;
}

.tj-primary-btn {
    background-color: #394288;
}
.service-style-4 .service-button {
    background-color: #394288;
}
@media (max-width: 575px) {
    .company-item {
        width: 140px;
        height: 140px;
        padding: 15px;
    }
    .company-item p {
        font-size: 14px !important;
    }
}
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 476px !important;
    }
}





/*PROJECT PAGE*/


 .projects-section {
    background: #ffffff;
}

/* CARD */
.project-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    height: 100%;
}

.project-card:hover {
    transform: translateY(-5px);
}

/* IMAGE */
.project-img {
    position: relative;
}
.project-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

/* ONGOING BADGE */
.category-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff8a3d;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

/* CONTENT */
.project-content {
    padding: 20px;
}
.project-content h4 {
    font-size: 19px;
    font-weight: 700;
    color: #394288;
}

/* META */
.project-meta {
    margin: 10px 0 15px;
}

/* ONGOING STATUS */
.status {
    background: #e7f1ff;
    color: #E1B927;
    padding: 12px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

/* LOADER */
.loader {
    width: 10px;
    height: 10px;
    border: 2px solid #E1B927;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* DESCRIPTION */
.project-content p
 {
    color: #000000;
    font-size: 17px;
    margin: 0;
    font-weight: 476;
}


/* COMPLETED BADGE */
.category-badge.completed {
    background: #1f8f36; /* green */
}

/* COMPLETED STATUS */
.completed-status {
    background: #e8ffe8;
    color: #1f8f36;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

/* GREEN TICK ICON */
.tick {
    font-size: 16px;
    font-weight: bold;
}


/*boxes*/
.feature-item1.hover-bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.feature-item1.hover-bg::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: auto;
  inset-inline-end: 0;
  width: 0;
  height: 100%;
  background-color: #CED7E0;
  border-color: var(--tj-color-theme-bg);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}
.feature-item1.hover-bg:hover::before {
  width: 100%;
  inset-inline-start: 0;
  inset-inline-end: auto;
}
.feature-item1 {
    border: 1px solid var(--tj-color-border-2);
    padding: 40px 30px;
    background-color: #e1e8f0;
}
.blog-style-3.style-5
 {
     border: none!important; 
}

.pb-40{
    padding-bottom: 40px;
}
.blog-btn.text-btn::before {
    content: none !important;
}

.h10-hero-content .hero-title {
    color: var(--tj-color-common-white);
    font-size: 110px !important;
    letter-spacing: -0.025em;
    line-height: 1;
    margin-bottom: 20px;
}
@media (max-width: 575px) {
    .h10-hero-content .hero-title {
        font-size: 50px !important;
        text-align: center;
    }
}
.h5-footer-copyright {
    padding: 28px 0;
    background-color: #394288;
}
.copyright-content-area .copyright-text p {
    font-size: 16px;
    font-weight: var(--tj-fw-regular);
    color: #dddee0;
    margin-bottom: 0;
}
.company-animate-section {
  padding-top: 55px;
}

.company-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  animation: fadeInUp 1s ease;
}

.company-animate-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.company-animate-box {
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(12px);
  border-radius: 22px;
  padding: 25px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.5);
  box-shadow: 0 0 20px rgb(14 15 16 / 23%);
  transition: 0.4s ease;
  animation: fadeIn 1.2s ease both;
  animation-delay: var(--delay);
}

.company-animate-box:hover {
  transform: translateY(-12px) scale(1.03) ;
  box-shadow: 0 12px 25px rgba(0, 126, 255, 0.25);
}

/* Logo Area */
.logo-wrap {
    width: 165px;
    height: 165px;
    margin: 8px auto 14px;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffffff90, #dce7ff80);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 126, 255, 0.2);
    transition: 0.4s ease;
}

.company-animate-box:hover .logo-wrap {
  transform: rotate(8deg) scale(1.08);
  box-shadow: 0 0 30px rgba(0,126,255,0.3);
}

.logo-wrap img {
  max-width: 80%;
  transition: 0.3s ease;
}

/* Text */
.company-animate-box p {
  font-size: 17px;
  color: #444;
  margin: 15px 0 20px;
 text-align: center;
}

/* Button */
.animated-btn {
  display: inline-block;
  padding: 8px 20px;
  background: linear-gradient(135deg, #007bff, #004aad);
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease;
}

.animated-btn:hover {
  background: linear-gradient(135deg, #004aad, #002d72);
  letter-spacing: 1px;
}

/* Scroll animations */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

/* Responsive */
@media (max-width: 991px) {
  .company-animate-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .company-animate-grid {
    grid-template-columns: 1fr;
  }

  .logo-wrap {
    width: 120px;
    height: 120px;
  }
}

.tj-blog-section-four {
    border-top: none;
    overflow: hidden;
}
.service-style-2:hover .service-content .title a {
    color: #271f1f;
}
.service-style-2:hover .service-content .desc {
    color: #252728;
}

.service-style-2 {
    transition: all 0.5s ease;
}

.service-style-2:hover {
    transform: translateY(-10px);
    background: #e1e8f0;
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

/* Flip effect for image */
.service-style-2 .service-icon img {
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}

.service-style-2:hover .service-icon img {
    transform: rotateY(180deg);
}
.project-image1 img {
    width: 100%;
    height: 487px;
    border: 1px solid #000;
    object-fit: cover;
    transition: all 0.4s ease;
}

.projects-section {
    padding: 75px 0;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

.project-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.project-image {
    position: relative;
    overflow: hidden;
}

.project-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: all 0.4s ease;
}

.project-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(11,60,93,0), rgba(11,60,93,0.8));
    opacity: 0;
    transition: 0.4s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.05);
}

.project-card:hover .project-image::after {
    opacity: 1;
}


.project-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #003E7E;
    padding: 6px 16px;
    color: #fff;
    border-radius: 25px;
    font-size: 13px;
}

.project-content {
    padding: 25px;
}

.project-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #0f2230;
    line-height: 1.4;
}

.project-desc {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.project-link {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #003E7E;
}

.project-link:hover {
    text-decoration: underline;
}

/*counter*/
.stats-section {
  background: #394288; 
  padding: 60px 0;
  text-align: center;
  color: #fff;
}

.stats-section .container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.stat-box {
  margin: 20px;
}

.stat-box i {
  font-size: 50px;
  color: #6fc1ff;
  margin-bottom: 10px;
}

.stat-box h2 {
  font-size: 48px;
  margin: 10px 0;
  font-weight: 700;
}

.stat-box p {
  font-size: 18px;
  letter-spacing: 1px;
}


/*home counter icons*/
.fa-solid, .fas {
    font-weight: 900;
    font-size: 45px;
    color: #39418A;
}

.certificate-section {
    padding: 70px 0;
}


.project-image1 img {
    pointer-events: none !important;
}

@media (max-width: 1200px) {
  section img {
    width: calc(50% - 5px);
    height: auto;
    aspect-ratio: 414 / 485;
  }
}
@media (max-width: 768px) {
  section {
    flex-direction: column;
    gap: 20px;
  }
  section img {
    width: 100%;
    height: auto;
  }
}

.sec{
      display: flex;
      justify-content: space-around;
      align-items: center;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      gap: 10px;
    }
.cert-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    max-width: 292px;
    padding: 42px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    text-align: center;
    border: 1px solid #e9ecef;
}
    .cert-icon {
      font-size: 48px;
      color: #39418A;
      margin-bottom: 10px;
    }
    .cert-title {
      font-size: 18px;
      font-weight: bold;
      color: #39418A;
      margin-bottom: 5px;
    }
    .cert-desc {
      font-size: 16px;
      color: #000;
      margin: 0;
    }
    @media (max-width: 768px) {
      section {
        flex-direction: column;
        gap: 20px;
      }
      .cert-card {
        max-width: 100%;
      }
    }


/* Mobile & small screens */
@media (max-width: 768px) {
    img[src*="rgifire-logo.png"] {
        height: 34px !important;
    }
}

@media (max-width: 480px) {
    img[src*="rgifire-logo.png"] {
        height: 34px !important;
    }
}
.copyright-content-area .copyright-text p a:hover {
    color: #ffffff;
}




/* Sticky wrapper */
.sticky-title-wrap {
  position: sticky;
  top: 102px;
  z-index: 99;
  background: #ffffff;
  padding: 23px 0;
}

/* Filter title layout */
.sec-title1.project-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 44px;
  white-space: nowrap;
}

.sec-title1.project-filter a {
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 768px) {

  .sec-title1.project-filter {
    flex-wrap: wrap;
    gap: 12px;
    white-space: normal;
    text-align: center;
  }

  .sec-title1.project-filter a {
    font-size: 14px;   /* ✅ small screen size */
    padding: 6px 10px;
  }
}
@media (max-width: 480px) {
  .sec-title1.project-filter a {
    font-size: 13px;
  }
}





    /* Image click cursor */
.project-img img {
    cursor: zoom-in;
}

/* Lightbox overlay */
.img-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.95);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

/* Lightbox image */
.img-lightbox img {
    max-width: 95vw;
    max-height: 95vh;
    object-fit: contain;
}

/* Close button */
.img-lightbox .img-close {
    position: absolute;
    top: 93px;
    right: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    font-weight: 300;
}
       
.logo-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Enlarged image */
.logo-lightbox img {
    max-width: 100%;
    width: 360px;
    max-height: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

/* Close button */
.logo-close {
    position: absolute;
    top: 80px;
    right: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

#backToTop {
    position: fixed;
    bottom: 85px;
    right: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background-color: #394288; /* change color if needed */
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    display: none;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.68);
}

/* Small screens */
@media (max-width: 768px) {
    #backToTop {
        width: 40px;
        height: 40px;
        font-size: 20px;
        bottom: 7px;
        right: 24px;
    }
}

#backToTop:hover {
    transform: translateY(-3px);
}





