@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
:root {
      --primary-color: #fd914f;
      --secondary-color: #2c3e50;
      --accent-color: #ff6b6b;
      --light-bg: #F8F9F9;
      --black-color: #212529;
      --transition: all 0.3s ease;
    }
    
    body {
      font-family: "Sora", sans-serif;
      font-optical-sizing: auto;
      font-weight: <weight>;
      font-style: normal;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }

    h2{
      font-size: 32px ;
    }

    h3{
      font-size:22px ;
    }

    a{
      text-decoration: none;
    }

    ul, ol{
      list-style: none;
      padding: 0;
    }

    .br-10{
      border-radius: 10px;
    }

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

    .pt{
      padding-top: 60px;
    }

    .f-14{
      font-size: 14px;
    }

    .f-18{
      font-size: 18px;
    }

    .f-20{
      font-size: 20px;
    }

    .f-24{
      font-size: 24px;
    }

    .f-28{
      font-size: 28px;
    }

    .bg-light{
      background-color: var(--light-bg);
    }

    .bg-site{
      background-color: var(--primary-color);
    }

    .t-alpha{
      color: var(--primary-color);
    }

    .site-btn {
      background: var(--primary-color, #6a11cb);
      color: white;
      padding: 0.8rem 2rem;
      border-radius: 50px;
      font-weight: 600;
      transition: all 0.4s ease;
      border: 2px solid var(--primary-color, #6a11cb);
      display: inline-block;
      font-size: 1rem;
      cursor: pointer;
      text-decoration: none;
      position: relative;
      overflow: hidden;
      z-index: 1;
      width: 200px;
      text-align: center;
    }

    .site-btn:hover{
      box-shadow: 0 0 20px 5px rgb(253 145 79);
      letter-spacing: 1px;
    }

    .pagination-area{

    }

    .pagination-btn{
      background: #fd914f;
      border-radius: 50px;
      border: #fff;
      color: #fff;
      width: 30px;
      height: 30px;
      line-height: 30px;
    }

    .form-group .form-label{
      font-size: 15px;
    }

    .form-group .form-label .req{
      color: #ff0000;
    }

    .form-control, .form-select {
      border-radius: 10px;
      box-shadow: none;
      padding: 10px 12px;
    }
    .form-control:focus{
      border-color: var(--primary-color);
      box-shadow: 0 0 0 .25rem rgba(253,145,79,.25);
    }
    textarea {
      min-height: 150px;
    }

    .feature-card{
      box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px;
      padding: 15px;
    }

    .feature-card .content{
      width: calc(100% - 265px);
      margin-left: auto;
    }
    .feature-card .content .list li {
      margin-bottom: 9px;
      padding-left: 18px;
      font-size: 15px;
    }

    .feature-card .content .list li img {
      position: absolute;
      top: 7px;
      left: 0px;
    }

    .feature-card .img {
        width: 250px;
      }

    /* Back to top button */
        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: var(--primary-color);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            opacity: 0;
            transition: all 0.4s ease;
            z-index: 1000;
        }
        
        .back-to-top.show {
            opacity: 1;
            bottom: 30px;
        }
        
        .back-to-top:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }

        .inner-banner {
        background: url(../images/inner-bg.jpg) no-repeat center center/cover;
        position: relative;
        min-height: 300px; /* adjust as needed */
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
      }

      .inner-banner::after {
        position: absolute;
        content: "";
        inset: 0;
        background: rgba(0, 0, 0, 0.7);
      }

      .inner-banner .site-breadcrumb {
        position: relative;
        z-index: 1;
        margin: 0;
        padding: 210px 0 130px;
        justify-content: center;
      }

      .inner-banner .site-breadcrumb h3 {
        color: #fff;
        font-size: 36px;
        font-weight: 300;
        line-height: 50px;
        margin: 0;
      }

      .inner-banner .site-breadcrumb .page-path a{
        color: var(--primary-color);
      }

      .inner-banner .site-breadcrumb .page-path span{
        color: #ddd;
      }

      .lets-talk{
        background: url(../images/lets-talk.webp);
        background-size: cover;
        background-position: bottom;
        border-radius: 10px;
        padding: 30px;
      }

      .lets-talk .content{
        display: grid;
        align-content: space-between;
        height: 100%;
      }

      .lets-talk a{
        width: 130px;
      }
    
    
    section.padding{
      padding: 100px 0;
    }
    section .sec-title{
      font-size: 32px;
      line-height: 40px;
      letter-spacing: 1px;
      margin-bottom: 15px;
    }
    section .sec-sub-title{
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      color: var(--primary-color);
      font-weight: 600;
      font-size: 18px;
      text-transform: uppercase;
      gap: 0.5rem;
    }

    .ticker-container {
      position: relative;
      bottom: 0;
      overflow: hidden;
      background: var(--primary-color);
      height: 50px;
      display: flex;
      align-items: center;
    }

    .ticker-track {
      display: flex;
      width: max-content;
      animation: ticker 20s linear infinite;
    }

    .ticker-item {
      display: flex;
      align-items: center;
      margin-right: 30px; /* space between repeating items */
      font-size: 1.25rem;
      font-weight: 600;
      color: #fff;
      white-space: nowrap;
    }

    .circle {
      width: 10px;
      height: 10px;
      background: #fff;
      border-radius: 50%;
      margin-left: 15px;
    }

    @keyframes ticker {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    section .sec-sub-title::before, section .sec-sub-title::after {
      max-width: 30px;
    }
    section .sec-sub-title::before, section .sec-sub-title::after {
      content: "";
      display: block;
      flex: 1;
      height: 2px;
      background: var(--primary-color);
    }

    /* Enhanced Navbar */
    .navbar {
      padding-top: 25px ;
      padding-bottom: 25px ;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 999;
      background: transparent !important;
      transition: background 0.4s ease, box-shadow 0.4s ease;
    }



    .navbar.scrolled {
      padding-top: 20px ;
      padding-bottom: 20px ;
      position: fixed;
      background: #181818 !important;
      box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08) !important;
    }
    
    .navbar-brand {
      font-size: 1.8rem !important;
      font-weight: 800 !important;
      display: flex;
      align-items: center;
      transition: var(--transition);
    }

    .navbar-brand img{
        width: 150px;
    }
    
    .navbar-brand:hover {
      transform: scale(1.05);
    }
    
    .navbar-brand span {
      position: relative;
    }
    
    .navbar-brand span::after {
      content: '';
      position: absolute;
      bottom: 2px;
      left: 0;
      width: 100%;
      height: 4px;
      background: var(--accent-color);
      border-radius: 2px;
      opacity: 0.7;
    }
    
    .nav-item {
      margin: 0 0.3rem;
      position: relative;
    }
    
    .nav-link {
      font-weight: 500;
      color: #fff !important;
      padding: 0.6rem 1rem !important;
      border-radius: 50px;
      transition: var(--transition);
      position: relative;
    }

    .nav-link.active{
      background: var(--primary-color);
    }
    
    
    .nav-link:hover::before {
      width: 70%;
    }
    .nav-item .menu-call{
      color: #fff;
      text-decoration: none;
      font-weight: 600;
      font-size: 18px;
    }

    .nav-item .menu-call i{
      color: var(--primary-color);
    }
    
    /* Dropdown Enhancements */
    .dropdown-menu {
      border: none;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
      border-radius: 12px;
      padding: 0.8rem 0;
      margin-top: 0.8rem !important;
      opacity: 0;
      visibility: hidden;
      /*display: block;*/
      transition: var(--transition);
      transform: translateY(10px);
    }
    
    .dropdown:hover > .dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
    
    .dropdown-item {
      padding: 0.7rem 1.5rem;
      font-weight: 500;
      color: var(--secondary-color);
      transition: var(--transition);
      position: relative;
    }
    
    .dropdown-item:hover {
      background: transparent;
      color: var(--primary-color);
      padding-left: 2rem;
    }
    
    .dropdown-item::before {
      content: "→";
      position: absolute;
      left: 1rem;
      opacity: 0;
      transition: var(--transition);
    }
    
    .dropdown-item:hover::before {
      opacity: 1;
      left: 0.8rem;
    }
    
    /* Offcanvas Menu Enhancements */
    .nav-offcanvas{
      width: 100% !important;
    }
    .nav-offcanvas .logo{
      width: 55px;
    }
    .offcanvas {
      background: linear-gradient(135deg, var(--light-bg) 0%, #ffffff 100%);
    }
    
    .nav-offcanvas .offcanvas-header {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      background: var(--black-color);
      padding: 15px;
    }

    .nav-offcanvas .offcanvas-close{
      background: transparent;
      border: 0;
      color: #fff !important;
      font-size: 26px;
      padding: 0 6px;
    }
    .nav-offcanvas .menu-action{
      position: absolute;
      bottom: 11px;
      width: 100%;
      display: flex;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
      font-weight: 500;
    }

    .nav-offcanvas .menu-action a{
      font-size: 14px;
      color: var(--black-color);
    }
    
    .offcanvas-title {
      font-weight: 700;
      font-size: 1.5rem;
    }
    
    /* CTA Button */
    .btn-cta {
      background: var(--primary-color);
      color: white;
      border-radius: 8px;
      padding: 0.6rem 1.5rem;
      font-weight: 600;
      transition: var(--transition);
      margin-left: 1rem;
    }
    
    .btn-cta:hover {
      background: #3a5aed;
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(78, 111, 255, 0.3);
    }
    
    /* Toggle button styling */
    .navbar-toggler {
      padding: 10px;
      border-radius: 50px;
      transition: var(--transition);
      background: #000;
    }

    .toggle-icon{
      font-size: 25px;
      color: #ff7b0b;
    }
    
    .navbar-toggler:focus {
      box-shadow: 0 0 0 3px rgba(78, 111, 255, 0.25);
    }
    
    /* Hero Slider Styles */
   /* .hero-slider {
      position: absolute;
      top: 0;
      width: 100%;
    }*/
    
    .slider-item {
      position: relative;
      height: 100vh;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    .slider-item::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      background-image: inherit;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      transform: scale(1.2);           /* Start zoomed in */
      transition: transform 6s ease;   /* Smooth zoom out */
      z-index: 0;
    }

    .slider-item::after {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      background: rgba(28, 37, 57, 0.3);
      z-index: 1;
    }

    /* apply zoom when active */
    .owl-item.active .slider-item::before {
      transform: scale(1);
    }

    /* keep your text on top */
    .slider-content {
      position: relative;
      z-index: 2;
    }
    

    /* text animation top → bottom */
    .slider-content {
      color: #fff;
      position: relative;
      z-index: 2;
      opacity: 0;
      transform: translateY(-50px);
      transition: all 0.8s ease;
    }

        .owl-item.active .slider-content {
        opacity: 1;
        transform: translateY(0);
      }
    
    .slider-content h2 {
      font-size: 3.5rem;
      font-weight: 800;
      margin-bottom: 1.5rem;
      animation: fadeInUp 1s ease;
    }
    
    .slider-content p {
      font-size: 1.2rem;
      margin-bottom: 2rem;
      animation: fadeInUp 1.2s ease;
    }
    
    .btn-slider {
      background: var(--primary-color);
      color: white;
      padding: 0.8rem 2rem;
      border-radius: 50px;
      font-weight: 600;
      transition: var(--transition);
      border: 2px solid var(--primary-color);
      display: inline-block;
    }
    
    .btn-slider:hover {
      background: transparent;
      color: white;
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }
    
    /* Owl Carousel Customization */
    .owl-nav {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      display: flex;
      justify-content: space-between;
      padding: 0 20px;
      pointer-events: none;
    }
    
    .owl-nav button {
      width: 70px;
      height: 70px;
      background: rgba(0, 0, 0, 0.3) !important;
      border-radius: 50% !important;
      color: white !important;
      font-size: 24px !important;
      display: flex !important;
      align-items: center;
      justify-content: center;
      pointer-events: all;
      transition: var(--transition);
    }
    
    .owl-nav button:hover {
      background: rgba(255, 255, 255, 0.4) !important;
    }
    
    .owl-dots {
      position: absolute;
      bottom: 20px;
      width: 100%;
      display: flex;
      justify-content: center;
      gap: 10px;
    }
    
    .owl-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.5) !important;
      transition: var(--transition);
    }
    
    .owl-dot.active {
      background: var(--primary-color) !important;
      transform: scale(1.2);
    }
    
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /*//////////////////////////////////// Home About Section ///////////////////////////////////////*/


    .about{
      background: url(https://html.crumina.net/html-woox-creative/img/body-bg.png) repeat;
    }

    .about .year-count{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 50px;
      color: #fd914f;
    }

    .about .about-text{
      margin-bottom: 80px;
    }

    .about .about-text h1{
      font-size: 30px;
      line-height: 45px;
    }
    
    .about .about-feature .thumbnail{
      background-color: var(--primary-color);
      padding: 8px 15px;
      border-radius: 10px;
    }
    .about .about-feature .thumbnail{
      font-size: 28px;
      color: #fff;
    }



    /*//////////////////////////////////// Home experience Section ///////////////////////////////////////*/

    .experience{
      background: url(../images/dark-bg.jpg) no-repeat fixed center / cover;
    }

    .experience .skill .title{
      border-bottom: 1px dashed #565656;
      padding-bottom: 12px;
      margin-bottom: 12px;
    }

    .experience .talk-to-expert{
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 100px;
      background: #0d0d0d;
      display: inline-flex;
      padding: 8px 10px 8px 30px;
      justify-content: space-around;
      gap: 20px;
      font-size: 16px;
    }

    .btn-switch-animation{
      color: var(--primary-color);
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }

    .btn-switch-animation .btn-text {
      margin-right: -23px;
      position: relative;
      z-index: 3;
      transition: transform 0.6s 125ms cubic-bezier(0.1, 0.75, 0.25, 1);
    }

    .btn-switch-animation .btn-icon {
      margin-right: 6px;
      position: relative;
      transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
      transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
      line-height: 0;
      z-index: 3;
      opacity: 0;
      transform: translateX(0);
    }

    .btn-switch-animation .btn-icon + .btn-icon {
      order: -2;
      opacity: 1;
      margin-left: 0;
    }

    .btn-switch-animation:hover .btn-text {
      transition-delay: 0.05s;
      transform: translateX(-23px);
    }

    .btn-switch-animation:hover .btn-icon {
      transition-delay: 200ms;
      opacity: 1;
      -webkit-transform: translateX(5px);
      transform: translateX(5px);
    }

    .btn-switch-animation:hover .btn-icon + .btn-icon {
      opacity: 0;
      transition-delay: 0s;
    }

    /*//////////////////////////////////// Home services Section ///////////////////////////////////////*/

    .service-card {
      position: relative;
      margin-bottom: 25px;
      overflow: hidden;
      border-radius: 10px;
    }

    .service-card .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.4s ease;
    }

    .service-card .content {
      position: absolute;
      bottom: 64px;
      padding: 0 20px;
      padding-top: 25px;
      z-index: 9;
      transition: all 0.4s ease;
      transform: translateY(64px);
      width: 100%;
      box-sizing: border-box;
      padding-bottom: 12px;
    }

    .service-card .content::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 31%, rgba(0,0,0,0.8) 100%);
      z-index: -1; /* push behind text */
    }

    .service-card .content .title {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 5px;
    }

    .service-card .content .desc{
      color: #fff;
      display: none;
      transition: all 0.4s ease;
      transform: translateY(64px);
    }

    /* Hover effects */
    .service-card:hover .content {
      transform: translateY(0);
      padding-bottom: 25px;
      bottom: 0;
    }

    .service-card:hover .content .desc{
      display: block;
      transform: translateY(0);
    }

    .service-card:hover .img img {
      filter: blur(3px);
      transform: scale(1.05);
    }


    /*//////////////////////////////////// Home process Section ///////////////////////////////////////*/


    .process-section {
      background-color: var(--light-bg);
    }

    .process-card {
      border: none;
      border-radius: 15px;
      background: #fff;
      box-shadow: 0 4px 15px rgba(0,0,0,0.05);
      position: relative;
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .process-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

    .process-card h5 {
      font-weight: 600;
    }

    .step-footer {
      background: var(--primary-color);
      color: #fff;
      padding: 12px 20px;
      border-radius: 0 0 15px 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: 500;
    }

    .step-footer span:last-child {
      color: #c4ff4d;
      font-weight: 600;
    }

    .step-number {
      position: absolute;
      right: 15px;
      top: 15px;
      font-size: 72px;
      font-weight: 700;
      color: rgba(0,0,0,0.05);
      pointer-events: none;
    }


    /*//////////////////////////////////// Home tech Section ///////////////////////////////////////*/


     .tech-section {
      margin-top: -35px;
      position: relative;
    }

    .scroll-wrapper {
      display: flex;
      width: 200%; /* duplicated logos for loop */
    }

    .logo-row {
      display: flex;
      width: max-content;
      gap: 30px;
      will-change: transform;
    }

    .tech-logo{
      background: #fff;
      border-radius: 10px;
      padding: 8px 22px;
       box-shadow: 0 6px 18px rgba(10, 10, 10, 0.05); 
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 160px;
      /*height: 96px;*/
      transition: transform .25s ease;
      /*border: 1px solid #ededed;*/
    }

    .tech-logo img {
      width: 100px;
      height: 40px;
      object-fit: contain;
      display: block;
    }

    /* Keep rows stacked nicely */
    .row-container {
      overflow: hidden;
      width: 100%;
      padding-bottom: 20px;
    }

    /* Ensure rows fill screen fully */
    .scroll-wrapper {
      display: flex;
      width: 200%; /* duplicate logos for seamless loop */
    }

    /*//////////////////////////////////// Home contact Section ///////////////////////////////////////*/

        
    .quote-image img {
      width: 100%;
      border-radius: 12px;
      object-fit: cover;
    }

    /*//////////////////////////////////// Home blog Section ///////////////////////////////////////*/


    .blog{
      background: var(--light-bg);
    }
    .blog .custom-card {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      min-height: 300px;
      max-height: 300px;
    }

    .blog .custom-card img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 12px;
      transition: transform 0.5s ease; /* Smooth transition */
    }


    .blog .custom-card:hover img {
      transform: scale(1.1); /* Zoom effect */
    }

    .blog .card-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      border-radius: 10px;
      padding: 24px;
      box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
      margin: 20px;
      transition: transform 0.5s ease;
    }

    .blog .card-overlay h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }

    .blog .card-overlay p {
      font-size: 15px;
      color: #444;
      margin-bottom: 16px;
    }

    .blog .custom-card:hover .card-overlay{
      background: var(--primary-color);
    }

    .blog .card-link {
      font-weight: 600;
      text-transform: uppercase;
      font-size: 14px;
      text-decoration: none;
      color: #0d3d0d;
    }

    .blog .card-link:hover {
      color: #0a2d0a;
    }


  /*//////////////////////////////////// footer Section ///////////////////////////////////////*/


        /* Footer styling */
        .creative-footer {
            background: url(../images/dark-bg.jpg) no-repeat fixed center / cover;
            color: #fff;
            padding: 100px 0 20px;
        }
        
        .footer-logo {
            font-weight: 700;
            font-size: 28px;
            background: linear-gradient(45deg, #f48301, #d96404);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 20px;
            display: inline-block;
        }
        
        .footer-heading {
            font-weight: 600;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 10px;
            font-size: 1.2rem;
        }
        
        .footer-heading:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 40px;
            height: 3px;
            background: var(--primary-color);
            border-radius: 2px;
        }
        
        .footer-links {
            list-style: none;
            padding: 0;
        }
        
        .footer-links li {
            margin-bottom: 12px;
        }
        
        .footer-links a {
            color: #ddd;
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-block;
        }
        
        .footer-links a:hover {
            color: var(--primary-color);
            transform: translateX(5px);
        }
        
        .social-icons {
            margin-top: 20px;
        }
        
        .social-icons a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            color: #fff;
            margin-right: 10px;
            transition: all 0.3s ease;
            text-decoration: none;
        }
        
        .social-icons a:hover {
            background: linear-gradient(45deg, #f48301, #d96404);
            transform: translateY(-5px);
        }
        
        .contact-info {
            list-style: none;
            padding: 0;
        }
        
        .contact-info li {
            margin-bottom: 15px;
            display: flex;
            align-items: flex-start;
        }
        
        .contact-info i {
            margin-right: 10px;
            background: var(--primary-color);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 18px;
            width: 20px;
        }
        
        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 20px;
            margin-top: 40px;
            font-size: 0.9rem;
        }
        
        .payment-methods i {
            font-size: 28px;
            margin-left: 10px;
            opacity: 0.8;
            transition: all 0.3s ease;
        }
        
        .payment-methods i:hover {
            opacity: 1;
            transform: translateY(-3px);
        }


  /*//////////////////////////////////// Service Details Section ///////////////////////////////////////*/

        ul.list-point img.list-icon{
          margin-right: 12px;
        }

        ul li{
          margin-bottom: 10px;
        }

        ul li:last-child{
          margin-bottom: 0px;
        }

        .service-details .service-card {
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
            height: 100%;
            border: none;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            background: var(--light-bg);
            border: 1px solid #dbdbdb;
        }
        
        .service-details .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.15);
            border-color: var(--primary-color);
        }
        
        .service-details .service-icon {
            font-size: 26px;
            color: var(--primary-color);
            margin-bottom: 20px;
        }

        .service-card .list-group{
          background: var(--light-bg);
        }
        
        .service-details .contact-form-card, .blog-details .contact-form-card {
          background: #f7f7f7;
          padding: 15px;
          border-radius: 10px;
          border: 1px solid #e7e7e7;
          position: sticky;
          top: 130px;
        }


        /*//////////////////////////////////// contact page contact Section ///////////////////////////////////////*/

        .contact-section {
      padding: 50px 0;
    }
    .contact-section .contact-form {
      background: #fff;
      border-radius: 12px;
      padding: 30px;
      box-shadow:0 4px 10px rgb(33 37 41 / 10%);
    }
    .contact-section .contact-info {
      background: var(--black-color);
      color: #fff;
      border-radius: 12px;
      padding: 30px;
      height: 100%;
    }
    .contact-section .contact-info h5 {
      margin-bottom: 20px;
    }
    .contact-section .contact-info .info-item {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
      font-size: 15px;
    }
    .contact-section .contact-info .info-item i {
      font-size: 20px;
      margin-right: 12px;
      color: #fff;
    }
    .contact-section .social-links a {
      color: #fff;
      margin-right: 12px;
      font-size: 18px;
      transition: 0.3s;
    }
    .contact-section .social-links a:hover {
      color: #fd914f;
    }
    

    /* Responsive adjustments */

    @media only screen and (min-width: 1400px) {
      .feature-card .img {
        width: 250px;
      }
      .feature-card .content {
        width: calc(100% - 290px);
      }
    }

    @media (max-width: 1199px) {
      .lets-talk{
        height: 250px;
      }
    }

    @media (max-width: 992px) {
      .slider-item {
        height: 70vh;
      }
      
      .slider-content h2 {
        font-size: 2.5rem;
      }
      .nav-link{
        color: var(--black-color) !important;
      }
      .nav-link.active{
        color: #fff !important;
      }
      .dropdown-menu.show {
        display: block;
        position: relative !important;
        transform: translate3d(0px, 0, 0px) !important;
      }

      .navbar-nav{
        gap:22px;
      }
    }

    
    @media (max-width: 768px) {

      .feature-card .img {
        width: 100%;
      }
      .feature-card .content {
        width: 100%;
        margin: 20px 0 0;
      }
      .slider-item {
        height: 70vh;
      }
      
      .slider-content {
        text-align: center;
        padding: 1rem;
      }
      
      .slider-content h2 {
        font-size: 2rem;
      }
      
      .slider-content p {
        font-size: 1rem;
      }
      
      .owl-nav {
        display: none;
      }
    }